@charset "UTF-8";
/*!
Theme Name: Custom Theme
Theme URI: http://localhost:8080
Author: Developer
Author URI: http://localhost:8080
Description: A custom WordPress theme for KraSunya beauty salon
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
Tags: custom-theme, beauty, salon
*/
:root {
  --color-black-100: #3c3e4c;
  --color-black-lite: #696b7a;
  --color-white: #ffffff;
  --color-bg: #ffffff;
  --color-pink-bg: #ffdce3;
  --color-pink-border: #fbd8df;
  --color-blush: #e5dad0;
  --color-feature-bg: #ffecf5;
  --color-tag-bg: #f1e5e3;
  --color-accent: #c94982;
  --color-text-muted: #595b6b;
  --color-border-light: #f7eef5;
  --font-body: 'Onest', sans-serif;
  --font-display: 'Nyght Serif', serif;
  --fs-h1: 72px;
  --fs-h2: 48px;
  --fs-h3: 32px;
  --fs-h4: 24px;
  --fs-body-lg: 16px;
  --fs-body: 14px;
  --lh-display: 1.2;
  --lh-heading: 1.25;
  --lh-body: 22px;
  --ls-display: 1.44px;
  --ls-heading-sm: 0.96px;
  --ls-body: -0.24px;
  --ls-body-sm: -0.14px;
  --header-height: 92px;
  --header-px: 60px;
  --header-py: 20px;
  --header-max-width: 1440px;
  --section-px: 60px;
  --section-py-top: 80px;
  --section-py-bottom: 100px;
  --content-max-width: 1320px;
  --card-radius: 24px;
  --card-radius-lg: 40px;
  --card-radius-sm: 20px;
  --card-shadow: 0px 0px 16px 0px rgba(124, 113, 105, 0.08);
  --gap-xs: 8px;
  --gap-sm: 12px;
  --gap-md: 16px;
  --gap-lg: 24px;
  --gap-xl: 32px;
  --gap-2xl: 48px;
  --gap-3xl: 64px;
  --gap-cards: 30px;
}

@font-face {
  font-family: "Nyght Serif";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/NyghtSerif-Light.woff2") format("woff2"), url("fonts/NyghtSerif-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nyght Serif";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/NyghtSerif-LightItalic.woff2") format("woff2"), url("fonts/NyghtSerif-LightItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nyght Serif";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NyghtSerif-Regular.woff2") format("woff2"), url("fonts/NyghtSerif-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nyght Serif";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/NyghtSerif-RegularItalic.woff2") format("woff2"), url("fonts/NyghtSerif-RegularItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nyght Serif";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NyghtSerif-Medium.woff2") format("woff2"), url("fonts/NyghtSerif-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nyght Serif";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/NyghtSerif-MediumItalic.woff2") format("woff2"), url("fonts/NyghtSerif-MediumItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nyght Serif";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NyghtSerif-Bold.woff2") format("woff2"), url("fonts/NyghtSerif-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nyght Serif";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/NyghtSerif-BoldItalic.woff2") format("woff2"), url("fonts/NyghtSerif-BoldItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nyght Serif";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NyghtSerif-Dark.woff2") format("woff2"), url("fonts/NyghtSerif-Dark.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nyght Serif";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/NyghtSerif-DarkItalic.woff2") format("woff2"), url("fonts/NyghtSerif-DarkItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/Onest-Thin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/Onest-ExtraLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Onest-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Onest-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Onest-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Onest-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Onest-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Onest-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/Onest-Black.ttf") format("truetype");
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--color-black-100);
  background: var(--color-bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

.t-h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
}

.t-h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h2);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-heading-sm);
}

.t-h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h3);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading-sm);
}

.t-h4 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
  letter-spacing: 0.72px;
}

.t-body-lg {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: var(--ls-body);
}

.t-body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body-sm);
}

.link-animated-underline {
  position: relative;
  display: inline-block;
  color: currentColor;
  text-decoration: none !important;
}
.link-animated-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.link-animated-underline:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.section-wrap {
  width: 100%;
  padding: var(--section-py-top) var(--section-px) var(--section-py-bottom);
}

.section-band-pink {
  background: var(--color-pink-bg);
  border-top: 1px solid var(--color-pink-border);
  border-bottom: 1px solid var(--color-pink-border);
}

.section-inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}

.section-header--center {
  align-items: center;
  text-align: center;
}

.card {
  background: var(--color-white);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  padding: 32px;
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: var(--gap-sm);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading-sm);
  position: relative;
  display: inline-block;
  color: currentColor;
  text-decoration: none !important;
}
.link-more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.link-more:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.link-more {
  color: var(--color-black-100);
}

.slider-nav {
  display: flex;
  gap: 16px;
  align-items: center;
}

.slider-btn {
  width: 65px;
  height: 65px;
  border-radius: 40px;
  border: 1px solid var(--color-black-100);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
}
.slider-btn:hover {
  opacity: 0.6;
}

.img-overlay-wrap {
  position: relative;
  display: grid;
  place-items: start;
}

.img-overlay-wrap__tint {
  position: absolute;
  inset: 0;
  background: var(--color-blush);
  mix-blend-mode: soft-light;
  opacity: 0.8;
  border-radius: inherit;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: var(--color-white);
  border-bottom: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 2px 16px rgba(60, 62, 76, 0.08);
  border-bottom-color: rgba(60, 62, 76, 0.1);
}
.site-header.is-hidden {
  transform: translateY(-100%);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: var(--header-py) var(--header-px);
  height: var(--header-height);
  position: relative;
  z-index: 110;
}
.header-inner .btn-cta {
  margin-left: 20px;
}

.site-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 146px;
  height: 51px;
}
.site-logo img,
.site-logo .custom-logo {
  width: 146px;
  height: 51px;
  object-fit: contain;
  display: block;
}

.main-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 48px;
}
.main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 48px;
}
.main-nav ul li {
  position: relative;
}
.main-nav ul li a {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.15px;
  color: var(--color-black-100);
  white-space: nowrap;
  transition: opacity 0.2s;
}
.main-nav ul li a:hover {
  opacity: 0.7;
}
.main-nav .sub-menu {
  display: none !important;
}
.main-nav .menu-item-services > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-nav .menu-item-services > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 4.5L6 8L9.5 4.5' stroke='%233c3e4c' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.main-nav .menu-item-services.popover-open > a::after {
  transform: rotate(180deg);
}
.main-nav .menu-item-has-children:not(.menu-item-services) > a::after {
  display: none;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.hamburger-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-black-100);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

.menu-toggle.is-active .hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.is-active .hamburger-bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-active .hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1024px) {
  :root {
    --header-px: 32px;
  }
  .main-nav ul {
    gap: 32px;
  }
}
@media (max-width: 1228px) {
  .hero__columns {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero__image-wrap {
    height: auto !important;
  }
  .hero__image-wrap img {
    height: auto !important;
  }
  :root {
    --header-px: 20px;
    --header-height: 72px;
  }
  .menu-toggle {
    display: flex;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: var(--color-white);
    box-shadow: 0 8px 32px rgba(60, 62, 76, 0.1);
    margin-right: 0;
    padding: 24px 20px;
  }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
  .main-nav ul li {
    width: 100%;
    border-bottom: 1px solid #f0f0f2;
  }
  .main-nav ul li:last-child {
    border-bottom: none;
  }
  .main-nav ul li a {
    display: block;
    padding: 14px 0;
    font-size: 16px;
  }
  .main-nav .sub-menu {
    display: none !important;
  }
}
@media (max-width: 425px) {
  .btn-cta.in-header {
    display: none !important;
  }
}
.btn-cta.in-submenu {
  margin-left: auto;
  width: 100%;
  text-align: center;
  justify-content: center;
}

@media (min-width: 425px) {
  .btn-cta.in-submenu {
    display: none !important;
  }
}
.services-popover__backdrop {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: rgba(4, 4, 22, 0.5);
  backdrop-filter: blur(7.65px);
  -webkit-backdrop-filter: blur(7.65px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.services-popover__backdrop.is-visible {
  opacity: 1;
  visibility: visible;
}

.services-popover {
  position: absolute;
  top: var(--header-height);
  left: 0;
  width: 100%;
  z-index: 95;
  background: #f9f9fa;
  padding: 23px var(--section-px) 72px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s ease;
}
.services-popover.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.services-popover__close {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: var(--color-white);
  border: 1px solid rgba(60, 62, 76, 0.15);
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--color-black-100);
  transition: background 0.2s, border-color 0.2s;
  padding: 0;
}
.services-popover__close:hover {
  background: #f0f0f2;
  border-color: rgba(60, 62, 76, 0.3);
}
.services-popover__close svg {
  width: 20px;
  height: 20px;
}

.services-popover__inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
}

.services-popover__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.services-popover__card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--color-white);
  border: 1px solid rgba(60, 62, 76, 0.12);
  border-radius: var(--card-radius);
  padding: 24px;
  padding-bottom: 32px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.services-popover__card:hover {
  border-color: rgba(60, 62, 76, 0.22);
  box-shadow: 0 8px 32px rgba(60, 62, 76, 0.08);
  transform: translateY(-2px);
}
.services-popover__card:hover .services-popover__card-title::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.services-popover__card-thumb {
  position: relative;
  flex-shrink: 0;
  width: 213px;
  align-self: stretch;
  border-radius: var(--card-radius-sm);
  overflow: hidden;
}
.services-popover__card-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services-popover__card-tint {
  position: absolute;
  inset: 0;
  background: #e5dad0;
  mix-blend-mode: soft-light;
  opacity: 0.8;
  border-radius: var(--card-radius-sm);
}

.services-popover__card-placeholder {
  width: 100%;
  height: 100%;
  min-height: 234px;
  background: linear-gradient(135deg, rgba(201, 73, 130, 0.08) 0%, rgba(229, 218, 208, 0.3) 100%);
  border-radius: var(--card-radius-sm);
}

.services-popover__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
  min-width: 0;
}

.services-popover__card-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: var(--fs-h3);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading-sm);
  color: var(--color-black-100);
  position: relative;
  display: inline-block;
  color: currentColor;
  text-decoration: none !important;
}
.services-popover__card-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.services-popover__card-title:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.services-popover__card-title {
  margin: 0;
}

.services-popover__card-count {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--color-accent);
  margin: 0;
}
.services-popover__card-count span {
  text-transform: uppercase;
}

.services-popover__card-desc {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body-sm);
  color: var(--color-black-100);
  margin: 0;
}

