:root {
  --color-primary: #1f9ca3;
  --color-primary-dark: #12747a;
  --color-secondary: #f6efe8;
  --color-accent: #d9a56f;
  --color-blush: #f8dfd7;
  --color-dark: #263238;
  --color-muted: #6f7c80;
  --color-light: #ffffff;
  --color-soft: #fbf8f4;
  --color-border: #e9ded5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: var(--color-muted);
  background: var(--color-light);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 3px solid rgba(31, 156, 163, .35);
  outline-offset: 3px;
}

h1,
h2,
.display-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h2 {
  color: var(--color-dark);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.06;
  margin-bottom: 18px;
}

h3 {
  color: var(--color-dark);
}

.section-padding {
  padding: 58px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 44px;
}

.section-label,
.hero-label {
  color: var(--color-accent);
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.lead-copy {
  color: var(--color-muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.navbar {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(38, 50, 56, .06);
  padding: 14px 0;
}

.navbar-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.navbar-brand img {
  width: 150px;
  max-width: 38vw;
  height: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(31, 156, 163, .24);
}

.brand-name,
.brand-tagline {
  display: block;
  line-height: 1.1;
}

.brand-name {
  color: var(--color-dark);
  font-weight: 800;
  font-size: 1rem;
}

.brand-tagline {
  color: var(--color-muted);
  font-size: .76rem;
  margin-top: 3px;
}

.nav-link {
  color: var(--color-dark);
  font-weight: 700;
  font-size: .94rem;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--color-primary-dark);
}

.nav-actions .btn {
  white-space: nowrap;
}

.btn {
  border-radius: 12px;
  font-weight: 800;
  padding: 13px 22px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.btn-primary-custom {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  box-shadow: 0 12px 26px rgba(31, 156, 163, .22);
}

.btn-primary-custom:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline-custom {
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary-dark);
}

.btn-outline-custom:hover {
  background: var(--color-primary);
  color: #fff;
  transform: translateY(-2px);
}

.btn-whatsapp {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  background: rgba(37, 211, 102, .1);
  color: #128c48;
  border: 1px solid rgba(37, 211, 102, .25);
}

.btn-whatsapp:hover {
  background: #25d366;
  color: #fff;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 122px 0 50px;
  background:
    radial-gradient(circle at top right, rgba(31, 156, 163, .16), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fbf8f4 52%, #f6efe8 100%);
}

.hero-title {
  font-size: clamp(2.3rem, 5.4vw, 70px);
  line-height: 1.04;
  color: var(--color-dark);
  margin-bottom: 24px;
}

.hero-title span {
  display: block;
}

.hero-title .script {
  color: var(--color-primary);
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.hero-copy {
  color: var(--color-muted);
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 590px;
  margin-bottom: 28px;
}

.hero-trust {
  margin-top: 34px;
}

.hero-trust i,
.trust-item i {
  color: var(--color-primary);
  font-size: 1.35rem;
}

.hero-trust span {
  display: block;
  color: var(--color-dark);
  font-weight: 800;
  font-size: .84rem;
  line-height: 1.25;
  margin-top: 8px;
}

.hero-visual {
  position: relative;
  max-width: 560px;
  margin-left: auto;
}

.hero-image-card,
.feature-image,
.location-card > img,
.work-card,
.service-img {
  background:
    linear-gradient(135deg, rgba(248, 223, 215, .55), rgba(246, 239, 232, .8)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, .35) 0 10px, rgba(31, 156, 163, .04) 10px 20px);
}

.hero-image-card {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(38, 50, 56, .16);
}

.hero-image-card img {
  width: 100%;
  height: min(66vw, 600px);
  min-height: 430px;
  object-fit: cover;
}

.rating-card {
  position: absolute;
  left: -24px;
  bottom: 32px;
  width: min(260px, 76%);
  padding: 20px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(233, 222, 213, .85);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(38, 50, 56, .15);
}

.rating-score {
  color: var(--color-dark);
  font-size: 1.35rem;
  font-weight: 900;
}

.rating-score span,
.stars {
  color: var(--color-accent);
  letter-spacing: .04em;
}

.rating-card p {
  margin: 4px 0 0;
  font-size: .9rem;
}

.trust-strip {
  padding: 16px 0;
  background: #fff;
  border-bottom: 1px solid rgba(233, 222, 213, .75);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--color-soft);
  color: var(--color-dark);
  font-weight: 800;
}

.service-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(233, 222, 213, .8);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(38, 50, 56, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(38, 50, 56, .13);
}

.service-img {
  height: 190px;
  object-fit: cover;
  width: 100%;
}

.service-icon {
  width: 54px;
  height: 54px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-top: -27px;
  margin-left: 18px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 24px rgba(31, 156, 163, .28);
  font-size: 1.35rem;
}

.service-body {
  padding: 18px 22px 26px;
}

.service-body h3 {
  font-size: 1.18rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.service-body p {
  min-height: 76px;
  line-height: 1.65;
}

.service-body a {
  color: var(--color-primary-dark);
  font-weight: 900;
}

.podology-highlight,
.locations-section,
.why-section {
  background: var(--color-soft);
}

.feature-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 22px 62px rgba(38, 50, 56, .12);
}

.feature-image img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
}

.comfort-card {
  position: absolute;
  left: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 44px);
  padding: 14px 18px;
  background: rgba(255, 255, 255, .94);
  border-radius: 18px;
  color: var(--color-dark);
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(38, 50, 56, .13);
}

