.ft-services-page {
    --ft-ink: #404041;
    --ft-deep: #103728;
    --ft-paper: #fbfbf9;
    --ft-card: #fff;
    --ft-green: #47a162;
    --ft-lime: #a1c820;
    --ft-border: rgba(64, 64, 65, .14);
    background: var(--ft-paper);
    color: var(--ft-ink);
    font-family: "Inter", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    overflow: hidden;
}

.ft-services-page *, .ft-services-page *::before, .ft-services-page *::after { box-sizing: border-box; }
.ft-services-page h1, .ft-services-page h2, .ft-services-page h3 { margin: 0; font-family: "Poppins", Arial, sans-serif; font-weight: 600; letter-spacing: -.025em; }
.ft-services-page p { margin: 0 0 1em; }
.ft-services-page a { text-decoration: none; }
.ft-services-wrap { width: min(100% - 48px, 1500px); margin-inline: auto; }
.ft-services-narrow { max-width: 920px; }
.ft-services-center { text-align: center; }
.ft-services-eyebrow { color: var(--ft-lime); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.ft-services-richtext, .ft-services-richtext p { color: rgba(64, 64, 65, .76); font-size: 18px; line-height: 1.72; }
.ft-services-richtext > :last-child { margin-bottom: 0; }
.ft-services-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 14px 28px; border: 1px solid var(--ft-lime); border-radius: 999px; background: var(--ft-lime); color: var(--ft-deep); font-family: "Inter", Arial, sans-serif; font-size: 15px; font-weight: 700; transition: background-color .25s, color .25s, border-color .25s, transform .25s, box-shadow .25s; }
.ft-services-button:hover, .ft-services-button:focus-visible { background: #fff; border-color: #fff; color: var(--ft-deep); box-shadow: 0 14px 35px rgba(0, 0, 0, .18); transform: translateY(-2px); }
.ft-services-button:focus-visible, .ft-services-page a:focus-visible, .ft-services-page [tabindex="0"]:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.ft-services-hero { position: relative; min-height: 92svh; isolation: isolate; display: grid; place-items: center; background: var(--ft-deep); color: #fff; }
.ft-services-hero::before { content: ""; position: absolute; z-index: -3; inset: 0; background-image: var(--ft-hero-image); background-position: center; background-size: cover; }
.ft-services-hero::after { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(16, 35, 29, .88), rgba(16, 35, 29, .58) 58%, rgba(16, 35, 29, .35)); }
.ft-services-hero__inner::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: var(--ft-pattern-image); background-position: center; background-size: 100% 100%; opacity: .12; mix-blend-mode: overlay; animation: ft-pattern-breathe 11s ease-in-out infinite alternate; }
.ft-services-hero__inner { display: flex; min-height: 92svh; flex-direction: column; align-items: center; justify-content: center; padding-block: 145px 120px; text-align: center; }
.ft-services-hero .ft-services-eyebrow { margin-bottom: 20px; }
.ft-services-hero h1 { max-width: 980px; color: #fff; font-size: clamp(44px, 6vw, 82px); line-height: 1.04; }
.ft-services-hero h1 span { color: var(--ft-lime); }
.ft-services-lede { max-width: 850px; margin: 28px auto 0; color: rgba(255, 255, 255, .84); }
.ft-services-lede p { color: inherit; font-size: 18px; line-height: 1.72; }
.ft-services-hero .ft-services-button { margin-top: 32px; }
.ft-services-hero__scroll { position: absolute; bottom: 24px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255, 255, 255, .76); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; transform: translateX(-50%); }
.ft-services-hero__scroll span { font-size: 18px; animation: ft-bounce 1.8s ease-in-out infinite; }
.ft-services-hero__scroll:hover { color: #fff; }

.ft-services-intro { position: relative; padding: 110px 0; background-image: linear-gradient(rgba(251, 251, 249, .91), rgba(251, 251, 249, .91)), var(--ft-pattern-image); background-position: center; background-size: cover; border-bottom: 1px solid rgba(64, 64, 65, .18); }
.ft-services-intro h2 { margin-bottom: 28px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.08; }

.ft-services-problem { padding: 115px 0 105px; background: var(--ft-paper); }
.ft-services-section-head { max-width: 820px; margin-bottom: 58px; }
.ft-services-section-head .ft-services-eyebrow { margin-bottom: 14px; }
.ft-services-section-head h2 { margin-bottom: 22px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.08; }
.ft-services-problem h3 { margin-top: 10px; font-size: clamp(25px, 2.4vw, 34px); }
.ft-services-marquee { width: 100%; margin-top: 28px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ft-services-marquee__track { display: flex; width: max-content; gap: 38px; padding: 18px 24px; animation: ft-marquee var(--ft-duration, 70s) linear infinite; }
.ft-services-marquee:hover .ft-services-marquee__track, .ft-services-marquee:focus .ft-services-marquee__track, .ft-services-marquee.is-paused .ft-services-marquee__track { animation-play-state: paused; }
.ft-services-problem-slide { width: 410px; flex: 0 0 auto; margin: 0; color: var(--ft-ink); font-size: 19px; line-height: 1.45; }

.ft-services-way { position: relative; isolation: isolate; padding: 110px 0 115px; overflow: hidden; background: var(--ft-deep); color: #fff; }
.ft-services-way::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--ft-way-image); background-position: center; background-size: cover; }
.ft-services-way::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(16, 35, 29, .68); }
.ft-services-way h2 { margin-top: 14px; color: #fff; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.08; }
.ft-services-marquee--cards { margin-top: 38px; }
.ft-services-marquee--cards .ft-services-marquee__track { gap: 24px; animation-direction: reverse; }
.ft-services-way-slide { display: flex; width: 410px; min-height: 300px; flex: 0 0 auto; flex-direction: column; justify-content: space-between; padding: 32px; border-radius: 28px; background: #fff; box-shadow: 0 25px 50px rgba(0, 0, 0, .16); transition: transform .25s; }
.ft-services-way-slide:hover { transform: scale(1.018); }
.ft-services-way-slide img { width: 50px; height: 50px; object-fit: contain; }
.ft-services-way-slide p { margin: 32px 0 0; color: var(--ft-ink); font-family: "Poppins", Arial, sans-serif; font-size: 24px; font-weight: 600; line-height: 1.3; }

.ft-services-grid { padding: 115px 0; background-image: linear-gradient(rgba(251, 251, 249, .9), rgba(251, 251, 249, .9)), var(--ft-pattern-image); background-position: center; background-size: cover; }
.ft-services-grid__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ft-services-card { display: flex; min-height: 360px; flex-direction: column; padding: 32px; border: 1px solid var(--ft-border); border-radius: 28px; background: #fff; transition: border-color .35s, box-shadow .35s, transform .35s; }
.ft-services-card:hover { border-color: rgba(64, 64, 65, .28); box-shadow: 0 25px 60px -35px rgba(64, 64, 65, .5); transform: translateY(-4px); }
.ft-services-card__icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 16px; background: color-mix(in srgb, var(--ft-card-accent) 12%, white); color: var(--ft-card-accent); }
.ft-services-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.ft-services-card h3 { margin: 24px 0 12px; font-size: 22px; line-height: 1.25; }
.ft-services-card p { color: rgba(64, 64, 65, .73); font-size: 16px; line-height: 1.68; }
.ft-services-card > a { margin-top: auto; color: var(--ft-ink); font-size: 15px; font-weight: 700; }
.ft-services-card > a:hover { color: var(--ft-card-accent); }

.ft-services-contact { position: relative; isolation: isolate; padding: 115px 0; background: var(--ft-deep); color: #fff; }
.ft-services-contact::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--ft-contact-image); background-position: center; background-size: cover; }
.ft-services-contact::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(120deg, rgba(16, 35, 29, .9), rgba(16, 35, 29, .58)); }
.ft-services-contact__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: start; gap: 80px; }
.ft-services-contact__copy { position: sticky; top: 120px; }
.ft-services-contact h2 { margin: 14px 0 25px; color: #fff; font-size: clamp(40px, 5vw, 64px); line-height: 1.06; }
.ft-services-contact .ft-services-richtext, .ft-services-contact .ft-services-richtext p { color: rgba(255, 255, 255, .82); }
.ft-services-contact__details { display: grid; gap: 14px; margin-top: 38px; }
.ft-services-contact__details a, .ft-services-contact__details p { display: flex; align-items: center; gap: 12px; margin: 0; color: rgba(255, 255, 255, .9); font-size: 16px; }
.ft-services-contact__details span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .11); }
.ft-services-form-card { padding: 24px; border: 1px solid rgba(64, 64, 65, .1); border-radius: 24px; background: #fff; color: var(--ft-ink); box-shadow: 0 24px 60px -40px rgba(64, 64, 65, .3); }
.ft-services-form-card form { display: grid; gap: 13px; }
.ft-services-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.ft-services-form-card label { display: block; }
.ft-services-form-card label > span { display: block; margin: 0 0 5px; color: rgba(64, 64, 65, .68); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.ft-services-form-card input, .ft-services-form-card textarea { width: 100%; padding: 10px 14px; border: 1px solid var(--ft-border); border-radius: 999px; background: var(--ft-paper); color: var(--ft-ink); font: 14px "Inter", Arial, sans-serif; }
.ft-services-form-card textarea { min-height: 82px; border-radius: 17px; resize: vertical; }
.ft-services-form-card input:focus, .ft-services-form-card textarea:focus { outline: 2px solid var(--ft-lime); outline-offset: 1px; }
.ft-services-form-card small { display: block; margin-top: 2px; color: rgba(64, 64, 65, .5); font-size: 11px; text-align: right; }
.ft-services-form-card .ft-services-button { width: 100%; margin-top: 3px; border-color: var(--ft-lime); }
.ft-services-form-card .ft-services-button:hover { background: var(--ft-deep); border-color: var(--ft-deep); color: #fff; }
.ft-services-form-note { margin: -3px 0 0; color: rgba(64, 64, 65, .55); font-size: 11px; text-align: center; }
.ft-services-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ft-services-form-message, .ft-services-form-error { margin-bottom: 16px; padding: 16px; border-radius: 14px; background: #eef7e2; color: var(--ft-deep); }
.ft-services-form-message strong { font: 600 22px "Poppins", Arial, sans-serif; }
.ft-services-form-message p { margin: 5px 0 0; font-size: 14px; }
.ft-services-form-error { background: #fdebea; color: #842d27; font-size: 14px; }

/* Gravity Forms 21: retain the approved Services form design. */
.ft-services-form-card .gform_wrapper { margin: 0; --gf-ctrl-bg-color: var(--ft-paper); --gf-ctrl-border-color: var(--ft-border); --gf-ctrl-radius: 999px; --gf-ctrl-shadow: none; }
.ft-services-form-card .gform_heading { display: none; }
.ft-services-form-card .gform_wrapper form { gap: 0; }
.ft-services-form-card .gform_wrapper .gform_fields { column-gap: 13px !important; row-gap: 13px !important; }
.ft-services-form-card .gform_wrapper .gfield { margin: 0; }
.ft-services-form-card .gform_wrapper .gfield_label { display: block; margin: 0 0 5px; color: rgba(64, 64, 65, .68); font: 700 10px "Inter", Arial, sans-serif; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.ft-services-form-card .gform_wrapper .gfield_label > .gfield_required { display: inline-block; width: auto; margin-left: 3px; color: var(--ft-lime); font-size: 0; letter-spacing: 0; line-height: 1; text-transform: none; }
.ft-services-form-card .gform_wrapper .gfield_label > .gfield_required .gfield_required { display: none; }
.ft-services-form-card .gform_wrapper .gfield_label > .gfield_required::after { content: "*"; font-size: 11px; }
.ft-services-form-card .gform_wrapper input[type="text"],
.ft-services-form-card .gform_wrapper input[type="email"],
.ft-services-form-card .gform_wrapper input[type="tel"],
.ft-services-form-card .gform_wrapper textarea { width: 100% !important; margin: 0; padding: 10px 14px !important; border: 1px solid var(--ft-border) !important; border-radius: 999px !important; background: var(--ft-paper) !important; color: var(--ft-ink) !important; box-shadow: none !important; font: 14px "Inter", Arial, sans-serif !important; }
.ft-services-form-card .gform_wrapper input[type="text"],
.ft-services-form-card .gform_wrapper input[type="email"],
.ft-services-form-card .gform_wrapper input[type="tel"] { min-height: 42px; block-size: 42px !important; }
.ft-services-form-card .gform_wrapper input::placeholder,
.ft-services-form-card .gform_wrapper textarea::placeholder { color: rgba(64, 64, 65, .4); opacity: 1; }
.ft-services-form-card .gform_wrapper textarea { height: 82px !important; min-height: 82px !important; max-height: 150px; border-radius: 17px !important; resize: vertical; }
.ft-services-form-card .gform_wrapper input:focus,
.ft-services-form-card .gform_wrapper textarea:focus { border-color: var(--ft-lime); outline: 2px solid var(--ft-lime); outline-offset: 1px; }
.ft-services-form-card .gform_wrapper .ginput_counter { margin-top: 4px; padding: 0; color: rgba(64, 64, 65, .48); font-size: 11px; line-height: 1.4; text-align: right; }
.ft-services-form-card .gform_wrapper .gform_footer,
.ft-services-form-card .gform_wrapper .gform-footer { position: relative; width: 100%; margin: 13px 0 0 !important; padding: 0 !important; }
.ft-services-form-card .gform_wrapper .gform_footer::after,
.ft-services-form-card .gform_wrapper .gform-footer::after { position: absolute; top: 50%; left: calc(50% + 58px); color: var(--ft-deep); content: "↗"; font-size: 15px; line-height: 1; pointer-events: none; transform: translateY(-50%); transition: color .25s ease; }
.ft-services-form-card .gform_wrapper .gform_button { width: 100% !important; min-width: 100% !important; inline-size: 100% !important; min-height: 46px !important; block-size: 46px !important; margin: 0 !important; padding: 11px 45px 11px 28px !important; border: 1px solid var(--ft-lime) !important; border-radius: 999px !important; background: var(--ft-lime) !important; color: var(--ft-deep) !important; box-shadow: none !important; cursor: pointer; font: 600 14px "Inter", Arial, sans-serif !important; }
.ft-services-form-card .gform_wrapper .gform_footer:hover::after,
.ft-services-form-card .gform_wrapper .gform-footer:hover::after { color: #fff; }
.ft-services-form-card .gform_wrapper .gform_button:hover,
.ft-services-form-card .gform_wrapper .gform_button:focus-visible { border-color: var(--ft-deep) !important; background: var(--ft-deep) !important; color: #fff !important; }
.ft-services-form-card .gform_wrapper .gfield_description:not(.ginput_counter):not(.gfield_validation_message) { margin-top: 5px; padding: 0; border: 0; background: transparent; color: rgba(64, 64, 65, .58); font-size: 12px; }
.ft-services-form-card .gform_wrapper .gfield_validation_message { margin-top: 5px; padding: 0; border: 0; background: transparent; color: #842d27; font-size: 12px; }
.ft-services-form-card .gform_wrapper .gform_validation_errors { margin: 0 0 16px; padding: 14px 16px; border: 0; border-radius: 14px; background: #fdebea; box-shadow: none; }
.ft-services-form-card .gform_wrapper .gform_validation_errors > h2 { margin: 0; color: #842d27; font: 600 13px/1.45 "Inter", Arial, sans-serif; }
.ft-services-form-card .gform_ajax_spinner { display: block; margin: 12px auto 0; }
.ft-services-form-card .gform_wrapper + .ft-services-form-note { margin-top: 10px; }

.ft-services-testimonials { padding: 100px 0; background: var(--ft-paper); }
.ft-services-testimonials__row { display: flex; gap: 24px; padding-bottom: 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.ft-services-testimonials__row::-webkit-scrollbar { display: none; }
.ft-services-testimonial { display: flex; width: 360px; min-height: 340px; flex: 0 0 auto; flex-direction: column; margin: 0; padding: 30px; border: 1px solid var(--ft-border); border-radius: 28px; background: #fff; scroll-snap-align: start; }
.ft-services-stars { color: var(--ft-lime); font-size: 16px; letter-spacing: 3px; }
.ft-services-testimonial blockquote { flex: 1; margin: 20px 0; color: rgba(64, 64, 65, .8); font-size: 17px; line-height: 1.68; }
.ft-services-testimonial figcaption { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid var(--ft-border); }
.ft-services-avatar { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(71, 161, 98, .12); color: var(--ft-green); font-family: "Poppins", Arial, sans-serif; font-weight: 600; }
.ft-services-testimonial strong, .ft-services-testimonial small { display: block; }
.ft-services-testimonial strong { font: 600 15px "Poppins", Arial, sans-serif; }
.ft-services-testimonial small { margin-top: 3px; color: rgba(64, 64, 65, .6); font-size: 12px; }

@keyframes ft-marquee { to { transform: translateX(-50%); } }
@keyframes ft-pattern-breathe { to { transform: scale(1.12); } }
@keyframes ft-bounce { 50% { transform: translateY(5px); } }

@media (max-width: 1024px) {
    .ft-services-grid__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ft-services-contact__grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .ft-services-contact__copy { position: static; }
}

@media (max-width: 760px) {
    .ft-services-page { font-size: 16px; }
    .ft-services-wrap { width: min(100% - 36px, 1500px); }
    .ft-services-hero, .ft-services-hero__inner { min-height: 720px; }
    .ft-services-hero__inner { padding-block: 125px 100px; }
    .ft-services-hero h1 { font-size: clamp(42px, 12vw, 62px); line-height: 1.08; }
    .ft-services-lede p, .ft-services-richtext, .ft-services-richtext p { font-size: 16px; }
    .ft-services-intro, .ft-services-problem, .ft-services-way, .ft-services-grid, .ft-services-contact, .ft-services-testimonials { padding-block: 78px; }
    .ft-services-section-head { margin-bottom: 42px; }
    .ft-services-marquee { -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
    .ft-services-problem-slide { width: 300px; font-size: 17px; }
    .ft-services-way-slide { width: 310px; min-height: 260px; padding: 25px; }
    .ft-services-way-slide p { font-size: 20px; }
    .ft-services-grid__cards, .ft-services-contact__grid { grid-template-columns: 1fr; }
    .ft-services-card { min-height: 0; }
    .ft-services-form-row { grid-template-columns: 1fr; }
    .ft-services-form-card .gform_wrapper .gfield { grid-column: 1 / -1; }
    .ft-services-testimonial { width: 84vw; max-width: 350px; }
}

@media (prefers-reduced-motion: reduce) {
    .ft-services-page *, .ft-services-page *::before, .ft-services-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .ft-services-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
    .ft-services-marquee__track { transform: none !important; }
}