@media (max-width: 1200px) {
  .services-popover__card-thumb {
    width: 170px;
  }
}
@media (max-width: 1024px) {
  .services-popover {
    padding-left: 32px;
    padding-right: 32px;
  }
  .services-popover__card-thumb {
    width: 150px;
  }
  .services-popover__card-title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .services-popover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 20px 20px;
    overflow-y: auto;
    background: #f9f9fa;
    z-index: 200;
    transform: translateX(100%);
  }
  .services-popover.is-open {
    transform: translateX(0);
  }
  .services-popover__close {
    display: flex;
  }
  .services-popover__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .services-popover__card {
    flex-direction: row;
    padding: 16px;
    padding-bottom: 20px;
  }
  .services-popover__card-thumb {
    width: 120px;
    min-height: 140px;
  }
  .services-popover__card-title {
    font-size: 22px;
  }
  .services-popover__card-desc {
    font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .services-popover__card {
    flex-direction: column;
  }
  .services-popover__card-thumb {
    width: 100%;
    min-height: 180px;
  }
}
.menu-item-has-children.popover-open > a::after {
  transform: rotate(180deg);
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 10px 24px;
  background: var(--color-black-lite);
  color: var(--color-white);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.15px;
  border-radius: 26px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
}
.btn-cta:hover {
  background: var(--color-black-100);
  color: var(--color-white);
}
.btn-cta svg,
.btn-cta img {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  filter: invert(1);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(105, 107, 122, 0.6);
  border-radius: 26px;
  background: transparent;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.btn-secondary:hover {
  border-color: var(--color-black-100);
  color: var(--color-black-100);
}

.hero {
  width: 100%;
  padding: 40px var(--section-px) 120px;
}

.hero__columns {
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: flex;
  gap: 55px;
  align-items: center;
}

.hero__text-left,
.hero__text-right {
  flex: 1;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 69px;
  line-height: 1.2;
  letter-spacing: 1.44px;
  color: var(--color-black-100);
}
.hero__text-left em,
.hero__text-right em {
  font-style: italic;
}

.hero__image-wrap {
  flex-shrink: 0;
  width: 420px;
  height: 579px;
  border-radius: var(--card-radius);
  overflow: hidden;
  position: relative;
}
.hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__image-tint {
  position: absolute;
  inset: 0;
  background-color: #e5dad0;
  mix-blend-mode: soft-light;
  opacity: 0.8;
  pointer-events: none;
}

.hero__mobile-overlay {
  display: none;
}

@media (max-width: 768px) {
  .hero {
    padding: 0 16px 24px;
  }
  .hero__columns {
    flex-direction: column;
    gap: 0;
    max-width: 100%;
  }
  .hero__text-left,
  .hero__text-right {
    display: none;
  }
  .hero__image-wrap {
    width: 100%;
    height: 564px;
    border-radius: var(--card-radius);
  }
  .hero__image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--card-radius);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 100%);
    pointer-events: none;
  }
  .hero__mobile-overlay {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 16px 24px;
    z-index: 1;
  }
  .hero__mobile-heading {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #fff;
  }
  .hero__mobile-heading em {
    font-style: italic;
  }
  .hero__mobile-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    border-radius: 26px;
    color: #fff;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.15px;
    text-decoration: none;
    align-self: flex-start;
  }
  .hero__mobile-cta img,
  .hero__mobile-cta svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    filter: invert(1);
  }
}
.about {
  background: var(--color-pink-bg);
  border-top: 1px solid var(--color-pink-border);
  border-bottom: 1px solid var(--color-pink-border);
  padding: var(--section-py-top) var(--section-px) var(--section-py-bottom);
  overflow: hidden;
}

.about__inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 535px;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "heading heading" "body    photo" "lower   photo";
  column-gap: 64px;
  align-items: start;
  position: relative;
}

.about__heading {
  grid-area: heading;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--color-black-100);
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.about__heading em {
  font-style: italic;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-family: var(--font-display);
}

.about__body-block {
  grid-area: body;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.about__text {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.24px;
  color: var(--color-black-100);
  max-width: 643px;
}
.about__text strong {
  font-weight: 400;
}

.about__photo-wrap {
  grid-area: photo;
  width: 535px;
  height: 677px;
  position: relative;
  z-index: 1;
}

.about__photo-inner {
  position: absolute;
  top: -97px;
  left: -111px;
  width: 757px;
  height: 870px;
}

.about__photo-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about.is-visible .about__photo-face {
  opacity: 1;
  transform: translateX(0);
}

.about__photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 535px;
  height: 677px;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.about__lower {
  grid-area: lower;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.about__pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(60, 62, 76, 0.5);
  border-radius: 100px;
  height: 40px;
  padding: 0 20px;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  color: var(--color-black-100);
  align-self: flex-start;
}

.about__usp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about__usp-card {
  background: var(--color-white);
  border-radius: 24px;
  box-shadow: 0px 0px 16px 0px rgba(124, 113, 105, 0.08);
  padding: 32px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  max-width: 532px;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.about.is-visible .about__usp-card {
  opacity: 1;
  transform: translateX(0);
}
.about.is-visible .about__usp-card:nth-child(1) {
  transition-delay: 0.2s;
}
.about.is-visible .about__usp-card:nth-child(2) {
  transition-delay: 0.4s;
}
.about.is-visible .about__usp-card:nth-child(3) {
  transition-delay: 0.6s;
}

.about__usp-number {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.6px;
  color: var(--color-black-100);
}

.about__usp-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about__usp-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.72px;
  color: var(--color-black-100);
  margin: 0;
}

.about__usp-body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.14px;
  color: var(--color-black-100);
  margin: 0;
}

@media (max-width: 1280px) {
  .about__inner {
    grid-template-columns: 1fr 335px;
  }
}
@media (max-width: 768px) {
  .about {
    background-color: #fff;
    border: 0;
    padding: 40px 16px;
  }
  .about__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .about__heading {
    font-size: 40px;
    letter-spacing: 0.8px;
    margin-bottom: 24px;
    z-index: 1;
  }
  .about__body-block {
    margin-bottom: 32px;
  }
  .about__photo-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
    overflow: visible;
  }
  .about__photo-wrap .about__photo-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .about__photo-wrap .about__photo-face {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    max-height: 500px;
    margin-bottom: 20px;
  }
  .about__photo-wrap .about__photo-overlay {
    width: 100%;
    height: 100%;
  }
  .about__lower {
    padding-top: 0;
    gap: 24px;
  }
  .about__usp-card {
    background: var(--color-feature-bg);
    box-shadow: none;
    max-width: 100%;
  }
}
.services {
  width: 100%;
  padding: var(--section-py-top) var(--section-px) var(--section-py-bottom);
  background: var(--color-bg);
  overflow: hidden;
  padding-bottom: 0px;
}

.services__inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.services__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.services__heading {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--color-black-100);
}

.services__subtext {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
}

.services__stage {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
}

.services__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.services__group {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 425px;
  height: 579px;
  transform: translate(calc(-50% + 900px), -50%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
  will-change: transform, opacity;
}
.services__group[data-state=active] {
  transform: translate(-43%, -50%);
  opacity: 1;
  pointer-events: auto;
}
.services__group[data-state=peek-left] {
  transform: translate(calc(-50% - 790px), -50%);
  opacity: 0.6;
}
.services__group[data-state=peek-right] {
  transform: translate(calc(-50% + 790px), -50%);
  opacity: 0.6;
}
.services__group[data-state=off-left] {
  transform: translate(calc(-50% - 1050px), -50%);
  opacity: 0;
  pointer-events: none;
}
.services__group[data-state=off-right] {
  transform: translate(calc(-50% + 1050px), -50%);
  opacity: 0;
  pointer-events: none;
}
.services__group.is-splitting .services__card--text,
.services__group.is-splitting .services__card--photo {
  transform: translateX(0) rotate(1deg) !important;
  transition: none !important;
}

.services__card--text,
.services__card--photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 425px;
  height: 579px;
  border-radius: var(--card-radius-lg);
  overflow: hidden;
  text-decoration: none;
  transform: translateX(0) rotate(1deg);
  transition: transform 0.8s cubic-bezier(0.34, 1.2, 0.64, 1);
  will-change: transform;
}

.services__group[data-state=active] .services__card--text {
  transform: translateX(-220px) rotate(-8deg);
  z-index: 1;
  transition-delay: 0.5s;
}
.services__group[data-state=active] .services__card--photo {
  transform: translateX(160px) rotate(4deg);
  z-index: -2;
  transition: transform 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
}

.services__group[data-state=peek-left] .services__card--text,
.services__group[data-state=peek-left] .services__card--photo {
  transform: translateX(0) rotate(-4deg);
}

.services__group[data-state=peek-right] .services__card--text,
.services__group[data-state=peek-right] .services__card--photo {
  transform: translateX(0) rotate(3deg);
}

.services__card--text {
  background: #676a7b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.services__card-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 40px 32px;
  width: 100%;
  text-align: center;
}

.services__card-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.services__card-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 48px;
  line-height: var(--lh-display);
  letter-spacing: 0.96px;
  color: #fff;
}
.services__card-title em {
  font-style: italic;
}

.services__card-label {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body);
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #fff;
  text-transform: uppercase;
}

.services__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 24px;
  border: 0.75px solid #fff;
  border-radius: 26px;
  background: transparent;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--fs-body-lg);
  letter-spacing: -0.16px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.services__card-btn:hover {
  opacity: 0.75;
}

.services__card--photo {
  background: #cdbfc8;
  display: block;
  cursor: pointer;
}
.services__card--photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services__card-tint {
  position: absolute;
  inset: 0;
  background: #e5dad0;
  mix-blend-mode: soft-light;
  opacity: 0.8;
  pointer-events: none;
}

.services__card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.48) 100%);
  pointer-events: none;
}

.services__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 84px;
  height: 84px;
  border: 1px solid #333;
  padding: 12px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  color: var(--color-black-100);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.services__nav-btn:hover {
  opacity: 0.55;
}
.services__nav-btn--prev {
  left: 40px;
}
.services__nav-btn--next {
  right: 40px;
}

.services__mobile-strip {
  display: none;
}

@media (max-width: 768px) {
  .services {
    padding: 40px 0;
  }
  .services__inner {
    gap: 40px;
  }
  .services__header {
    text-align: left;
    align-items: flex-start;
    padding: 0 16px;
    max-width: 100%;
  }
  .services__heading {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
  .services__subtext {
    font-size: var(--fs-body);
    line-height: 20px;
    letter-spacing: var(--ls-body-sm);
  }
  .services__stage {
    display: none;
  }
  .services__mobile-strip {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    padding: 0 16px;
  }
  .services__mobile-strip::-webkit-scrollbar {
    display: none;
  }
  .services__mobile-card {
    flex-shrink: 0;
    width: 308px;
    max-width: 99%;
    height: 452px;
    border-radius: var(--card-radius);
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    scroll-snap-align: start;
    background: #cdbfc8;
  }
  .services__mobile-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .services__mobile-card .services__card-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
  }
  .services__mobile-card-bg {
    position: absolute;
    inset: 0;
    background: #cdbfc8;
  }
  .services__mobile-card-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 264px;
    bottom: 0;
    padding: 12px 24px 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    z-index: 1;
  }
  .services__mobile-card-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .services__mobile-card-info .services__card-title {
    font-size: 32px;
    letter-spacing: 0.96px;
    text-align: left;
  }
  .services__mobile-card-info .services__card-label {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: left;
  }
  .services__mobile-card-info .services__card-btn {
    position: absolute;
    right: 10px;
    background: #fff;
    color: var(--color-black-100);
    border-color: #fff;
    font-size: var(--fs-body);
    font-weight: 400;
    height: 34px;
    padding: 0 16px;
    letter-spacing: -0.14px;
    flex-shrink: 0;
    align-self: flex-end;
    margin-bottom: -10px;
  }
}
.ba-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  cursor: col-resize;
  user-select: none;
  -webkit-user-select: none;
}

.ba-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.ba-after {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
}
.ba-after .ba-img--after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}

.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: col-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.1s;
}
.ba-handle:active {
  transform: translate(-50%, -50%) scale(1.1);
}

.ba-handle__icons {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.ba-handle__icons img {
  display: block;
  height: auto;
}

.ba-label {
  position: absolute;
  bottom: 16px;
  z-index: 2;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--fs-body);
  line-height: 20px;
  letter-spacing: -0.14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  padding: 4px 12px;
  pointer-events: none;
}
.ba-label--before {
  left: 16px;
}
.ba-label--after {
  right: 16px;
}

.before-after {
  width: 100%;
  padding: var(--section-py-top) var(--section-px) var(--section-py-bottom);
  background: var(--color-bg);
  position: relative;
  overflow: hidden;
}