.comfort-card i {
  color: var(--color-primary);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.check-grid span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--color-dark);
  font-weight: 750;
  line-height: 1.4;
}

.check-grid i {
  color: var(--color-primary);
  font-size: 1.1rem;
}

.category-pills .btn {
  padding: 9px 16px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-dark);
  border-radius: 999px;
  box-shadow: none;
  transform: translateY(0);
}

.category-pills .btn.active,
.category-pills .btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  box-shadow: 0 10px 24px rgba(31, 156, 163, .18);
  transform: translateY(-2px);
}

.work-item {
  transition: opacity .28s ease, transform .28s ease;
}

.work-item.is-hiding {
  opacity: 0;
  pointer-events: none;
  transform: scale(.96) translateY(8px);
}

.work-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 210px;
  box-shadow: 0 12px 32px rgba(38, 50, 56, .09);
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.work-card:hover img {
  transform: scale(1.06);
}

.work-badge {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, .9);
  color: var(--color-primary-dark);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: .75rem;
  font-weight: 900;
}

/* ---- Our Works (clickable cards -> slide-in gallery panel) ---- */
.ow-card {
  cursor: pointer;
}

.ow-card .ow-view {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(31, 156, 163, .92);
  color: #fff;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: .72rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .3s ease, transform .3s ease;
}

.ow-card:hover .ow-view,
.ow-card:focus-visible .ow-view {
  opacity: 1;
  transform: translateY(0);
}

.ow-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(38, 50, 56, .55);
  backdrop-filter: blur(2px);
  z-index: 1050;
}

.ow-overlay.active {
  display: block;
}

.ow-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 92%;
  max-width: 640px;
  height: 100%;
  background: #fff;
  z-index: 1060;
  overflow-y: auto;
  transition: left .38s ease;
  padding: 26px;
  box-shadow: 6px 0 40px rgba(38, 50, 56, .22);
}

.ow-panel.active {
  left: 0;
}

.ow-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
}

.ow-panel-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color-dark);
  margin: 0;
}

.ow-close-btn {
  background: var(--color-soft);
  border: 1px solid var(--color-border);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: var(--color-dark);
  transition: background .25s ease, color .25s ease;
}

.ow-close-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.ow-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.ow-panel-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 14px;
}

