* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --gjs-t-color-primary: #7c9885;
    --gjs-t-color-secondary: #5a6c5f;
    --gjs-t-color-accent: #e8b04b;
    --gjs-t-color-success: #6b9080;
    --gjs-t-color-warning: #f4a261;
    --gjs-t-color-error: #e76f51;
}

.gjs-t-body {
    background-color: inherit;
    color: inherit;
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: Arial, Helvetica, sans-serif;
}

.gjs-t-h1 {
    color: var(--gjs-t-color-secondary);
    font-size: 1.5rem;
    line-height: 2.5rem;
}

.gjs-t-h2 {
    color: #5a6c5f;
    font-size: 1.2rem;
    line-height: 1.75rem;
}

.gjs-t-button {
    background-color: var(--gjs-t-color-primary);
    color: white;
    border-radius: 0.3rem;
}

.gjs-t-link {
    color: var(--gjs-t-color-primary);
    text-decoration: underline;
}

.gjs-t-border {
    border-radius: 0.3rem;
    border-color: #e0e0e0;
}

*,
::before,
::after {
    box-sizing: border-box;
    undefined: undefined;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html,
:host {
    line-height: 1.5;
    undefined: undefined;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    undefined: undefined;
    line-height: inherit;
}

hr {
    height: 0;
    undefined: undefined;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

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

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    undefined: undefined;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    undefined: undefined;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    undefined: undefined;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    undefined: undefined;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    undefined: undefined;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    undefined: undefined;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    undefined: undefined;
    color: #9ca3af;
}

button,
[role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    undefined: undefined;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

.cls-s861zf {
    background-color: rgb(249 250 251 / 1);
}

.main-navigation {
    position: sticky;
    top: 0px;
    z-index: 50;
    background-color: rgb(255 255 255 / 0.9);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.navigation-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.navigation-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-link {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: rgb(31 41 55 / 1);
}

.navigation-links {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    height: 100%;
}

.nav-link-about {
    color: rgb(55 65 81 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-weight: 300;
}

.nav-link-about:hover {
    color: rgb(17 24 39 / 1);
}

.nav-link-journey {
    color: rgb(75 85 99 / 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.nav-link-journey:hover {
    color: rgb(75 85 99 / 1);
}

.nav-link-blog {
    color: rgb(55 65 81 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-weight: 300;
}

.nav-link-blog:hover {
    color: rgb(17 24 39 / 1);
}

.nav-link-contact {
    color: rgb(55 65 81 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-weight: 300;
}

.nav-link-contact:hover {
    color: rgb(17 24 39 / 1);
}

.mobile-menu-button {
    display: none;
    color: rgb(55 65 81 / 1);
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.hero-section {
    position: relative;
    background-image: linear-gradient(to bottom right, #f0fdf4, rgb(240 253 244 / 0));
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(17 24 39 / 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding: 0;
}

.hero-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
    align-items: center;
}

.hero-title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(55 65 81 / 1);
    margin-bottom: 2rem;
    font-weight: 300;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta-container {
    display: flex;
    gap: 1rem;
}

.primary-cta {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    text-align: center;
    display: inline-block;
    text-decoration-line: none;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border-radius: 0.75rem;
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.secondary-cta {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    border-width: 1px;
    border-color: rgb(209 213 219 / 1);
    color: rgb(55 65 81 / 1);
    border-radius: 0.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    background-color: rgb(255 255 255 / 1);
    text-align: center;
    display: inline-block;
    text-decoration-line: none;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.secondary-cta:hover {
    border-color: rgb(156 163 175 / 1);
    background-color: rgb(249 250 251 / 1);
    transform: translate(0, -0.125rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.hero-image-container {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    flex: 1 1 0%;
}

.hero-image {
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
    width: 100%;
    height: auto;
    object-fit: cover;
    opacity: 0.4;
}

.about-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(255 255 255 / 1);
}

.about-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.about-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.025em;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
    align-items: center;
}

.about-image {
    border-radius: 9999px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-paragraph-1 {
    color: rgb(75 85 99 / 1);
    margin-bottom: 1.5rem;
    line-height: 1.625;
}

.about-paragraph-2 {
    color: rgb(75 85 99 / 1);
    margin-bottom: 1.5rem;
    line-height: 1.625;
}

.about-paragraph-3 {
    color: rgb(75 85 99 / 1);
    line-height: 1.625;
}

.credentials-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(249 250 251 / 1);
}

.credentials-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.credentials-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 0.025em;
}

.credentials-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}

.credential-card {
    background-color: rgb(255 255 255 / 1);
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    text-align: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.credential-card:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.credential-icon {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1rem;
    width: 4rem;
    height: 4rem;
    background-color: rgb(220 252 231 / 1);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.credential-title {
    font-weight: 500;
    color: rgb(31 41 55 / 1);
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.credential-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
}

.services-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(255 255 255 / 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.services-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.services-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.025em;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.service-card {
    text-align: center;
    padding: 2rem;
    background-image: linear-gradient(to bottom right, #f0fdf4, rgb(240 253 244 / 0));
    border-radius: 1rem;
    background-color: rgb(255 255 255 / 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.service-icon {
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 1.5rem;
    width: 4rem;
    height: 4rem;
    background-color: rgb(243 232 255 / 1);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    object-fit: cover;
}

.service-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-align: center;
}

.service-description {
    color: rgb(75 85 99 / 1);
    line-height: 1.625;
    text-align: center;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.transformation-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: linear-gradient(to right, #f0fdf4, rgb(240 253 244 / 0));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: rgb(249 250 251 / 1);
}

.transformation-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.transformation-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 0.025em;
}

.transformation-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
}

.transformation-card {
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    overflow: hidden;
}

.transformation-flex {
    display: flex;
}

.before-after-container {
    width: 33.333333%;
    display: flex;
    gap: 1rem;
}

.transformation-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transformation-content {
    width: 66.666667%;
    padding: 2rem;
}

.client-name {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(31 41 55 / 1);
    text-align: center;
}

.transformation-stats {
    color: rgb(75 85 99 / 1);
    margin-bottom: 1rem;
}

.client-quote {
    color: rgb(75 85 99 / 1);
    font-style: italic;
    margin-bottom: 1rem;
    font-weight: 300;
    line-height: 1.625;
}

.transformation-list {
    list-style-type: disc;
    list-style-position: inside;
    color: rgb(75 85 99 / 1);
}

.transformation-list> :not([hidden])~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-bottom: calc(0.5rem * 0);
}

.blog-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(255 255 255 / 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.blog-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.blog-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 0.025em;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}

.blog-card {
    background-color: rgb(249 250 251 / 1);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.blog-card:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.blog-image {
    width: 100%;
    height: 12rem;
    object-fit: cover;
}

.blog-content {
    padding: 1.5rem;
}

.blog-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
    margin-bottom: 0.5rem;
}

.blog-post-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.blog-excerpt {
    color: rgb(55 65 81 / 1);
    margin-bottom: 1rem;
}

.testimonials-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(255 255 255 / 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.testimonials-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.testimonials-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.025em;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.testimonial-card {
    background-color: rgb(249 250 251 / 1);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.stars {
    color: rgb(250 204 21 / 1);
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

.testimonial-quote {
    color: rgb(55 65 81 / 1);
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.625;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.client-photo {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    margin-right: 1rem;
    object-fit: cover;
    margin-left: auto;
    margin-bottom: 1.5rem;
}

.client-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
}

.contact-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(255 255 255 / 1);
}

.contact-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    padding: 2rem;
}

.contact-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.025em;
    color: rgb(255 255 255 / 1);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
}

.contact-form> :not([hidden])~ :not([hidden]) {
    margin-top: calc(1.5rem * calc(1 - 0));
    margin-bottom: calc(1.5rem * 0);
}

.name-label {
    display: block;
    color: rgb(55 65 81 / 1);
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.name-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-width: 1px;
    border-color: rgb(209 213 219 / 1);
    border-radius: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.name-input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
    border-color: transparent;
}

.email-label {
    display: block;
    color: rgb(55 65 81 / 1);
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.email-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-width: 1px;
    border-color: rgb(209 213 219 / 1);
    border-radius: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    flex: 1 1 0%;
}

.email-input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
    border-color: transparent;
}

.phone-label {
    display: block;
    color: rgb(55 65 81 / 1);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.phone-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-width: 1px;
    border-color: rgb(209 213 219 / 1);
    border-radius: 0.5rem;
}

.phone-input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
    border-color: transparent;
}

.message-label {
    display: block;
    color: rgb(55 65 81 / 1);
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.message-textarea {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-width: 1px;
    border-color: rgb(209 213 219 / 1);
    border-radius: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    resize: none;
}

.message-textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
    border-color: transparent;
}

.submit-button {
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    background-color: rgb(5 150 105 / 1);
    color: rgb(255 255 255 / 1);
    border-radius: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-align: center;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.contact-details> :not([hidden])~ :not([hidden]) {
    margin-top: calc(1rem * calc(1 - 0));
    margin-bottom: calc(1rem * 0);
}

.contact-subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.address {
    color: rgb(55 65 81 / 1);
}

.phone {
    color: rgb(75 85 99 / 1);
    margin-bottom: 0.5rem;
}

.email {
    color: rgb(75 85 99 / 1);
}

.hours {
    color: rgb(75 85 99 / 1);
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    color: rgb(75 85 99 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgb(31 41 55 / 1);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover {
    color: rgb(255 255 255 / 1);
    background-color: rgb(55 65 81 / 1);
}

.cta-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: linear-gradient(to bottom right, #f0fdf4, rgb(240 253 244 / 0));
    background-color: rgb(236 253 245 / 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.cta-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
}

.cta-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: 0.025em;
    color: rgb(255 255 255 / 1);
}

.cta-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(55 65 81 / 1);
    margin-bottom: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    background-color: rgb(255 255 255 / 1);
    color: rgb(21 128 61 / 1);
    border-radius: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.footer {
    background-color: rgb(17 24 39 / 1);
    color: rgb(209 213 219 / 1);
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.footer-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-title {
    color: rgb(255 255 255 / 1);
    font-weight: 500;
    margin-bottom: 1rem;
}

.footer-links> :not([hidden])~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-bottom: calc(0.5rem * 0);
}

.footer-link:hover {
    color: rgb(255 255 255 / 1);
}

.footer-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.footer-bottom {
    border-top-width: 1px;
    border-color: rgb(31 41 55 / 1);
    padding-top: 2rem;
    text-align: center;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: rgb(156 163 175 / 1);
}

.privacy-link:hover {
    color: rgb(255 255 255 / 1);
}

.privacy-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.terms-link:hover {
    color: rgb(255 255 255 / 1);
}

.terms-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.contact-page-body {
    background-color: rgb(249 250 251 / 1);
}

.navigation-bar {
    position: sticky;
    top: 0px;
    z-index: 50;
    background-color: rgb(255 255 255 / 0.9);
    backdrop-filter: blur(8px);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    height: 120px;
    background-image: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    color: rgb(31 41 55 / 1);
    letter-spacing: 0.025em;
    text-decoration-line: none;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.home-link {
    color: rgb(75 85 99 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.home-link:hover {
    color: rgb(17 24 39 / 1);
}

.about-link {
    color: rgb(55 65 81 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    text-decoration-line: none;
    display: inline-flex;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.about-link:hover {
    color: rgb(17 24 39 / 1);
    text-decoration-line: underline;
}

.services-link {
    color: rgb(55 65 81 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    text-decoration-line: none;
}

.services-link:hover {
    color: rgb(17 24 39 / 1);
}

.contact-link {
    color: rgb(55 65 81 / 1);
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    text-decoration-line: none;
}

.contact-header-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.header-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
}

.page-title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 100;
    letter-spacing: 0.025em;
    color: rgb(31 41 55 / 1);
    margin-bottom: 1.5rem;
}

.intro-text {
    font-size: 1.25rem;
    line-height: 1.625;
    font-weight: 300;
    color: rgb(75 85 99 / 1);
}

.contact-main-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.form-container {
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 2.5rem;
}

.form-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    color: rgb(31 41 55 / 1);
    margin-bottom: 2rem;
}

.subject-label {
    display: block;
    color: rgb(55 65 81 / 1);
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.subject-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(209 213 219 / 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.subject-input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.submit-button:hover {
    background-color: rgb(4 120 87 / 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.details-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.details-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    color: rgb(31 41 55 / 1);
    margin-bottom: 3rem;
}

.phone-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.phone-icon-container {
    width: 3rem;
    height: 3rem;
    background-color: rgb(209 250 229 / 1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.phone-icon {
    color: rgb(156 163 175 / 1);
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 1.25rem;
    height: 1.25rem;
}

.phone-title {
    font-weight: 500;
    color: rgb(31 41 55 / 1);
    margin-bottom: 0.25rem;
}

.phone-link {
    color: rgb(75 85 99 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-weight: 300;
}

.phone-link:hover {
    color: rgb(5 150 105 / 1);
}

.email-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.email-icon-container {
    width: 3rem;
    height: 3rem;
    background-color: rgb(209 250 229 / 1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.email-icon {
    color: rgb(156 163 175 / 1);
    font-size: 1.25rem;
    line-height: 1.75rem;
    width: 1.25rem;
    height: 1.25rem;
}

.email-title {
    font-weight: 500;
    color: rgb(31 41 55 / 1);
    margin-bottom: 0.25rem;
}

.email-link {
    color: rgb(75 85 99 / 1);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-weight: 300;
}

.email-link:hover {
    color: rgb(5 150 105 / 1);
    opacity: 0.8;
}

.address-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.address-icon-container {
    width: 3rem;
    height: 3rem;
    background-color: rgb(209 250 229 / 1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.address-icon {
    color: rgb(5 150 105 / 1);
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.address-title {
    font-weight: 500;
    color: rgb(31 41 55 / 1);
    margin-bottom: 0.25rem;
}

.address-text {
    color: rgb(75 85 99 / 1);
}

.social-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.social-icon-container {
    width: 3rem;
    height: 3rem;
    background-color: rgb(209 250 229 / 1);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.social-icon {
    color: rgb(5 150 105 / 1);
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.social-title {
    font-weight: 500;
    color: rgb(255 255 255 / 1);
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.twitter-link {
    color: rgb(75 85 99 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.twitter-link:hover {
    color: rgb(5 150 105 / 1);
}

.linkedin-link {
    color: rgb(75 85 99 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgb(243 244 246 / 1);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.linkedin-link:hover {
    color: rgb(5 150 105 / 1);
    background-color: rgb(229 231 235 / 1);
}

.instagram-link {
    color: rgb(75 85 99 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgb(243 244 246 / 1);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram-link:hover {
    color: rgb(5 150 105 / 1);
    background-color: rgb(229 231 235 / 1);
}

.map-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgb(255 255 255 / 1);
}

.map-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.map-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    color: rgb(31 41 55 / 1);
    margin-bottom: 2rem;
    text-align: center;
}

.map-wrapper {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.map-image {
    width: 100%;
    height: 24rem;
    object-fit: cover;
}

.faq-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.faq-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.faq-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    color: rgb(31 41 55 / 1);
    margin-bottom: 3rem;
    text-align: center;
}

.faq-list> :not([hidden])~ :not([hidden]) {
    margin-top: calc(1.5rem * calc(1 - 0));
    margin-bottom: calc(1.5rem * 0);
}

.faq-item {
    background-color: rgb(255 255 255 / 1);
    border-radius: 0.75rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    overflow: hidden;
    margin-bottom: 1rem;
}

.faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: rgb(31 41 55 / 1);
}

.faq-question:hover {
    background-color: rgb(249 250 251 / 1);
}

.question-text {
    font-weight: 500;
    color: rgb(31 41 55 / 1);
}

.faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    color: rgb(75 85 99 / 1);
    font-weight: 300;
    line-height: 1.625;
}

.cta-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    color: rgb(75 85 99 / 1);
    margin-bottom: 2.5rem;
}

.cta-button:hover {
    transform: translate(0, -0.125rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    background-color: rgb(22 101 52 / 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    opacity: 0.9;
}

.footer-content {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
}

.footer-home-link:hover {
    color: rgb(255 255 255 / 1);
}

.footer-home-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-about-link:hover {
    color: rgb(255 255 255 / 1);
}

.footer-about-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-services-link:hover {
    color: rgb(255 255 255 / 1);
}

.footer-services-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-contact-link:hover {
    color: rgb(255 255 255 / 1);
}

.footer-contact-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.page-body {
    background-color: rgb(249 250 251 / 1);
}

.nav-link:hover {
    color: #333333;
    background-color: rgba(124, 152, 133, 0.1);
    box-shadow: 2px 2px 4px #c8c8c8, -2px -2px 4px #ffffff, inset 1px 1px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    background: linear-gradient(145deg, #f0f0f0, #e8e8e8);
}

.nav-link {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    text-decoration: none;
    padding: 1rem 1.75rem;
    border-radius: 0.75rem;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    background-color: transparent;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 3px 3px 6px #d1d1d1, -3px -3px 6px #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.hero-background {
    position: absolute;
    inset: 0px;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
    text-align: center;
    color: rgb(255 255 255 / 1);
    display: flex;
    gap: 3rem;
    align-items: center;
}

.hero-text-container {
    text-align: center;
    color: rgb(255 255 255 / 1);
}

.introduction-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.introduction-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.introduction-content {
    text-align: center;
}

.introduction-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.introduction-text {
    color: rgb(55 65 81 / 1);
    line-height: 1.625;
    font-weight: 300;
}

.gallery-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(255 255 255 / 1);
}

.gallery-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.gallery-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.before-container {
    flex: 1 1 0%;
}

.before-image {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.before-label {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
    font-weight: 300;
}

.after-container {
    flex: 1 1 0%;
}

.after-image {
    width: 100%;
    height: 12rem;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.after-label {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
    font-weight: 300;
}

.transformation-caption {
    margin-top: 1rem;
    text-align: center;
}

.transformation-summary {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
    font-weight: 300;
}

.stories-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.stories-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.stories-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
}

.stories-list> :not([hidden])~ :not([hidden]) {
    margin-top: calc(4rem * calc(1 - 0));
    margin-bottom: calc(4rem * 0);
}

.story-card {
    display: flex;
    gap: 2rem;
    align-items: center;
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 2rem;
}

.story-image-container {
    flex-shrink: 0;
}

.story-image {
    width: 16rem;
    height: 16rem;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.story-content {
    flex: 1 1 0%;
}

.story-client-name {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.story-quote {
    color: rgb(55 65 81 / 1);
    font-style: italic;
    font-weight: 300;
    margin-bottom: 1rem;
}

.story-description {
    color: rgb(75 85 99 / 1);
    font-weight: 300;
    line-height: 1.625;
}

.process-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(255 255 255 / 1);
}

.process-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.process-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
}

.process-timeline {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.process-steps> :not([hidden])~ :not([hidden]) {
    margin-top: calc(2rem * calc(1 - 0));
    margin-bottom: calc(2rem * 0);
}

.process-step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.step-number {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background-image: linear-gradient(to bottom right, #374151, rgb(55 65 81 / 0));
    color: rgb(255 255 255 / 1);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.75rem;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.step-content {
    flex: 1 1 0%;
}

.step-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.step-description {
    color: rgb(75 85 99 / 1);
    font-weight: 300;
    line-height: 1.625;
}

.cta-description {
    color: rgb(55 65 81 / 1);
    font-weight: 300;
    margin-bottom: 2rem;
    line-height: 1.625;
}

.footer-logo {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: rgb(255 255 255 / 1);
    margin-bottom: 1rem;
}

.footer-tagline {
    font-size: 0.875rem;
    line-height: 1.625;
    font-weight: 300;
    margin-top: 0.5rem;
    color: rgb(156 163 175 / 1);
}

.cls-2tzcba {
    background-color: rgb(250 250 249 / 1);
}

.blog-link {
    color: rgb(55 65 81 / 1);
    font-weight: 500;
    text-decoration-line: none;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.contact-link:hover {
    color: rgb(17 24 39 / 1);
}

.blog-header-section {
    padding-top: 4rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.blog-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(75 85 99 / 1);
    font-weight: 300;
}

.search-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
}

.search-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.search-form {
    position: relative;
}

.search-input {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 3rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(229 231 235 / 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.search-input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
    border-color: transparent;
}

.search-button {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translate(0, -50%) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgb(107 114 128 / 1);
}

.search-button:hover {
    color: rgb(55 65 81 / 1);
}

.categories-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
}

.categories-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.category-all {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    background-color: rgb(21 128 61 / 1);
    color: rgb(255 255 255 / 1);
    font-weight: 300;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.category-nutrition {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    background-color: rgb(229 231 235 / 1);
    color: rgb(55 65 81 / 1);
    font-weight: 300;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.category-nutrition:hover {
    background-color: rgb(209 213 219 / 1);
}

.category-wellness {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    background-color: rgb(229 231 235 / 1);
    color: rgb(55 65 81 / 1);
    font-weight: 300;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.category-wellness:hover {
    background-color: rgb(209 213 219 / 1);
}

.category-recipes {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    background-color: rgb(229 231 235 / 1);
    color: rgb(55 65 81 / 1);
    font-weight: 300;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.category-recipes:hover {
    background-color: rgb(209 213 219 / 1);
}

.category-lifestyle {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    background-color: rgb(229 231 235 / 1);
    color: rgb(55 65 81 / 1);
    font-weight: 300;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.category-lifestyle:hover {
    background-color: rgb(209 213 219 / 1);
}

.featured-post-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4rem;
}

.featured-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.featured-article {
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    overflow: hidden;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.featured-article:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.featured-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.featured-image-container {
    height: 24rem;
}

.featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-text-container {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-badge {
    display: inline-block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    background-color: rgb(254 243 199 / 1);
    color: rgb(180 83 9 / 1);
    border-radius: 9999px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    margin-bottom: 1rem;
    align-self: flex-start;
}

.featured-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.featured-excerpt {
    color: rgb(75 85 99 / 1);
    margin-bottom: 1.5rem;
    line-height: 1.625;
}

.featured-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(107 114 128 / 1);
    margin-bottom: 1.5rem;
}

.featured-link {
    align-self: flex-start;
    font-size: 1.125rem;
    line-height: 1.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.featured-link:hover {
    color: rgb(22 101 52 / 1);
}

.blog-list-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4rem;
}

.blog-list-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.blog-post-card {
    background-color: rgb(255 255 255 / 1);
    border-radius: 0.75rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.blog-post-card:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.post-image-container {
    height: 12rem;
    overflow: hidden;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}

.post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.post-image:hover {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
}

.post-content {
    padding: 1.5rem;
}

.post-category {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(22 163 74 / 1);
    font-weight: 300;
}

.post-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    color: rgb(31 41 55 / 1);
}

.post-excerpt {
    color: rgb(75 85 99 / 1);
    margin-bottom: 1rem;
    line-height: 1.25rem;
    font-size: 0.875rem;
}

.post-meta {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(107 114 128 / 1);
}

.newsletter-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgb(243 244 246 / 1);
}

.newsletter-container {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.newsletter-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.newsletter-description {
    color: rgb(75 85 99 / 1);
    margin-bottom: 2rem;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.subscribe-button {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 9999px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.subscribe-button:hover {
    background-color: rgb(22 101 52 / 1);
}

.footer-column-title {
    color: rgb(255 255 255 / 1);
    font-weight: 500;
    margin-bottom: 1rem;
}

.footer-links-list> :not([hidden])~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-bottom: calc(0.5rem * 0);
}

.footer-categories-list> :not([hidden])~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-bottom: calc(0.5rem * 0);
}

.footer-category-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.footer-category-link:hover {
    color: rgb(255 255 255 / 1);
}

.cls-cu9k18 {
    background-color: rgb(249 250 251 / 1);
    color: rgb(31 41 55 / 1);
}

.navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.nav-link-services:hover {
    color: rgb(17 24 39 / 1);
}

.nav-link-services {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    color: rgb(55 65 81 / 1);
    font-weight: 300;
}

.main-heading {
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: rgb(31 41 55 / 1);
    margin-bottom: 0.5rem;
}

.founder-credit {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    color: rgb(75 85 99 / 1);
    margin-bottom: 1.5rem;
}

.tagline {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.about-preview-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: rgb(255 255 255 / 1);
}

.about-image-container {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: 8rem;
    height: 8rem;
    flex-shrink: 0;
}

.about-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.about-text {
    color: rgb(75 85 99 / 1);
    line-height: 1.625;
    margin-bottom: 1.5rem;
    flex: 1 1 0%;
}

.learn-more-link {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.services-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
}

.service-card-1 {
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 2rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.service-card-1:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.service-title-1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.service-description-1 {
    color: rgb(75 85 99 / 1);
    line-height: 1.625;
}

.service-card-2 {
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 2rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.service-card-2:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.service-title-2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.service-description-2 {
    color: rgb(75 85 99 / 1);
    line-height: 1.625;
}

.service-card-3 {
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 2rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.service-card-3:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.service-title-3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.service-description-3 {
    color: rgb(75 85 99 / 1);
    line-height: 1.625;
}

.services-cta-container {
    text-align: center;
    margin-top: 3rem;
}

.view-all-services-link {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transformation-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
}

.transformation-story-1 {
    background-color: rgb(249 250 251 / 1);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.before-after-container-1 {
    display: flex;
}

.before-container-1 {
    width: 50%;
}

.after-container-1 {
    width: 50%;
}

.story-content-1 {
    padding: 1.5rem;
}

.story-quote-1 {
    color: rgb(75 85 99 / 1);
    font-style: italic;
}

.story-author-1 {
    color: rgb(31 41 55 / 1);
    font-weight: 500;
    margin-top: 0.5rem;
}

.transformation-story-2 {
    background-color: rgb(249 250 251 / 1);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.before-after-container-2 {
    display: flex;
}

.before-container-2 {
    width: 50%;
}

.after-container-2 {
    width: 50%;
}

.story-content-2 {
    padding: 1.5rem;
}

.story-quote-2 {
    color: rgb(75 85 99 / 1);
    font-style: italic;
}

.story-author-2 {
    color: rgb(31 41 55 / 1);
    font-weight: 500;
    margin-top: 0.5rem;
}

.transformation-cta-container {
    text-align: center;
    margin-top: 3rem;
}

.view-more-stories-link {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.blog-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
}

.blog-post-1 {
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.blog-post-1:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.blog-image-container-1 {
    height: 12rem;
    overflow: hidden;
}

.blog-content-1 {
    padding: 1.5rem;
}

.blog-title-1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.blog-excerpt-1 {
    color: rgb(75 85 99 / 1);
    margin-bottom: 1rem;
}

.blog-link-1 {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.blog-post-2 {
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.blog-post-2:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.blog-image-container-2 {
    height: 12rem;
    overflow: hidden;
}

.blog-content-2 {
    padding: 1.5rem;
}

.blog-title-2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.blog-excerpt-2 {
    color: rgb(75 85 99 / 1);
    margin-bottom: 1rem;
}

.blog-link-2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.blog-post-3 {
    background-color: rgb(255 255 255 / 1);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.blog-post-3:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.blog-image-container-3 {
    height: 12rem;
    overflow: hidden;
}

.blog-content-3 {
    padding: 1.5rem;
}

.blog-title-3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.blog-excerpt-3 {
    color: rgb(75 85 99 / 1);
    margin-bottom: 1rem;
}

.blog-link-3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.blog-cta-container {
    text-align: center;
    margin-top: 3rem;
}

.view-all-posts-link {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.testimonials-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
}

.testimonial-1 {
    background-color: rgb(249 250 251 / 1);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.testimonial-image-container-1 {
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-text-1 {
    color: rgb(75 85 99 / 1);
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-author-1 {
    color: rgb(31 41 55 / 1);
    font-weight: 500;
    text-align: center;
}

.testimonial-role-1 {
    color: rgb(107 114 128 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}

.testimonial-2 {
    background-color: rgb(249 250 251 / 1);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.testimonial-image-container-2 {
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-text-2 {
    color: rgb(75 85 99 / 1);
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-author-2 {
    color: rgb(31 41 55 / 1);
    font-weight: 500;
    text-align: center;
}

.testimonial-role-2 {
    color: rgb(107 114 128 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}

.testimonial-3 {
    background-color: rgb(249 250 251 / 1);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.testimonial-image-container-3 {
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-text-3 {
    color: rgb(75 85 99 / 1);
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-author-3 {
    color: rgb(31 41 55 / 1);
    font-weight: 500;
    text-align: center;
}

.testimonial-role-3 {
    color: rgb(107 114 128 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
}

.cta-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.cta-subheading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: rgb(75 85 99 / 1);
    margin-bottom: 2rem;
}

.footer-heading-1 {
    color: rgb(255 255 255 / 1);
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.footer-links-list-1> :not([hidden])~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-bottom: calc(0.5rem * 0);
}

.footer-link-about:hover {
    color: rgb(255 255 255 / 1);
}

.footer-link-about {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-link-services:hover {
    color: rgb(255 255 255 / 1);
}

.footer-link-services {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-link-blog:hover {
    color: rgb(255 255 255 / 1);
}

.footer-link-blog {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-heading-2 {
    color: rgb(255 255 255 / 1);
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.footer-links-list-2> :not([hidden])~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-bottom: calc(0.5rem * 0);
}

.footer-link-transformations:hover {
    color: rgb(255 255 255 / 1);
}

.footer-link-transformations {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-link-contact:hover {
    color: rgb(255 255 255 / 1);
}

.footer-link-contact {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-heading-3 {
    color: rgb(255 255 255 / 1);
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.footer-email {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
}

.footer-phone {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#ip73y7q {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ijq4awp {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#iqvs4xf {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ihlczsu {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#iia4gy2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#if7nty7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#i8ixprh {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#inhrvrt {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#iykb1zi {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ii0a1ln {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ie7uo32 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo-placeholder {
    width: 150px;
    height: 60px;
    border: 2px dashed #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #6b7280;
    background-color: rgba(249, 250, 251, 0.9);
    border-radius: 0.5rem;
}

.hero-carousel-container {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
    width: 100%;
    margin: 0;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.carousel-slide.active {
    display: block;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 1rem;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
    border-radius: 0.5rem;
}

.carousel-arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-arrow-left {
    left: 1rem;
}

.carousel-arrow-right {
    right: 1rem;
}

.carousel-dots {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.75rem;
    z-index: 10;
}

.carousel-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-dot.active {
    background-color: rgba(255, 255, 255, 1);
}

.carousel-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.overlay-content {
    position: absolute;
    top: 2rem;
    left: 2rem;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    backdrop-filter: blur(8px);
}

.logo-placeholder-overlay {
    width: 120px;
    height: 40px;
    border: 2px dashed rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.375rem;
    margin-bottom: 0.75rem;
}

.tagline-overlay {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.navigation-links a {
    font-size: 1.375rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    height: auto;
}

.nav-link:active {
    transform: translateY(0);
    box-shadow: inset 2px 2px 4px #d1d1d1, inset -2px -2px 4px #ffffff;
    background: linear-gradient(145deg, #e8e8e8, #f0f0f0);
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    flex-direction: column;
    gap: 1rem;
}

.logo-image {
    height: 50px;
    width: auto;
    object-fit: contain;
    display: block;
}

.desktop-navigation {
    display: none;
    gap: 2rem;
}

.transformation-link {
    text-decoration-line: none;
    color: rgb(55 65 81 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.transformation-link:hover {
    color: rgb(17 24 39 / 1);
}

.blog-link:hover {
    color: rgb(17 24 39 / 1);
}

.hero-ctas {
    display: flex;
    gap: 1rem;
}

.primary-cta:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    transform: translate(0, -0.125rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.about-me-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(255 255 255 / 1);
}

.profile-image {
    width: 100%;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    object-fit: cover;
}

.experience-paragraph {
    color: rgb(55 65 81 / 1);
    margin-bottom: 1.5rem;
    line-height: 1.625;
}

.philosophy-paragraph {
    color: rgb(55 65 81 / 1);
    margin-bottom: 1.5rem;
    line-height: 1.625;
}

.specialties-paragraph {
    color: rgb(55 65 81 / 1);
    line-height: 1.625;
}

.icon-text {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: rgb(147 51 234 / 1);
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stats-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5rem;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    color: rgb(22 163 74 / 1);
}

.stat-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
}

.benefits-list {
    margin-top: 1.5rem;
}

.benefits-list> :not([hidden])~ :not([hidden]) {
    margin-top: calc(1rem * calc(1 - 0));
    margin-bottom: calc(1rem * 0);
}

.benefit-item {
    display: flex;
    align-items: flex-start;
}

.check-icon {
    color: rgb(34 197 94 / 1);
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}

.read-more-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.star-rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.star {
    color: rgb(251 191 36 / 1);
}

.contact-details-container> :not([hidden])~ :not([hidden]) {
    margin-top: calc(2rem * calc(1 - 0));
    margin-bottom: calc(2rem * 0);
}

.location-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.contact-info-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.phone-info {
    color: rgb(55 65 81 / 1);
    margin-bottom: 0.5rem;
}

.email-info {
    color: rgb(55 65 81 / 1);
}

.hours-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.weekday-hours {
    color: rgb(55 65 81 / 1);
    margin-bottom: 0.5rem;
}

.weekend-hours {
    color: rgb(55 65 81 / 1);
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.facebook-link {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgb(243 244 246 / 1);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.facebook-link:hover {
    background-color: rgb(229 231 235 / 1);
}

.column-title {
    color: rgb(255 255 255 / 1);
    font-weight: 500;
    margin-bottom: 1rem;
}

.legal-links {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}

.desktop-navigation a {
    font-size: 1.375rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    height: auto;
}

#ilssyjk {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.transformations-link {
    color: rgb(55 65 81 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    text-decoration-line: none;
}

.transformations-link:hover {
    color: rgb(17 24 39 / 1);
}

.mobile-menu-button:hover {
    background-color: rgb(243 244 246 / 1);
}

.hero-banner {
    position: relative;
    height: 24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-background-image {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0px;
    background-color: rgb(0 0 0 / 0.5);
}

.hero-headline {
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -0.025em;
    margin-bottom: 1.5rem;
}

.hero-subheadline {
    font-size: 1.25rem;
    line-height: 1.625;
    font-weight: 300;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    color: rgb(75 85 99 / 1);
    margin-bottom: 2rem;
}

.services-overview {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.service-card:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    transform: translate(0, -0.25rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.detailed-services {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(249 250 251 / 1);
}

.detailed-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.service-detail {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.service-content {
    flex: 1 1 0%;
}

.service-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.service-paragraph {
    color: rgb(75 85 99 / 1);
    font-weight: 300;
    line-height: 1.625;
}

.service-image-container {
    flex: 1 1 0%;
}

.service-image {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.success-stories {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.stories-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.stories-link-container {
    text-align: center;
    margin-top: 3rem;
}

.view-more-link {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
}

.call-to-action {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: linear-gradient(to right, #ecfdf5, rgb(236 253 245 / 0));
}

.faq-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3rem;
}

.faq-list {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.contact-information {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: rgb(249 250 251 / 1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.contact-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.contact-details {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.contact-label {
    font-weight: 500;
    color: rgb(31 41 55 / 1);
}

.contact-form-link {
    font-weight: 300;
}

.footer-heading {
    font-weight: 500;
    color: rgb(255 255 255 / 1);
    margin-bottom: 1rem;
}

.footer-contact-info {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

* {
    box-sizing: border-box;
}

.cls-uj3uq9 {
    background-color: rgb(249 250 251 / 1);
}

.navigation-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-link-home {
    color: rgb(55 65 81 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.nav-link-home:hover {
    color: rgb(17 24 39 / 1);
}

.hero-content-container {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.hero-text-content {
    text-align: center;
    color: rgb(255 255 255 / 1);
}

.hero-cta-button {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.services-header {
    text-align: center;
    margin-bottom: 3rem;
}

.services-headline {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin-bottom: 1rem;
}

.services-subtitle {
    color: rgb(75 85 99 / 1);
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.service-icon-container {
    margin-bottom: 1.5rem;
}

.why-choose-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: rgb(243 244 246 / 1);
}

.why-choose-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.why-choose-content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem;
    align-items: center;
}

.why-choose-headline {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin-bottom: 1.5rem;
}

.benefit-title {
    color: rgb(31 41 55 / 1);
}

.benefit-description {
    color: rgb(75 85 99 / 1);
    font-weight: 300;
}

.dietician-image {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.testimonials-header {
    text-align: center;
    margin-bottom: 3rem;
}

.testimonials-headline {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin-bottom: 1rem;
}

.testimonials-subtitle {
    color: rgb(75 85 99 / 1);
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.quote-icon {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: rgb(209 213 219 / 1);
    margin-bottom: 1rem;
}

.testimonial-text {
    color: rgb(55 65 81 / 1);
    margin-bottom: 1.5rem;
    font-weight: 300;
    font-style: italic;
}

.cta-headline {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    margin-bottom: 1.5rem;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.primary-cta-button {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.secondary-cta-button {
    background-color: rgb(255 255 255 / 1);
    color: rgb(31 41 55 / 1);
    border-width: 2px;
    border-color: rgb(209 213 219 / 1);
    border-radius: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.secondary-cta-button:hover {
    border-color: rgb(156 163 175 / 1);
}

.contact-info-list> :not([hidden])~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-bottom: calc(0.5rem * 0);
}

.contact-item {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.social-link-facebook:hover {
    color: rgb(255 255 255 / 1);
}

.social-link-facebook {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.social-link-instagram:hover {
    color: rgb(255 255 255 / 1);
}

.social-link-instagram {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.social-link-linkedin:hover {
    color: rgb(255 255 255 / 1);
}

.social-link-linkedin {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.copyright-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
}

#iso0isk.services-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1.5rem;
    align-items: stretch;
}

#iso0isk .service-card {
    flex: 1 1 23%;
    min-width: 0;
    text-align: center;
    padding: 2rem;
    background-image: linear-gradient(to bottom right, #f0fdf4, rgb(240 253 244 / 0));
    border-radius: 1rem;
    background-color: rgb(255 255 255 / 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

#iso0isk .service-card:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    transform: translateY(-2px);
}

#iso0isk .service-icon-container {
    margin-bottom: 1.5rem;
}

#iso0isk .service-icon {
    font-size: 3.75rem;
    line-height: 1;
    width: 4rem;
    height: 4rem;
    background-color: rgb(243 232 255 / 1);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

#iso0isk .icon-text {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(147 51 234 / 1);
}

#iso0isk .service-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    text-align: center;
}

#iso0isk .service-description {
    color: rgb(75 85 99 / 1);
    line-height: 1.625;
    text-align: center;
    font-weight: 300;
}

.nav-dropdown {
    position: relative;
    display: inline-block;
}

.nav-dropdown-trigger {
    position: relative;
    padding-right: 1.25rem;
}

.nav-dropdown-trigger::after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    color: inherit;
    transition: transform 200ms ease;
}

.nav-dropdown:hover .nav-dropdown-trigger::after {
    transform: translateY(-50%) rotate(180deg);
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background-color: rgb(255 255 255 / 0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 200ms ease;
    z-index: 100;
    margin-top: 0.5rem;
}

.nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-item {
    display: block;
    padding: 0.75rem 1.5rem;
    color: rgb(55 65 81 / 1);
    font-weight: 300;
    transition-property: color, background-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    white-space: nowrap;
}

.nav-dropdown-item:hover {
    background-color: rgb(243 244 246 / 1);
    color: rgb(17 24 39 / 1);
}

.cls-4ghcza {
    background-color: rgb(249 250 251 / 1);
}

.hero-text {
    flex: 1 1 0%;
}

.about-content {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.about-description {
    color: rgb(75 85 99 / 1);
    line-height: 1.625;
    margin-bottom: 1rem;
}

.service-link:hover {
    text-decoration-line: underline;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-image {
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    object-fit: cover;
}

.author-name {
    font-weight: 500;
    color: rgb(17 24 39 / 1);
}

.author-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
}

.cta-supporting-text {
    font-size: 1.25rem;
    line-height: 1.625;
    color: rgb(75 85 99 / 1);
    margin-bottom: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.links-title {
    color: rgb(255 255 255 / 1);
    font-weight: 500;
    margin-bottom: 1rem;
}

.links-list> :not([hidden])~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-bottom: calc(0.5rem * 0);
}

.contact-email {
    margin-bottom: 0.5rem;
}

.contact-phone {
    margin-bottom: 1rem;
}

#icbx6n4 {
    aspect-ratio: 1/1;
}

.cls-uf5jh1 {
    background-image: linear-gradient(to bottom right, #f9fafb, rgb(249 250 251 / 0));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.content-wrapper {
    max-width: 42rem;
    width: 100%;
    text-align: center;
}

.construction-notice-section {
    margin-bottom: 3rem;
}

.icon-container {
    margin-bottom: 2rem;
}

.construction-icon {
    width: 6rem;
    height: 6rem;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(to bottom right, #facc15, rgb(250 204 21 / 0));
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.wrench-icon {
    width: 3rem;
    height: 3rem;
    color: rgb(255 255 255 / 1);
}

.main-headline {
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;
    color: rgb(31 41 55 / 1);
    margin-bottom: 1rem;
    letter-spacing: 0.025em;
}

.description-text {
    font-size: 1.25rem;
    line-height: 1.625;
    color: rgb(75 85 99 / 1);
    font-weight: 300;
}

.progress-section {
    margin-bottom: 3rem;
}

.progress-container {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.progress-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
    font-weight: 300;
}

.progress-percentage {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99 / 1);
    font-weight: 300;
}

.progress-bar-background {
    width: 100%;
    background-color: rgb(229 231 235 / 1);
    border-radius: 9999px;
    height: 0.75rem;
    box-shadow: 0 0 #0000, 0 0 #0000, inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}

.progress-bar-fill {
    background-image: linear-gradient(to right, #4ade80, rgb(74 222 128 / 0));
    height: 0.75rem;
    border-radius: 9999px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.launch-date {
    margin-top: 1rem;
    color: rgb(107 114 128 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
}

.contact-headline {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.email-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.phone-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.phone-number {
    color: rgb(55 65 81 / 1);
}

.social-media-container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.facebook-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(75 85 99 / 1);
}

.instagram-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(75 85 99 / 1);
}

.linkedin-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: rgb(75 85 99 / 1);
}

.footer-section {
    background-color: rgb(31 41 55 / 1);
    color: rgb(156 163 175 / 1);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#i7rqt5h {
    width: 75%;
}

.logo-section {
    margin-bottom: 3rem;
    text-align: center;
}

.site-logo {
    width: 20rem;
    height: 20rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.brand-name {
    font-size: 2rem;
    font-weight: 300;
    color: #7c9885;
    letter-spacing: 0.05em;
    margin: 0;
}

.instagram-colored-icon {
    width: 1.5rem;
    height: 1.5rem;
}

#ihwh9mm {
    justify-content: center;
}

#igb1b9j {
    background-color: transparent;
    padding: 0.5rem;
    transition: transform 0.2s ease;
}

#igb1b9j:hover {
    transform: scale(1.1);
    background-color: transparent;
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3rem;
    }

    .featured-content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .featured-image-container {
        height: 16rem;
    }

    .featured-text-container {
        padding: 2rem;
    }

    .featured-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-carousel-container {
        height: 500px;
    }

    .overlay-content {
        top: 1.5rem;
        left: 1.5rem;
        padding: 1.25rem 1.75rem;
    }

    .tagline-overlay {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .carousel-dots {
        bottom: 1.5rem;
    }

    .navigation-bar {
        height: 105px;
    }

    .navigation-links a {
        font-size: 1.25rem;
    }

    .navigation-links {
        gap: 0.5rem;
    }

    .nav-link {
        font-size: 1.0625rem;
        padding: 0.875rem 1.5rem;
    }

    .logo-placeholder {
        width: 130px;
        height: 52px;
        font-size: 0.9375rem;
    }

    .logo-container {
        height: 52px;
    }

    .logo-image {
        height: 44px;
    }

    .hero-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .about-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .credentials-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .transformation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .desktop-navigation a {
        font-size: 1.25rem;
    }

    .desktop-navigation {
        display: flex;
    }

    .service-detail {
        flex-direction: column;
    }

    .stories-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .why-choose-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #iso0isk.services-grid {
        flex-wrap: wrap;
    }

    #iso0isk .service-card {
        flex: 1 1 48%;
    }

    .hero-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .hero-content {
        flex-direction: column;
    }

    .hero-headline {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .hero-subheadline {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .about-preview-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .services-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .testimonials-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .testimonial-card {
        grid-column: span 2 / span 2;
    }

    .cta-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .cta-headline {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .footer-content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-headline {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .description-text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (max-width: 768px) {
    .hero-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .hero-title {
        font-size: 3rem;
        line-height: 1;
    }

    .hero-subtitle {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .about-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .about-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .credentials-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .credentials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .transformation-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .transformation-flex {
        flex-direction: column;
    }

    .before-after-container {
        width: 100%;
    }

    .transformation-content {
        width: 100%;
    }

    .blog-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .blog-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .testimonials-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .testimonials-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .contact-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cta-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .footer-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .hero-content {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .introduction-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .gallery-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 3rem;
    }

    .stories-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .story-card {
        flex-direction: column;
    }

    .process-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .cta-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 1.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-links {
        gap: 1rem;
        display: none;
    }

    .main-heading {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .tagline {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .cta-heading {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .hero-carousel-container {
        height: 400px;
    }

    .carousel-arrow {
        padding: 0.75rem;
    }

    .carousel-arrow img {
        width: 30px;
        height: 30px;
    }

    .overlay-content {
        top: 1.25rem;
        left: 1.25rem;
        padding: 1rem 1.5rem;
    }

    .tagline-overlay {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .carousel-dots {
        bottom: 1.25rem;
        gap: 0.5rem;
    }

    .carousel-dot {
        width: 12px;
        height: 12px;
    }

    .navigation-bar {
        height: 90px;
    }

    .navigation-links {
        gap: 0.375rem;
    }

    .navigation-links a {
        font-size: 1.125rem;
    }

    .nav-link {
        font-size: 1rem;
        padding: 0.75rem 1.25rem;
    }

    .logo-placeholder {
        width: 120px;
        height: 48px;
        font-size: 0.875rem;
    }

    .logo-container {
        height: 48px;
    }

    .logo-image {
        height: 40px;
    }

    .desktop-navigation {
        display: flex;
    }

    .mobile-menu-button {
        display: block;
    }

    .desktop-navigation a {
        font-size: 1.125rem;
    }

    .hero-headline {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .hero-subheadline {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .contact-details {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hero-content-container {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .services-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .services-headline {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .why-choose-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .why-choose-headline {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .testimonials-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .testimonials-headline {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .cta-headline {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    #iso0isk.services-grid {
        flex-wrap: wrap;
    }

    #iso0isk .service-card {
        flex: 1 1 48%;
    }

    .nav-dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background-color: transparent;
        backdrop-filter: none;
        padding: 0;
        margin-top: 0;
    }

    .nav-dropdown-trigger::after {
        display: none;
    }

    .nav-dropdown-item {
        padding-left: 2rem;
    }

    .hero-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .about-content {
        flex-direction: column;
    }

    .main-headline {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .description-text {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .contact-container {
        padding: 1.5rem;
    }

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

@media (max-width: 480px) {
    .navigation-links {
        display: none;
    }

    .mobile-menu-button {
        display: block;
    }

    .hero-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .hero-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .hero-cta-container {
        flex-direction: column;
    }

    .about-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .credentials-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .credentials-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .services-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .transformation-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .blog-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .testimonials-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .contact-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .cta-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .footer-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .nav-links {
        gap: 1rem;
        display: none;
    }

    .contact-header-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .page-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .intro-text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .contact-main-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .form-container {
        padding: 1.5rem;
    }

    .cta-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .cta-text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 1.5rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .footer-links {
        gap: 1rem;
    }

    .hero-content {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .introduction-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .gallery-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .before-after-container {
        flex-direction: column;
    }

    .stories-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .process-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .nav-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .newsletter-form {
        flex-direction: row;
    }

    .main-heading {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .tagline {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .services-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .transformation-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .blog-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .testimonials-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .logo-placeholder {
        width: 120px;
        height: 48px;
        font-size: 0.875rem;
    }

    .hero-carousel-container {
        height: 350px;
    }

    .carousel-arrow {
        padding: 0.5rem;
    }

    .carousel-arrow img {
        width: 24px;
        height: 24px;
    }

    .carousel-arrow-left {
        left: 0.5rem;
    }

    .carousel-arrow-right {
        right: 0.5rem;
    }

    .carousel-dots {
        bottom: 1rem;
    }

    .carousel-dot {
        width: 10px;
        height: 10px;
    }

    .overlay-content {
        top: 1rem;
        left: 1rem;
        padding: 0.75rem 1.25rem;
    }

    .logo-placeholder-overlay {
        width: 100px;
        height: 36px;
        font-size: 0.75rem;
    }

    .tagline-overlay {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .navigation-bar {
        height: 90px;
    }

    .logo-container {
        height: 48px;
    }

    .logo-image {
        height: 38px;
    }

    .hero-ctas {
        flex-direction: column;
    }

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

    .legal-links {
        margin-top: 0px;
    }

    .desktop-navigation {
        display: none;
    }

    .hero-headline {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .hero-subheadline {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .cta-buttons {
        flex-direction: row;
    }

    #iso0isk.services-grid {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #iso0isk .service-card {
        flex: 1 1 100%;
    }

    .nav-dropdown {
        display: none;
    }

    .testimonial-card {
        grid-column: span 1 / span 1;
    }

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

    .site-logo {
        width: 10rem;
        height: 10rem;
    }
}