.before-after__inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}

.before-after__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  max-width: 650px;
}

.before-after__heading {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: 1.44px;
  color: var(--color-black-100);
}
.before-after__heading em {
  font-style: italic;
}

.before-after__subtext {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: -0.24px;
  color: var(--color-black-100);
}

.before-after__cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.before-after__grid {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.before-after__item {
  flex: 1 1 calc(25% - 22.5px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.before-after.is-visible .before-after__item, .proc-results.is-visible .before-after__item {
  opacity: 1;
  transform: translateX(0);
}
.before-after.is-visible .before-after__item:nth-child(1), .proc-results.is-visible .before-after__item:nth-child(1) {
  transition-delay: 0.1s;
}
.before-after.is-visible .before-after__item:nth-child(2), .proc-results.is-visible .before-after__item:nth-child(2) {
  transition-delay: 0.2s;
}
.before-after.is-visible .before-after__item:nth-child(3), .proc-results.is-visible .before-after__item:nth-child(3) {
  transition-delay: 0.3s;
}
.before-after.is-visible .before-after__item:nth-child(4), .proc-results.is-visible .before-after__item:nth-child(4) {
  transition-delay: 0.4s;
}

.before-after__image-wrap {
  width: 100%;
  aspect-ratio: 308/412;
  border-radius: var(--card-radius);
  overflow: hidden;
  position: relative;
}
.before-after__image-wrap .ba-slider {
  border-radius: var(--card-radius);
}

.before-after__label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body-lg);
  line-height: 22px;
  letter-spacing: -0.24px;
  color: var(--color-black-100);
}

.before-after__more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.8px;
  color: var(--color-black-100);
  position: relative;
  display: inline-block;
  color: currentColor;
  text-decoration: none !important;
}
.before-after__more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.before-after__more:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.before-after__more {
  transition: opacity 0.2s;
}
.before-after__more:hover {
  opacity: 0.6;
}
.before-after__more .before-after__more-arrow {
  height: 18px;
  width: auto;
  display: inline;
  flex-shrink: 0;
  margin-left: 6px;
}

@media (max-width: 1280px) {
  .before-after__item {
    flex: 1 1 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .before-after {
    padding: 60px 0;
  }
  .before-after__inner {
    gap: 40px;
    align-items: flex-start;
  }
  .before-after__header {
    align-items: flex-start;
    text-align: left;
    padding: 0 16px;
    max-width: 100%;
  }
  .before-after__heading {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
  .before-after__subtext {
    font-size: var(--fs-body);
    line-height: 20px;
    letter-spacing: -0.14px;
  }
  .before-after__cards-wrap {
    gap: 0;
    align-items: flex-start;
    width: 100%;
  }
  .before-after__grid {
    overflow-x: auto;
    scrollbar-width: none;
    gap: 20px;
    padding: 0 16px;
    width: 100%;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  .before-after__grid::-webkit-scrollbar {
    display: none;
  }
  .before-after__item {
    flex: none;
    width: 95%;
    max-width: 480px;
    margin: 0 auto;
    scroll-snap-align: start;
  }
  .before-after__image-wrap {
    width: auto;
    height: 412px;
    aspect-ratio: unset;
  }
  .before-after__more {
    display: none;
  }
}
.featured-procedure {
  width: 100%;
  padding: var(--section-py-top) var(--section-px) var(--section-py-bottom);
  background: var(--color-bg);
}

.featured-procedure__inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.featured-procedure__image-wrap {
  flex-shrink: 0;
  width: 533px;
  height: 600px;
  border-radius: var(--card-radius-lg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-procedure__device-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.featured-procedure__image-wrap {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.featured-procedure.is-visible .featured-procedure__image-wrap {
  opacity: 1;
  transform: translateX(0);
}

.featured-procedure__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

.featured-procedure__text-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.featured-procedure__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}

.featured-procedure.is-visible .featured-procedure__intro {
  opacity: 1;
  transform: translateX(0);
}

.featured-procedure__heading {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 48px;
  line-height: var(--lh-display);
  letter-spacing: 0.96px;
  color: var(--color-black-100);
}

.featured-procedure__body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body-lg);
  line-height: 22px;
  letter-spacing: -0.24px;
  color: var(--color-black-100);
}

.featured-procedure__features {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.featured-procedure__feature-card {
  flex: 1;
  background: var(--color-feature-bg);
  border-radius: var(--card-radius);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.featured-procedure.is-visible .featured-procedure__feature-card {
  opacity: 1;
  transform: translateX(0);
}
.featured-procedure.is-visible .featured-procedure__feature-card:nth-child(1) {
  transition-delay: 0.3s;
}
.featured-procedure.is-visible .featured-procedure__feature-card:nth-child(2) {
  transition-delay: 0.4s;
}
.featured-procedure.is-visible .featured-procedure__feature-card:nth-child(3) {
  transition-delay: 0.5s;
}

.featured-procedure__feature-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.featured-procedure__feature-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.featured-procedure__feature-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
  letter-spacing: 0.72px;
  color: var(--color-black-100);
}

.featured-procedure__feature-body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body);
  line-height: 22px;
  letter-spacing: -0.14px;
  color: var(--color-black-100);
}

.featured-procedure__promo {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body-lg);
  line-height: 22px;
  letter-spacing: -0.24px;
  color: var(--color-black-100);
}
.featured-procedure__promo strong {
  color: var(--color-accent);
  font-weight: 500;
  text-transform: uppercase;
}

.featured-procedure__cta-row {
  display: flex;
  gap: 10px;
  align-items: center;
  opacity: 0;
  transition: opacity 0.8s ease-out 0.6s;
}
.featured-procedure__cta-row .btn-cta,
.featured-procedure__cta-row .btn-secondary {
  flex: 1;
  justify-content: center;
  height: 52px;
}

.featured-procedure.is-visible .featured-procedure__cta-row {
  opacity: 1;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(105, 107, 122, 0.6);
  border-radius: 26px;
  background: transparent;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: -0.16px;
  color: var(--color-black-100);
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.btn-secondary:hover {
  border-color: var(--color-black-100);
}

@media (max-width: 1280px) and (min-width: 769px) {
  .featured-procedure__features {
    flex-direction: column;
  }
  .featured-procedure__feature-card {
    min-width: 308px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .featured-procedure {
    padding: 40px 0;
  }
  .featured-procedure__inner {
    flex-direction: column;
    gap: 33px;
    padding: 0 16px;
  }
  .featured-procedure__image-wrap {
    width: 100%;
    height: 369px;
    border-radius: var(--card-radius-lg);
  }
  .featured-procedure__content {
    gap: 48px;
  }
  .featured-procedure__heading {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
  .featured-procedure__body {
    font-size: var(--fs-body);
    line-height: 20px;
    letter-spacing: -0.14px;
  }
  .featured-procedure__features {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    gap: 20px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    align-items: stretch;
  }
  .featured-procedure__features::-webkit-scrollbar {
    display: none;
  }
  .featured-procedure__feature-card {
    flex-shrink: 0;
    min-width: 308px;
    scroll-snap-align: start;
  }
  .featured-procedure__cta-row {
    gap: 8px;
  }
  .featured-procedure__cta-row .btn-cta,
  .featured-procedure__cta-row .btn-secondary {
    font-size: var(--fs-body);
    height: 44px;
    letter-spacing: -0.14px;
  }
}
.reviews {
  width: 100%;
  padding: 80px var(--section-px) 100px;
  background: var(--color-pink-bg);
  border-top: 1px solid var(--color-pink-border);
  border-bottom: 1px solid var(--color-pink-border);
  overflow: hidden;
}

.reviews__inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.reviews__top-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.reviews__heading {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: 1.44px;
  color: var(--color-black-100);
  max-width: 833px;
}
.reviews__heading em {
  font-style: italic;
}

.reviews__nav-btns {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
}

.reviews__nav-btn {
  width: 65px;
  height: 65px;
  border-radius: 40px;
  border: 1px solid var(--color-black-100);
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: var(--color-black-100);
  transition: opacity 0.2s;
}
.reviews__nav-btn:hover {
  opacity: 0.55;
}
.reviews__nav-btn:active {
  opacity: 0.35;
}

.reviews__track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.reviews__track::-webkit-scrollbar {
  display: none;
}

.reviews__card {
  flex-shrink: 0;
  width: 533px;
  background: var(--color-white);
  border-radius: var(--card-radius);
  box-shadow: 0 0 16px rgba(124, 113, 105, 0.08);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reviews.is-visible .reviews__card {
  opacity: 1;
  transform: translateX(0);
}
.reviews.is-visible .reviews__card:nth-child(1) {
  transition-delay: 0.1s;
}
.reviews.is-visible .reviews__card:nth-child(2) {
  transition-delay: 0.2s;
}
.reviews.is-visible .reviews__card:nth-child(3) {
  transition-delay: 0.3s;
}
.reviews.is-visible .reviews__card:nth-child(4) {
  transition-delay: 0.4s;
}
.reviews.is-visible .reviews__card:nth-child(5) {
  transition-delay: 0.5s;
}
.reviews.is-visible .reviews__card:nth-child(6) {
  transition-delay: 0.6s;
}

.reviews__quote-mark {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 16px;
  height: 14px;
  color: var(--color-black-100);
  opacity: 0.4;
  pointer-events: none;
}

.reviews__card-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 32px;
}

.reviews__card-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.96px;
  color: var(--color-black-100);
}

.reviews__card-body {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body);
  line-height: 22px;
  letter-spacing: -0.14px;
  color: var(--color-black-100);
}

.reviews__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.reviews__avatar {
  width: 48px;
  height: 48px;
  border-radius: var(--card-radius);
  object-fit: cover;
  flex-shrink: 0;
  background: var(--color-feature-bg);
}

.reviews__author-name {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--color-black-100);
}

.reviews__more {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.96px;
  color: var(--color-black-100);
  position: relative;
  display: inline-block;
  color: currentColor;
  text-decoration: none !important;
}
.reviews__more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.reviews__more:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.reviews__more {
  transition: opacity 0.2s;
}
.reviews__more:hover {
  opacity: 0.6;
}
.reviews__more img {
  display: inline;
  max-width: 100%;
  height: 18px;
}

@media (max-width: 768px) {
  .reviews {
    padding: 32px 0 40px;
  }
  .reviews__inner {
    gap: 40px;
  }
  .reviews__top-row {
    padding: 0 16px;
    align-items: flex-start;
  }
  .reviews__heading {
    font-size: 40px;
    letter-spacing: 0.8px;
    max-width: 100%;
  }
  .reviews__nav-btns {
    display: none;
  }
  .reviews__track {
    gap: 20px;
    padding: 0 16px;
  }
  .reviews__track::after {
    content: "";
    flex-shrink: 0;
    width: 1px;
  }
  .reviews__card {
    width: 308px;
    box-shadow: none;
  }
  .reviews__more {
    font-size: 20px;
    letter-spacing: 0.8px;
    padding: 0 16px;
  }
}
.blog-preview {
  width: 100%;
  padding: 80px var(--section-px) 100px;
  background: var(--color-pink-bg);
  border-top: 1px solid var(--color-pink-border);
  border-bottom: 1px solid var(--color-pink-border);
  overflow: hidden;
}

.blog-preview__inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-preview__content-group {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.blog-preview__top-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.blog-preview__heading {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: 1.44px;
  color: var(--color-black-100);
}

.blog-preview__nav-btns {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
}

.blog-preview__nav-btn {
  width: 65px;
  height: 65px;
  border-radius: 40px;
  border: 1px solid var(--color-black-100);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: var(--color-black-100);
  transition: opacity 0.2s;
}
.blog-preview__nav-btn:hover {
  opacity: 0.55;
}
.blog-preview__nav-btn:active {
  opacity: 0.35;
}

.blog-preview__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.blog-preview__track::-webkit-scrollbar {
  display: none;
}

.blog-preview__card {
  flex-shrink: 0;
  width: 533px;
  height: 582px;
  background: var(--color-white);
  border-radius: var(--card-radius);
  box-shadow: 0 0 16px rgba(124, 113, 105, 0.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.blog-preview__card:hover {
  opacity: 0.9;
}

.blog-preview.is-visible .blog-preview__card {
  opacity: 1;
  transform: translateX(0);
}
.blog-preview.is-visible .blog-preview__card:nth-child(1) {
  transition-delay: 0.1s;
}
.blog-preview.is-visible .blog-preview__card:nth-child(2) {
  transition-delay: 0.2s;
}
.blog-preview.is-visible .blog-preview__card:nth-child(3) {
  transition-delay: 0.3s;
}
.blog-preview.is-visible .blog-preview__card:nth-child(4) {
  transition-delay: 0.4s;
}
.blog-preview.is-visible .blog-preview__card:nth-child(5) {
  transition-delay: 0.5s;
}
.blog-preview.is-visible .blog-preview__card:nth-child(6) {
  transition-delay: 0.6s;
}

.blog-preview__card-image-wrap {
  flex: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--color-feature-bg);
}

.blog-preview__card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-preview__card-tint {
  position: absolute;
  inset: 0;
  background: #e5dad0;
  mix-blend-mode: soft-light;
  opacity: 0.8;
  pointer-events: none;
}

.blog-preview__card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

.blog-preview__tag {
  display: inline-flex;
  align-items: center;
  background: #f1e5e3;
  border-radius: 16px;
  padding: 4px 12px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body);
  line-height: 22px;
  letter-spacing: -0.14px;
  color: var(--color-black-100);
  align-self: flex-start;
}

.blog-preview__card-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-preview__card-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.96px;
  color: var(--color-black-100);
}

.blog-preview__card-body {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body);
  line-height: 22px;
  letter-spacing: -0.14px;
  color: var(--color-black-100);
}