.ow-empty {
  grid-column: 1 / -1;
  color: var(--color-muted);
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 480px) {
  .ow-panel-grid { grid-template-columns: 1fr; }
  .ow-panel { padding: 20px; }
}

.why-item,
.review-card,
.google-card,
.location-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(233, 222, 213, .82);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(38, 50, 56, .07);
}

.why-item {
  padding: 26px 22px;
}

.why-item i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(31, 156, 163, .1);
  color: var(--color-primary);
  font-size: 1.3rem;
}

.why-item h3,
.review-card strong {
  font-size: 1rem;
  font-weight: 900;
}

.why-item p {
  margin: 0;
  line-height: 1.6;
}

.review-card {
  padding: 22px;
}

.quote-icon {
  color: var(--color-primary);
  font-size: 2rem;
  margin-bottom: 16px;
}

.review-card p {
  color: var(--color-dark);
  line-height: 1.7;
  margin-bottom: 18px;
}

.google-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 22px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
}

.google-card span {
  color: #fff2bd;
  font-size: 1.3rem;
  font-weight: 900;
}

.google-card a {
  align-self: flex-start;
  color: #fff;
  font-weight: 900;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
}

.location-card {
  overflow: hidden;
}

.location-card > img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.location-body {
  padding: 22px;
}

.location-body h3 {
  font-size: 1.45rem;
  font-weight: 900;
}

.location-body p {
  display: flex;
  gap: 8px;
  color: var(--color-dark);
  font-weight: 750;
}

.features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.features span {
  border-radius: 999px;
  background: var(--color-secondary);
  color: var(--color-dark);
  padding: 7px 12px;
  font-size: .82rem;
  font-weight: 800;
}

.final-cta {
  position: relative;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
  border-radius: 30px;
  padding: 34px;
  overflow: hidden;
  box-shadow: 0 24px 58px rgba(31, 156, 163, .22);
}

.final-cta::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -90px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}

.final-cta h2,
.final-cta p,
.final-cta .section-label,
.final-cta .row {
  position: relative;
  z-index: 1;
}

.final-cta h2 {
  color: #fff;
}

.final-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, .86);
  margin-bottom: 0;
}

.final-cta .section-label {
  color: #ffe3bd;
}

.btn-light-custom {
  background: #fff;
  border: 1px solid #fff;
  color: var(--color-primary-dark);
}

.btn-light-custom:hover {
  background: var(--color-secondary);
  color: var(--color-primary-dark);
  transform: translateY(-2px);
}

.btn-ghost-light {
  border: 1px solid rgba(255, 255, 255, .7);
  color: #fff;
}

.btn-ghost-light:hover {
  background: #fff;
  color: var(--color-primary-dark);
  transform: translateY(-2px);
}

.site-footer {
  background: #F4F1E9;
  color: rgba(38, 50, 56, .72);
  padding: 70px 0 26px;
}

.site-footer .brand-name,
.site-footer h3 {
  color: var(--color-dark);
}

.site-footer .brand-tagline {
  color: rgba(38, 50, 56, .58);
}

.footer-logo-text {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: -.01em;
  color: var(--color-primary-dark);
}

.site-footer p {
  line-height: 1.7;
  margin: 16px 0 0;
}

.site-footer h3 {
  font-size: .98rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 10px;
}

.site-footer a:hover {
  color: var(--color-primary-dark);
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(38, 50, 56, .08);
  color: var(--color-primary-dark);
  transition: transform .25s ease, box-shadow .25s ease;
}

.social-links a.social-highlight {
  color: #fff;
  transform: scale(1.12);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

.social-links a.social-highlight:hover {
  transform: scale(1.18);
}

.social-links a.social-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  box-shadow: 0 8px 20px rgba(214, 36, 159, .35);
}

.social-links a.social-facebook {
  background: #1877F2;
  box-shadow: 0 8px 20px rgba(24, 119, 242, .35);
}

.social-links a.social-tiktok {
  background: linear-gradient(135deg, #25F4EE 0%, #010101 50%, #FE2C55 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .35);
}

.social-links a.social-whatsapp {
  background: #25D366;
  box-shadow: 0 8px 20px rgba(37, 211, 102, .35);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 26px;
  margin-top: 46px;
  border-top: 1px solid rgba(38, 50, 56, .14);
  font-size: .9rem;
}

.whatsapp-float {
  position: fixed;
  left: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 28px;
  z-index: 999;
  box-shadow: 0 12px 30px rgba(37, 211, 102, .35);
}

.to-top-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  box-shadow: 0 12px 30px rgba(31, 156, 163, .32);
  transition: opacity .25s ease, transform .25s ease, background .25s ease;
}

.whatsapp-float:hover,
.to-top-float:hover {
  color: #fff;
  transform: translateY(-2px);
}

.to-top-float:hover {
  background: var(--color-primary-dark);
}

.to-top-float.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.page-hero {
  padding: 112px 0 46px;
  background:
    radial-gradient(circle at top right, rgba(31, 156, 163, .14), transparent 32%),
    linear-gradient(135deg, #fff 0%, #fbf8f4 55%, #f6efe8 100%);
  overflow: hidden;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
  color: var(--color-dark);
}

.text-muted-custom {
  color: var(--color-muted);
}

.card-luxury,
.value-card,
.service-menu-card,
.blog-card,
.contact-card,
.article-sidebar-card,
.process-card,
.map-card {
  background: #fff;
  border: 1px solid rgba(233, 222, 213, .85);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(38, 50, 56, .08);
}

.card-luxury,
.value-card,
.service-menu-card,
.blog-card,
.contact-card {
  transition: transform .25s ease, box-shadow .25s ease;
}

.card-luxury:hover,
.value-card:hover,
.service-menu-card:hover,
.blog-card:hover,
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(38, 50, 56, .12);
}

.page-hero-image,
.about-hero-image,
.service-hero-img,
.article-hero-img,
.featured-post-card,
.story-collage,
.map-card {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(38, 50, 56, .14);
}

.page-hero-image img,
.about-hero-image img,
.service-hero-img img,
.article-hero-img img,
.story-collage img,
.featured-post-card img,
.map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-image img,
.about-hero-image img,
.service-hero-img img {
  min-height: 420px;
}

.floating-badge,
.about-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(255, 255, 255, .94);
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: 0 12px 30px rgba(38, 50, 56, .12);
  color: var(--color-primary-dark);
  font-weight: 800;
}

.value-card,
.contact-card {
  height: 100%;
  padding: 22px;
}

.value-icon,
.step-number,
.contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(31, 156, 163, .1);
  color: var(--color-primary-dark);
  font-size: 1.55rem;
  margin-bottom: 18px;
}

.soft-section {
  background: var(--color-soft);
}

.stats-strip,
.newsletter-banner {
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: #fff;
  border-radius: 28px;
  padding: 34px 22px;
}

.filter-pills {
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.filter-pill {
  border-radius: 999px;
  padding: 10px 18px;
  border: 1px solid var(--color-border);
  background: #fff;
  color: var(--color-muted);
  white-space: nowrap;
  font-weight: 800;
  transition: .25s ease;
}

.filter-pill.active,
.filter-pill:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  transform: translateY(-2px);
}

.filter-item {
  transition: opacity .28s ease, transform .28s ease;
}

.filter-item.is-hiding {
  opacity: 0;
  transform: scale(.96) translateY(8px);
}

.service-menu-card {
  height: 100%;
  overflow: hidden;
}

.service-menu-img,
.blog-img,
.location-card-img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}

.service-menu-body,
.blog-body {
  padding: 24px;
}

.service-category-badge,
.review-tag,
.blog-category,
.pill-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(31, 156, 163, .1);
  color: var(--color-primary-dark);
  font-size: .76rem;
  font-weight: 900;
}