.blog-preview__more {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.96px;
  color: var(--color-black-100);
  position: relative;
  display: inline-block;
  color: currentColor;
  text-decoration: none !important;
}
.blog-preview__more::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.blog-preview__more:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.blog-preview__more {
  transition: opacity 0.2s;
}
.blog-preview__more:hover {
  opacity: 0.6;
}
.blog-preview__more img {
  display: inline;
  max-width: 100%;
  height: 18px;
}

@media (max-width: 768px) {
  .blog-preview {
    padding: 32px 0 40px;
  }
  .blog-preview__inner {
    gap: 40px;
  }
  .blog-preview__content-group {
    gap: 36px;
  }
  .blog-preview__top-row {
    align-items: flex-start;
    padding: 0 16px;
  }
  .blog-preview__heading {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
  .blog-preview__nav-btns {
    gap: 12px;
  }
  .blog-preview__nav-btn {
    width: 60px;
    height: 60px;
  }
  .blog-preview__track {
    gap: 20px;
    padding: 0 16px;
  }
  .blog-preview__track::after {
    content: "";
    flex-shrink: 0;
    width: 1px;
  }
  .blog-preview__card {
    width: 341px;
    height: auto;
    flex-shrink: 0;
    box-shadow: none;
  }
  .blog-preview__card-image-wrap {
    height: 248px;
    flex: none;
  }
  .blog-preview__more {
    font-size: 20px;
    letter-spacing: 0.8px;
    padding: 0 16px;
  }
}
.site-footer {
  width: 100%;
  padding: 80px var(--section-px) 0;
  background: var(--color-bg);
}

.site-footer__inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--gap-3xl);
}

.site-footer__title {
  width: 100%;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--color-black-100);
  text-align: center;
}

.site-footer__contact-group {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xl);
}

.site-footer__info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.site-footer__info-item {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
}

.site-footer__info-label {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 22px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
}

.site-footer__info-value {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
  letter-spacing: -0.48px;
  color: var(--color-black-100);
  text-decoration: none;
}
.site-footer__info-value--link {
  position: relative;
  display: inline-block;
  color: currentColor;
  text-decoration: none !important;
}
.site-footer__info-value--link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.site-footer__info-value--link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.site-footer__info-value--link {
  color: inherit;
}

.site-footer__map {
  width: 100%;
  height: 440px;
  border-radius: var(--card-radius);
  overflow: hidden;
  background: var(--color-feature-bg);
}
.site-footer__map img,
.site-footer__map .site-footer__google-map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
}

.site-footer__cta-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.site-footer__cta-row {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.site-footer__cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--color-black-100);
  border-radius: 100px;
  padding: 36px 56px;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h2);
  line-height: 1;
  letter-spacing: var(--ls-heading-sm);
  color: var(--color-black-100);
  text-decoration: none;
  background: transparent;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.site-footer__cta-pill:hover {
  background: var(--color-black-100);
  color: var(--color-white);
}

.site-footer__cta-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: block;
}

.site-footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-footer__copyright,
.site-footer__bar-link {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--fs-body-lg);
  line-height: 1.35;
  letter-spacing: -0.16px;
  color: var(--color-black-100);
}

.site-footer__copyright {
  text-decoration: none;
}

.site-footer__bar-link {
  position: relative;
  display: inline-block;
  color: currentColor;
  text-decoration: none !important;
}
.site-footer__bar-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.site-footer__bar-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.site-footer__bar-link:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 40px 16px 40px;
  }
  .site-footer__inner {
    gap: 36px;
  }
  .site-footer__title {
    font-size: 40px;
    letter-spacing: 0.8px;
    text-align: left;
  }
  .site-footer__contact-group {
    gap: 36px;
  }
  .site-footer__info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .site-footer__info-item {
    gap: 4px;
  }
  .site-footer__info-label {
    font-size: var(--fs-body);
    letter-spacing: -0.14px;
  }
  .site-footer__info-value {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .site-footer__map {
    height: 343px;
  }
  .site-footer__cta-group {
    align-items: flex-start;
    gap: 32px;
    width: 100%;
  }
  .site-footer__cta-row {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .site-footer__cta-pill {
    width: 100%;
    justify-content: center;
    padding: 18px 32px 18px 36px;
    gap: 16px;
    font-size: 24px;
    letter-spacing: 0.48px;
    font-weight: 400;
  }
  .site-footer__cta-icon {
    width: 22px;
    height: 22px;
  }
  .site-footer__cta-pill--booking {
    order: 1;
  }
  .site-footer__cta-pill--instagram {
    order: 2;
  }
  .site-footer__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .site-footer__copyright,
  .site-footer__bar-link {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.procedure-card {
  background: var(--color-feature-bg);
  border-radius: var(--card-radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  flex: 1 0 0;
}
.procedure-card__content {
  display: flex;
  flex-direction: column;
  gap: var(--gap-sm);
}
.procedure-card__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h3);
  line-height: var(--lh-heading);
  letter-spacing: 0.96px;
  color: var(--color-black-100);
  margin: 0;
}
.procedure-card__description {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body-sm);
  color: var(--color-black-100);
  margin: 0;
}
.procedure-card__link {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: var(--gap-sm);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-body-lg);
  line-height: var(--lh-heading);
  letter-spacing: 0.64px;
  color: var(--color-black-100);
  position: relative;
  display: inline-block;
  color: currentColor;
  text-decoration: none !important;
}
.procedure-card__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.procedure-card__link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.procedure-card__link svg,
.procedure-card__link img {
  flex-shrink: 0;
  width: auto;
  height: 14px;
  display: inline;
}
.procedure-card__link:hover {
  opacity: 0.6;
}

.procedure-category-page {
  background: var(--color-bg);
}

.procedure-category-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: 64px 100px 0;
}
.procedure-category-hero__info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 531px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(40px);
  animation: slideFromRight 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.procedure-category-hero__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: 1.2;
  letter-spacing: 1.44px;
  color: var(--color-black-100);
  margin: 0;
}
.procedure-category-hero__count {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: 20px;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
}
.procedure-category-hero__image {
  position: relative;
  width: 433px;
  height: 470px;
  flex-shrink: 0;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
.procedure-category-hero__image .sacura-placeholder-flip {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scaleX(-1);
}

.procedure-category-content {
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: 80px 100px var(--section-py-bottom);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.procedure-groups {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 1240px;
  max-width: 100%;
}

.procedure-group {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xl);
  padding-bottom: var(--gap-3xl);
  border-bottom: 1px solid var(--color-border-light);
}
.procedure-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.procedure-group__label {
  font-family: var(--font-body);
  font-weight: 450;
  font-size: var(--fs-body-lg);
  line-height: 20px;
  letter-spacing: var(--ls-body);
  color: var(--color-accent);
  margin: 0;
}
.procedure-group__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap-cards);
  width: 100%;
}
.procedure-group__cards .procedure-card {
  opacity: 0;
  animation: cardPopUp 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.procedure-group__cards .procedure-card:nth-child(1) {
  animation-delay: 0.3s;
}
.procedure-group__cards .procedure-card:nth-child(2) {
  animation-delay: 0.4s;
}
.procedure-group__cards .procedure-card:nth-child(3) {
  animation-delay: 0.5s;
}
.procedure-group__cards .procedure-card:nth-child(4) {
  animation-delay: 0.6s;
}
.procedure-group__cards .procedure-card:nth-child(5) {
  animation-delay: 0.7s;
}
.procedure-group__cards .procedure-card:nth-child(6) {
  animation-delay: 0.8s;
}
.procedure-group__cards .procedure-card:nth-child(7) {
  animation-delay: 0.9s;
}
.procedure-group__cards .procedure-card:nth-child(8) {
  animation-delay: 1s;
}
.procedure-group__cards .procedure-card:nth-child(9) {
  animation-delay: 1.1s;
}
.procedure-group__cards .procedure-card:nth-child(10) {
  animation-delay: 1.2s;
}
.procedure-group__cards .procedure-card:nth-child(11) {
  animation-delay: 1.3s;
}
.procedure-group__cards .procedure-card:nth-child(12) {
  animation-delay: 1.4s;
}

@keyframes slideFromRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cardPopUp {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  .procedure-category-hero {
    flex-direction: column;
    padding: 40px 24px 0;
    gap: 32px;
  }
  .procedure-category-hero__info {
    max-width: 100%;
  }
  .procedure-category-hero__title {
    font-size: 48px;
  }
  .procedure-category-hero__image {
    width: 100%;
    max-width: 400px;
    height: 360px;
    margin: 0 auto;
  }
  .procedure-category-content {
    padding: 48px 24px 64px;
  }
  .procedure-groups {
    width: 100%;
  }
  .procedure-group__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .procedure-category-hero {
    padding: 28px 16px 0;
    gap: 16px;
  }
  .procedure-category-hero__title {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
  .procedure-category-hero__count {
    text-align: right;
    width: 100%;
  }
  .procedure-category-hero__image {
    max-width: 343px;
    aspect-ratio: 343/373;
    height: auto;
  }
  .procedure-category-content {
    padding: 64px 0 48px;
  }
  .procedure-groups {
    gap: 48px;
  }
  .procedure-group {
    gap: 16px;
    padding-bottom: 48px;
  }
  .procedure-group__label {
    padding-left: 16px;
    font-size: 14px;
  }
  .procedure-group__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-left: 16px;
    padding-right: 16px;
    scrollbar-width: none;
  }
  .procedure-group__cards::-webkit-scrollbar {
    display: none;
  }
  .procedure-card {
    flex: 0 0 308px;
    min-width: 308px;
    scroll-snap-align: start;
  }
}
.procedure-single-page {
  background: var(--color-bg);
  overflow-x: hidden;
}

.proc-hero {
  margin-top: 64px;
  margin-bottom: 120px;
  padding: 0 0 0;
}
.proc-hero__container {
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: 0 100px;
}
.proc-hero__content {
  display: flex;
  align-items: center;
  gap: 100px;
}
.proc-hero__text {
  flex: 0 0 605px;
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.proc-hero__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: 2.16px;
  color: var(--color-black-100);
  margin: 0;
}
.proc-hero__description {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
  margin: -28px 0 0;
}
.proc-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-black-lite);
  color: var(--color-white);
  border-radius: 26px;
  padding: 14px 24px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: -0.16px;
  text-decoration: none;
  width: fit-content;
  transition: background 0.3s, transform 0.2s;
}
.proc-hero__cta:hover {
  background: var(--color-black-100);
  transform: translateY(-1px);
}
.proc-hero__cta svg,
.proc-hero__cta img {
  flex-shrink: 0;
  width: auto;
  height: 12px;
  display: inline;
  filter: invert(1);
}
.proc-hero__images {
  flex: 1;
  position: relative;
  min-height: 422px;
}
.proc-hero__img-main {
  width: 332px;
  height: 422px;
  border-radius: 0;
  overflow: hidden;
  margin-left: auto;
}
.proc-hero__img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proc-hero__img-deco {
  display: none;
}