.service-benefit-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.service-benefit-list li,
.icon-line {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: var(--color-muted);
  margin-bottom: 8px;
}

.service-benefit-list i,
.icon-line i {
  color: var(--color-primary);
}

.benefit-strip {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.benefit-item {
  padding: 22px 12px;
  text-align: center;
  border-right: 1px solid var(--color-border);
}

.benefit-item:last-child {
  border-right: 0;
}

.process-card {
  height: 100%;
  padding: 22px;
}

.service-price-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 12px 16px;
  color: var(--color-primary-dark);
  font-weight: 900;
}

.review-quote {
  font-size: 42px;
  line-height: 1;
  color: rgba(31, 156, 163, .25);
}

.review-stars {
  color: #f4a93c;
  letter-spacing: 2px;
  font-size: .95rem;
}

.rating-summary-card,
.contact-form-card,
.branch-info-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 28px;
  box-shadow: 0 18px 46px rgba(38, 50, 56, .08);
  padding: 26px;
}

.branch-info-card {
  background: var(--color-soft);
}

.blog-card {
  height: 100%;
  overflow: hidden;
}

.blog-meta {
  color: var(--color-muted);
  font-size: .88rem;
}

.article-content {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--color-muted);
}

.article-content h2,
.article-content h3 {
  color: var(--color-dark);
  margin-top: 38px;
  margin-bottom: 16px;
}

.article-content p {
  margin-bottom: 20px;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 28px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  overflow: hidden;
}

.article-content th,
.article-content td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
}

.article-content th {
  background: var(--color-soft);
  color: var(--color-dark);
  font-weight: 800;
  font-size: .92rem;
}

.article-content tr:last-child td {
  border-bottom: 0;
}

.article-sidebar-card {
  padding: 24px;
}

.form-control,
.form-select {
  border-radius: 14px;
  border-color: var(--color-border);
  padding: 13px 15px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 .2rem rgba(31, 156, 163, .15);
}

.breadcrumb a {
  color: var(--color-primary-dark);
  font-weight: 800;
}

@media (min-width: 992px) {
  .article-sidebar-sticky {
    position: sticky;
    top: 110px;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-top: 18px;
  }

  .nav-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn-whatsapp {
    width: 100%;
    display: flex;
    gap: 8px;
    justify-content: center;
  }

  .hero-visual {
    margin: 0 auto;
  }

  .hero-image-card img {
    height: 520px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 40px 0;
  }

  .page-hero {
    padding: 96px 0 34px;
    text-align: center;
  }

  .page-hero-image img,
  .about-hero-image img,
  .service-hero-img img {
    min-height: 340px;
  }

  .hero-actions .btn,
  .mobile-full-btn {
    width: 100%;
  }

  .section-title {
    font-size: 2.15rem;
  }

  .benefit-item {
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .contact-form-card,
  .branch-info-card,
  .rating-summary-card {
    padding: 24px;
  }

  .hero-section {
    padding: 100px 0 36px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-image-card img {
    min-height: 360px;
    height: 420px;
  }

  .rating-card {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .check-grid {
    grid-template-columns: 1fr;
  }

  .feature-image img {
    min-height: 0;
    height: auto;
    object-fit: contain;
  }

  .work-card {
    height: 170px;
  }

  .final-cta {
    padding: 32px 22px;
    text-align: center;
  }

  .final-cta p {
    margin-inline: auto;
  }
}

@media (max-width: 575.98px) {
  .hero-actions .btn,
  .final-cta .btn,
  .location-card .btn {
    width: 100%;
  }

  .brand-name {
    font-size: .92rem;
  }

  .brand-tagline {
    font-size: .7rem;
  }

  .trust-item {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
    min-height: 110px;
  }

  .service-body p {
    min-height: 0;
  }

  .location-body {
    padding: 22px;
  }

  .whatsapp-float {
    left: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .to-top-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .footer-bottom {
    padding-bottom: 70px;
  }
}