.proc-process {
  background: var(--color-pink-bg);
  padding: 80px 0 100px;
}
.proc-process__container {
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: 0 100px;
}
.proc-process__header {
  text-align: center;
  margin-bottom: 56px;
}
.proc-process__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--color-black-100);
  margin: 0 0 20px;
}
.proc-process__subtitle {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
  max-width: 505px;
  margin: 0 auto;
}
.proc-process__cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-cards);
}

.proc-step-card {
  background: var(--color-white);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  padding: 32px;
  width: calc(33.333% - 20px);
  box-sizing: border-box;
}
.proc-step-card__inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.proc-step-card__number {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--color-black-100);
  flex-shrink: 0;
  width: 24px;
}
.proc-step-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.proc-step-card__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h3);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading-sm);
  color: var(--color-black-100);
  margin: 0;
}
.proc-step-card__desc {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body-sm);
  color: #3c3e4c;
  margin: 0;
}

.proc-indications {
  padding: 80px 0 100px;
}
.proc-indications__container {
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}
.proc-indications__header {
  text-align: center;
  max-width: 850px;
}
.proc-indications__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--color-black-100);
  margin: 0 0 20px;
}
.proc-indications__subtitle {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
  margin: 0;
}
.proc-indications__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  width: 100%;
}
.proc-indications__cta {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--color-black-100);
  border-radius: 100px;
  padding: 22px 48px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
  line-height: var(--lh-display);
  letter-spacing: 0.64px;
  color: var(--color-black-100);
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.proc-indications__cta:hover {
  background: var(--color-black-100);
  color: var(--color-white);
}

.proc-indication-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.proc-indication-item__img {
  width: 100%;
  height: 224px;
  border-radius: var(--card-radius-lg);
  overflow: hidden;
}
.proc-indication-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proc-indication-item__text {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.15px;
  color: var(--color-black-100);
  text-align: left;
  width: 100%;
  margin: 0;
}

.proc-contra {
  background: var(--color-pink-bg);
  padding: 80px 0 100px;
}
.proc-contra__container {
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: 0 100px;
}
.proc-contra__header {
  text-align: center;
  margin-bottom: 56px;
}
.proc-contra__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--color-black-100);
  margin: 0 0 16px;
}
.proc-contra__subtitle {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
  max-width: 505px;
  margin: 0 auto;
}
.proc-contra__cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-cards);
}

.proc-pricing {
  padding: 72px 0 80px;
}
.proc-pricing__container {
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.proc-pricing__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--color-black-100);
  text-align: center;
  margin: 0;
}
.proc-pricing__table-wrap {
  width: 100%;
  max-width: 1092px;
  overflow-x: auto;
  border: 1px solid var(--color-black-lite);
  border-radius: var(--card-radius);
}
.proc-pricing__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-black-lite);
  border-radius: var(--card-radius);
  overflow: hidden;
}
.proc-pricing__table thead th {
  background: var(--color-pink-bg);
  border: 1px solid var(--color-black-lite);
  padding: 20px 32px;
  height: 80px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--fs-body-lg);
  line-height: 22px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.proc-pricing__table thead th:first-child {
  text-align: left;
}
.proc-pricing__table tbody td {
  border: 1px solid var(--color-black-lite);
  padding: 20px 32px;
  height: 80px;
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 22px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.proc-pricing__zone {
  text-align: left !important;
}
.proc-pricing__cta {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--color-black-100);
  background: var(--color-white);
  border-radius: 100px;
  padding: 22px 48px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: var(--fs-h3);
  line-height: var(--lh-display);
  letter-spacing: 0.64px;
  color: var(--color-black-100);
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.proc-pricing__cta svg,
.proc-pricing__cta img {
  flex-shrink: 0;
  width: auto;
  height: 14px;
  display: inline;
}
.proc-pricing__cta:hover {
  background: var(--color-black-100);
  color: var(--color-white);
}

.proc-results {
  padding: 80px 0 100px;
}
.proc-results__container {
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.proc-results__header {
  text-align: center;
  max-width: 650px;
}
.proc-results__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--color-black-100);
  margin: 0 0 16px;
}
.proc-results__title span {
  font-style: normal;
}
.proc-results__subtitle {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
  margin: 0;
}
.proc-results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap-cards);
  width: 100%;
}
.proc-results__more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.8px;
  color: var(--color-black-100);
  text-decoration: none;
  transition: gap 0.3s;
}
.proc-results__more:hover {
  gap: 18px;
}

.proc-result-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.proc-result-card__img {
  position: relative;
  width: 100%;
  height: 412px;
  border-radius: var(--card-radius);
  overflow: hidden;
}
.proc-result-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proc-result-card__overlay {
  position: absolute;
  inset: 0;
  background: #e5dad0;
  mix-blend-mode: soft-light;
  opacity: 0.8;
  border-radius: var(--card-radius);
}
.proc-result-card__label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--fs-body-lg);
  line-height: 22px;
  letter-spacing: var(--ls-body);
  color: var(--color-black-100);
}

.proc-faq {
  padding: 80px 0;
}
.proc-faq__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}
.proc-faq__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h2);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--color-black-100);
  margin: 0 0 48px;
  text-align: center;
}
.proc-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.proc-faq-item {
  border-bottom: 1px solid var(--color-border-light);
  padding-bottom: 16px;
}
.proc-faq-item__question {
  font-family: var(--font-body);
  font-size: var(--fs-body-lg);
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  color: var(--color-black-100);
}
.proc-faq-item__question::-webkit-details-marker {
  display: none;
}
.proc-faq-item__question::after {
  content: "+";
  font-size: 24px;
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 16px;
}
.proc-faq-item[open] .proc-faq-item__question::after {
  content: "−";
}
.proc-faq-item__answer {
  padding-bottom: 16px;
  color: var(--color-black-lite);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.6;
}
.proc-faq-item__answer p {
  margin: 0;
}

.proc-related {
  padding: 80px 0 100px;
  background: var(--color-feature-bg);
}
.proc-related__container {
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: 0 100px;
}
.proc-related__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h2);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--color-black-100);
  margin: 0 0 48px;
  text-align: center;
}
.proc-related__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap-cards);
}
.proc-related__grid .procedure-card {
  opacity: 0;
  animation: cardPopUp 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.proc-related__grid .procedure-card:nth-child(1) {
  animation-delay: 0.3s;
}
.proc-related__grid .procedure-card:nth-child(2) {
  animation-delay: 0.4s;
}
.proc-related__grid .procedure-card:nth-child(3) {
  animation-delay: 0.5s;
}
.proc-related__grid .procedure-card:nth-child(4) {
  animation-delay: 0.6s;
}
.proc-related__grid .procedure-card:nth-child(5) {
  animation-delay: 0.7s;
}
.proc-related__grid .procedure-card:nth-child(6) {
  animation-delay: 0.8s;
}
.proc-related__grid .procedure-card:nth-child(7) {
  animation-delay: 0.9s;
}
.proc-related__grid .procedure-card:nth-child(8) {
  animation-delay: 1s;
}
.proc-related__grid .procedure-card:nth-child(9) {
  animation-delay: 1.1s;
}
.proc-related__grid .procedure-card:nth-child(10) {
  animation-delay: 1.2s;
}
.proc-related__grid .procedure-card:nth-child(11) {
  animation-delay: 1.3s;
}
.proc-related__grid .procedure-card:nth-child(12) {
  animation-delay: 1.4s;
}

@keyframes cardPopUp {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.proc-hero__text {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.proc-hero.is-visible .proc-hero__text {
  opacity: 1;
  transform: translateX(0);
}

.proc-hero__img-main {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}

.proc-hero.is-visible .proc-hero__img-main {
  opacity: 1;
  transform: translateX(0);
}

.proc-process__header {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.proc-process.is-visible .proc-process__header {
  opacity: 1;
  transform: translateY(0);
}

.proc-process .proc-step-card {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.proc-process.is-visible .proc-step-card {
  opacity: 1;
  transform: translateX(0);
}
.proc-process.is-visible .proc-step-card:nth-child(1) {
  transition-delay: 0.25s;
}
.proc-process.is-visible .proc-step-card:nth-child(2) {
  transition-delay: 0.35s;
}
.proc-process.is-visible .proc-step-card:nth-child(3) {
  transition-delay: 0.45s;
}
.proc-process.is-visible .proc-step-card:nth-child(4) {
  transition-delay: 0.55s;
}
.proc-process.is-visible .proc-step-card:nth-child(5) {
  transition-delay: 0.65s;
}
.proc-process.is-visible .proc-step-card:nth-child(6) {
  transition-delay: 0.75s;
}
.proc-process.is-visible .proc-step-card:nth-child(7) {
  transition-delay: 0.85s;
}
.proc-process.is-visible .proc-step-card:nth-child(8) {
  transition-delay: 0.95s;
}
.proc-process.is-visible .proc-step-card:nth-child(9) {
  transition-delay: 1.05s;
}
.proc-process.is-visible .proc-step-card:nth-child(10) {
  transition-delay: 1.15s;
}
.proc-process.is-visible .proc-step-card:nth-child(11) {
  transition-delay: 1.25s;
}
.proc-process.is-visible .proc-step-card:nth-child(12) {
  transition-delay: 1.35s;
}

.proc-indications__header {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.proc-indications.is-visible .proc-indications__header {
  opacity: 1;
  transform: translateY(0);
}

.proc-indication-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.proc-indications.is-visible .proc-indication-item {
  opacity: 1;
  transform: translateY(0);
}
.proc-indications.is-visible .proc-indication-item:nth-child(1) {
  transition-delay: 0.2s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(2) {
  transition-delay: 0.3s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(3) {
  transition-delay: 0.4s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(4) {
  transition-delay: 0.5s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(5) {
  transition-delay: 0.6s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(6) {
  transition-delay: 0.7s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(7) {
  transition-delay: 0.8s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(8) {
  transition-delay: 0.9s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(9) {
  transition-delay: 1s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(10) {
  transition-delay: 1.1s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(11) {
  transition-delay: 1.2s;
}
.proc-indications.is-visible .proc-indication-item:nth-child(12) {
  transition-delay: 1.3s;
}

.proc-indications__cta {
  opacity: 0;
  transition: opacity 0.8s ease-out 0.6s;
}

.proc-indications.is-visible .proc-indications__cta {
  opacity: 1;
}

.proc-contra__header {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.proc-contra.is-visible .proc-contra__header {
  opacity: 1;
  transform: translateY(0);
}

.proc-contra .proc-step-card {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.proc-contra.is-visible .proc-step-card {
  opacity: 1;
  transform: translateX(0);
}
.proc-contra.is-visible .proc-step-card:nth-child(1) {
  transition-delay: 0.25s;
}
.proc-contra.is-visible .proc-step-card:nth-child(2) {
  transition-delay: 0.35s;
}
.proc-contra.is-visible .proc-step-card:nth-child(3) {
  transition-delay: 0.45s;
}
.proc-contra.is-visible .proc-step-card:nth-child(4) {
  transition-delay: 0.55s;
}
.proc-contra.is-visible .proc-step-card:nth-child(5) {
  transition-delay: 0.65s;
}
.proc-contra.is-visible .proc-step-card:nth-child(6) {
  transition-delay: 0.75s;
}
.proc-contra.is-visible .proc-step-card:nth-child(7) {
  transition-delay: 0.85s;
}
.proc-contra.is-visible .proc-step-card:nth-child(8) {
  transition-delay: 0.95s;
}
.proc-contra.is-visible .proc-step-card:nth-child(9) {
  transition-delay: 1.05s;
}
.proc-contra.is-visible .proc-step-card:nth-child(10) {
  transition-delay: 1.15s;
}
.proc-contra.is-visible .proc-step-card:nth-child(11) {
  transition-delay: 1.25s;
}
.proc-contra.is-visible .proc-step-card:nth-child(12) {
  transition-delay: 1.35s;
}

.proc-pricing__title {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.proc-pricing.is-visible .proc-pricing__title {
  opacity: 1;
  transform: translateY(0);
}

.proc-pricing__table-wrap {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
}

.proc-pricing.is-visible .proc-pricing__table-wrap {
  opacity: 1;
  transform: translateY(0);
}

.proc-pricing__cta {
  opacity: 0;
  transition: opacity 0.8s ease-out 0.5s;
}

.proc-pricing.is-visible .proc-pricing__cta {
  opacity: 1;
}

.proc-results__header {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.proc-results.is-visible .proc-results__header {
  opacity: 1;
  transform: translateY(0);
}

.proc-result-card {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.proc-results.is-visible .proc-result-card {
  opacity: 1;
  transform: translateX(0);
}
.proc-results.is-visible .proc-result-card:nth-child(1) {
  transition-delay: 0.22s;
}
.proc-results.is-visible .proc-result-card:nth-child(2) {
  transition-delay: 0.34s;
}
.proc-results.is-visible .proc-result-card:nth-child(3) {
  transition-delay: 0.46s;
}
.proc-results.is-visible .proc-result-card:nth-child(4) {
  transition-delay: 0.58s;
}
.proc-results.is-visible .proc-result-card:nth-child(5) {
  transition-delay: 0.7s;
}
.proc-results.is-visible .proc-result-card:nth-child(6) {
  transition-delay: 0.82s;
}
.proc-results.is-visible .proc-result-card:nth-child(7) {
  transition-delay: 0.94s;
}
.proc-results.is-visible .proc-result-card:nth-child(8) {
  transition-delay: 1.06s;
}

.proc-faq__title {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.proc-faq.is-visible .proc-faq__title {
  opacity: 1;
  transform: translateY(0);
}

.proc-faq-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.proc-faq.is-visible .proc-faq-item {
  opacity: 1;
  transform: translateY(0);
}
.proc-faq.is-visible .proc-faq-item:nth-child(1) {
  transition-delay: 0.18s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(2) {
  transition-delay: 0.26s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(3) {
  transition-delay: 0.34s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(4) {
  transition-delay: 0.42s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(5) {
  transition-delay: 0.5s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(6) {
  transition-delay: 0.58s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(7) {
  transition-delay: 0.66s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(8) {
  transition-delay: 0.74s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(9) {
  transition-delay: 0.82s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(10) {
  transition-delay: 0.9s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(11) {
  transition-delay: 0.98s;
}
.proc-faq.is-visible .proc-faq-item:nth-child(12) {
  transition-delay: 1.06s;
}

.proc-related__title {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.proc-related.is-visible .proc-related__title {
  opacity: 1;
  transform: translateY(0);
}

.proc-related .procedure-card {
  background: var(--color-white);
  padding: 32px;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
}
.proc-related .procedure-card__title {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 300;
  margin: 0 0 16px;
}
.proc-related .procedure-card__title a {
  text-decoration: none;
  color: inherit;
}
.proc-related .procedure-card__title a:hover {
  color: var(--color-accent);
}
.proc-related .procedure-card__description {
  font-size: var(--fs-body);
  color: var(--color-text-muted);
  margin-bottom: 24px;
  flex-grow: 1;
}
.proc-related .procedure-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  text-decoration: none;
  color: var(--color-black-100);
  transition: opacity 0.3s;
}
.proc-related .procedure-card__link svg,
.proc-related .procedure-card__link img {
  flex-shrink: 0;
  width: auto;
  height: 14px;
  display: inline;
}
.proc-related .procedure-card__link:hover {
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .proc-hero__container {
    padding: 0 40px;
  }
  .proc-hero__content {
    flex-direction: column;
    gap: 48px;
  }
  .proc-hero__text {
    flex: 1;
    width: 100%;
    gap: 32px;
  }
  .proc-hero__images {
    width: 100%;
    min-height: 300px;
  }
  .proc-hero__img-main {
    width: 100%;
    max-width: 400px;
    height: 350px;
  }
  .proc-hero__img-deco {
    display: none;
  }
  .proc-process__container,
  .proc-contra__container,
  .proc-indications__container,
  .proc-results__container,
  .proc-related__container,
  .proc-pricing__container {
    padding: 0 40px;
  }
  .proc-step-card {
    width: calc(50% - 15px);
  }
  .proc-indications__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proc-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proc-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proc-result-card__img {
    height: 280px;
  }
  .proc-indications__cta,
  .proc-pricing__cta {
    padding: 24px 40px;
    font-size: var(--fs-h4);
  }
}
@media (max-width: 600px) {
  .proc-hero__container {
    padding: 0 20px;
  }
  .proc-hero__title {
    font-size: 36px;
    letter-spacing: 1.08px;
  }
  .proc-hero__description {
    font-size: 14px;
    line-height: 20px;
  }
  .proc-hero__cta {
    padding: 12px 20px;
    font-size: 14px;
  }
  .proc-hero__img-main {
    width: 100%;
    max-width: 100%;
    height: 280px;
  }
  .proc-process,
  .proc-contra {
    padding: 60px 0 80px;
  }
  .proc-process__container,
  .proc-contra__container,
  .proc-indications__container,
  .proc-results__container,
  .proc-related__container,
  .proc-pricing__container {
    padding: 0 20px;
  }
  .proc-process__title,
  .proc-contra__title,
  .proc-indications__title,
  .proc-results__title,
  .proc-pricing__title {
    font-size: 32px;
    letter-spacing: 0.96px;
  }
  .proc-step-card {
    width: 100%;
  }
  .proc-indications__grid {
    grid-template-columns: 1fr;
  }
  .proc-indication-item__img {
    height: 180px;
  }
  .proc-results__grid {
    grid-template-columns: 1fr;
  }
  .proc-result-card__img {
    height: 240px;
  }
  .proc-related__grid {
    grid-template-columns: 1fr;
  }
  .proc-indications__cta,
  .proc-pricing__cta {
    padding: 20px 32px;
    font-size: 20px;
  }
  .proc-pricing__table-wrap {
    border: none;
    border-radius: 0;
    background: transparent;
    overflow-x: hidden;
  }
  .proc-pricing__table {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: none;
    border-radius: 0;
  }
  .proc-pricing__table thead {
    display: none;
  }
  .proc-pricing__table tbody {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .proc-pricing__table tr {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-black-lite);
    border-radius: var(--card-radius);
    overflow: hidden;
  }
  .proc-pricing__table tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    height: auto;
    border: none;
    border-bottom: 1px solid var(--color-black-lite);
    text-align: left;
  }
  .proc-pricing__table tr td:last-child {
    border-bottom: none;
  }
  .proc-pricing__table tr td::before {
    content: attr(data-label);
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 13px;
    color: var(--color-black-100);
    opacity: 0.6;
  }
  .proc-pricing__table tr .proc-pricing__zone {
    background: var(--color-pink-bg);
    font-size: 16px;
    font-weight: 400;
    justify-content: flex-start;
  }
  .proc-pricing__table tr .proc-pricing__zone::before {
    display: none;
  }
  .proc-faq__container {
    padding: 0 20px;
  }
  .proc-faq__title {
    font-size: 32px;
  }
}
.blog-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  padding-bottom: 32px;
  background: rgba(60, 62, 76, 0.03);
  border: 1px solid rgba(60, 62, 76, 0.03);
  border-radius: 24px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.blog-card:hover {
  opacity: 0.88;
}
.blog-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 372/236;
  border-radius: 20px;
  overflow: hidden;
  background: var(--color-feature-bg);
}
.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-card__image--placeholder {
  background: linear-gradient(135deg, #f1e5e3 0%, #e5dad0 100%);
}
.blog-card__tint {
  position: absolute;
  inset: 0;
  background: #e5dad0;
  mix-blend-mode: soft-light;
  opacity: 0.8;
  pointer-events: none;
}
.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-card__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 4px 12px;
  background: #f1e5e3;
  border-radius: 16px;
  font-family: var(--font-body);
  font-weight: 250;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.14px;
  color: var(--color-black-100);
}
.blog-card__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-card__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.96px;
  color: var(--color-black-100);
  margin: 0;
}
.blog-card__excerpt {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.14px;
  color: var(--color-black-100);
  margin: 0;
}

@media (max-width: 1024px) {
  .blog-card {
    padding: 16px;
    padding-bottom: 24px;
    border-radius: 20px;
  }
  .blog-card__title {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
  .blog-card__image-wrap {
    border-radius: 16px;
  }
}
@media (max-width: 600px) {
  .blog-card__title {
    font-size: 22px;
  }
  .blog-card__body {
    gap: 16px;
  }
}
.blog-hero {
  position: relative;
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  margin-bottom: 64px;
  height: 489px;
  border-radius: 24px;
  overflow: hidden;
}
.blog-hero__bg {
  position: absolute;
  inset: 0;
}
.blog-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-hero__img--placeholder {
  background: var(--color-feature-bg);
}
.blog-hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(253deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.3;
}
.blog-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  height: 100%;
  padding: 72px;
  max-width: 420px;
  opacity: 0;
  animation: heroSlideIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.blog-hero__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 1.44px;
  color: white;
  margin: 0;
}
.blog-hero__subtitle {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.24px;
  color: white;
  margin: 0;
}

@keyframes heroSlideIn {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.blog-listing .blog-card,
.blog-listing .before-after__item,
.blog-listing .reviews__card,
.before-after-listing .blog-card,
.before-after-listing .before-after__item,
.before-after-listing .reviews__card,
.reviews-listing .blog-card,
.reviews-listing .before-after__item,
.reviews-listing .reviews__card {
  opacity: 0;
  animation: cardPop 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.blog-listing .blog-card:nth-child(1),
.blog-listing .before-after__item:nth-child(1),
.blog-listing .reviews__card:nth-child(1),
.before-after-listing .blog-card:nth-child(1),
.before-after-listing .before-after__item:nth-child(1),
.before-after-listing .reviews__card:nth-child(1),
.reviews-listing .blog-card:nth-child(1),
.reviews-listing .before-after__item:nth-child(1),
.reviews-listing .reviews__card:nth-child(1) {
  animation-delay: 0.3s;
}
.blog-listing .blog-card:nth-child(2),
.blog-listing .before-after__item:nth-child(2),
.blog-listing .reviews__card:nth-child(2),
.before-after-listing .blog-card:nth-child(2),
.before-after-listing .before-after__item:nth-child(2),
.before-after-listing .reviews__card:nth-child(2),
.reviews-listing .blog-card:nth-child(2),
.reviews-listing .before-after__item:nth-child(2),
.reviews-listing .reviews__card:nth-child(2) {
  animation-delay: 0.4s;
}
.blog-listing .blog-card:nth-child(3),
.blog-listing .before-after__item:nth-child(3),
.blog-listing .reviews__card:nth-child(3),
.before-after-listing .blog-card:nth-child(3),
.before-after-listing .before-after__item:nth-child(3),
.before-after-listing .reviews__card:nth-child(3),
.reviews-listing .blog-card:nth-child(3),
.reviews-listing .before-after__item:nth-child(3),
.reviews-listing .reviews__card:nth-child(3) {
  animation-delay: 0.5s;
}
.blog-listing .blog-card:nth-child(4),
.blog-listing .before-after__item:nth-child(4),
.blog-listing .reviews__card:nth-child(4),
.before-after-listing .blog-card:nth-child(4),
.before-after-listing .before-after__item:nth-child(4),
.before-after-listing .reviews__card:nth-child(4),
.reviews-listing .blog-card:nth-child(4),
.reviews-listing .before-after__item:nth-child(4),
.reviews-listing .reviews__card:nth-child(4) {
  animation-delay: 0.6s;
}
.blog-listing .blog-card:nth-child(5),
.blog-listing .before-after__item:nth-child(5),
.blog-listing .reviews__card:nth-child(5),
.before-after-listing .blog-card:nth-child(5),
.before-after-listing .before-after__item:nth-child(5),
.before-after-listing .reviews__card:nth-child(5),
.reviews-listing .blog-card:nth-child(5),
.reviews-listing .before-after__item:nth-child(5),
.reviews-listing .reviews__card:nth-child(5) {
  animation-delay: 0.7s;
}
.blog-listing .blog-card:nth-child(6),
.blog-listing .before-after__item:nth-child(6),
.blog-listing .reviews__card:nth-child(6),
.before-after-listing .blog-card:nth-child(6),
.before-after-listing .before-after__item:nth-child(6),
.before-after-listing .reviews__card:nth-child(6),
.reviews-listing .blog-card:nth-child(6),
.reviews-listing .before-after__item:nth-child(6),
.reviews-listing .reviews__card:nth-child(6) {
  animation-delay: 0.8s;
}
.blog-listing .blog-card:nth-child(7),
.blog-listing .before-after__item:nth-child(7),
.blog-listing .reviews__card:nth-child(7),
.before-after-listing .blog-card:nth-child(7),
.before-after-listing .before-after__item:nth-child(7),
.before-after-listing .reviews__card:nth-child(7),
.reviews-listing .blog-card:nth-child(7),
.reviews-listing .before-after__item:nth-child(7),
.reviews-listing .reviews__card:nth-child(7) {
  animation-delay: 0.9s;
}
.blog-listing .blog-card:nth-child(8),
.blog-listing .before-after__item:nth-child(8),
.blog-listing .reviews__card:nth-child(8),
.before-after-listing .blog-card:nth-child(8),
.before-after-listing .before-after__item:nth-child(8),
.before-after-listing .reviews__card:nth-child(8),
.reviews-listing .blog-card:nth-child(8),
.reviews-listing .before-after__item:nth-child(8),
.reviews-listing .reviews__card:nth-child(8) {
  animation-delay: 1s;
}
.blog-listing .blog-card:nth-child(9),
.blog-listing .before-after__item:nth-child(9),
.blog-listing .reviews__card:nth-child(9),
.before-after-listing .blog-card:nth-child(9),
.before-after-listing .before-after__item:nth-child(9),
.before-after-listing .reviews__card:nth-child(9),
.reviews-listing .blog-card:nth-child(9),
.reviews-listing .before-after__item:nth-child(9),
.reviews-listing .reviews__card:nth-child(9) {
  animation-delay: 1.1s;
}
.blog-listing .blog-card:nth-child(10),
.blog-listing .before-after__item:nth-child(10),
.blog-listing .reviews__card:nth-child(10),
.before-after-listing .blog-card:nth-child(10),
.before-after-listing .before-after__item:nth-child(10),
.before-after-listing .reviews__card:nth-child(10),
.reviews-listing .blog-card:nth-child(10),
.reviews-listing .before-after__item:nth-child(10),
.reviews-listing .reviews__card:nth-child(10) {
  animation-delay: 1.2s;
}
.blog-listing .blog-card:nth-child(11),
.blog-listing .before-after__item:nth-child(11),
.blog-listing .reviews__card:nth-child(11),
.before-after-listing .blog-card:nth-child(11),
.before-after-listing .before-after__item:nth-child(11),
.before-after-listing .reviews__card:nth-child(11),
.reviews-listing .blog-card:nth-child(11),
.reviews-listing .before-after__item:nth-child(11),
.reviews-listing .reviews__card:nth-child(11) {
  animation-delay: 1.3s;
}
.blog-listing .blog-card:nth-child(12),
.blog-listing .before-after__item:nth-child(12),
.blog-listing .reviews__card:nth-child(12),
.before-after-listing .blog-card:nth-child(12),
.before-after-listing .before-after__item:nth-child(12),
.before-after-listing .reviews__card:nth-child(12),
.reviews-listing .blog-card:nth-child(12),
.reviews-listing .before-after__item:nth-child(12),
.reviews-listing .reviews__card:nth-child(12) {
  animation-delay: 1.4s;
}

@keyframes cardPop {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.blog-listing {
  width: calc(100% - 20px);
  max-width: calc(var(--content-max-width) + 120px);
  margin: 0 auto;
  padding: 48px 60px 0;
}
.blog-listing__filter-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
}
.blog-listing__section-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.96px;
  color: var(--color-black-100);
  margin: 0;
}
.blog-listing__dropdown-wrap {
  position: relative;
  width: 226px;
}
.blog-listing__dropdown {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 48px;
  padding: 14px 40px 14px 18px;
  background: rgba(60, 62, 76, 0.03);
  border: 1px solid rgba(60, 62, 76, 0.05);
  border-radius: 40px;
  font-family: var(--font-body);
  font-weight: 450;
  font-size: 16px;
  line-height: normal;
  color: rgba(7, 13, 24, 0.5);
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}
.blog-listing__dropdown:hover, .blog-listing__dropdown:focus {
  border-color: rgba(60, 62, 76, 0.15);
}
.blog-listing__dropdown-chevron {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: rgba(7, 13, 24, 0.5);
}
.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blog-listing__pagination {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  padding-bottom: 120px;
}
.blog-listing__page-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: center;
  color: var(--color-black-100);
  text-decoration: none;
  border-bottom: 1px solid rgba(89, 91, 107, 0.5);
  transition: border-color 0.2s, font-weight 0.2s;
}
.blog-listing__page-num:hover {
  border-color: var(--color-black-100);
}
.blog-listing__page-num--active {
  font-weight: 600;
  border-bottom: 1.5px solid var(--color-black-100);
}
.blog-listing__empty {
  text-align: center;
  padding: 80px 0;
  font-family: var(--font-body);
  font-size: 18px;
  color: rgba(60, 62, 76, 0.5);
}

@media (max-width: 1024px) {
  .blog-hero {
    height: 360px;
    border-radius: 16px;
  }
  .blog-hero__content {
    padding: 40px;
    max-width: 320px;
  }
  .blog-hero__title {
    font-size: 48px;
  }
  .blog-hero__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .blog-listing {
    padding: 32px 16px 0;
  }
  .blog-listing__filter-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .blog-listing__section-title {
    font-size: 36px;
  }
  .blog-listing__dropdown-wrap {
    width: 100%;
  }
  .blog-listing__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .blog-listing__pagination {
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .blog-hero {
    height: 280px;
    border-radius: 12px;
  }
  .blog-hero__content {
    padding: 24px;
    gap: 16px;
  }
  .blog-hero__title {
    font-size: 40px;
  }
  .blog-listing__section-title {
    font-size: 28px;
  }
  .blog-listing__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blog-listing__page-num {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
}
.before-after-listing {
  width: calc(100% - 20px);
  max-width: calc(var(--content-max-width) + 120px);
  margin: 0 auto;
  padding: 48px 60px 0;
}
.before-after-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 48px;
}
.before-after-listing__grid .before-after__item {
  width: 100%;
}
.before-after-listing__grid .before-after__image-wrap {
  width: 100%;
  border-radius: var(--card-radius);
  overflow: hidden;
  position: relative;
}
.before-after-listing__grid .before-after__image-wrap .ba-slider {
  border-radius: var(--card-radius);
}

@media (max-width: 1280px) {
  .before-after-listing__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .before-after-listing {
    padding: 32px 16px 0;
  }
  .before-after-listing__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .before-after-listing__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.reviews-listing {
  width: calc(100% - 20px);
  max-width: var(--content-max-width);
  margin: 0 auto;
}
.reviews-listing__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 469px;
  margin: 0 auto 48px;
  padding: 0 16px;
}
.reviews-listing__card {
  width: 100%;
  flex-shrink: unset;
}

.reviews-listing .blog-listing__empty {
  text-align: center;
  padding: 48px 0;
}

@media (max-width: 520px) {
  .reviews-listing__column {
    padding: 0 8px;
  }
}
.single-article {
  max-width: 645px;
  margin: 0 auto;
}

.single-article__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: left;
  margin-bottom: 40px;
}

.single-article__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: 2.16px;
  color: var(--color-black-100);
}

.single-article__excerpt {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: -0.24px;
  color: var(--color-black-100);
}

.single-article__hero {
  position: relative;
  border-radius: var(--card-radius);
  overflow: hidden;
  margin-bottom: 40px;
}

.single-article__hero-img {
  width: 100%;
  line-height: 0;
}
.single-article__hero-img img {
  width: 100%;
  height: 354px;
  object-fit: cover;
  display: block;
  border-radius: var(--card-radius);
}

.single-article__hero-tint {
  position: absolute;
  inset: 0;
  background: var(--color-blush);
  mix-blend-mode: soft-light;
  opacity: 0.8;
  border-radius: var(--card-radius);
  pointer-events: none;
}

.single-article__content {
  color: var(--color-black-100);
  margin-bottom: 100px;
}
.single-article__content p {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  letter-spacing: -0.24px;
  margin: 0 0 20px;
}
.single-article__content h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: var(--fs-h2);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-heading-sm);
  margin: 48px 0 20px;
}
.single-article__content h3 {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: var(--fs-h3);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading-sm);
  margin: 40px 0 20px;
}
.single-article__content h4 {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: normal;
  font-size: var(--fs-h4);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading-sm);
  margin: 32px 0 16px;
}
.single-article__content > h2:first-child,
.single-article__content > h3:first-child,
.single-article__content > h4:first-child {
  margin-top: 0;
}
.single-article__content ul,
.single-article__content ol {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 26px;
  letter-spacing: -0.24px;
  padding-left: 24px;
  margin: 0 0 20px;
}
.single-article__content ul {
  list-style: disc;
}
.single-article__content ol {
  list-style: decimal;
}
.single-article__content li {
  margin-bottom: 0;
}
.single-article__content blockquote {
  background: var(--color-feature-bg);
  border-left: 2px solid var(--color-black-100);
  border-radius: 16px;
  padding: 24px 32px;
  margin: 24px 0;
}
.single-article__content blockquote p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.single-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--card-radius);
  display: block;
  margin: 24px 0;
}
.single-article__content .wp-block-image {
  margin: 24px 0;
}
.single-article__content .wp-block-image figcaption {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--color-text-muted);
  margin-top: 8px;
  text-align: center;
}
.single-article__content a {
  color: var(--color-accent);
  position: relative;
  display: inline-block;
  color: currentColor;
  text-decoration: none !important;
}
.single-article__content a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.single-article__content a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.single-article__content a {
  transition: opacity 0.2s;
}
.single-article__content a:hover {
  opacity: 0.7;
}
.single-article__content strong,
.single-article__content b {
  font-weight: 500;
}
.single-article__content em,
.single-article__content i {
  font-style: italic;
}
.single-article__content hr {
  border: none;
  border-top: 1px solid var(--color-pink-border);
  margin: 40px 0;
}
.single-article__content table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: var(--fs-body-lg);
  margin: 24px 0;
}
.single-article__content table th,
.single-article__content table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-pink-border);
  text-align: left;
}
.single-article__content table th {
  font-weight: 500;
  background: var(--color-tag-bg);
}
.single-article__content pre,
.single-article__content code {
  font-family: monospace;
  background: var(--color-tag-bg);
  border-radius: 8px;
}
.single-article__content code {
  padding: 2px 6px;
  font-size: 14px;
}
.single-article__content pre {
  padding: 20px;
  overflow-x: auto;
  margin: 24px 0;
}
.single-article__content pre code {
  padding: 0;
  background: none;
}

.single-article__related {
  margin-top: 0;
}

@media (max-width: 768px) {
  .single-article {
    padding: 0 16px;
  }
  .single-article__title {
    font-size: 40px;
    letter-spacing: 1.2px;
  }
  .single-article__hero-img img {
    height: 240px;
  }
  .single-article__content {
    margin-bottom: 60px;
  }
  .single-article__content h2 {
    font-size: 36px;
    margin-top: 36px;
  }
  .single-article__content h3 {
    font-size: 28px;
    margin-top: 32px;
  }
  .single-article__content h4 {
    font-size: 22px;
  }
  .single-article__content blockquote {
    padding: 20px 24px;
  }
  .single-article__content blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}
/*!
Theme Name: Custom Theme
Theme URI: http://localhost:8080
Author: Developer
Author URI: http://localhost:8080
Description: A custom WordPress theme for KraSunya beauty salon
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
Tags: custom-theme, beauty, salon
*/
.booking-page {
  background-color: var(--color-bg);
}
.booking-page .proc-hero {
  margin-bottom: 60px;
}
.booking-page .proc-hero__content {
  justify-content: center;
}
.booking-page .proc-hero__text {
  align-items: center;
  text-align: center;
  flex: 1;
}
.booking-page .container--narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

.booking-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--color-pink-bg);
  border: 1px solid var(--color-pink-border);
  padding: 16px 24px;
  border-radius: 20px;
  margin-top: 40px;
  width: fit-content;
}
.booking-notice .notice-text {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: var(--color-black-100);
}
.booking-notice .notice-tag {
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 6px 16px;
  border-radius: 100px;
  text-transform: uppercase;
}

.booking-section {
  background: var(--color-white);
  padding: 60px;
  border-radius: var(--card-radius-lg);
  box-shadow: var(--card-shadow);
  border: 1px solid var(--color-border-light);
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.booking-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.booking-form .form-group label {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: var(--color-black-100);
  text-transform: uppercase;
}
.booking-form .form-group input, .booking-form .form-group textarea {
  background: #FAFAFA;
  border: 1px solid var(--color-border-light);
  border-radius: 16px;
  padding: 18px 24px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-black-100);
  transition: all 0.3s ease;
}
.booking-form .form-group input::placeholder, .booking-form .form-group textarea::placeholder {
  color: #B0B2BE;
}
.booking-form .form-group input:focus, .booking-form .form-group textarea:focus {
  outline: none;
  background: var(--color-white);
  border-color: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(201, 73, 130, 0.05);
}
.booking-form .form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.booking-form .btn--booking {
  background: var(--color-black-100);
  color: var(--color-white);
  padding: 22px;
  border-radius: 100px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.64px;
  border: 1px solid var(--color-black-100);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.booking-form .btn--booking:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(201, 73, 130, 0.15);
}

.booking-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--color-border-light);
}
.booking-footer .footer-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.booking-footer .footer-item .footer-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-pink-bg);
  border-radius: 50%;
  padding: 8px;
}
.booking-footer .footer-item .footer-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0.5);
}
.booking-footer .footer-item span {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--color-black-lite);
  text-transform: uppercase;
}

.booking-success {
  text-align: center;
  padding: 60px 0;
}
.booking-success .success-icon {
  margin-bottom: 32px;
}
.booking-success .success-icon svg {
  filter: drop-shadow(0 10px 20px rgba(201, 73, 130, 0.2));
}
.booking-success h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  color: var(--color-black-100);
  margin-bottom: 24px;
}
.booking-success p {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-black-lite);
  margin: 0 auto 48px;
  max-width: 460px;
}
.booking-success .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  text-decoration: none;
  padding: 20px 48px;
  border: 1px solid var(--color-black-100);
  border-radius: 100px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.64px;
  color: var(--color-black-100);
  transition: all 0.3s ease;
}
.booking-success .btn:hover {
  background: var(--color-black-100);
  color: var(--color-white);
  transform: translateY(-2px);
}

.form-error {
  background: #FFEBEE;
  color: #C62828;
  padding: 16px 24px;
  border-radius: 12px;
  margin-bottom: 32px;
  font-family: var(--font-body);
  font-size: 15px;
  border-left: 4px solid #C62828;
}

.booking-page .proc-hero__text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.booking-page.is-loaded .proc-hero__text {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .booking-section {
    padding: 40px 24px;
  }
  .booking-footer {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .booking-notice {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    width: 100%;
  }
}
.prices-page {
  background: var(--color-bg);
  padding-bottom: 120px;
}

.prices-hero {
  padding: 100px 0 60px;
  text-align: center;
  background: var(--color-pink-bg);
}
.prices-hero__container {
  max-width: var(--header-max-width);
  margin: 0 auto;
  padding: 0 20px;
}
.prices-hero__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h1);
  line-height: var(--lh-display);
  letter-spacing: 2.16px;
  color: var(--color-black-100);
  margin: 0 0 24px;
  text-transform: uppercase;
}
.prices-hero__subtitle {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: var(--fs-body-lg);
  line-height: 24px;
  color: var(--color-black-100);
  max-width: 600px;
  margin: 0 auto;
}

.prices-content {
  max-width: var(--header-max-width);
  margin: 60px auto 0;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.price-main-section {
  width: 100%;
}

.price-category-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.price-category-group.price-category--level-1 {
  border-bottom: none;
  margin-left: 20px;
  border-left: 1px solid var(--color-pink-accent);
}

.price-category-header,
.price-procedure-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  cursor: pointer;
  transition: background 0.3s;
}
.price-category-header:hover .price-category-title,
.price-category-header:hover .price-category-subtitle,
.price-category-header:hover .price-procedure-title,
.price-procedure-header:hover .price-category-title,
.price-procedure-header:hover .price-category-subtitle,
.price-procedure-header:hover .price-procedure-title {
  color: var(--color-pink-accent);
}
.price-category-header.is-active .prices-accordion-icon,
.price-procedure-header.is-active .prices-accordion-icon {
  transform: rotate(180deg);
}

.price-procedure-header {
  padding: 24px 0;
}

.price-category-header__content {
  flex: 1;
}

.price-category-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: var(--fs-h2);
  color: var(--color-black-100);
  margin: 0;
  transition: color 0.3s;
}

.price-category-subtitle {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 28px;
  color: var(--color-black-100);
  margin: 0;
  padding-left: 20px;
  transition: color 0.3s;
}

.price-category-description {
  font-family: var(--font-body);
  font-weight: 250;
  font-size: 14px;
  color: var(--color-black-lite);
  margin: 8px 0 0;
  padding-left: 0;
}

.price-category--level-1 .price-category-description {
  padding-left: 20px;
}

.price-procedure-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 22px;
  color: var(--color-black-100);
  margin: 0;
  transition: color 0.3s;
}

.prices-accordion-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--color-black-lite);
}

.price-category-accordion-content {
  padding-bottom: 24px;
}

.price-category-procedures {
  display: flex;
  flex-direction: column;
}

.price-procedure-item {
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-procedure-item:last-child {
  border-bottom: none;
}

.prices-page .proc-pricing__table-wrap {
  opacity: 1 !important;
  transform: none !important;
  background: var(--color-white);
  box-shadow: var(--card-shadow);
  margin: 10px 0 32px;
  overflow: hidden;
}

.price-procedure-link-wrap {
  padding: 24px;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.price-procedure-page-link {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  color: var(--color-pink-accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.price-procedure-page-link:hover {
  border-color: currentColor;
}

@media (max-width: 1024px) {
  .prices-content {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .prices-hero {
    padding: 60px 0 32px;
  }
  .prices-hero__title {
    font-size: 32px;
  }
  .prices-content {
    margin-top: 32px;
    padding: 0 20px;
  }
  .price-category-title {
    font-size: 28px;
  }
  .price-category-subtitle {
    font-size: 22px;
  }
  .price-procedure-title {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1334px) {
  :root {
    --fs-h1: 58px;
    --fs-h2: 38px;
    --fs-h3: 26px;
    --fs-h4: 19px;
    --fs-body-lg: 13px;
    --fs-body: 12px;
    --lh-display: 1.2;
    --lh-heading: 1.25;
    --lh-body: 20px;
    --header-height: 74px;
    --header-px: 32px;
    --section-px: 32px;
    --section-py-top: 64px;
    --section-py-bottom: 80px;
    --card-radius: 20px;
    --card-radius-lg: 32px;
    --gap-md: 13px;
    --gap-lg: 19px;
    --gap-xl: 26px;
    --gap-cards: 24px;
    --content-max-width: 100%;
  }
  .main-nav {
    margin-right: 0;
  }
  .main-nav ul {
    gap: 24px;
  }
  .main-nav ul li a {
    font-size: 13px;
  }
  .hero {
    overflow: hidden;
  }
  .hero__columns {
    gap: 32px;
    justify-content: center;
  }
  .hero__image-wrap {
    width: 35vw;
    max-width: 380px;
    height: auto;
    aspect-ratio: 420/579;
  }
  .featured-procedure__inner {
    gap: 40px;
  }
  .featured-procedure__image-wrap {
    width: 45%;
    min-width: 320px;
    height: auto;
    aspect-ratio: 533/600;
  }
  .proc-hero__container,
  .proc-process__container,
  .proc-contra__container,
  .proc-indications__container,
  .proc-results__container,
  .proc-related__container,
  .proc-pricing__container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .proc-hero__content {
    gap: 40px;
  }
  .proc-hero__text {
    flex: 1;
    min-width: 0;
    flex-basis: auto;
  }
  .proc-hero__images {
    flex: 1;
    min-height: auto;
  }
  .proc-hero__img-main {
    width: 100%;
    height: auto;
    aspect-ratio: 332/422;
  }
  .proc-step-card {
    width: calc(50% - 12px);
  }
  .proc-indications__grid,
  .proc-results__grid,
  .proc-related__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .proc-pricing__table-wrap {
    overflow-x: auto;
    display: block;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
