/*
Theme Name: GP Developer Child Theme
Template: generatepress
Theme URI: https://addisonhalldesign.com
Author: Addison Hall
Author URI: https://addisonhalldesign.com
Description: This is a child theme for GeneratePress for use in jumpstarting more customized development.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gpc
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, fixed-layout, responsive-layout, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/*

CONTENTS:
1. Defaults
2. Header and Nav
3. Home Page
4. Content
5. Components
6. Widgets
7. Footer
8. Other
9. Animations

*/

/* ==========================================
=! DEFAULTS
------------------------------------------ */

/* --- smooth scroll --- */
html {
    scroll-behavior: smooth;
}

ol, ul {
    margin-left: 1.75em;
}

.site-main > * {
    margin-bottom: 0;
}

.separate-containers .site-main {
    margin: 0;
}

/* ==========================================
=! HEADER AND NAV
------------------------------------------ */

.home-site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.home-site-header__inner {
    width: min(1200px, 90%);
    margin: 0 auto;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.home-site-title {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.01em;
    font-weight: 600;
}

.home-site-logo-link {
    display: inline-flex;
    align-items: center;
}

.home-site-logo {
    width: auto;
    max-height: 60px;
}

.home-site-navigation .home-site-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.home-site-navigation .home-site-menu > li {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    margin: 0;
}

.home-site-navigation {
    display: flex;
    align-items: center;
    gap: 18px;
}

.home-site-navigation .home-site-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
}

.home-site-navigation .home-site-menu a:hover {
    color: #ffc400;
}

.home-site-navigation .home-site-menu .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 10, 10, 0.96);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 30;
}

.home-site-navigation .home-site-menu .sub-menu li {
    display: block;
    margin: 0;
}

.home-site-navigation .home-site-menu .sub-menu a {
    display: block;
    padding: 10px 16px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.35;
    white-space: nowrap;
}

.home-site-navigation .home-site-menu > li.menu-item-has-children:hover > .sub-menu,
.home-site-navigation .home-site-menu > li.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.home-site-navigation .home-site-menu > li.menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.home-site-navigation .home-site-menu > li.menu-item-has-children > a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.18s ease;
}

.home-site-navigation .home-site-menu > li.menu-item-has-children:hover > a::after,
.home-site-navigation .home-site-menu > li.menu-item-has-children:focus-within > a::after {
    transform: rotate(225deg) translateY(-1px);
}

.home-site-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffc400;
    color: #101010;
    border-radius: 6px;
    min-height: 30px;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.home-site-contact:hover {
    background: #ffb300;
    color: #101010;
}



/* ==========================================
=! HOME PAGE
------------------------------------------ */

.page-template-page-home {
    --yellow: #ffc400;
    --white: #fff;
    --grey: #c8c8c8;
    --black: #101010;
    overflow-x: hidden;
}

.page-template-page-home * {
    box-sizing: border-box;
}

.page-template-page-home body,
body.page-template-page-home {
    margin: 0;
}

.page-template-page-home #page {
    width: 100%;
    max-width: none;
    margin: 0;
}

.page-template-page-home #content,
.page-template-page-home .site-main,
.page-template-page-home .inside-article {
    margin: 0;
    padding: 0;
}

.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    margin: 0;
    background: var(--hero-bg-image, linear-gradient(135deg, #2a2a2a 0%, #101010 100%)) center center/cover no-repeat;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.66);
}

.hero__container {
    position: relative;
    z-index: 2;
    width: min(1200px, 90%);
    margin: auto;
    padding-top: 74px;
}

.hero__eyebrow {
    margin: 0 0 30px;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.hero__title {
    margin: 0;
    color: var(--white);
    font-size: clamp(56px, 7vw, 84px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -1px;
    max-width: 760px;
}

.hero__title span {
    color: var(--yellow);
}

.hero__text {
    width: 680px;
    max-width: 100%;
    margin: 22px 0 34px;
    color: var(--grey);
    font-size: 35px;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.hero__buttons {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.hero .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 28px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.hero .btn-primary {
    background: var(--yellow);
    color: #111;
}

.hero .btn-primary:hover {
    background: #ffb300;
}

.hero .btn-primary span {
    margin-left: 10px;
}

.hero .btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
}

.hero .btn-secondary:hover {
    background: #fff;
    color: #111;
}

.hero__watermark {
    position: absolute;
    right: -10px;
    bottom: 12px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.08);
    font-size: 180px;
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
}

.home-content {
    padding: 80px 0;
}

.home-content__inner {
    width: min(1200px, 90%);
    margin: 0 auto;
}

.testimonials-section {
    --testimonials-yellow: #f5bd00;
    --testimonials-bg: #f7f8fa;
    --testimonials-card: #ffffff;
    --testimonials-text: #344054;
    --testimonials-muted: #8b93a4;
    --testimonials-border: #e6e8ec;
    --testimonials-black: #050505;
    --testimonials-max-width: 1480px;

    padding: 58px 24px 64px;
    background: var(--testimonials-bg);
    overflow: hidden;
}

.testimonials-container {
    width: min(100%, var(--testimonials-max-width));
    margin-inline: auto;
}

.testimonials-header {
    margin-bottom: 42px;
}

.testimonials-heading {
    display: grid;
    grid-template-columns: auto minmax(80px, 1fr) auto;
    align-items: center;
    gap: 18px;
}

.testimonials-heading > span,
.testimonials-heading > p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.testimonials-heading > span {
    color: var(--testimonials-yellow);
}

.testimonials-heading > p {
    color: #a0a7b5;
}

.testimonials-heading__line {
    height: 1px;
    background: #dfe2e7;
}

.testimonials-carousel {
    position: relative;
    overflow: hidden;
}

.testimonials-track {
    display: flex;
    align-items: stretch;
    gap: 22px;
    width: max-content;
    will-change: transform;
    animation: testimonials-scroll-ltr 72s linear infinite;
}

.testimonials-carousel:hover .testimonials-track {
    animation-play-state: paused;
}

.testimonial-card {
    width: clamp(280px, 22vw, 360px);
    flex: 0 0 auto;
    min-height: 290px;
    padding: 30px 30px 27px;
    display: flex;
    flex-direction: column;
    background: var(--testimonials-card);
    border: 1px solid var(--testimonials-border);
    box-shadow: none;
}

.testimonial-card__stars {
    margin-bottom: 19px;
    color: var(--testimonials-yellow);
    font-size: 17px;
    line-height: 1;
    letter-spacing: 1px;
}

.testimonial-card blockquote {
    margin: 0 0 34px;
    color: var(--testimonials-text);
    font-size: 14px;
    line-height: 1.65;
}

.testimonial-card__footer {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid #eff0f2;
}

.testimonial-card__person {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-card__person img,
.testimonial-card__avatar {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    border-radius: 50%;
}

.testimonial-card__person img {
    object-fit: cover;
}

.testimonial-card__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d9dfe9;
    color: #4f5b70;
    font-size: 12px;
    font-weight: 700;
}

.testimonial-card__person strong,
.testimonial-card__person span,
.testimonial-card__result strong,
.testimonial-card__result span {
    display: block;
}

.testimonial-card__person strong {
    color: var(--testimonials-black);
    font-size: 12px;
    line-height: 1.3;
}

.testimonial-card__person span {
    margin-top: 2px;
    color: var(--testimonials-muted);
    font-size: 11px;
    line-height: 1.3;
}

.testimonial-card__result {
    flex: 0 0 auto;
    text-align: right;
}

.testimonial-card__result strong {
    color: var(--testimonials-black);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.testimonial-card__result span {
    max-width: 95px;
    margin-top: 4px;
    color: var(--testimonials-muted);
    font-size: 9px;
    line-height: 1.25;
}

.services-section {
    --services-yellow: #f5c400;
    --services-black: #050505;
    --services-white: #ffffff;
    --services-text: #465166;
    --services-muted: #8991a0;
    --services-number: #e5e8ed;
    --services-border: #e4e6ea;
    --services-max-width: 1160px;

    padding: 96px 24px 110px;
    background: var(--services-white);
}

.services-container {
    width: min(100%, var(--services-max-width));
    margin-inline: auto;
}

.services-header {
    margin-bottom: 64px;
}

.services-eyebrow {
    margin: 0 0 20px;
    color: var(--services-yellow);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.services-header h2 {
    margin: 0;
    color: var(--services-black);
    font-size: clamp(48px, 6vw, 74px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.services-intro {
    max-width: 680px;
    margin: 26px 0 0;
    color: var(--services-text);
    font-size: 17px;
    line-height: 1.6;
}

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

.service-card {
    position: relative;
    min-height: 230px;
    padding: 38px 38px 34px;
    display: flex;
    flex-direction: column;
    color: var(--services-black);
    background: var(--services-white);
    border-right: 1px solid var(--services-border);
    border-bottom: 1px solid var(--services-border);
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.service-card:nth-child(2n) {
    border-right: 0;
}

.service-card:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.service-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 18px;
}

.service-card__number {
    color: var(--services-number);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
    transition: color 0.25s ease;
}

.service-card h3 {
    margin: 0 0 16px;
    color: inherit;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.15;
}

.service-card > p {
    max-width: 500px;
    margin: 0 0 22px;
    color: var(--services-text);
    font-size: 14px;
    line-height: 1.6;
    transition: color 0.25s ease;
}

.service-card__tags {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
}

.service-card__tags span {
    position: relative;
    color: var(--services-muted);
    font-size: 10px;
    line-height: 1.3;
    transition: color 0.25s ease;
}

.service-card__tags span:not(:last-child)::after {
    content: "•";
    position: absolute;
    right: -10px;
    color: currentColor;
}

.service-card:hover,
.service-card:focus-visible {
    background: var(--services-black);
    color: var(--services-white);
    transform: translateY(-2px);
}

.service-card:hover .service-card__number,
.service-card:focus-visible .service-card__number {
    color: var(--services-yellow);
}

.service-card:hover > p,
.service-card:focus-visible > p {
    color: #c8ccd4;
}

.service-card:hover .service-card__tags span,
.service-card:focus-visible .service-card__tags span {
    color: #9399a4;
}

.process-section {
    --process-bg: #030303;
    --process-white: #ffffff;
    --process-yellow: #f5c400;
    --process-muted: #9aa1af;
    --process-line: #20242a;
    --process-max-width: 1420px;

    padding: 115px 24px 120px;
    background: var(--process-bg);
    color: var(--process-white);
}

.process-container {
    width: min(100%, var(--process-max-width));
    margin-inline: auto;
}

.process-header {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.process-header h2 {
    margin: 0;
    color: var(--process-white);
    font-size: clamp(56px, 6vw, 82px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.process-list {
    border-top: 1px solid rgba(245, 196, 0, 0.75);
}

.process-row {
    min-height: 128px;
    display: grid;
    grid-template-columns: 170px 360px minmax(0, 1fr);
    align-items: center;
    gap: 58px;
    border-bottom: 1px solid var(--process-line);
}

.process-row:last-child {
    border-bottom: 0;
}

.process-number {
    color: var(--process-white);
    font-size: 58px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
    transition: color 0.2s ease;
}

.process-row h3 {
    margin: 0;
    color: var(--process-white);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
    transition: color 0.2s ease;
}

.process-row p {
    margin: 0;
    color: var(--process-muted);
    font-size: 18px;
    line-height: 1.55;
}

.process-row:hover .process-number,
.process-row:hover h3 {
    color: var(--process-yellow);
}

.projects-section {
    --projects-yellow: #f7c500;
    --projects-black: #050505;
    --projects-white: #ffffff;
    --projects-text: #465166;
    --projects-muted: #8b93a2;
    --projects-line: #e6e8eb;
    --projects-max-width: 1160px;

    padding: 92px 24px 105px;
    background: #ffffff;
}

.projects-container {
    width: min(100%, var(--projects-max-width));
    margin-inline: auto;
}

.projects-header {
    margin-bottom: 52px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.projects-eyebrow {
    margin: 0 0 18px;
    color: var(--projects-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.projects-header h2 {
    margin: 0;
    color: var(--projects-black);
    font-size: clamp(50px, 6vw, 74px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.projects-intro {
    margin: 0 0 4px;
    color: var(--projects-muted);
    font-size: 13px;
    line-height: 1.55;
    text-align: right;
}

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

.project-card {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    display: block;
    background: #111;
    color: #ffffff;
    text-decoration: none;
}

.project-card--featured,
.project-card--wide {
    grid-column: 1 / -1;
    min-height: 505px;
}

.project-card--half {
    min-height: 430px;
}

.project-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.project-card:hover img,
.project-card:focus-visible img {
    transform: scale(1.06);
}

.page-template-page-google-ads-agency .google-ads-included-section {
    background: #ffffff;
    padding: 115px 30px 125px;
    font-family: Arial, Helvetica, sans-serif;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    margin-bottom: 65px;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-heading {
    flex: 1;
}

.page-template-page-google-ads-agency .google-ads-included-section .eyebrow {
    display: block;
    margin-bottom: 24px;
    color: #f6b900;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-heading h2 {
    margin: 0;
    color: #000000;
    font-size: clamp(42px, 4.1vw, 68px);
    line-height: 1.15;
    letter-spacing: -2.5px;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-intro {
    width: 340px;
    padding-bottom: 4px;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-intro p {
    margin: 0;
    color: #6d7688;
    font-size: 15px;
    line-height: 1.55;
    text-align: right;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-card {
    min-height: 190px;
    border: 1px solid #e8eaee;
    padding: 24px 24px 26px;
    background: #ffffff;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-card:hover {
    transform: translateY(-4px);
    border-color: #dfe2e7;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.page-template-page-google-ads-agency .google-ads-included-section .icon-box {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    border: 1px solid #f6ddb0;
    background: #fff7e5;
    color: #f6b900;
    font-size: 15px;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-icon-glyph {
    color: #f6b900;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-card h3 {
    margin: 0 0 11px;
    color: #080808;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-included-section .included-card p {
    margin: 0;
    color: #727b8d;
    font-size: 13px;
    line-height: 1.6;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section {
    padding: 115px 30px 125px;
    background: #f7f8f9;
    font-family: Arial, Helvetica, sans-serif;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    margin-bottom: 68px;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-title-wrap {
    flex: 1;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-eyebrow {
    display: block;
    margin-bottom: 24px;
    color: #f3b900;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-title-wrap h2 {
    margin: 0;
    color: #000;
    font-size: clamp(44px, 4.2vw, 68px);
    line-height: 1.13;
    letter-spacing: -2.5px;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 7px;
    color: #111;
    border-bottom: 2px solid #f3c000;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-cta:hover {
    gap: 15px;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-arrow {
    font-size: 19px;
    font-weight: 400;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-card {
    background: #fff;
    border: 1px solid #e7e8ea;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-card-image {
    position: relative;
    height: 235px;
    overflow: hidden;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-card-image img,
.page-template-page-google-ads-agency .google-ads-case-studies-section .case-card-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-card:hover .case-card-image img,
.page-template-page-google-ads-agency .google-ads-case-studies-section .case-card:hover .case-card-video {
    transform: scale(1.04);
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.68) 100%);
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-category {
    position: absolute;
    top: 15px;
    left: 14px;
    display: inline-block;
    padding: 6px 11px;
    background: #f6c800;
    color: #000;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.6px;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-card-image h3 {
    position: absolute;
    left: 15px;
    bottom: 16px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #eef0f2;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-stat {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 11px 8px;
    text-align: center;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-stat + .case-stat {
    border-left: 1px solid #f0f1f2;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-stat strong {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 800;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-stat span {
    color: #a5aaba;
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-quote {
    min-height: 130px;
    padding: 22px 20px 20px;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-quote blockquote {
    margin: 0 0 16px;
    color: #60697b;
    font-size: 13px;
    line-height: 1.65;
    font-style: italic;
}

.page-template-page-google-ads-agency .google-ads-case-studies-section .case-quote cite {
    display: block;
    color: #111;
    font-size: 11px;
    line-height: 1.4;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 1050px) {
    .page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-header {
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .page-template-page-google-ads-agency .google-ads-case-studies-section {
        padding: 70px 20px;
    }

    .page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 40px;
    }

    .page-template-page-google-ads-agency .google-ads-case-studies-section .case-eyebrow {
        margin-bottom: 16px;
    }

    .page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-title-wrap h2 {
        font-size: 42px;
        line-height: 1.08;
        letter-spacing: -1.5px;
    }

    .page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-title-wrap h2 br {
        display: none;
    }

    .page-template-page-google-ads-agency .google-ads-case-studies-section .case-studies-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-template-page-google-ads-agency .google-ads-case-studies-section .case-card-image {
        height: 230px;
    }
}

.page-template-page-google-ads-agency .google-ads-behind-section {
    background: #090909;
    color: #ffffff;
    padding: 115px 30px 125px;
    font-family: Arial, Helvetica, sans-serif;
}

.page-template-page-google-ads-agency .google-ads-behind-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.page-template-page-google-ads-agency .google-ads-behind-header {
    max-width: 900px;
    margin-bottom: 52px;
}

.page-template-page-google-ads-agency .google-ads-behind-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #f5be00;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

.page-template-page-google-ads-agency .google-ads-behind-header h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(42px, 4.1vw, 66px);
    line-height: 1.08;
    letter-spacing: -2.2px;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-behind-header p {
    margin: 0;
    color: #9098a8;
    font-size: 15px;
    line-height: 1.6;
    max-width: 640px;
}

.page-template-page-google-ads-agency .google-ads-behind-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.page-template-page-google-ads-agency .google-ads-behind-card {
    border: 1px solid #24272e;
    background: #111215;
    overflow: hidden;
}

.page-template-page-google-ads-agency .google-ads-behind-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #050505;
}

.page-template-page-google-ads-agency .google-ads-behind-media iframe,
.page-template-page-google-ads-agency .google-ads-behind-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    object-fit: cover;
}

.page-template-page-google-ads-agency .google-ads-behind-copy {
    padding: 20px 20px 22px;
}

.page-template-page-google-ads-agency .google-ads-behind-copy h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-behind-copy p {
    margin: 0;
    color: #a2aab8;
    font-size: 13px;
    line-height: 1.65;
}

@media (max-width: 1050px) {
    .page-template-page-google-ads-agency .google-ads-behind-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .page-template-page-google-ads-agency .google-ads-behind-section {
        padding: 70px 20px;
    }

    .page-template-page-google-ads-agency .google-ads-behind-header {
        margin-bottom: 34px;
    }

    .page-template-page-google-ads-agency .google-ads-behind-header h2 {
        font-size: 42px;
        line-height: 1.08;
        letter-spacing: -1.5px;
    }

    .page-template-page-google-ads-agency .google-ads-behind-header h2 br {
        display: none;
    }

    .page-template-page-google-ads-agency .google-ads-behind-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.page-template-page-google-ads-agency .google-ads-faq-section {
    background: #f7f8f9;
    padding: 120px 30px 145px;
    font-family: Arial, Helvetica, sans-serif;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-header {
    margin-bottom: 80px;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-eyebrow {
    display: block;
    margin-bottom: 26px;
    color: #f2b900;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-header h2 {
    margin: 0;
    color: #000;
    font-size: clamp(46px, 4.2vw, 68px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -2.5px;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-list {
    width: 100%;
    max-width: 710px;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-item {
    border-bottom: 1px solid #e5e7ea;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-item:first-child {
    border-top: 0;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-item summary {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 22px 4px 22px 0;
    color: #111;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-item summary::-webkit-details-marker {
    display: none;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-icon {
    position: relative;
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-right: 1.5px solid #8f98a6;
    border-bottom: 1.5px solid #8f98a6;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-item[open] .faq-icon {
    transform: rotate(225deg);
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-answer {
    padding: 0 45px 24px 0;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-answer p {
    margin: 0;
    color: #687183;
    font-size: 14px;
    line-height: 1.7;
}

.page-template-page-google-ads-agency .google-ads-faq-section .faq-item summary:hover {
    color: #333;
}

@media (max-width: 900px) {
    .page-template-page-google-ads-agency .google-ads-faq-section {
        padding: 90px 30px 110px;
    }

    .page-template-page-google-ads-agency .google-ads-faq-section .faq-header {
        margin-bottom: 55px;
    }

    .page-template-page-google-ads-agency .google-ads-faq-section .faq-list {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .page-template-page-google-ads-agency .google-ads-faq-section {
        padding: 70px 20px 90px;
    }

    .page-template-page-google-ads-agency .google-ads-faq-section .faq-header {
        margin-bottom: 40px;
    }

    .page-template-page-google-ads-agency .google-ads-faq-section .faq-eyebrow {
        margin-bottom: 18px;
    }

    .page-template-page-google-ads-agency .google-ads-faq-section .faq-header h2 {
        font-size: 42px;
        line-height: 1.05;
        letter-spacing: -1.5px;
    }

    .page-template-page-google-ads-agency .google-ads-faq-section .faq-item summary {
        min-height: 64px;
        padding: 20px 3px 20px 0;
        font-size: 15px;
    }

    .page-template-page-google-ads-agency .google-ads-faq-section .faq-answer {
        padding: 0 30px 22px 0;
    }

    .page-template-page-google-ads-agency .google-ads-faq-section .faq-answer p {
        font-size: 13px;
    }
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section {
    background: #000;
    padding: 125px 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-cta-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-cta-copy {
    max-width: 650px;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-eyebrow {
    display: block;
    margin-bottom: 28px;
    color: #ffc400;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-cta-copy h2 {
    margin: 0 0 32px;
    color: #fff;
    font-size: clamp(48px, 4.2vw, 70px);
    line-height: 1.12;
    letter-spacing: -2.8px;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-cta-copy h2 span {
    color: #ffc400;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-intro {
    max-width: 625px;
    margin: 0 0 30px;
    color: #9ca4b3;
    font-size: 16px;
    line-height: 1.75;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-benefits li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 27px;
    color: #a5acb8;
    font-size: 14px;
    line-height: 1.5;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-benefits li::before {
    content: "\2713";
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #ffc400;
    border-radius: 50%;
    color: #ffc400;
    font-size: 8px;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-card {
    background: #fff;
    padding: 35px 32px 30px;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .contact-info-card,
.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-card {
    border: 1px solid #d8dce3;
    background: #ffffff;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .contact-info-card h3,
.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-card h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .contact-info-card__intro {
    margin: 0 0 22px;
    color: #7d8595;
    font-size: 14px;
    line-height: 1.55;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .contact-info-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .contact-info-card__list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: #1c2430;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .contact-info-card__list span {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .contact-info-card__list svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #f2b900;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .contact-info-card__list a,
.page-template-page-google-ads-agency .google-ads-audit-cta-section .contact-info-card__list address {
    display: block;
    color: #111111;
    font-size: 15px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .contact-info-card__list a:hover {
    color: #f2b900;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-heading {
    margin-bottom: 24px;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-heading h3 {
    margin: 0 0 7px;
    color: #111;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-heading p {
    margin: 0;
    color: #7d8595;
    font-size: 14px;
    line-height: 1.5;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-message {
    margin: 0 0 16px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.45;
    border: 1px solid transparent;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-message--success {
    border-color: #b7dfc4;
    background: #eaf8ef;
    color: #185b2c;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-message--error {
    border-color: #efc0c0;
    background: #fff1f1;
    color: #7d1d1d;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form {
    width: 100%;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-field {
    margin-bottom: 16px;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-field--hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-field label {
    display: block;
    margin-bottom: 7px;
    color: #3c465a;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-field input,
.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-field select {
    width: 100%;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #d8dce3;
    border-radius: 0;
    background: #fff;
    color: #222;
    font: inherit;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-field input::placeholder {
    color: #8e8e8e;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-field input:focus,
.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-field select:focus {
    border-color: #b3b8c0;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-field select {
    appearance: auto;
    cursor: pointer;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-submit {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 1px;
    border: 0;
    background: #ffc400;
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-submit:hover {
    background: #ffd02b;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-submit:active {
    transform: translateY(1px);
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-submit-arrow {
    font-size: 20px;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-submit:hover .audit-submit-arrow {
    transform: translateX(4px);
}

.page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-note {
    margin: 16px 0 0;
    color: #a3aabb;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 1050px) {
    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-cta-container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-cta-copy {
        max-width: 760px;
    }

    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-card {
        max-width: 760px;
    }
}

@media (max-width: 767px) {
    .page-template-page-google-ads-agency .google-ads-audit-cta-section {
        padding: 75px 20px;
    }

    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-cta-container {
        gap: 45px;
    }

    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-eyebrow {
        margin-bottom: 20px;
    }

    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-cta-copy h2 {
        font-size: 43px;
        line-height: 1.08;
        letter-spacing: -1.8px;
    }

    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-cta-copy h2 br {
        display: none;
    }

    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-intro {
        font-size: 15px;
        line-height: 1.65;
    }

    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-card {
        padding: 28px 20px 25px;
    }

    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .page-template-page-google-ads-agency .google-ads-audit-cta-section .audit-submit {
        min-height: 54px;
        padding: 0 15px;
        font-size: 13px;
    }
}

.project-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 34px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 28%, rgba(0, 0, 0, 0.82) 100%);
    transition: background-color 0.35s ease;
}

.project-overlay__content {
    max-width: 70%;
}

.project-tags {
    margin-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.project-tags span {
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-category {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.project-overlay h3 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: clamp(29px, 4vw, 50px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
}

.project-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-result {
    flex: 0 0 auto;
    padding-bottom: 10px;
    text-align: right;
}

.project-result strong,
.project-result span {
    display: block;
}

.project-result strong {
    color: var(--projects-yellow);
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
}

.project-result span {
    max-width: 100px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    line-height: 1.3;
}

.project-result--large strong {
    font-size: clamp(55px, 7vw, 92px);
}

.project-card--wide .project-overlay {
    opacity: 0;
    transform: translateY(16px);
    background: rgba(0, 0, 0, 0.55);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.project-card--wide:hover .project-overlay,
.project-card--wide:focus-visible .project-overlay {
    opacity: 1;
    transform: translateY(0);
}

.project-card:hover .project-overlay,
.project-card:focus-visible .project-overlay {
    background-color: rgba(0, 0, 0, 0.15);
}

.project-card:focus-visible {
    outline: 4px solid var(--projects-yellow);
    outline-offset: 3px;
}

.projects-footer {
    margin-top: 42px;
    padding-top: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--projects-line);
}

.projects-footer > span {
    color: var(--projects-muted);
    font-size: 10px;
}

.projects-footer a {
    color: var(--projects-black);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.projects-footer a span {
    margin-left: 7px;
    transition: transform 0.2s ease;
}

.projects-footer a:hover span {
    display: inline-block;
    transform: translate(2px, -2px);
}

.team-section {
    --team-yellow: #f5c400;
    --team-black: #050505;
    --team-bg: #f7f8fa;
    --team-card: #ffffff;
    --team-text: #465166;
    --team-muted: #8b93a2;
    --team-border: #e4e8ee;
    --team-max-width: 1160px;

    padding: 92px 24px 110px;
    background: var(--team-bg);
}

.team-container {
    width: min(100%, var(--team-max-width));
    margin-inline: auto;
}

.team-header {
    margin-bottom: 48px;
}

.team-eyebrow {
    margin: 0 0 16px;
    color: var(--team-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.team-header h2 {
    margin: 0;
    color: var(--team-black);
    font-size: clamp(46px, 6vw, 68px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
}

.team-intro {
    margin: 20px 0 0;
    color: var(--team-muted);
    font-size: 15px;
    line-height: 1.6;
    max-width: 640px;
}

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

.team-card {
    display: flex;
    flex-direction: column;
    background: var(--team-card);
    border: 1px solid var(--team-border);
    overflow: hidden;
}

.team-card__media {
    aspect-ratio: 1 / 1;
    background: #dde2ea;
}

.team-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.team-card__avatar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 800;
    color: #5e6880;
}

.team-card__content {
    padding: 20px 18px 22px;
}

.team-card h3 {
    margin: 0;
    color: var(--team-black);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.1;
}

.team-card__role {
    margin: 8px 0 0;
    color: var(--team-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.team-card__bio {
    margin: 12px 0 16px;
    color: var(--team-muted);
    font-size: 13px;
    line-height: 1.55;
}

.team-card__content a {
    color: var(--team-black);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.team-card__content a:hover {
    color: var(--team-yellow);
}

.project-cta {
    --cta-yellow: #ffc400;
    --cta-white: #ffffff;
    --cta-grey: #a9afbb;
    --cta-max-width: 1500px;

    position: relative;
    min-height: 740px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 80px 24px;
    background-image: var(--project-cta-bg-image, linear-gradient(135deg, #2a2a2a 0%, #101010 100%));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project-cta__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.72);
}

.project-cta__container {
    position: relative;
    z-index: 2;
    width: min(100%, var(--cta-max-width));
    margin-inline: auto;
}

.project-cta__content {
    max-width: 760px;
}

.project-cta h2 {
    margin: 0;
    color: var(--cta-white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(70px, 7vw, 110px);
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: -5px;
}

.project-cta h2 span {
    color: var(--cta-yellow);
}

.project-cta p {
    max-width: 720px;
    margin: 38px 0 0;
    color: var(--cta-grey);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
}

.project-cta__actions {
    margin-top: 46px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.project-cta__button {
    min-width: 185px;
    min-height: 58px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-radius: 6px;
    background: var(--cta-yellow);
    color: #050505;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.project-cta__button span {
    font-size: 22px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.project-cta__button:hover {
    background: #ffb900;
    transform: translateY(-2px);
}

.project-cta__button:hover span {
    transform: translateX(4px);
}

@keyframes testimonials-scroll-ltr {
    from {
        transform: translateX(calc(-50% - 11px));
    }
    to {
        transform: translateX(0);
    }
}

@media (max-width: 1024px) {
    .hero__title {
        font-size: clamp(48px, 8vw, 72px);
        letter-spacing: -1px;
    }

    .hero__text {
        font-size: 28px;
        margin: 20px 0 30px;
    }

    .hero__watermark {
        right: -8px;
        bottom: 8px;
        font-size: 140px;
    }

    .testimonials-track {
        animation-duration: 60s;
    }

    .testimonial-card {
        width: clamp(280px, 40vw, 360px);
    }
}

@media (max-width: 992px) {
    .services-section {
        padding: 76px 20px 88px;
    }

    .services-header {
        margin-bottom: 50px;
    }

    .services-header h2 {
        font-size: clamp(46px, 8vw, 64px);
    }

    .service-card {
        min-height: 220px;
        padding: 32px 28px;
    }

    .service-card__number {
        font-size: 43px;
    }

    .service-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    .projects-section {
        padding: 75px 20px 88px;
    }

    .projects-header {
        margin-bottom: 42px;
    }

    .project-card--featured,
    .project-card--wide {
        min-height: 420px;
    }

    .project-card--half {
        min-height: 360px;
    }

    .project-overlay {
        padding: 27px;
    }

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

        .page-template-page-google-ads-agency .google-ads-included-section .included-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .page-template-page-google-ads-agency .google-ads-included-section .included-header {
            align-items: flex-start;
        }

        .page-template-page-google-ads-agency .google-ads-included-section .included-intro {
            padding-top: 55px;
        }
}

@media (max-width: 1000px) {
    .project-cta {
        min-height: 680px;
        padding: 72px 22px;
    }

    .project-cta h2 {
        font-size: clamp(64px, 9vw, 92px);
        letter-spacing: -4px;
    }

    .project-cta p {
        font-size: 21px;
    }
}

@media (max-width: 1100px) {
    .process-section {
        padding: 95px 22px 100px;
    }

    .process-header {
        margin-bottom: 64px;
    }

    .process-row {
        grid-template-columns: 120px 270px minmax(0, 1fr);
        gap: 36px;
    }

    .process-number {
        font-size: 50px;
    }

    .process-row h3 {
        font-size: 29px;
    }

    .process-row p {
        font-size: 16px;
    }
}

@media (max-width: 820px) {
    .process-row {
        min-height: auto;
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 18px 26px;
        padding: 30px 0;
    }

    .process-row p {
        grid-column: 2;
    }

    .process-number {
        grid-row: 1 / span 2;
        align-self: start;
        font-size: 46px;
    }

    .process-row h3 {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .home-site-header__inner {
        min-height: 84px;
    }

    .home-site-navigation {
        gap: 12px;
    }

    .home-site-navigation .home-site-menu {
        gap: 10px;
    }

    .home-site-navigation .home-site-menu .sub-menu {
        position: static;
        min-width: 0;
        margin-top: 8px;
        padding: 8px 0 0 12px;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .home-site-navigation .home-site-menu .sub-menu a {
        padding: 7px 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 11px;
        white-space: normal;
    }

    .home-site-navigation .home-site-menu a {
        font-size: 12px;
    }

    .home-site-contact {
        min-height: 28px;
        padding: 7px 11px;
    }

    .hero {
        min-height: 92vh;
    }

    .hero__container {
        padding-top: 84px;
    }

    .hero__eyebrow {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .hero__title {
        font-size: clamp(34px, 13vw, 56px);
        line-height: 0.98;
        letter-spacing: -1px;
    }

    .hero__text {
        font-size: 22px;
        margin: 16px 0 24px;
        line-height: 1.4;
    }

    .hero .btn {
        height: 44px;
        font-size: 16px;
        padding: 0 18px;
    }

    .hero__watermark {
        right: 8px;
        bottom: 14px;
        font-size: 100px;
    }

    .testimonials-section {
        padding: 50px 16px;
    }

    .testimonials-heading {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .testimonials-heading__line {
        display: none;
    }

    .testimonials-track {
        gap: 16px;
        animation-duration: 52s;
    }

    .testimonial-card {
        width: min(84vw, 340px);
        padding: 22px;
    }
}

@media (max-width: 680px) {
    .services-section {
        padding: 58px 16px 68px;
    }

    .services-header {
        margin-bottom: 38px;
    }

    .services-eyebrow {
        margin-bottom: 14px;
        font-size: 11px;
    }

    .services-header h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .services-intro {
        margin-top: 20px;
        font-size: 15px;
    }

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

        .page-template-page-google-ads-agency .google-ads-included-section {
            padding: 70px 20px;
        }

        .page-template-page-google-ads-agency .google-ads-included-section .included-header {
            flex-direction: column;
            gap: 25px;
            margin-bottom: 40px;
        }

        .page-template-page-google-ads-agency .google-ads-included-section .eyebrow {
            margin-bottom: 16px;
        }

        .page-template-page-google-ads-agency .google-ads-included-section .included-heading h2 {
            font-size: 42px;
            line-height: 1.1;
            letter-spacing: -1.5px;
        }

        .page-template-page-google-ads-agency .google-ads-included-section .included-heading h2 br {
            display: none;
        }

        .page-template-page-google-ads-agency .google-ads-included-section .included-intro {
            width: 100%;
            padding-top: 0;
        }

        .page-template-page-google-ads-agency .google-ads-included-section .included-intro p {
            text-align: left;
            font-size: 14px;
        }

        .page-template-page-google-ads-agency .google-ads-included-section .included-intro br {
            display: none;
        }

        .page-template-page-google-ads-agency .google-ads-included-section .included-grid {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .page-template-page-google-ads-agency .google-ads-included-section .included-card {
            min-height: auto;
        }

    .service-card,
    .service-card:nth-child(2n),
    .service-card:nth-last-child(-n + 2) {
        min-height: auto;
        padding: 28px 22px;
        border-right: 0;
        border-bottom: 1px solid var(--services-border);
    }

    .service-card:last-child {
        border-bottom: 0;
    }

    .service-card__number {
        font-size: 40px;
    }

    .service-card h3 {
        font-size: 22px;
    }

    .service-card > p {
        font-size: 14px;
    }

    .projects-section {
        padding: 58px 16px 68px;
    }

    .projects-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .projects-header h2 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .projects-intro {
        text-align: left;
    }

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

    .project-card,
    .project-card--featured,
    .project-card--wide,
    .project-card--half {
        grid-column: auto;
        min-height: 360px;
    }

    .project-overlay {
        padding: 22px;
        align-items: flex-end;
    }

    .project-overlay__content {
        max-width: 75%;
    }

    .project-overlay h3 {
        font-size: 32px;
    }

    .project-result strong {
        font-size: 26px;
    }

    .project-result--large strong {
        font-size: 45px;
    }

    .projects-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .team-section {
        padding: 60px 16px 70px;
    }

    .team-header {
        margin-bottom: 34px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .project-cta {
        min-height: 650px;
        padding: 58px 18px;
        background-position: 58% center;
    }

    .project-cta__overlay {
        background: rgba(0, 0, 0, 0.78);
    }

    .project-cta h2 {
        font-size: clamp(53px, 15vw, 70px);
        line-height: 0.9;
        letter-spacing: -3px;
    }

    .project-cta p {
        margin-top: 28px;
        font-size: 17px;
    }

    .project-cta__actions {
        margin-top: 36px;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .project-cta__button {
        width: 100%;
        min-height: 58px;
    }
}

@media (max-width: 560px) {
    .process-section {
        padding: 68px 16px 74px;
    }

    .process-header {
        margin-bottom: 46px;
    }

    .process-eyebrow {
        margin-bottom: 16px;
        font-size: 11px;
    }

    .process-header h2 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .process-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 28px 0;
    }

    .process-row p {
        grid-column: auto;
    }

    .process-number {
        grid-row: auto;
        font-size: 40px;
    }

    .process-row h3 {
        font-size: 25px;
    }

    .process-row p {
        font-size: 15px;
    }
}

@media (hover: none) {
    .service-card:hover {
        background: var(--services-white);
        color: var(--services-black);
        transform: none;
    }

    .service-card:hover .service-card__number {
        color: var(--services-number);
    }

    .service-card:hover > p {
        color: var(--services-text);
    }

    .service-card:hover .service-card__tags span {
        color: var(--services-muted);
    }

    .project-card--wide .project-overlay {
        opacity: 1;
        transform: none;
    }

    .project-card:hover img {
        transform: scale(1);
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .testimonials-track {
        animation: none;
    }
}



/* ==========================================
=! CONTENT
------------------------------------------ */

/* ==========================================
=! CHRISTIAN MARKETING PAGE
------------------------------------------ */

.page-template-page-christian-marketing-agency {
    --faith-yellow: #ffc400;
    --faith-black: #020202;
    --faith-white: #ffffff;
    --faith-muted: #9da3af;
    --faith-panel: rgba(18, 18, 18, 0.77);
    --faith-border: rgba(255, 255, 255, 0.09);
    --faith-max-width: 1440px;
    --ethical-yellow: #ffc400;
    --ethical-white: #ffffff;
    --ethical-muted: #a1a7b3;
    --ethical-line: rgba(255, 255, 255, 0.16);
    --ethical-icon-bg: rgba(255, 196, 0, 0.1);
    --ethical-max-width: 1420px;
    --services-yellow: #f5bd00;
    --services-black: #050505;
    --services-text: #111111;
    --services-muted: #758093;
    --services-number: #f1f2f4;
    --services-line: #eceef1;
    --services-tag-border: #e4e7eb;
    --services-tag-text: #98a1b1;
    --services-max-width: 1420px;
    --who-serve-muted: #667085;
    --who-serve-border: #ececec;
}

.page-template-page-christian-marketing-agency #content,
.page-template-page-christian-marketing-agency .site-main,
.page-template-page-christian-marketing-agency .inside-article {
    margin: 0;
    padding: 0;
}

.page-template-page-christian-marketing-agency .faith-hero,
.page-template-page-christian-marketing-agency .faith-hero * {
    box-sizing: border-box;
}

.page-template-page-christian-marketing-agency .faith-hero {
    position: relative;
    min-height: 900px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 110px 24px;
    background-image: var(--faith-hero-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-template-page-christian-marketing-agency .faith-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.79) 47%, rgba(0, 0, 0, 0.82) 100%);
}

.page-template-page-christian-marketing-agency .faith-hero__container {
    position: relative;
    z-index: 2;
    width: min(100%, var(--faith-max-width));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1fr);
    gap: 95px;
    align-items: center;
}

.page-template-page-christian-marketing-agency .faith-hero__content {
    max-width: 690px;
}

.page-template-page-christian-marketing-agency .faith-hero h1 {
    margin: 0;
    color: var(--faith-white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(58px, 5.5vw, 82px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -4px;
}

.page-template-page-christian-marketing-agency .faith-hero h1 span {
    display: block;
    color: var(--faith-yellow);
}

.page-template-page-christian-marketing-agency .faith-hero__intro {
    max-width: 660px;
    margin: 34px 0 0;
    color: var(--faith-muted);
    font-size: 18px;
    line-height: 1.65;
}

.page-template-page-christian-marketing-agency .faith-hero__actions {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.page-template-page-christian-marketing-agency .faith-hero__button {
    min-height: 54px;
    padding: 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page-template-page-christian-marketing-agency .faith-hero__button--primary {
    background: var(--faith-yellow);
    color: #050505;
}

.page-template-page-christian-marketing-agency .faith-hero__button--primary:hover {
    background: #ffb900;
    transform: translateY(-2px);
}

.page-template-page-christian-marketing-agency .faith-hero__button--primary span {
    font-size: 20px;
    transition: transform 0.2s ease;
}

.page-template-page-christian-marketing-agency .faith-hero__button--primary:hover span {
    transform: translateX(4px);
}

.page-template-page-christian-marketing-agency .faith-hero__button--secondary {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(0, 0, 0, 0.18);
    color: var(--faith-white);
}

.page-template-page-christian-marketing-agency .faith-hero__button--secondary:hover {
    border-color: var(--faith-white);
    background: var(--faith-white);
    color: #050505;
}

.page-template-page-christian-marketing-agency .faith-hero__trust {
    margin-top: 42px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    color: var(--faith-muted);
    font-size: 11px;
}

.page-template-page-christian-marketing-agency .faith-hero__rating {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.page-template-page-christian-marketing-agency .faith-hero__stars {
    color: var(--faith-yellow);
    letter-spacing: 1px;
}

.page-template-page-christian-marketing-agency .faith-hero__divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.22);
}

.page-template-page-christian-marketing-agency .faith-values {
    padding: 28px;
    display: grid;
    gap: 16px;
    border: 1px solid var(--faith-border);
    background: var(--faith-panel);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.page-template-page-christian-marketing-agency .faith-value {
    min-height: 76px;
    padding: 17px 18px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    border: 1px solid var(--faith-border);
    background: rgba(10, 10, 10, 0.42);
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.page-template-page-christian-marketing-agency .faith-value:hover {
    border-color: rgba(255, 196, 0, 0.5);
    background: rgba(15, 15, 15, 0.72);
    transform: translateX(4px);
}

.page-template-page-christian-marketing-agency .faith-value__icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    background: rgba(255, 196, 0, 0.12);
    color: var(--faith-yellow);
}

.page-template-page-christian-marketing-agency .faith-value__icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-template-page-christian-marketing-agency .faith-value h2 {
    margin: 0 0 4px;
    color: var(--faith-white);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.page-template-page-christian-marketing-agency .faith-value p {
    margin: 0;
    color: #7f8795;
    font-size: 11px;
    line-height: 1.45;
}

.page-template-page-christian-marketing-agency .values-strip {
    background: #ffc400;
    margin-top: -1px;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.page-template-page-christian-marketing-agency .belief-section {
    padding: 120px 24px;
    background: #ffffff;
}

.page-template-page-christian-marketing-agency .belief-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 580px;
    gap: 90px;
    align-items: center;
}

.page-template-page-christian-marketing-agency .belief-content {
    max-width: 720px;
}

.page-template-page-christian-marketing-agency .belief-eyebrow {
    display: inline-block;
    margin-bottom: 22px;
    color: #ffc400;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-template-page-christian-marketing-agency .belief-content h2 {
    margin: 0 0 40px;
    color: #111111;
    font-size: clamp(52px, 5vw, 82px);
    line-height: 1.06;
    letter-spacing: -2px;
    font-weight: 900;
}

.page-template-page-christian-marketing-agency .belief-content p {
    margin: 0 0 26px;
    color: #5f697a;
    font-size: 20px;
    line-height: 1.8;
}

.page-template-page-christian-marketing-agency .belief-quote {
    margin-top: 40px;
    padding-left: 24px;
    border-left: 4px solid #ffc400;
}

.page-template-page-christian-marketing-agency .belief-quote p {
    margin: 0;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: #111111;
}

.page-template-page-christian-marketing-agency .belief-quote cite {
    display: block;
    margin-top: 14px;
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8c97aa;
}

.page-template-page-christian-marketing-agency .belief-image {
    overflow: hidden;
    background: #000000;
}

.page-template-page-christian-marketing-agency .belief-image img {
    display: block;
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.page-template-page-christian-marketing-agency .belief-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #050505;
    text-align: center;
}

.page-template-page-christian-marketing-agency .belief-stat {
    padding: 28px 10px;
}

.page-template-page-christian-marketing-agency .belief-stat .number {
    display: block;
    color: #ffc400;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
}

.page-template-page-christian-marketing-agency .belief-stat .label {
    display: block;
    margin-top: 10px;
    color: #b5b5b5;
    font-size: 14px;
}

.page-template-page-christian-marketing-agency .ethical-marketing {
    position: relative;
    overflow: hidden;
    padding: 110px 24px;
    background-image: var(--ethical-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--ethical-white);
}

.page-template-page-christian-marketing-agency .ethical-marketing__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
}

.page-template-page-christian-marketing-agency .ethical-marketing__container {
    position: relative;
    z-index: 2;
    width: min(100%, var(--ethical-max-width));
    margin-inline: auto;
}

.page-template-page-christian-marketing-agency .ethical-marketing__header {
    margin-bottom: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}

.page-template-page-christian-marketing-agency .ethical-marketing__eyebrow {
    margin: 0 0 22px;
    color: var(--ethical-yellow);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-template-page-christian-marketing-agency .ethical-marketing h2 {
    margin: 0;
    color: var(--ethical-white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(58px, 6vw, 82px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -4px;
}

.page-template-page-christian-marketing-agency .ethical-marketing__intro {
    max-width: 430px;
    margin: 0 0 8px;
    color: var(--ethical-muted);
    font-size: 16px;
    line-height: 1.6;
    text-align: right;
}

.page-template-page-christian-marketing-agency .ethical-marketing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--ethical-line);
    border-left: 1px solid var(--ethical-line);
}

.page-template-page-christian-marketing-agency .ethical-principle {
    min-height: 185px;
    padding: 30px 28px;
    border-right: 1px solid var(--ethical-line);
    border-bottom: 1px solid var(--ethical-line);
    background: rgba(0, 0, 0, 0.08);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.page-template-page-christian-marketing-agency .ethical-principle:hover {
    background: rgba(255, 255, 255, 0.035);
    transform: translateY(-2px);
}

.page-template-page-christian-marketing-agency .ethical-principle__icon {
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
    display: grid;
    place-items: center;
    background: var(--ethical-icon-bg);
    color: var(--ethical-yellow);
}

.page-template-page-christian-marketing-agency .ethical-principle__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-template-page-christian-marketing-agency .ethical-principle h3 {
    margin: 0 0 13px;
    color: var(--ethical-white);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.page-template-page-christian-marketing-agency .ethical-principle p {
    margin: 0;
    color: var(--ethical-muted);
    font-size: 14px;
    line-height: 1.65;
}

.page-template-page-christian-marketing-agency .christian-services {
    padding: 100px 24px 110px;
    background: #ffffff;
}

.page-template-page-christian-marketing-agency .christian-services__container {
    width: min(100%, var(--services-max-width));
    margin-inline: auto;
}

.page-template-page-christian-marketing-agency .christian-services__header {
    margin-bottom: 78px;
}

.page-template-page-christian-marketing-agency .christian-services__eyebrow {
    margin: 0 0 22px;
    color: var(--services-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-template-page-christian-marketing-agency .christian-services__header h2 {
    margin: 0;
    color: var(--services-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(56px, 6vw, 82px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -4px;
}

.page-template-page-christian-marketing-agency .christian-services__list {
    border-bottom: 1px solid var(--services-line);
}

.page-template-page-christian-marketing-agency .christian-service {
    min-height: 104px;
    padding: 26px 16px;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 250px;
    gap: 28px;
    align-items: center;
    border-top: 1px solid var(--services-line);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-template-page-christian-marketing-agency .christian-service:hover {
    background: #fafafa;
    transform: translateX(3px);
}

.page-template-page-christian-marketing-agency .who-we-serve {
    background: #ffffff;
    padding: 120px 0;
}

.page-template-page-christian-marketing-agency .who-we-serve .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.page-template-page-christian-marketing-agency .who-we-serve__grid {
    display: grid;
    grid-template-columns: 1fr 680px;
    gap: 90px;
    align-items: start;
}

.page-template-page-christian-marketing-agency .who-we-serve .section-label {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--services-yellow);
}

.page-template-page-christian-marketing-agency .who-we-serve h2 {
    margin: 0 0 42px;
    font-size: 76px;
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: -3px;
    color: #050505;
}

.page-template-page-christian-marketing-agency .who-we-serve p {
    max-width: 700px;
    margin-bottom: 42px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--who-serve-muted);
}

.page-template-page-christian-marketing-agency .who-we-serve .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #050505;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 34px;
    font-weight: 700;
    font-size: 17px;
    transition: 0.3s;
}

.page-template-page-christian-marketing-agency .who-we-serve .btn-primary svg {
    transition: 0.3s;
}

.page-template-page-christian-marketing-agency .who-we-serve .btn-primary:hover {
    background: var(--services-yellow);
    color: #050505;
}

.page-template-page-christian-marketing-agency .who-we-serve .btn-primary:hover svg {
    transform: translateX(5px);
}

.page-template-page-christian-marketing-agency .who-we-serve__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding-top: 105px;
}

.page-template-page-christian-marketing-agency .who-we-serve .service-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    border: 1px solid var(--who-serve-border);
    padding: 22px 18px;
    min-height: 74px;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    transition: 0.3s;
}

.page-template-page-christian-marketing-agency .who-we-serve .service-card:hover {
    border-color: var(--services-yellow);
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.page-template-page-christian-marketing-agency .who-we-serve .service-card .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    min-width: 1.5em;
    color: var(--services-yellow);
    font-size: 1rem;
    line-height: 1;
    flex-shrink: 0;
}

.page-template-page-christian-marketing-agency .christian-service__number {
    color: var(--services-number);
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
    transition: color 0.2s ease;
}

.page-template-page-christian-marketing-agency .christian-service:hover .christian-service__number {
    color: var(--services-yellow);
}

.page-template-page-christian-marketing-agency .christian-service__content h3 {
    margin: 0 0 8px;
    color: var(--services-text);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.page-template-page-christian-marketing-agency .christian-service__content p {
    max-width: 900px;
    margin: 0;
    color: var(--services-muted);
    font-size: 13px;
    line-height: 1.55;
}

.page-template-page-christian-marketing-agency .christian-service__tags {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
}

.page-template-page-christian-marketing-agency .christian-service__tags span {
    padding: 6px 9px;
    border: 1px solid var(--services-tag-border);
    background: #ffffff;
    color: var(--services-tag-text);
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 1050px) {
    .page-template-page-christian-marketing-agency .christian-services {
        padding: 82px 22px 92px;
    }

    .page-template-page-christian-marketing-agency .christian-services__header {
        margin-bottom: 62px;
    }

    .page-template-page-christian-marketing-agency .christian-service {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 20px;
    }

    .page-template-page-christian-marketing-agency .christian-service__tags {
        grid-column: 2;
        justify-content: flex-start;
    }
}

@media (max-width: 1200px) {
    .page-template-page-christian-marketing-agency .who-we-serve__grid {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .page-template-page-christian-marketing-agency .who-we-serve__cards {
        padding-top: 0;
    }

    .page-template-page-christian-marketing-agency .who-we-serve h2 {
        font-size: 60px;
    }
}

@media (max-width: 680px) {
    .page-template-page-christian-marketing-agency .christian-services {
        padding: 62px 16px 70px;
    }

    .page-template-page-christian-marketing-agency .christian-services__header {
        margin-bottom: 44px;
    }

    .page-template-page-christian-marketing-agency .christian-services__eyebrow {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .page-template-page-christian-marketing-agency .christian-services__header h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .page-template-page-christian-marketing-agency .christian-services__header h2 br {
        display: none;
    }

    .page-template-page-christian-marketing-agency .christian-service {
        min-height: auto;
        padding: 24px 0;
        grid-template-columns: 45px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
    }

    .page-template-page-christian-marketing-agency .christian-service__number {
        font-size: 30px;
    }

    .page-template-page-christian-marketing-agency .christian-service__content h3 {
        font-size: 16px;
    }

    .page-template-page-christian-marketing-agency .christian-service__content p {
        font-size: 13px;
    }

    .page-template-page-christian-marketing-agency .christian-service__tags {
        grid-column: 2;
        justify-content: flex-start;
        margin-top: 2px;
    }

    .page-template-page-christian-marketing-agency .christian-service:hover {
        transform: none;
    }
}

@media (max-width: 768px) {
    .page-template-page-christian-marketing-agency .who-we-serve {
        padding: 80px 0;
    }

    .page-template-page-christian-marketing-agency .who-we-serve .container {
        padding: 0 20px;
    }

    .page-template-page-christian-marketing-agency .who-we-serve h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .page-template-page-christian-marketing-agency .who-we-serve p {
        font-size: 17px;
    }

    .page-template-page-christian-marketing-agency .who-we-serve__cards {
        grid-template-columns: 1fr;
    }

    .page-template-page-christian-marketing-agency .who-we-serve .service-card {
        font-size: 16px;
    }
}

.page-template-page-christian-marketing-agency .values-strip__track {
    display: flex;
    width: max-content;
    animation: christian-values-scroll 40s linear infinite;
}

.page-template-page-christian-marketing-agency .values-strip:hover .values-strip__track {
    animation-play-state: paused;
}

.page-template-page-christian-marketing-agency .values-strip__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 47px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.053em;
    text-transform: uppercase;
    color: #111111;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

@keyframes christian-values-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.page-template-page-christian-marketing-agency .christian-marketing-content,
.page-template-page-meta-ads-agency .christian-marketing-content {
    padding: 64px 24px;
    background: #ffffff;
}

.page-template-page-christian-marketing-agency .christian-marketing-section-inner,
.page-template-page-meta-ads-agency .christian-marketing-section-inner {
    width: min(1200px, 100%);
    margin-inline: auto;
}

@media (max-width: 1100px) {
    .page-template-page-christian-marketing-agency .faith-hero {
        min-height: auto;
        padding: 95px 22px;
    }

    .page-template-page-christian-marketing-agency .faith-hero__container {
        grid-template-columns: 1fr 1fr;
        gap: 55px;
    }

    .page-template-page-christian-marketing-agency .faith-hero h1 {
        font-size: clamp(52px, 6vw, 70px);
    }

    .page-template-page-christian-marketing-agency .faith-hero__intro {
        font-size: 16px;
    }

    .page-template-page-christian-marketing-agency .faith-values {
        padding: 20px;
    }

    .page-template-page-christian-marketing-agency .belief-container {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .page-template-page-christian-marketing-agency .belief-content {
        max-width: 100%;
    }

    .page-template-page-christian-marketing-agency .belief-image {
        max-width: 650px;
        margin: auto;
    }

    .page-template-page-christian-marketing-agency .ethical-marketing {
        padding: 90px 22px;
    }

    .page-template-page-christian-marketing-agency .ethical-marketing__header {
        margin-bottom: 58px;
    }

    .page-template-page-christian-marketing-agency .ethical-marketing__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-template-page-christian-marketing-agency .values-strip__item {
        padding: 11px 30px;
        font-size: 10px;
    }
}

@media (max-width: 850px) {
    .page-template-page-christian-marketing-agency .faith-hero {
        padding: 85px 20px;
        background-position: 58% center;
    }
}


/* ==========================================
=! SINGLE BLOG PAGE
------------------------------------------ */

.single-post {
    --article-yellow: #ffc400;
    --article-black: #030303;
    --article-white: #ffffff;
    --article-off-white: #f7f8fa;
    --article-text: #111111;
    --article-body: #465166;
    --article-muted: #8b93a3;
    --article-line: #e7e9ed;
    --article-container: 1450px;
    --article-main-width: 760px;
}

.single-post #page {
    width: 100%;
    max-width: none;
    margin: 0;
}

.single-post #content,
.single-post .site-main,
.single-post .inside-article {
    margin: 0;
    padding: 0;
}

.single-post .article-single-page,
.single-post .article-single-page * {
    box-sizing: border-box;
}

.single-post .article-single-page img {
    max-width: 100%;
}

.single-post .article-single-page a {
    color: inherit;
}

.single-post .article-hero {
    position: relative;
    min-height: 850px;
    overflow: hidden;
    padding: 145px 24px 0;
    background: #050505;
    color: #ffffff;
}

.single-post .article-hero__background,
.single-post .article-hero__background img,
.single-post .article-hero__overlay {
    position: absolute;
    inset: 0;
}

.single-post .article-hero__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-post .article-hero__overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.91) 0%, rgba(0, 0, 0, 0.76) 52%, rgba(0, 0, 0, 0.9) 100%);
}

.single-post .article-hero__container {
    position: relative;
    z-index: 2;
    width: min(100%, 1120px);
    margin-inline: auto;
}

.single-post .article-hero__content {
    max-width: 730px;
}

.single-post .article-hero__breadcrumb {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #9299a5;
    font-size: 10px;
}

.single-post .article-hero__breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.single-post .article-hero__category {
    display: inline-block;
    margin-bottom: 21px;
    padding: 7px 12px;
    background: var(--article-yellow);
    color: #050505;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.single-post .article-hero h1 {
    max-width: 700px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(53px, 5.5vw, 76px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -4px;
}

.single-post .article-hero__excerpt {
    max-width: 680px;
    margin: 26px 0 0;
    color: #b1b6c0;
    font-size: 15px;
    line-height: 1.65;
}

.single-post .article-author {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.single-post .article-author__details {
    min-width: 0;
}

.single-post .article-author__details strong,
.single-post .article-author__details span {
    display: block;
}

.single-post .article-author__details strong {
    color: #ffffff;
    font-size: 11px;
}

.single-post .article-author__details span {
    margin-top: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #8c93a0;
    font-size: 8px;
}

.single-post .article-author__details i {
    width: 2px;
    height: 2px;
    display: inline-block;
    border-radius: 50%;
    background: #77808e;
}

.single-post .article-author__share {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 7px;
}

.single-post .article-author__share a,
.single-post .article-author__share button {
    min-height: 30px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.single-post .article-hero__image {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 500px;
    margin-top: 62px;
    overflow: hidden;
}

.single-post .article-hero__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.single-post .article-layout {
    padding: 75px 24px 100px;
    background: #ffffff;
}

.single-post .article-layout__container {
    width: min(100%, 1120px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, var(--article-main-width)) 250px;
    gap: 80px;
    align-items: start;
}

.single-post .article-content {
    color: var(--article-body);
}

.single-post .article-content > p {
    margin: 0 0 24px;
    font-size: 15px;
    line-height: 1.8;
}

.single-post .article-content h2 {
    margin: 46px 0 19px;
    color: var(--article-text);
    font-size: 29px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1px;
}

.single-post .article-content h3 {
    margin: 35px 0 12px;
    color: var(--article-text);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.single-post .article-content blockquote {
    margin: 35px 0;
    padding: 15px 0 15px 23px;
    border-left: 4px solid var(--article-yellow);
}

.single-post .article-content blockquote p {
    margin: 0;
    color: var(--article-text);
    font-size: 21px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.4;
}

.single-post .article-content blockquote cite {
    display: block;
    margin-top: 10px;
    color: var(--article-muted);
    font-size: 9px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.single-post .article-content figure {
    margin: 38px 0;
}

.single-post .article-content figure img {
    width: 100%;
    display: block;
}

.single-post .article-content figcaption {
    margin-top: 8px;
    color: #969daa;
    font-size: 9px;
    text-align: center;
}

.single-post .article-content .article-callout {
    margin: 40px 0;
    padding: 27px 30px;
    background: #050505;
    color: #ffffff;
}

.single-post .article-content .article-callout p {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.65;
}

.single-post .article-content .article-callout a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--article-yellow);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.single-post .article-content .article-checklist {
    margin: 29px 0;
    padding: 0;
    display: grid;
    gap: 13px;
    list-style: none;
}

.single-post .article-content .article-checklist li {
    position: relative;
    margin: 0;
    padding-left: 25px;
    color: var(--article-body);
    font-size: 14px;
    line-height: 1.55;
}

.single-post .article-content .article-checklist li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--article-yellow);
}

.single-post .article-content ul,
.single-post .article-content ol {
    margin: 24px 0;
    padding-left: 20px;
}

.single-post .article-content li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.single-post .article-bio {
    margin-top: 70px;
    padding-top: 34px;
    display: block;
    border-top: 1px solid var(--article-line);
}

.single-post .article-bio span {
    color: var(--article-muted);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.single-post .article-bio h3 {
    margin: 7px 0;
    font-size: 18px;
}

.single-post .article-bio p {
    margin: 0;
    color: var(--article-body);
    font-size: 12px;
    line-height: 1.6;
}

.single-post .article-bio__links {
    margin-top: 17px;
    display: flex;
    gap: 15px;
}

.single-post .article-bio__links a {
    color: var(--article-text);
    font-size: 9px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.single-post .article-sidebar {
    position: sticky;
    top: 25px;
    display: grid;
    gap: 32px;
}

.single-post .sidebar-cta {
    padding: 25px 23px;
    background: #050505;
    color: #ffffff;
}

.single-post .sidebar-cta > span,
.single-post .article-index > span,
.single-post .sidebar-share > span {
    color: var(--article-yellow);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.single-post .sidebar-cta h2 {
    margin: 13px 0 12px;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2;
}

.single-post .sidebar-cta p {
    margin: 0 0 20px;
    color: #a3a9b4;
    font-size: 11px;
    line-height: 1.6;
}

.single-post .sidebar-cta > a {
    min-height: 43px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--article-yellow);
    color: #050505;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
}

.single-post .article-index {
    padding: 23px 0;
    border-top: 1px solid var(--article-line);
    border-bottom: 1px solid var(--article-line);
}

.single-post .article-index h2 {
    margin: 13px 0 15px;
    color: var(--article-text);
    font-size: 14px;
}

.single-post .article-index ol {
    margin: 0;
    padding-left: 16px;
}

.single-post .article-index li {
    margin-bottom: 8px;
    color: var(--article-muted);
    font-size: 9px;
    line-height: 1.45;
}

.single-post .article-index a {
    color: inherit;
    text-decoration: none;
}

.single-post .sidebar-share > div {
    margin-top: 12px;
    display: flex;
    gap: 7px;
}

.single-post .sidebar-share a {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border: 1px solid var(--article-line);
    color: var(--article-text);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.single-post .related-articles {
    padding: 85px 24px 100px;
    background: var(--article-off-white);
}

.single-post .related-articles__container {
    width: min(100%, 1120px);
    margin-inline: auto;
}

.single-post .related-articles__header {
    margin-bottom: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.single-post .related-articles__header > div > span {
    color: var(--article-yellow);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.single-post .related-articles__header h2 {
    margin: 10px 0 0;
    color: var(--article-text);
    font-size: 34px;
}

.single-post .related-articles__header > a {
    padding-bottom: 6px;
    display: inline-flex;
    gap: 9px;
    border-bottom: 2px solid var(--article-yellow);
    color: var(--article-text);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.single-post .related-articles__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.single-post .related-card__image {
    position: relative;
    height: 270px;
    overflow: hidden;
    display: block;
    background: #dfe3ea;
}

.single-post .related-card__image > span {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    padding: 7px 10px;
    background: #050505;
    color: #ffffff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.single-post .related-card__image img,
.single-post .related-card__placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.single-post .related-card__placeholder {
    background: linear-gradient(135deg, #dfe3ea 0%, #c7cfdb 100%);
}

.single-post .related-card__image img {
    transition: transform 0.5s ease;
}

.single-post .related-card:hover .related-card__image img {
    transform: scale(1.04);
}

.single-post .related-card__content {
    padding-top: 17px;
}

.single-post .related-card time {
    color: var(--article-muted);
    font-size: 8px;
}

.single-post .related-card h3 {
    margin: 10px 0;
    color: var(--article-text);
    font-size: 16px;
    line-height: 1.35;
}

.single-post .related-card h3 a {
    text-decoration: none;
}

.single-post .related-card p {
    margin: 0 0 14px;
    color: var(--article-body);
    font-size: 11px;
    line-height: 1.55;
}

.single-post .related-card__link {
    display: inline-flex;
    gap: 8px;
    color: var(--article-text);
    font-size: 9px;
    font-weight: 800;
    text-decoration: none;
}

.single-post .article-bottom-cta {
    padding: 80px 24px;
    background: #050505;
    color: #ffffff;
    text-align: center;
}

.single-post .article-bottom-cta__container {
    width: min(100%, 760px);
    margin-inline: auto;
}

.single-post .article-bottom-cta__container > span {
    color: var(--article-yellow);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.single-post .article-bottom-cta h2 {
    margin: 14px 0 13px;
    color: #ffffff;
    font-size: 44px;
}

.single-post .article-bottom-cta p {
    margin: 0;
    color: #9ca3af;
    font-size: 12px;
    line-height: 1.6;
}

.single-post .article-bottom-cta__actions {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.single-post .article-bottom-cta__actions a {
    min-height: 43px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.single-post .article-bottom-cta__primary {
    background: var(--article-yellow);
    color: #050505;
}

.single-post .article-bottom-cta__secondary {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

@media (max-width: 980px) {
    .single-post .article-hero {
        min-height: auto;
    }

    .single-post .article-layout__container {
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 45px;
    }
}

@media (max-width: 780px) {
    .single-post .article-hero {
        padding-top: 120px;
    }

    .single-post .article-hero__image {
        height: 360px;
        margin-top: 45px;
    }

    .single-post .article-layout__container {
        grid-template-columns: 1fr;
    }

    .single-post .article-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-post .sidebar-share {
        grid-column: 1 / -1;
    }

    .single-post .related-articles__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .single-post .article-hero {
        padding: 110px 16px 0;
    }

    .single-post .article-hero h1 {
        font-size: 43px;
        letter-spacing: -2px;
    }

    .single-post .article-hero__excerpt {
        font-size: 14px;
    }

    .single-post .article-author {
        align-items: flex-start;
    }

    .single-post .article-author__share {
        display: none;
    }

    .single-post .article-hero__image {
        height: 250px;
    }

    .single-post .article-layout {
        padding: 55px 16px 70px;
    }

    .single-post .article-content > p {
        font-size: 14px;
    }

    .single-post .article-content h2 {
        font-size: 25px;
    }

    .single-post .article-content h3 {
        font-size: 16px;
    }

    .single-post .article-content blockquote p {
        font-size: 18px;
    }

    .single-post .article-sidebar {
        grid-template-columns: 1fr;
    }

    .single-post .sidebar-share {
        grid-column: auto;
    }

    .single-post .related-articles {
        padding: 65px 16px 75px;
    }

    .single-post .related-articles__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .single-post .related-card__image {
        height: 230px;
    }

    .single-post .article-bottom-cta h2 {
        font-size: 36px;
    }

    .single-post .article-bottom-cta__actions {
        flex-direction: column;
    }

    .single-post .article-bottom-cta__actions a {
        width: 100%;
    }
}

@media (max-width: 850px) {

    .page-template-page-christian-marketing-agency .faith-hero__container {
        grid-template-columns: 1fr;
    }

    .page-template-page-christian-marketing-agency .faith-hero__content,
    .page-template-page-christian-marketing-agency .faith-values {
        max-width: 720px;
    }

    .page-template-page-christian-marketing-agency .ethical-marketing {
        padding: 68px 16px;
        background-position: 62% center;
    }

    .page-template-page-christian-marketing-agency .ethical-marketing__overlay {
        background: rgba(0, 0, 0, 0.91);
    }

    .page-template-page-christian-marketing-agency .ethical-marketing__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .page-template-page-christian-marketing-agency .ethical-marketing h2 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .page-template-page-christian-marketing-agency .ethical-marketing h2 br {
        display: none;
    }

    .page-template-page-christian-marketing-agency .ethical-marketing__intro {
        max-width: 580px;
        text-align: left;
        font-size: 15px;
    }

    .page-template-page-christian-marketing-agency .ethical-marketing__grid {
        grid-template-columns: 1fr;
    }

    .page-template-page-christian-marketing-agency .ethical-principle {
        min-height: auto;
        padding: 26px 22px;
    }
}

@media (max-width: 620px) {
    .page-template-page-christian-marketing-agency .faith-hero {
        padding: 68px 16px;
        background-position: 62% center;
    }

    .page-template-page-christian-marketing-agency .faith-hero__overlay {
        background: rgba(0, 0, 0, 0.86);
    }

    .page-template-page-christian-marketing-agency .faith-hero__container {
        gap: 48px;
    }

    .page-template-page-christian-marketing-agency .faith-hero__eyebrow {
        margin-bottom: 17px;
        font-size: 10px;
        line-height: 1.5;
    }

    .page-template-page-christian-marketing-agency .faith-hero h1 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .page-template-page-christian-marketing-agency .faith-hero__intro {
        margin-top: 25px;
        font-size: 15px;
    }

    .page-template-page-christian-marketing-agency .faith-hero__actions {
        margin-top: 31px;
        flex-direction: column;
        align-items: stretch;
    }

    .page-template-page-christian-marketing-agency .faith-hero__button {
        width: 100%;
    }

    .page-template-page-christian-marketing-agency .faith-hero__trust {
        margin-top: 31px;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .page-template-page-christian-marketing-agency .faith-hero__divider {
        display: none;
    }

    .page-template-page-christian-marketing-agency .faith-values {
        padding: 14px;
    }

    .page-template-page-christian-marketing-agency .faith-value {
        grid-template-columns: 34px minmax(0, 1fr);
        padding: 15px;
    }

    .page-template-page-christian-marketing-agency .values-strip__item {
        padding: 9px 20px;
        font-size: 9px;
        letter-spacing: 0.033em;
    }

    .page-template-page-christian-marketing-agency .belief-section {
        padding: 80px 20px;
    }

    .page-template-page-christian-marketing-agency .belief-content h2 {
        font-size: 44px;
    }

    .page-template-page-christian-marketing-agency .belief-content p {
        font-size: 17px;
    }

    .page-template-page-christian-marketing-agency .belief-image img {
        height: 460px;
    }

    .page-template-page-christian-marketing-agency .belief-stats {
        grid-template-columns: 1fr;
    }

    .page-template-page-christian-marketing-agency .belief-stat {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .page-template-page-christian-marketing-agency .belief-stat:last-child {
        border-bottom: none;
    }

    .page-template-page-christian-marketing-agency .christian-marketing-content,
    .page-template-page-meta-ads-agency .christian-marketing-content {
        padding: 42px 16px;
    }
}

/* ==========================================
=! WEB DESIGN PAGE
------------------------------------------ */

/* ==========================================
=! ABOUT US PAGE
------------------------------------------ */

.page-template-page-about-us {
    --about-yellow: #ffc400;
    --about-black: #050505;
    --about-white: #ffffff;
    --about-text: #111827;
    --about-muted: #667085;
    --about-border: #e4e7ec;
    --about-surface: #f8f9fb;
    --about-max-width: 1380px;
    background: #ffffff;
}

.page-template-page-about-us #content,
.page-template-page-about-us .site-main,
.page-template-page-about-us .inside-article {
    margin: 0;
    padding: 0;
}

.page-template-page-about-us .about-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 118px 24px 86px;
    background: var(--about-hero-bg) center/cover no-repeat;
    color: var(--about-white);
}

.page-template-page-about-us .about-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.72) 55%, rgba(0, 0, 0, 0.84) 100%);
}

.page-template-page-about-us .about-hero__container {
    position: relative;
    z-index: 2;
    width: min(100%, var(--about-max-width));
    margin-inline: auto;
}

.page-template-page-about-us .about-hero__eyebrow {
    margin: 0 0 22px;
    color: var(--about-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.page-template-page-about-us .about-hero h1 {
    margin: 0;
    color: var(--about-white);
    font-size: clamp(56px, 6.9vw, 102px);
    font-weight: 900;
    line-height: 0.94;
    letter-spacing: -4px;
}

.page-template-page-about-us .about-hero h1 span {
    color: var(--about-yellow);
}

.page-template-page-about-us .about-hero__intro {
    max-width: 700px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.79);
    font-size: 16px;
    line-height: 1.75;
}

.page-template-page-about-us .about-hero__stats {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.page-template-page-about-us .about-hero__stat {
    min-width: 168px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.3);
}

.page-template-page-about-us .about-hero__stat strong,
.page-template-page-about-us .about-hero__stat span {
    display: block;
}

.page-template-page-about-us .about-hero__stat strong {
    color: var(--about-yellow);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.page-template-page-about-us .about-hero__stat span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.73);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.page-template-page-about-us .about-story {
    padding: 94px 24px 102px;
    background: var(--about-surface);
}

.page-template-page-about-us .about-story__container {
    width: min(100%, var(--about-max-width));
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 34px;
    align-items: start;
}

.page-template-page-about-us .about-story__eyebrow {
    margin: 0 0 14px;
    color: var(--about-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-template-page-about-us .about-story__content h2 {
    margin: 0;
    color: var(--about-black);
    font-size: clamp(40px, 4.7vw, 74px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
}

.page-template-page-about-us .about-story__content p {
    max-width: 640px;
    margin: 20px 0 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.75;
}

.page-template-page-about-us .about-values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.page-template-page-about-us .about-value-card {
    padding: 24px 24px 22px;
    border: 1px solid var(--about-border);
    background: var(--about-white);
}

.page-template-page-about-us .about-value-card h3 {
    margin: 0;
    color: var(--about-black);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.page-template-page-about-us .about-value-card p {
    margin: 11px 0 0;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.65;
}

.page-template-page-about-us .about-team {
    padding: 94px 24px 112px;
    background: #ffffff;
}

.page-template-page-about-us .about-team__container {
    width: min(100%, var(--about-max-width));
    margin-inline: auto;
}

.page-template-page-about-us .about-team__header {
    margin-bottom: 42px;
}

.page-template-page-about-us .about-team__eyebrow {
    margin: 0 0 12px;
    color: var(--about-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-template-page-about-us .about-team__header h2 {
    margin: 0;
    color: var(--about-black);
    font-size: clamp(42px, 5vw, 82px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
}

.page-template-page-about-us .about-team__header p {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--about-muted);
    font-size: 16px;
    line-height: 1.75;
}

.page-template-page-about-us .about-team__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.page-template-page-about-us .about-team-card {
    border: 1px solid var(--about-border);
    background: #ffffff;
    overflow: hidden;
}

.page-template-page-about-us .about-team-card__media {
    aspect-ratio: 4 / 3;
    background: #edf1f6;
}

.page-template-page-about-us .about-team-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-page-about-us .about-team-card__avatar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e293b;
    font-size: 62px;
    font-weight: 900;
    line-height: 1;
}

.page-template-page-about-us .about-team-card__content {
    padding: 20px 20px 22px;
}

.page-template-page-about-us .about-team-card__content h3 {
    margin: 0;
    color: var(--about-black);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1px;
}

.page-template-page-about-us .about-team-card__role {
    margin: 7px 0 0;
    color: #445066;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-template-page-about-us .about-team-card__bio {
    margin: 12px 0 0;
    color: #758096;
    font-size: 13px;
    line-height: 1.65;
}

.page-template-page-about-us .about-team-card__content a {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.page-template-page-about-us .about-team-card__content a:hover {
    color: #111111;
}

@media (max-width: 1120px) {
    .page-template-page-about-us .about-story__container {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 820px) {
    .page-template-page-about-us .about-hero {
        min-height: auto;
        padding: 104px 20px 74px;
    }

    .page-template-page-about-us .about-story {
        padding: 78px 20px 86px;
    }

    .page-template-page-about-us .about-team {
        padding: 78px 20px 88px;
    }

    .page-template-page-about-us .about-team__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .page-template-page-about-us .about-hero {
        padding: 88px 16px 60px;
    }

    .page-template-page-about-us .about-hero h1 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .page-template-page-about-us .about-story {
        padding: 58px 16px 68px;
    }

    .page-template-page-about-us .about-story__content h2 {
        font-size: 34px;
    }

    .page-template-page-about-us .about-team {
        padding: 58px 16px 68px;
    }

    .page-template-page-about-us .about-team-card__content h3 {
        font-size: 24px;
    }
}

/* ==========================================
=! CONTACT PAGE
------------------------------------------ */

.page-template-page-contact {
    --contact-yellow: #ffc400;
    --contact-black: #050505;
    --contact-white: #ffffff;
    --contact-text: #111827;
    --contact-muted: #667085;
    --contact-border: #d8dde5;
    --contact-max-width: 1380px;
    background: #ffffff;
}

.page-template-page-contact #content,
.page-template-page-contact .site-main,
.page-template-page-contact .inside-article {
    margin: 0;
    padding: 0;
}

.page-template-page-contact .contact-hero {
    position: relative;
    min-height: 76vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 118px 24px 86px;
    background: var(--contact-hero-bg) center/cover no-repeat;
    color: var(--contact-white);
}

.page-template-page-contact .contact-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.72) 55%, rgba(0, 0, 0, 0.84) 100%);
}

.page-template-page-contact .contact-hero__container {
    position: relative;
    z-index: 2;
    width: min(100%, var(--contact-max-width));
    margin-inline: auto;
}

.page-template-page-contact .contact-hero__eyebrow {
    margin: 0 0 22px;
    color: var(--contact-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.page-template-page-contact .contact-hero h1 {
    margin: 0;
    color: var(--contact-white);
    font-size: clamp(56px, 7vw, 102px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -4px;
}

.page-template-page-contact .contact-hero h1 span {
    color: var(--contact-yellow);
}

.page-template-page-contact .contact-hero__intro {
    max-width: 690px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.7;
}

.page-template-page-contact .contact-hero__details {
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.page-template-page-contact .contact-hero__details li {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.28);
}

.page-template-page-contact .contact-hero__details span,
.page-template-page-contact .contact-hero__details strong,
.page-template-page-contact .contact-hero__details a {
    display: block;
}

.page-template-page-contact .contact-hero__details span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-template-page-contact .contact-hero__details strong,
.page-template-page-contact .contact-hero__details a {
    margin-top: 8px;
    color: var(--contact-white);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.page-template-page-contact .contact-hero__details a:hover {
    color: var(--contact-yellow);
}

.page-template-page-contact .contact-main {
    padding: 96px 24px 112px;
    background: #f8f9fb;
}

.page-template-page-contact .contact-main__container {
    width: min(100%, var(--contact-max-width));
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 36px;
    align-items: start;
}

.page-template-page-contact .contact-main__eyebrow {
    margin: 0 0 14px;
    color: var(--contact-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-template-page-contact .contact-main__content h2 {
    margin: 0;
    color: var(--contact-black);
    font-size: clamp(38px, 4.6vw, 72px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
}

.page-template-page-contact .contact-main__content > p {
    max-width: 610px;
    margin: 22px 0 0;
    color: var(--contact-muted);
    font-size: 16px;
    line-height: 1.75;
}

.page-template-page-contact .contact-main__highlights {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.page-template-page-contact .contact-main__highlights li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #1c2430;
    font-size: 15px;
    line-height: 1.6;
}

.page-template-page-contact .contact-main__highlights li span {
    width: 19px;
    height: 19px;
    margin-top: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--contact-yellow);
    border-radius: 50%;
    color: var(--contact-yellow);
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    flex-shrink: 0;
}

.page-template-page-contact .contact-form-card {
    padding: 35px 32px 30px;
    border: 1px solid #d8dce3;
    background: #ffffff;
}

.page-template-page-contact .contact-form-card h3 {
    margin: 0 0 7px;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.page-template-page-contact .contact-form-card__form {
    margin-top: 24px;
}

.page-template-page-contact .contact-form-card__form .wpcf7 form {
    margin: 0;
}

.page-template-page-contact .contact-form-card__form .wpcf7-form {
    display: grid;
    gap: 14px;
}

.page-template-page-contact .contact-form-card__form .wpcf7-form p {
    margin: 0;
}

.page-template-page-contact .contact-form-card__form .wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

.page-template-page-contact .contact-form-card__form .wpcf7-form label {
    display: block;
    margin-bottom: 1px;
    color: #3c465a;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.page-template-page-contact .contact-form-card__form .wpcf7-form-control-wrap {
    display: block;
}

.page-template-page-contact .contact-form-card__form .wpcf7-form-control {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #d8dce3;
    border-radius: 0;
    outline: none;
    background: #fff;
    color: #222;
    font: inherit;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-template-page-contact .contact-form-card__form .wpcf7-form p {
    margin-bottom: 14px;
}

.page-template-page-contact .contact-form-card__form .wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

.page-template-page-contact .contact-form-card__form textarea.wpcf7-form-control {
    min-height: 132px;
    padding-top: 14px;
    padding-bottom: 14px;
    resize: vertical;
}

.page-template-page-contact .contact-form-card__form .wpcf7-form-control::placeholder {
    color: #8e8e8e;
}

.page-template-page-contact .contact-form-card__form .wpcf7-form-control:focus {
    border-color: #b3b8c0;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
}

.page-template-page-contact .contact-form-card__form .wpcf7-submit {
    width: 100%;
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    background: #ffc400;
    color: #000;
    font: inherit;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.page-template-page-contact .contact-form-card__form .wpcf7-submit:hover {
    background: #ffd02b;
    transform: translateY(1px);
}

.page-template-page-contact .contact-form-card__form .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
}

.page-template-page-contact .contact-form-card__form .wpcf7-not-valid-tip {
    margin-top: 8px;
    color: #c05444;
    font-size: 12px;
}

.page-template-page-contact .contact-form-card__form .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 14px 16px;
    border: 1px solid #d8dce3;
    background: #fafafa;
    color: #111111;
    font-size: 13px;
    line-height: 1.5;
}

.page-template-page-contact .contact-form-card__note {
    margin: 14px 0 0;
    color: #7f8796;
    font-size: 11px;
    text-align: center;
}

.page-template-page-contact .contact-info-card {
    padding: 35px 32px 30px;
    border: 1px solid #d8dce3;
    background: #ffffff;
}

.page-template-page-contact .contact-info-card h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.page-template-page-contact .contact-info-card__intro {
    margin: 0 0 22px;
    color: #7d8595;
    font-size: 14px;
    line-height: 1.55;
}

.page-template-page-contact .contact-info-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.page-template-page-contact .contact-info-card__list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: #1c2430;
}

.page-template-page-contact .contact-info-card__list span {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-template-page-contact .contact-info-card__list svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #f2b900;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-template-page-contact .contact-info-card__list a,
.page-template-page-contact .contact-info-card__list address {
    display: block;
    color: #111111;
    font-size: 15px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.page-template-page-contact .contact-info-card__list a:hover {
    color: #f2b900;
}

@media (max-width: 1100px) {
    .page-template-page-contact .contact-main__container {
        grid-template-columns: 1fr;
    }

    .page-template-page-contact .contact-main__content > p {
        max-width: none;
    }
}

@media (max-width: 820px) {
    .page-template-page-contact .contact-hero {
        min-height: auto;
        padding: 102px 20px 74px;
    }

    .page-template-page-contact .contact-main {
        padding: 78px 20px 88px;
    }

    .page-template-page-contact .contact-hero h1 {
        letter-spacing: -2px;
    }

    .page-template-page-contact .contact-hero__details {
        grid-template-columns: 1fr;
    }

    .page-template-page-contact .contact-info-card {
        max-width: 750px;
    }
}

@media (max-width: 620px) {
    .page-template-page-contact .contact-hero {
        padding: 88px 16px 60px;
    }

    .page-template-page-contact .contact-hero h1 {
        font-size: 46px;
    }

    .page-template-page-contact .contact-main {
        padding: 58px 16px 68px;
    }

    .page-template-page-contact .contact-main__content h2 {
        font-size: 34px;
    }

    .page-template-page-contact .contact-form-card {
        padding: 28px 20px 25px;
    }

    .page-template-page-contact .contact-info-card {
        padding: 28px 20px 25px;
    }

    .page-template-page-contact .contact-info-card h3 {
        font-size: 19px;
    }

    .page-template-page-contact .contact-info-card__intro {
        font-size: 13px;
    }

    .page-template-page-contact .contact-info-card__list a,
    .page-template-page-contact .contact-info-card__list address {
        font-size: 14px;
    }
}

/* ==========================================
=! PORTFOLIO PAGE
------------------------------------------ */

.page-template-page-portfolio {
    --portfolio-yellow: #ffc400;
    --portfolio-black: #050505;
    --portfolio-white: #ffffff;
    --portfolio-muted: #9ca3af;
    --portfolio-bg: #050505;
    --portfolio-surface: #ffffff;
    --portfolio-line: #e6e8eb;
    --portfolio-max-width: 1480px;
}

.page-template-page-portfolio #content,
.page-template-page-portfolio .site-main,
.page-template-page-portfolio .inside-article {
    margin: 0;
    padding: 0;
}

.page-template-page-portfolio .portfolio-hero {
    position: relative;
    min-height: 84vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 120px 24px 90px;
    background: var(--portfolio-hero-bg) center/cover no-repeat;
    color: var(--portfolio-white);
}

.page-template-page-portfolio .portfolio-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.68) 55%, rgba(0, 0, 0, 0.82) 100%);
}

.page-template-page-portfolio .portfolio-hero__container {
    position: relative;
    z-index: 2;
    width: min(100%, var(--portfolio-max-width));
    margin-inline: auto;
}

.page-template-page-portfolio .portfolio-hero__eyebrow {
    margin: 0 0 22px;
    color: var(--portfolio-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.page-template-page-portfolio .portfolio-hero h1 {
    margin: 0;
    color: var(--portfolio-white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(72px, 7.4vw, 108px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -5px;
}

.page-template-page-portfolio .portfolio-hero h1 span {
    color: var(--portfolio-yellow);
}

.page-template-page-portfolio .portfolio-hero__intro {
    max-width: 680px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.7;
}

.page-template-page-portfolio .portfolio-hero__stats {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.page-template-page-portfolio .portfolio-hero__stat {
    min-width: 160px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.28);
}

.page-template-page-portfolio .portfolio-hero__stat strong,
.page-template-page-portfolio .portfolio-hero__stat span {
    display: block;
}

.page-template-page-portfolio .portfolio-hero__stat strong {
    color: var(--portfolio-yellow);
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.page-template-page-portfolio .portfolio-hero__stat span {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-template-page-portfolio .portfolio-showcase {
    padding: 95px 24px 110px;
    background: #ffffff;
}

.page-template-page-portfolio .portfolio-showcase__container {
    width: min(100%, var(--portfolio-max-width));
    margin-inline: auto;
}

.page-template-page-portfolio .portfolio-showcase__header {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.page-template-page-portfolio .portfolio-showcase__eyebrow {
    margin: 0 0 16px;
    color: var(--portfolio-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.page-template-page-portfolio .portfolio-showcase h2 {
    margin: 0;
    color: var(--portfolio-black);
    font-size: clamp(54px, 5.8vw, 84px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -3px;
}

.page-template-page-portfolio .portfolio-showcase__intro {
    max-width: 480px;
    margin: 0 0 4px;
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
    text-align: right;
}

.page-template-page-portfolio .portfolio-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.page-template-page-portfolio .portfolio-showcase__grid .portfolio-project-card {
    min-height: 520px;
}

.page-template-page-portfolio .portfolio-showcase__grid .portfolio-project-card--featured,
.page-template-page-portfolio .portfolio-showcase__grid .portfolio-project-card--wide {
    min-height: 640px;
}

.page-template-page-portfolio .portfolio-showcase__grid .portfolio-project-card img {
    object-position: center;
}

.page-template-page-portfolio .portfolio-showcase__grid .project-overlay {
    padding: 38px;
}

.page-template-page-portfolio .portfolio-showcase__grid .project-overlay h3 {
    font-size: clamp(34px, 4.8vw, 68px);
}

.page-template-page-portfolio .portfolio-showcase__grid .project-result strong {
    font-size: 40px;
}

.page-template-page-portfolio .portfolio-showcase__grid .project-result--large strong {
    font-size: clamp(64px, 8vw, 110px);
}

@media (max-width: 1100px) {
    .page-template-page-portfolio .portfolio-showcase__grid {
        grid-template-columns: 1fr;
    }

    .page-template-page-portfolio .portfolio-showcase__grid .portfolio-project-card,
    .page-template-page-portfolio .portfolio-showcase__grid .portfolio-project-card--featured,
    .page-template-page-portfolio .portfolio-showcase__grid .portfolio-project-card--wide {
        min-height: 520px;
    }
}

@media (max-width: 850px) {
    .page-template-page-portfolio .portfolio-hero {
        min-height: auto;
        padding: 110px 20px 76px;
    }

    .page-template-page-portfolio .portfolio-hero__intro {
        font-size: 15px;
    }

    .page-template-page-portfolio .portfolio-showcase {
        padding: 72px 20px 86px;
    }

    .page-template-page-portfolio .portfolio-showcase__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-template-page-portfolio .portfolio-showcase__intro {
        text-align: left;
    }
}

@media (max-width: 620px) {
    .page-template-page-portfolio .portfolio-hero {
        padding: 94px 16px 64px;
    }

    .page-template-page-portfolio .portfolio-hero h1 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .page-template-page-portfolio .portfolio-hero__stats {
        gap: 10px;
    }

    .page-template-page-portfolio .portfolio-hero__stat {
        min-width: 0;
        flex: 1 1 100%;
    }

    .page-template-page-portfolio .portfolio-showcase {
        padding: 54px 16px 70px;
    }

    .page-template-page-portfolio .portfolio-showcase h2 {
        font-size: 38px;
    }

    .page-template-page-portfolio .portfolio-showcase__grid .portfolio-project-card,
    .page-template-page-portfolio .portfolio-showcase__grid .portfolio-project-card--featured,
    .page-template-page-portfolio .portfolio-showcase__grid .portfolio-project-card--wide {
        min-height: 420px;
    }

    .page-template-page-portfolio .portfolio-showcase__grid .project-overlay {
        padding: 26px;
    }
}

/* ==========================================
=! BLOG ARCHIVE PAGE
------------------------------------------ */

.blog .blog-archive-page,
.home.blog .blog-archive-page {
    --blog-yellow: #ffc400;
    --blog-black: #030303;
    --blog-white: #ffffff;
    --blog-background: #f7f8fa;
    --blog-text: #101010;
    --blog-copy: #5f697a;
    --blog-muted: #98a0af;
    --blog-line: #e8eaee;
    --blog-container: 1420px;
    background: var(--blog-background);
}

.blog #page,
.home.blog #page {
    width: 100%;
    max-width: none;
    margin: 0;
}

.blog #content,
.blog .site-main,
.blog .inside-article,
.home.blog #content,
.home.blog .site-main,
.home.blog .inside-article {
    margin: 0;
    padding: 0;
}

.blog .blog-archive-page,
.blog .blog-archive-page *,
.home.blog .blog-archive-page,
.home.blog .blog-archive-page * {
    box-sizing: border-box;
}

.blog .blog-archive-page img,
.home.blog .blog-archive-page img {
    max-width: 100%;
}

.blog .blog-archive-page a,
.home.blog .blog-archive-page a {
    color: inherit;
}

.blog .blog-archive-page .screen-reader-text,
.home.blog .blog-archive-page .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.blog .blog-archive-page .blog-hero,
.home.blog .blog-archive-page .blog-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    padding: 120px 24px 68px;
    background-image: var(--blog-hero-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

.blog .blog-archive-page .blog-hero__overlay,
.home.blog .blog-archive-page .blog-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.7) 52%, rgba(0, 0, 0, 0.78) 100%);
}

.blog .blog-archive-page .blog-hero__container,
.home.blog .blog-archive-page .blog-hero__container {
    position: relative;
    z-index: 2;
    width: min(100%, var(--blog-container));
    margin-inline: auto;
}

.blog .blog-archive-page .blog-hero__eyebrow,
.home.blog .blog-archive-page .blog-hero__eyebrow {
    margin: 0 0 21px;
    color: var(--blog-yellow);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.blog .blog-archive-page .blog-hero h1,
.home.blog .blog-archive-page .blog-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(65px, 7vw, 102px);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -5px;
}

.blog .blog-archive-page .blog-hero__intro,
.home.blog .blog-archive-page .blog-hero__intro {
    max-width: 620px;
    margin: 26px 0 0;
    color: #b6bbc4;
    font-size: 15px;
    line-height: 1.6;
}

.blog .blog-archive-page .blog-toolbar,
.home.blog .blog-archive-page .blog-toolbar {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 18px 24px;
    border-bottom: 1px solid var(--blog-line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
}

.blog .blog-archive-page .blog-toolbar__container,
.home.blog .blog-archive-page .blog-toolbar__container {
    width: min(100%, var(--blog-container));
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.blog .blog-archive-page .blog-categories,
.home.blog .blog-archive-page .blog-categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.blog .blog-archive-page .blog-categories__link,
.home.blog .blog-archive-page .blog-categories__link {
    min-height: 30px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eceef1;
    background: #ffffff;
    color: #8d95a4;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.blog .blog-archive-page .blog-categories__link:hover,
.blog .blog-archive-page .blog-categories__link--active,
.home.blog .blog-archive-page .blog-categories__link:hover,
.home.blog .blog-archive-page .blog-categories__link--active {
    border-color: #050505;
    background: #050505;
    color: #ffffff;
}

.blog .blog-archive-page .blog-search,
.home.blog .blog-archive-page .blog-search {
    position: relative;
    width: 245px;
}

.blog .blog-archive-page .blog-search svg,
.home.blog .blog-archive-page .blog-search svg {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #98a0ae;
    stroke-width: 1.7;
    transform: translateY(-50%);
}

.blog .blog-archive-page .blog-search input,
.home.blog .blog-archive-page .blog-search input {
    width: 100%;
    height: 35px;
    padding: 0 13px 0 35px;
    border: 1px solid #e5e7eb;
    outline: none;
    background: #ffffff;
    color: #111111;
    font: inherit;
    font-size: 10px;
}

.blog .blog-archive-page .blog-search input:focus,
.home.blog .blog-archive-page .blog-search input:focus {
    border-color: var(--blog-yellow);
}

.blog .blog-archive-page .blog-archive,
.home.blog .blog-archive-page .blog-archive {
    padding: 80px 24px 100px;
    background: #ffffff;
}

.blog .blog-archive-page .blog-archive__container,
.home.blog .blog-archive-page .blog-archive__container {
    width: min(100%, var(--blog-container));
    margin-inline: auto;
}

.blog .blog-archive-page .featured-post,
.home.blog .blog-archive-page .featured-post {
    min-height: 405px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    border: 1px solid var(--blog-line);
    background: #ffffff;
}

.blog .blog-archive-page .featured-post__image,
.home.blog .blog-archive-page .featured-post__image {
    position: relative;
    min-height: 405px;
    overflow: hidden;
    display: block;
}

.blog .blog-archive-page .featured-post__image img,
.home.blog .blog-archive-page .featured-post__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.blog .blog-archive-page .featured-post:hover .featured-post__image img,
.home.blog .blog-archive-page .featured-post:hover .featured-post__image img {
    transform: scale(1.04);
}

.blog .blog-archive-page .featured-post__image--placeholder,
.home.blog .blog-archive-page .featured-post__image--placeholder {
    display: grid;
    place-items: center;
    background: #eceef1;
}

.blog .blog-archive-page .featured-post__image .image-placeholder svg,
.home.blog .blog-archive-page .featured-post__image .image-placeholder svg {
    width: 52px;
    height: 52px;
    fill: none;
    stroke: #050505;
    stroke-width: 1.5;
}

.blog .blog-archive-page .post-category,
.home.blog .blog-archive-page .post-category {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    padding: 7px 11px;
    background: #050505;
    color: #ffffff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.blog .blog-archive-page .post-category--yellow,
.home.blog .blog-archive-page .post-category--yellow {
    background: var(--blog-yellow);
    color: #050505;
}

.blog .blog-archive-page .featured-post__content,
.home.blog .blog-archive-page .featured-post__content {
    padding: 48px 48px 38px;
    display: flex;
    flex-direction: column;
}

.blog .blog-archive-page .post-meta,
.home.blog .blog-archive-page .post-meta {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #a0a7b4;
    font-size: 8px;
}

.blog .blog-archive-page .post-meta > span:not(:last-child),
.home.blog .blog-archive-page .post-meta > span:not(:last-child) {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c4c8d0;
}

.blog .blog-archive-page .featured-post h2,
.home.blog .blog-archive-page .featured-post h2 {
    max-width: 620px;
    margin: 27px 0 18px;
    color: var(--blog-text);
    font-size: clamp(34px, 3.5vw, 53px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -2px;
}

.blog .blog-archive-page .featured-post h2 a,
.home.blog .blog-archive-page .featured-post h2 a {
    text-decoration: none;
}

.blog .blog-archive-page .featured-post__content > p,
.home.blog .blog-archive-page .featured-post__content > p {
    max-width: 650px;
    margin: 0;
    color: var(--blog-copy);
    font-size: 13px;
    line-height: 1.65;
}

.blog .blog-archive-page .featured-post__footer,
.home.blog .blog-archive-page .featured-post__footer {
    margin-top: auto;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.blog .blog-archive-page .post-author,
.home.blog .blog-archive-page .post-author {
    display: flex;
    align-items: center;
    gap: 11px;
}

.blog .blog-archive-page .post-author strong,
.blog .blog-archive-page .post-author span,
.home.blog .blog-archive-page .post-author strong,
.home.blog .blog-archive-page .post-author span {
    display: block;
}

.blog .blog-archive-page .post-author strong,
.home.blog .blog-archive-page .post-author strong {
    color: var(--blog-text);
    font-size: 10px;
}

.blog .blog-archive-page .post-author span,
.home.blog .blog-archive-page .post-author span {
    margin-top: 3px;
    color: #9aa2af;
    font-size: 8px;
}

.blog .blog-archive-page .read-article,
.home.blog .blog-archive-page .read-article {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--blog-text);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.blog .blog-archive-page .read-article span,
.home.blog .blog-archive-page .read-article span {
    transition: transform 0.2s ease;
}

.blog .blog-archive-page .read-article:hover span,
.home.blog .blog-archive-page .read-article:hover span {
    transform: translate(3px, -3px);
}

.blog .blog-archive-page .posts-grid,
.home.blog .blog-archive-page .posts-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.blog .blog-archive-page .post-card,
.home.blog .blog-archive-page .post-card {
    min-width: 0;
    border: 1px solid #edf0f3;
    background: #ffffff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog .blog-archive-page .post-card:hover,
.home.blog .blog-archive-page .post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.blog .blog-archive-page .post-card__image,
.home.blog .blog-archive-page .post-card__image {
    position: relative;
    height: 260px;
    overflow: hidden;
    display: block;
    background: #eceef1;
}

.blog .blog-archive-page .post-card__image img,
.home.blog .blog-archive-page .post-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog .blog-archive-page .post-card:hover .post-card__image img,
.home.blog .blog-archive-page .post-card:hover .post-card__image img {
    transform: scale(1.05);
}

.blog .blog-archive-page .post-card__image--placeholder,
.home.blog .blog-archive-page .post-card__image--placeholder {
    display: grid;
    place-items: center;
}

.blog .blog-archive-page .post-card__image--placeholder svg,
.home.blog .blog-archive-page .post-card__image--placeholder svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: #050505;
    stroke-width: 1.5;
}

.blog .blog-archive-page .post-card__content,
.home.blog .blog-archive-page .post-card__content {
    min-height: 275px;
    padding: 23px 23px 20px;
    display: flex;
    flex-direction: column;
}

.blog .blog-archive-page .post-card h3,
.home.blog .blog-archive-page .post-card h3 {
    margin: 17px 0 13px;
    color: var(--blog-text);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.blog .blog-archive-page .post-card h3 a,
.home.blog .blog-archive-page .post-card h3 a {
    text-decoration: none;
}

.blog .blog-archive-page .post-card h3 a:hover,
.home.blog .blog-archive-page .post-card h3 a:hover {
    color: #b98e00;
}

.blog .blog-archive-page .post-card__content > p,
.home.blog .blog-archive-page .post-card__content > p {
    margin: 0;
    color: var(--blog-copy);
    font-size: 11px;
    line-height: 1.6;
}

.blog .blog-archive-page .post-card__footer,
.home.blog .blog-archive-page .post-card__footer {
    margin-top: auto;
    padding-top: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.blog .blog-archive-page .post-card__footer .post-author strong,
.home.blog .blog-archive-page .post-card__footer .post-author strong {
    font-size: 9px;
}

.blog .blog-archive-page .post-card__footer > a,
.home.blog .blog-archive-page .post-card__footer > a {
    color: #8c94a2;
    font-size: 11px;
    text-decoration: none;
}

.blog .blog-archive-page .blog-pagination,
.home.blog .blog-archive-page .blog-pagination {
    margin-top: 42px;
}

.blog .blog-archive-page .blog-pagination .page-numbers,
.home.blog .blog-archive-page .blog-pagination .page-numbers {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.blog .blog-archive-page .blog-pagination a,
.blog .blog-archive-page .blog-pagination span,
.home.blog .blog-archive-page .blog-pagination a,
.home.blog .blog-archive-page .blog-pagination span {
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eceef1;
    background: #ffffff;
    color: #8d95a4;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
}

.blog .blog-archive-page .blog-pagination .current,
.blog .blog-archive-page .blog-pagination a:hover,
.home.blog .blog-archive-page .blog-pagination .current,
.home.blog .blog-archive-page .blog-pagination a:hover {
    border-color: #050505;
    background: #050505;
    color: #ffffff;
}

.blog .blog-archive-page .newsletter,
.home.blog .blog-archive-page .newsletter {
    margin-top: 85px;
    min-height: 215px;
    padding: 44px 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    background: linear-gradient(rgba(3, 3, 3, 0.94), rgba(3, 3, 3, 0.94)), url('/wp-content/uploads/2026/07/pexels-asanjorjo-36288084-scaled.jpg') center/cover no-repeat;
    color: #ffffff;
}

.blog .blog-archive-page .newsletter__content,
.home.blog .blog-archive-page .newsletter__content {
    max-width: 520px;
}

.blog .blog-archive-page .newsletter__eyebrow,
.home.blog .blog-archive-page .newsletter__eyebrow {
    margin: 0 0 13px;
    color: var(--blog-yellow);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.blog .blog-archive-page .newsletter h2,
.home.blog .blog-archive-page .newsletter h2 {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.1;
}

.blog .blog-archive-page .newsletter__content > p:last-child,
.home.blog .blog-archive-page .newsletter__content > p:last-child {
    max-width: 430px;
    margin: 13px 0 0;
    color: #9ca3af;
    font-size: 11px;
    line-height: 1.6;
}

.blog .blog-archive-page .newsletter__form,
.home.blog .blog-archive-page .newsletter__form {
    width: min(100%, 400px);
    display: flex;
}

.blog .blog-archive-page .newsletter__form input,
.home.blog .blog-archive-page .newsletter__form input {
    min-width: 0;
    flex: 1;
    height: 48px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    outline: none;
    background: #151515;
    color: #ffffff;
    font: inherit;
    font-size: 10px;
}

.blog .blog-archive-page .newsletter__form button,
.home.blog .blog-archive-page .newsletter__form button {
    min-width: 130px;
    height: 48px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    background: var(--blog-yellow);
    color: #050505;
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .blog .blog-archive-page .posts-grid,
    .home.blog .blog-archive-page .posts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .blog .blog-archive-page .blog-hero,
    .home.blog .blog-archive-page .blog-hero {
        min-height: 430px;
    }

    .blog .blog-archive-page .blog-toolbar__container,
    .home.blog .blog-archive-page .blog-toolbar__container {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog .blog-archive-page .blog-search,
    .home.blog .blog-archive-page .blog-search {
        width: 100%;
    }

    .blog .blog-archive-page .featured-post,
    .home.blog .blog-archive-page .featured-post {
        grid-template-columns: 1fr;
    }

    .blog .blog-archive-page .featured-post__image,
    .home.blog .blog-archive-page .featured-post__image {
        min-height: 370px;
    }

    .blog .blog-archive-page .newsletter,
    .home.blog .blog-archive-page .newsletter {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog .blog-archive-page .newsletter__form,
    .home.blog .blog-archive-page .newsletter__form {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .blog .blog-archive-page .blog-hero,
    .home.blog .blog-archive-page .blog-hero {
        min-height: 390px;
        padding: 110px 16px 55px;
    }

    .blog .blog-archive-page .blog-hero h1,
    .home.blog .blog-archive-page .blog-hero h1 {
        font-size: 62px;
        letter-spacing: -3px;
    }

    .blog .blog-archive-page .blog-hero__intro,
    .home.blog .blog-archive-page .blog-hero__intro {
        font-size: 14px;
    }

    .blog .blog-archive-page .blog-toolbar,
    .home.blog .blog-archive-page .blog-toolbar {
        position: static;
        padding-inline: 16px;
    }

    .blog .blog-archive-page .blog-categories,
    .home.blog .blog-archive-page .blog-categories {
        width: 100%;
    }

    .blog .blog-archive-page .blog-categories__link,
    .home.blog .blog-archive-page .blog-categories__link {
        flex: 1;
    }

    .blog .blog-archive-page .blog-archive,
    .home.blog .blog-archive-page .blog-archive {
        padding: 55px 16px 70px;
    }

    .blog .blog-archive-page .featured-post__image,
    .home.blog .blog-archive-page .featured-post__image {
        min-height: 270px;
    }

    .blog .blog-archive-page .featured-post__content,
    .home.blog .blog-archive-page .featured-post__content {
        padding: 30px 23px 25px;
    }

    .blog .blog-archive-page .featured-post h2,
    .home.blog .blog-archive-page .featured-post h2 {
        font-size: 32px;
        letter-spacing: -1.5px;
    }

    .blog .blog-archive-page .featured-post__footer,
    .home.blog .blog-archive-page .featured-post__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .blog .blog-archive-page .posts-grid,
    .home.blog .blog-archive-page .posts-grid {
        grid-template-columns: 1fr;
    }

    .blog .blog-archive-page .post-card__image,
    .home.blog .blog-archive-page .post-card__image {
        height: 240px;
    }

    .blog .blog-archive-page .newsletter,
    .home.blog .blog-archive-page .newsletter {
        margin-top: 60px;
        padding: 34px 23px;
    }

    .blog .blog-archive-page .newsletter h2,
    .home.blog .blog-archive-page .newsletter h2 {
        font-size: 28px;
    }

    .blog .blog-archive-page .newsletter__form,
    .home.blog .blog-archive-page .newsletter__form {
        flex-direction: column;
    }

    .blog .blog-archive-page .newsletter__form button,
    .home.blog .blog-archive-page .newsletter__form button {
        width: 100%;
    }
}

.page-template-page-web-design {
    --web-design-bg: #f5f7fa;
    --web-design-surface: #ffffff;
    --web-design-ink: #111111;
    --web-design-muted: #596273;
    --web-design-line: #dbe1e8;
    --web-design-accent: #ffc400;
    --web-design-dark: #0b0d11;
    --trusted-bg: #f7f8fa;
    --trusted-text: #9da6b8;
    --trusted-border: #e5e8ed;
    --problem-yellow: #f4bd00;
    --problem-black: #050505;
    --problem-text: #344054;
    --problem-muted: #667085;
    --problem-border: #e9eaed;
    --problem-icon-bg: #ffe5e5;
    --problem-icon: #ff5c5c;
    --problem-max-width: 1490px;
    --process-yellow: #f5bd00;
    --process-black: #050505;
    --process-text: #344054;
    --process-muted: #738094;
    --process-number: #f0f1f3;
    --process-line: #eceef1;
    --process-tag-bg: #f3f4f6;
    --process-tag-text: #98a1b1;
    --process-max-width: 1240px;
    --work-yellow: #f7c500;
    --work-black: #050505;
    --work-white: #ffffff;
    --work-bg: #f6f7f8;
    --work-max-width: 1520px;
    --results-yellow: #f6bd00;
    --results-black: #050505;
    --results-text: #344054;
    --results-muted: #8a93a3;
    --results-border: #dfe3e8;
    --results-line: #eceef1;
    --results-max-width: 1440px;
    --faq-yellow: #f7c600;
    --faq-text: #ffffff;
    --faq-grey: #c7ced9;
    --faq-border: rgba(255, 255, 255, 0.18);
    --faq-max: 1450px;
    --strategy-yellow: #ffc400;
    --strategy-black: #030303;
    --strategy-white: #ffffff;
    --strategy-muted: #989fad;
    --strategy-text: #344054;
    --strategy-border: #dfe3e8;
    --strategy-max-width: 1480px;
}

.web-design-page {
    margin: 0;
    padding: 0;
    background: var(--web-design-bg);
    color: var(--web-design-ink);
}

.page-template-page-web-design #content,
.page-template-page-web-design .site-main,
.page-template-page-web-design .inside-article {
    margin: 0;
    padding: 0;
}

.web-design-section-inner {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.page-template-page-web-design .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--web-design-hero-bg) center/cover no-repeat;
}

.page-template-page-web-design .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}

.page-template-page-web-design .container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.page-template-page-web-design .hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.page-template-page-web-design .hero-label {
    display: inline-block;
    margin-bottom: 20px;
    color: #ffc107;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.page-template-page-web-design .hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(56px, 6vw, 96px);
    line-height: 0.95;
    font-weight: 800;
}

.page-template-page-web-design .hero-content h1 span {
    color: #ffc107;
}

.page-template-page-web-design .hero-content p {
    max-width: 640px;
    margin: 24px 0 34px;
    color: #e0e5ee;
    font-size: clamp(18px, 2.1vw, 28px);
    line-height: 1.38;
}

.page-template-page-web-design .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.page-template-page-web-design .hero-buttons .btn {
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.page-template-page-web-design .hero-buttons .btn-primary {
    background: #ffc107;
    color: #111111;
}

.page-template-page-web-design .hero-buttons .btn-primary:hover {
    background: #ffb300;
    color: #111111;
}

.page-template-page-web-design .hero-buttons .btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: #ffffff;
}

.page-template-page-web-design .hero-buttons .btn-secondary:hover {
    background: #ffffff;
    color: #111111;
}

.page-template-page-web-design .hero-meta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-template-page-web-design .hero-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #d6dce8;
    font-size: 12px;
    font-weight: 600;
}

.page-template-page-web-design .hero-image {
    position: relative;
}

.page-template-page-web-design .browser {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}

.page-template-page-web-design .browser-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.page-template-page-web-design .dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
}

.page-template-page-web-design .dot.red {
    background: #ff5f57;
}

.page-template-page-web-design .dot.yellow {
    background: #ffbd2e;
}

.page-template-page-web-design .dot.green {
    background: #28c840;
}

.page-template-page-web-design .browser-search {
    margin-left: 6px;
    width: min(220px, 56%);
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.page-template-page-web-design .browser img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.page-template-page-web-design .stat {
    position: absolute;
    background: #ffc107;
    color: #111111;
    padding: 18px 22px;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
}

.page-template-page-web-design .stat strong {
    display: block;
    font-size: 28px;
    line-height: 1;
}

.page-template-page-web-design .stat small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.page-template-page-web-design .stat-top {
    top: -25px;
    right: -15px;
    background: #111111;
    color: #ffc107;
}

.page-template-page-web-design .stat-bottom {
    bottom: -25px;
    left: -30px;
}

.page-template-page-web-design .trusted-logos {
    overflow: hidden;
    padding: 38px 0 42px;
    background: var(--trusted-bg);
}

.page-template-page-web-design .trusted-logos__heading {
    margin-bottom: 28px;
    color: var(--trusted-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
}

.page-template-page-web-design .trusted-logos__track {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid var(--trusted-border);
    border-bottom: 1px solid var(--trusted-border);
    padding: 16px 0;
}

.page-template-page-web-design .trusted-logos__row {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 70px;
    animation: trusted-logo-scroll-ltr 28s linear infinite;
}

.page-template-page-web-design .trusted-logos__row span,
.page-template-page-web-design .trusted-logos__row a {
    flex: 0 0 auto;
    color: var(--trusted-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.page-template-page-web-design .trusted-logos__row a {
    text-decoration: none;
}

.page-template-page-web-design .trusted-logos__row a:hover {
    color: #6f7b90;
}

.page-template-page-web-design .trusted-logos__track:hover .trusted-logos__row {
    animation-play-state: paused;
}

.page-template-page-web-design .website-problem {
    padding: 105px 24px;
    background: #ffffff;
}

.page-template-page-web-design .website-problem__container {
    width: min(100%, var(--problem-max-width));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 0.95fr);
    gap: 100px;
    align-items: center;
}

.page-template-page-web-design .website-problem__content {
    max-width: 760px;
}

.page-template-page-web-design .website-problem__eyebrow {
    margin: 0 0 25px;
    color: var(--problem-yellow);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-template-page-web-design .website-problem h2 {
    margin: 0;
    color: var(--problem-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(52px, 5vw, 74px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -3px;
}

.page-template-page-web-design .website-problem__intro {
    max-width: 760px;
    margin: 36px 0 0;
    color: var(--problem-muted);
    font-size: 18px;
    line-height: 1.65;
}

.page-template-page-web-design .website-problem__link {
    width: max-content;
    margin-top: 35px;
    padding-bottom: 9px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border-bottom: 2px solid var(--problem-yellow);
    color: var(--problem-black);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.page-template-page-web-design .website-problem__link span {
    font-size: 19px;
    line-height: 1;
}

.page-template-page-web-design .website-problem__link:hover {
    color: var(--problem-yellow);
    gap: 20px;
}

.page-template-page-web-design .website-problem__list {
    display: grid;
    gap: 16px;
}

.page-template-page-web-design .problem-item {
    min-height: 76px;
    padding: 21px 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--problem-border);
    background: #ffffff;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-template-page-web-design .problem-item:hover {
    border-color: #d8dbe1;
    transform: translateX(4px);
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05);
}

.page-template-page-web-design .problem-item__icon {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--problem-icon-bg);
    color: var(--problem-icon);
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
}

.page-template-page-web-design .problem-item p {
    margin: 0;
    color: var(--problem-text);
    font-size: 16px;
    line-height: 1.5;
}

.page-template-page-web-design .included-section {
    background: #000000;
    color: #ffffff;
    padding: 140px 30px;
    margin: 0;
}

.page-template-page-web-design .included-section .container {
    max-width: 1500px;
    margin: 0 auto;
}

.page-template-page-web-design .included-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 120px;
    margin-bottom: 90px;
}

.page-template-page-web-design .section-label {
    display: block;
    margin-bottom: 24px;
    color: #ffc400;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-template-page-web-design .included-left h2 {
    margin: 0;
    font-size: 72px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -3px;
}

.page-template-page-web-design .included-right {
    max-width: 460px;
}

.page-template-page-web-design .included-right p {
    margin: 0;
    color: #8e95a4;
    font-size: 22px;
    line-height: 1.7;
}

.page-template-page-web-design .included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #1d2430;
    border-left: 1px solid #1d2430;
}

.page-template-page-web-design .included-card {
    position: relative;
    overflow: hidden;
    padding: 42px 34px;
    border-right: 1px solid #1d2430;
    border-bottom: 1px solid #1d2430;
    background:
        radial-gradient(120% 160% at 100% 0%, rgba(255, 196, 0, 0.06) 0%, rgba(255, 196, 0, 0) 48%),
        linear-gradient(165deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    transition:
        transform 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.page-template-page-web-design .included-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 196, 0, 0.16), rgba(255, 196, 0, 0));
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.page-template-page-web-design .included-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 196, 0, 0.38);
    background-color: #0c0f14;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
}

.page-template-page-web-design .included-card:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.page-template-page-web-design .icon-box {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 196, 0, 0.3);
    background: linear-gradient(145deg, #342a03, #211a02);
    color: #ffc400;
    font-size: 18px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.page-template-page-web-design .included-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    transition: color 0.35s ease;
}

.page-template-page-web-design .included-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #7e8797;
    font-size: 18px;
    line-height: 1.8;
    transition: color 0.35s ease;
}

.page-template-page-web-design .included-card:hover .icon-box {
    transform: translateY(-3px) scale(1.04);
    border-color: rgba(255, 196, 0, 0.58);
    box-shadow:
        0 8px 22px rgba(255, 196, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.page-template-page-web-design .included-card:hover h3 {
    color: #ffffff;
}

.page-template-page-web-design .included-card:hover p {
    color: #b3bccb;
}

.page-template-page-web-design .work-showcase {
    padding: 90px 24px 105px;
    background: var(--work-bg);
}

.page-template-page-web-design .work-showcase__container {
    width: min(100%, var(--work-max-width));
    margin-inline: auto;
}

.page-template-page-web-design .work-showcase__header {
    margin-bottom: 52px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.page-template-page-web-design .work-showcase__eyebrow {
    margin: 0 0 18px;
    color: var(--work-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-template-page-web-design .work-showcase__header h2 {
    margin: 0;
    color: var(--work-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(50px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -3px;
}

.page-template-page-web-design .work-showcase__cta {
    width: max-content;
    margin-bottom: 7px;
    padding-bottom: 9px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    border-bottom: 2px solid var(--work-yellow);
    color: var(--work-black);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.page-template-page-web-design .work-showcase__cta:hover {
    color: var(--work-yellow);
    gap: 19px;
}

.page-template-page-web-design .work-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.page-template-page-web-design .work-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 14px;
    color: var(--work-black);
}

.page-template-page-web-design .work-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.5 / 1;
    background: #f4f4f4;
}

.page-template-page-web-design .work-card__video {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: calc(100% + 20px);
    display: block;
    object-fit: cover;
    object-position: center top;
}

.page-template-page-web-design .work-showcase__grid .work-card:nth-child(-n + 5) {
    transform-origin: left center;
    animation: work-card-top-row-rotate-in 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.page-template-page-web-design .work-showcase__grid .work-card:nth-child(n + 6):nth-child(-n + 10) {
    transform-origin: right center;
    animation: work-card-bottom-row-rotate-out-right 0.78s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.page-template-page-web-design .work-showcase__grid .work-card:nth-child(1),
.page-template-page-web-design .work-showcase__grid .work-card:nth-child(6) {
    animation-delay: 0.06s;
}

.page-template-page-web-design .work-showcase__grid .work-card:nth-child(2),
.page-template-page-web-design .work-showcase__grid .work-card:nth-child(7) {
    animation-delay: 0.12s;
}

.page-template-page-web-design .work-showcase__grid .work-card:nth-child(3),
.page-template-page-web-design .work-showcase__grid .work-card:nth-child(8) {
    animation-delay: 0.18s;
}

.page-template-page-web-design .work-showcase__grid .work-card:nth-child(4),
.page-template-page-web-design .work-showcase__grid .work-card:nth-child(9) {
    animation-delay: 0.24s;
}

.page-template-page-web-design .work-showcase__grid .work-card:nth-child(5),
.page-template-page-web-design .work-showcase__grid .work-card:nth-child(10) {
    animation-delay: 0.3s;
}

.page-template-page-web-design .work-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.page-template-page-web-design .work-card:hover img,
.page-template-page-web-design .work-card:focus-visible img {
    transform: scale(1.06);
}

.page-template-page-web-design .work-card__category {
    align-self: flex-start;
    padding: 7px 11px;
    background: var(--work-yellow);
    color: var(--work-black);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-template-page-web-design .work-card__content {
    display: block;
}

.page-template-page-web-design .work-card__content strong {
    display: block;
    margin-bottom: 8px;
    color: var(--work-yellow);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
}

.page-template-page-web-design .work-card__content h3 {
    margin: 0;
    color: var(--work-black);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.page-template-page-web-design .work-card__link {
    display: inline-block;
    margin-top: 10px;
    color: var(--work-black);
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page-template-page-web-design .work-card__link span {
    margin-left: 5px;
}

.page-template-page-web-design .work-card__link:hover {
    color: var(--work-yellow);
}

.page-template-page-web-design .work-card:focus-visible {
    outline: 4px solid var(--work-yellow);
    outline-offset: 4px;
}

.page-template-page-web-design .case-studies {
    --accent: #f9b400;
    --black: #050505;
    --text: #171717;
    --muted: #7d8795;
    --border: #dfe2e6;
    --soft: #faf9f4;
    background: #fff;
    padding: 100px 30px 120px;
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
}

.page-template-page-web-design .case-studies * {
    box-sizing: border-box;
}

.page-template-page-web-design .case-studies__inner {
    width: min(1320px, 100%);
    margin: 0 auto;
}

.page-template-page-web-design .case-studies__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 70px;
}

.page-template-page-web-design .case-studies .eyebrow {
    display: block;
    color: var(--accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 23px;
}

.page-template-page-web-design .case-studies__header h2 {
    margin: 0;
    color: #000;
    font-size: clamp(48px, 5vw, 74px);
    line-height: 0.98;
    letter-spacing: -3px;
    font-weight: 800;
}

.page-template-page-web-design .text-link {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 7px;
    margin-bottom: 5px;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid var(--accent);
}

.page-template-page-web-design .text-link span {
    transition: transform 0.25s ease;
}

.page-template-page-web-design .text-link:hover span {
    transform: translateX(5px);
}

.page-template-page-web-design .case-studies__layout {
    display: grid;
    grid-template-columns: 255px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

.page-template-page-web-design .case-nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.page-template-page-web-design .case-nav__item {
    width: 100%;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 18px;
    background: #fff;
    border: 1px solid var(--border);
    color: #5f6874;
    text-align: left;
    font: inherit;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.page-template-page-web-design .case-nav__item:hover {
    border-color: #aaa;
}

.page-template-page-web-design .case-nav__item.active {
    border: 2px solid var(--accent);
    background: var(--soft);
    color: #111;
}

.page-template-page-web-design .case-nav__category {
    display: block;
    margin-bottom: 6px;
    color: #9aa3af;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.1px;
}

.page-template-page-web-design .case-nav__item.active .case-nav__category {
    color: #d99a00;
}

.page-template-page-web-design .case-nav__item strong {
    display: block;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.page-template-page-web-design .case-nav__stats {
    display: flex;
    gap: 12px;
    margin-top: 7px;
    color: #87909a;
    font-size: 10px;
    font-weight: 700;
}

.page-template-page-web-design .case-nav__item.active .case-nav__stats span:first-child {
    color: var(--accent);
}

.page-template-page-web-design .case-nav__item.active .case-nav__stats span:last-child {
    color: #d89400;
}

.page-template-page-web-design .case-feature {
    min-width: 0;
}

.page-template-page-web-design .case-feature__heading {
    margin-bottom: 18px;
}

.page-template-page-web-design .case-tag {
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 10px;
    background: #000;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.page-template-page-web-design .case-feature__heading h3 {
    margin: 0 0 5px;
    color: #000;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.page-template-page-web-design .case-feature__heading p {
    margin: 0;
    color: #a1a6ae;
    font-size: 15px;
    line-height: 1.4;
}

.page-template-page-web-design .comparison {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.77 / 1;
    background: #111;
    user-select: none;
    touch-action: none;
}

.page-template-page-web-design .comparison img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-page-web-design .comparison__before {
    position: absolute;
    inset: 0;
}

.page-template-page-web-design .comparison__after {
    position: absolute;
    top: 0;
    right: 0;
    width: 28%;
    height: 100%;
    overflow: hidden;
}

.page-template-page-web-design .comparison__after img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% / 0.28);
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-template-page-web-design .comparison__label {
    position: absolute;
    z-index: 5;
    top: 17px;
    padding: 7px 11px;
    background: #fff;
    color: #000;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}

.page-template-page-web-design .comparison__label--before {
    left: 17px;
}

.page-template-page-web-design .comparison__label--after {
    right: 17px;
}

.page-template-page-web-design .comparison__divider {
    position: absolute;
    z-index: 6;
    top: 0;
    bottom: 0;
    left: 72%;
    width: 1px;
    background: rgba(255, 255, 255, 0.8);
    cursor: ew-resize;
}

.page-template-page-web-design .comparison__handle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: ew-resize;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-template-page-web-design .comparison__handle span {
    width: 7px;
    height: 12px;
    border-left: 2px solid #111;
    border-right: 2px solid #111;
}

.page-template-page-web-design .case-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px;
}

.page-template-page-web-design .case-stat {
    min-height: 83px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-template-page-web-design .case-stat + .case-stat {
    border-left: 1px solid #e4e4e4;
}

.page-template-page-web-design .case-stat strong {
    display: block;
    color: #000;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}

.page-template-page-web-design .case-stat span {
    display: block;
    margin-top: 7px;
    color: #9098a2;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.page-template-page-web-design .case-feature__footer {
    padding-top: 24px;
}

.page-template-page-web-design .case-feature__footer p {
    max-width: 990px;
    margin: 0 0 25px;
    color: #59636f;
    font-size: 14px;
    line-height: 1.65;
}

.page-template-page-web-design .button-dark {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 15px 25px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease;
}

.page-template-page-web-design .button-dark:hover {
    background: #292929;
}

.page-template-page-web-design .button-dark span {
    transition: transform 0.25s ease;
}

.page-template-page-web-design .button-dark:hover span {
    transform: translateX(5px);
}

@media (max-width: 1000px) {
    .page-template-page-web-design .case-studies {
        padding: 75px 25px 90px;
    }

    .page-template-page-web-design .case-studies__layout {
        grid-template-columns: 200px minmax(0, 1fr);
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .page-template-page-web-design .case-studies {
        padding: 60px 20px 70px;
    }

    .page-template-page-web-design .case-studies__header {
        display: block;
        margin-bottom: 45px;
    }

    .page-template-page-web-design .case-studies__header h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .page-template-page-web-design .text-link {
        margin-top: 30px;
    }

    .page-template-page-web-design .case-studies__layout {
        display: block;
    }

    .page-template-page-web-design .case-nav {
        flex-direction: row;
        overflow-x: auto;
        margin: 0 -20px 30px;
        padding: 0 20px 10px;
        scrollbar-width: none;
    }

    .page-template-page-web-design .case-nav::-webkit-scrollbar {
        display: none;
    }

    .page-template-page-web-design .case-nav__item {
        flex: 0 0 210px;
    }

    .page-template-page-web-design .case-feature__heading h3 {
        font-size: 26px;
    }

    .page-template-page-web-design .comparison {
        aspect-ratio: 4 / 3;
    }

    .page-template-page-web-design .case-stats {
        margin-top: 17px;
    }

    .page-template-page-web-design .case-stat {
        min-height: 70px;
    }

    .page-template-page-web-design .case-stat strong {
        font-size: 22px;
    }

    .page-template-page-web-design .case-stat span {
        font-size: 7px;
    }
}

@media (max-width: 480px) {
    .page-template-page-web-design .case-studies__header h2 {
        font-size: 39px;
    }

    .page-template-page-web-design .comparison__label {
        top: 10px;
        padding: 5px 7px;
        font-size: 7px;
    }

    .page-template-page-web-design .comparison__label--before {
        left: 10px;
    }

    .page-template-page-web-design .comparison__label--after {
        right: 10px;
    }

    .page-template-page-web-design .comparison__handle {
        width: 32px;
        height: 32px;
    }

    .page-template-page-web-design .case-stat strong {
        font-size: 18px;
    }
}

.page-template-page-web-design .client-results {
    padding: 105px 24px 115px;
    background: #ffffff;
}

.page-template-page-web-design .client-results__container {
    width: min(100%, var(--results-max-width));
    margin-inline: auto;
}

.page-template-page-web-design .client-results__header {
    margin-bottom: 70px;
}

.page-template-page-web-design .client-results__eyebrow {
    margin: 0 0 24px;
    color: var(--results-yellow);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-template-page-web-design .client-results__header h2 {
    margin: 0;
    color: var(--results-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(58px, 6vw, 86px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -4px;
}

.page-template-page-web-design .client-results__carousel {
    overflow: hidden;
}

.page-template-page-web-design .client-results__track {
    width: max-content;
    display: flex;
    align-items: stretch;
    gap: 24px;
    animation: client-results-scroll-ltr 55s linear infinite;
}

.page-template-page-web-design .client-results__carousel:hover .client-results__track {
    animation-play-state: paused;
}

.page-template-page-web-design .result-testimonial {
    width: min(440px, 82vw);
    min-height: 290px;
    padding: 30px 31px 26px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--results-border);
    background: #ffffff;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-template-page-web-design .result-testimonial:hover {
    transform: translateY(-4px);
    border-color: #cfd4dc;
    box-shadow: 0 16px 38px rgba(16, 24, 40, 0.07);
}

.page-template-page-web-design .result-testimonial__stars {
    margin-bottom: 24px;
    color: var(--results-yellow);
    font-size: 17px;
    line-height: 1;
    letter-spacing: 1px;
}

.page-template-page-web-design .result-testimonial blockquote {
    margin: 0 0 30px;
    color: var(--results-text);
    font-size: 15px;
    line-height: 1.6;
}

.page-template-page-web-design .result-testimonial__footer {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-top: 1px solid var(--results-line);
}

.page-template-page-web-design .result-testimonial__person {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-template-page-web-design .result-testimonial__person img {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.page-template-page-web-design .result-testimonial__person strong,
.page-template-page-web-design .result-testimonial__person span,
.page-template-page-web-design .result-testimonial__metric strong,
.page-template-page-web-design .result-testimonial__metric span {
    display: block;
}

.page-template-page-web-design .result-testimonial__person strong {
    color: var(--results-black);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.page-template-page-web-design .result-testimonial__person span {
    margin-top: 3px;
    color: var(--results-muted);
    font-size: 10px;
    line-height: 1.3;
}

.page-template-page-web-design .result-testimonial__metric {
    flex: 0 0 auto;
    text-align: right;
}

.page-template-page-web-design .result-testimonial__metric strong {
    color: var(--results-black);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.page-template-page-web-design .result-testimonial__metric span {
    max-width: 105px;
    margin-top: 4px;
    color: var(--results-muted);
    font-size: 9px;
    line-height: 1.25;
    text-transform: lowercase;
}

.page-template-page-web-design .pricing-section {
    background: #000000;
    padding: 110px 30px;
}

.page-template-page-web-design .pricing-container {
    width: min(100%, 1400px);
    margin: 0 auto;
}

.page-template-page-web-design .pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px;
    margin-bottom: 70px;
}

.page-template-page-web-design .pricing-heading .section-label {
    display: block;
    margin: 0 0 22px;
    color: #f7c600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700;
}

.page-template-page-web-design .pricing-heading h2 {
    margin: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(48px, 5.5vw, 78px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -3px;
}

.page-template-page-web-design .pricing-intro {
    max-width: 520px;
    color: #8b93a4;
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1.6;
    text-align: right;
}

.page-template-page-web-design .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.page-template-page-web-design .pricing-card {
    background: #131c2d;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.35s ease;
}

.page-template-page-web-design .pricing-card:hover {
    transform: translateY(-8px);
}

.page-template-page-web-design .plan-name {
    margin-bottom: 10px;
    color: #80889a;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 700;
}

.page-template-page-web-design .pricing-card h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 1;
    font-weight: 800;
}

.page-template-page-web-design .plan-description {
    margin: 0 0 18px;
    color: #8f97a6;
    font-size: 16px;
    line-height: 1.35;
}

.page-template-page-web-design .pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.page-template-page-web-design .pricing-card li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 22px;
    color: #d8dde7;
    font-size: 15px;
    line-height: 1.35;
}

.page-template-page-web-design .pricing-card li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    color: #f7c600;
    font-weight: 700;
}

    top: -22%;
    height: 122%;
    display: block;
    background: #f7c600;
    color: #000000;
    text-align: center;
    padding: 13px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: background 0.25s ease, color 0.25s ease;
}

.page-template-page-web-design .pricing-btn:hover {
    background: #ffffff;
}

.page-template-page-web-design .featured-btn {
    background: #000000;
    color: #ffffff;
}

.page-template-page-web-design .featured-btn:hover {
    background: #111111;
}

.page-template-page-web-design .pricing-card.featured {
    background: #f7c600;
}

.page-template-page-web-design .pricing-card.featured .plan-name {
    color: #5e5100;
}

.page-template-page-web-design .pricing-card.featured h3 {
    color: #000000;
}

.page-template-page-web-design .pricing-card.featured .plan-description {
    color: #443700;
}

.page-template-page-web-design .pricing-card.featured li {
    color: #111111;
}

.page-template-page-web-design .pricing-card.featured li::before {
    color: #000000;
}

.page-template-page-web-design .faq-section {
    padding: 110px 30px;
    background: #000000;
}

.page-template-page-web-design .faq-container {
    max-width: var(--faq-max);
    margin: 0 auto;
}

.page-template-page-web-design .faq-heading {
    margin-bottom: 65px;
}

.page-template-page-web-design .faq-label {
    display: block;
    margin-bottom: 20px;
    color: var(--faq-yellow);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-template-page-web-design .faq-heading h2 {
    margin: 0;
    color: var(--faq-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(52px, 6vw, 82px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -3px;
}

.page-template-page-web-design .faq-list {
    max-width: 860px;
}

.page-template-page-web-design .faq-item {
    border-bottom: 1px solid var(--faq-border);
}

.page-template-page-web-design .faq-item:first-child {
    border-top: 1px solid var(--faq-border);
}

.page-template-page-web-design .faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    cursor: pointer;
    padding: 28px 8px 28px 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    transition: color 0.25s ease;
}

.page-template-page-web-design .faq-item summary:hover {
    color: var(--faq-yellow);
}

.page-template-page-web-design .faq-item summary::-webkit-details-marker {
    display: none;
}

.page-template-page-web-design .faq-item summary::after {
    content: "\2304";
    font-size: 26px;
    font-weight: 300;
    color: #ffffff;
    transition: transform 0.25s ease;
}

.page-template-page-web-design .faq-item[open] summary::after {
    transform: rotate(180deg);
}

.page-template-page-web-design .faq-content {
    padding: 0 70px 28px 0;
    color: var(--faq-grey);
    font-size: 17px;
    line-height: 1.8;
    animation: faq-fade-in 0.3s ease;
}

.page-template-page-web-design .strategy-cta {
    position: relative;
    overflow: hidden;
    padding: 64px 24px;
    background: var(--strategy-black);
    color: var(--strategy-white);
}

.page-template-page-web-design .strategy-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/wp-content/uploads/2026/07/pexels-egorkomarov-13219418-scaled.jpg') center/cover no-repeat;
    opacity: 0.1;
    pointer-events: none;
}

.page-template-page-web-design .strategy-cta__container {
    position: relative;
    z-index: 1;
    width: min(100%, var(--strategy-max-width));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(540px, 0.92fr);
    gap: 44px;
    align-items: center;
}

.page-template-page-web-design .strategy-cta__content {
    max-width: 760px;
}

.page-template-page-web-design .strategy-cta__eyebrow {
    margin: 0 0 16px;
    color: var(--strategy-yellow);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-template-page-web-design .strategy-cta h2 {
    margin: 0;
    color: var(--strategy-white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(62px, 6vw, 86px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -4px;
}

.page-template-page-web-design .strategy-cta h2 span {
    color: var(--strategy-yellow);
}

.page-template-page-web-design .strategy-cta__intro {
    max-width: 790px;
    margin: 20px 0 0;
    color: var(--strategy-muted);
    font-size: 18px;
    line-height: 1.65;
}

.page-template-page-web-design .strategy-cta__benefits {
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
}

.page-template-page-web-design .strategy-cta__benefits li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--strategy-muted);
    font-size: 13px;
    white-space: nowrap;
}

.page-template-page-web-design .strategy-cta__call-button {
    min-height: 52px;
    margin-top: 30px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--strategy-yellow);
    color: #050505;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-template-page-web-design .strategy-cta__call-button span {
    font-size: 19px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.page-template-page-web-design .strategy-cta__call-button:hover {
    background: #ffb900;
    transform: translateY(-2px);
}

.page-template-page-web-design .strategy-cta__call-button:hover span {
    transform: translateX(4px);
}

.page-template-page-web-design .strategy-cta__check {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 2px solid var(--strategy-yellow);
    border-radius: 50%;
    color: var(--strategy-yellow);
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
}

.page-template-page-web-design .strategy-form {
    padding: 26px 26px 22px;
    background: var(--strategy-white);
    color: var(--strategy-text);
}

.page-template-page-web-design .strategy-form__form .wpcf7 form {
    margin: 0;
}

.page-template-page-web-design .strategy-form__form .wpcf7-form p {
    margin: 0 0 17px;
}

.page-template-page-web-design .strategy-form__form .wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

.page-template-page-web-design .strategy-form__form .wpcf7-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--strategy-text);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.page-template-page-web-design .strategy-form__form .wpcf7-form-control-wrap {
    display: block;
}

.page-template-page-web-design .strategy-form__form .wpcf7-form-control {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid var(--strategy-border);
    border-radius: 0;
    outline: none;
    background: #ffffff;
    color: #111111;
    font: inherit;
    font-size: 13px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-template-page-web-design .strategy-form__form textarea.wpcf7-form-control {
    min-height: 132px;
    padding-top: 14px;
    padding-bottom: 14px;
    resize: vertical;
}

.page-template-page-web-design .strategy-form__form .wpcf7-form-control::placeholder {
    color: #9299a5;
}

.page-template-page-web-design .strategy-form__form .wpcf7-form-control:focus {
    border-color: var(--strategy-yellow);
    box-shadow: 0 0 0 2px rgba(255, 196, 0, 0.18);
}

.page-template-page-web-design .strategy-form__form .wpcf7-submit {
    width: 100%;
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    background: var(--strategy-yellow);
    color: #050505;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-template-page-web-design .strategy-form__form .wpcf7-submit:hover {
    background: #ffb900;
    transform: translateY(-2px);
}

.page-template-page-web-design .strategy-form__form .wpcf7-spinner {
    display: block;
    margin: 12px auto 0;
}

.page-template-page-web-design .strategy-form__form .wpcf7-not-valid-tip {
    margin-top: 8px;
    color: #c05444;
    font-size: 12px;
}

.page-template-page-web-design .strategy-form__form .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 14px 16px;
    border: 1px solid var(--strategy-border);
    background: #fafafa;
    color: #111111;
    font-size: 13px;
    line-height: 1.5;
}

.page-template-page-web-design .strategy-form h3 {
    margin: 0 0 28px;
    color: #111111;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
}

.page-template-page-web-design .strategy-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.page-template-page-web-design .strategy-form__field {
    display: block;
    margin-bottom: 17px;
}

.page-template-page-web-design .strategy-form__field > span {
    display: block;
    margin-bottom: 7px;
    color: var(--strategy-text);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.page-template-page-web-design .strategy-form__field input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid var(--strategy-border);
    border-radius: 0;
    outline: none;
    background: #ffffff;
    color: #111111;
    font: inherit;
    font-size: 13px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-template-page-web-design .strategy-form__field input::placeholder {
    color: #9299a5;
}

.page-template-page-web-design .strategy-form__field input:focus {
    border-color: var(--strategy-yellow);
    box-shadow: 0 0 0 2px rgba(255, 196, 0, 0.18);
}

.page-template-page-web-design .strategy-form__submit {
    width: 100%;
    min-height: 52px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 0;
    background: var(--strategy-yellow);
    color: #050505;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-template-page-web-design .strategy-form__submit span {
    font-size: 19px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.page-template-page-web-design .strategy-form__submit:hover {
    background: #ffb900;
    transform: translateY(-2px);
}

.page-template-page-web-design .strategy-form__submit:hover span {
    transform: translateX(4px);
}

.page-template-page-web-design .strategy-form__note {
    margin: 16px 0 0;
    color: #9aa2b1;
    font-size: 11px;
    text-align: center;
}

@keyframes faq-fade-in {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes client-results-scroll-ltr {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.page-template-page-web-design .results-bar {
    background: #ffc400;
    padding: 0;
    width: 100vw;
    min-height: 200px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.page-template-page-web-design .results-bar .container {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.page-template-page-web-design .results-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    min-height: 200px;
}

.page-template-page-web-design .result-item {
    text-align: center;
    min-height: 200px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.page-template-page-web-design .work-showcase {
    margin-top: 0;
}

.page-template-page-web-design .result-item:last-child {
    border-right: 0;
}

.page-template-page-web-design .result-item h3 {
    margin: 0 0 18px;
    font-size: clamp(52px, 4.4vw, 72px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #000000;
}

.page-template-page-web-design .result-item h4 {
    margin: 0 0 10px;
    font-size: clamp(19px, 1.5vw, 23px);
    font-weight: 700;
    color: #000000;
}

.page-template-page-web-design .result-item p {
    margin: 0;
    font-size: clamp(15px, 1.1vw, 18px);
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.5;
}

.page-template-page-web-design .web-process {
    padding: 100px 24px 110px;
    background: #ffffff;
}

.page-template-page-web-design .web-process__container {
    width: min(100%, var(--process-max-width));
    margin-inline: auto;
}

.page-template-page-web-design .web-process__header {
    max-width: 700px;
    margin-bottom: 86px;
}

.page-template-page-web-design .web-process__eyebrow {
    margin: 0 0 22px;
    color: var(--process-yellow);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.page-template-page-web-design .web-process__header h2 {
    margin: 0;
    color: var(--process-black);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(56px, 6vw, 78px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -3px;
}

.page-template-page-web-design .web-process__list {
    border-bottom: 1px solid var(--process-line);
}

.page-template-page-web-design .web-process__step {
    min-height: 102px;
    padding: 25px 20px;
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    border-top: 1px solid var(--process-line);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.page-template-page-web-design .web-process__number {
    color: var(--process-number);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
}

.page-template-page-web-design .web-process__content h3 {
    margin: 0 0 9px;
    color: var(--process-black);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.page-template-page-web-design .web-process__content p {
    margin: 0;
    color: var(--process-muted);
    font-size: 13px;
    line-height: 1.55;
}

.page-template-page-web-design .web-process__duration {
    min-height: 24px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 5px;
    background: var(--process-tag-bg);
    color: var(--process-tag-text);
    font-size: 10px;
    white-space: nowrap;
}

.page-template-page-web-design .web-process__duration svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-template-page-web-design .web-process__step:hover {
    background: #fafafa;
    transform: translateX(3px);
}

.page-template-page-web-design .web-process__step:hover .web-process__number {
    color: var(--process-yellow);
}

@keyframes trusted-logo-scroll-ltr {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.web-design-hero {
    position: relative;
    padding: 170px 0 110px;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 196, 0, 0.32), rgba(255, 196, 0, 0) 42%),
        radial-gradient(circle at 90% 85%, rgba(64, 111, 255, 0.18), rgba(64, 111, 255, 0) 35%),
        linear-gradient(135deg, #fcfdff 0%, #eef3f8 100%);
    overflow: hidden;
}

.web-design-hero__inner {
    width: min(1200px, 92%);
    margin: 0 auto;
    max-width: 860px;
}

.web-design-hero__eyebrow {
    margin: 0 0 18px;
    color: #2f3950;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.web-design-hero h1 {
    margin: 0;
    font-size: clamp(44px, 7vw, 78px);
    line-height: 0.97;
    letter-spacing: -0.03em;
    color: var(--web-design-ink);
}

.web-design-hero__text {
    margin: 24px 0 36px;
    max-width: 760px;
    color: var(--web-design-muted);
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: 1.45;
}

.web-design-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.web-design-btn {
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.web-design-btn--primary {
    background: var(--web-design-accent);
    color: #121212;
}

.web-design-btn--primary:hover {
    background: #ffb300;
    color: #121212;
}

.web-design-btn--ghost {
    border: 1px solid #1d2330;
    color: #1d2330;
}

.web-design-btn--ghost:hover {
    background: #1d2330;
    color: #ffffff;
}

.web-design-highlights,
.web-design-process,
.web-design-content {
    padding: 86px 0;
}

.web-design-section-head {
    margin-bottom: 34px;
}

.web-design-section-head p {
    margin: 0 0 12px;
    color: #2f3950;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.web-design-section-head h2 {
    margin: 0;
    max-width: 860px;
    color: var(--web-design-ink);
    font-size: clamp(30px, 4.4vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.02em;
}

.web-design-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.web-design-card {
    padding: 30px;
    border: 1px solid var(--web-design-line);
    border-radius: 14px;
    background: var(--web-design-surface);
}

.web-design-card h3 {
    margin: 0;
    color: #131822;
    font-size: 22px;
    line-height: 1.12;
}

.web-design-card p {
    margin: 14px 0 0;
    color: var(--web-design-muted);
    font-size: 16px;
    line-height: 1.55;
}

.web-design-process {
    background: #ffffff;
    border-top: 1px solid var(--web-design-line);
    border-bottom: 1px solid var(--web-design-line);
}

.web-design-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
}

.web-design-steps li {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 20px;
    padding: 26px 0;
    border-bottom: 1px solid var(--web-design-line);
}

.web-design-steps li:last-child {
    border-bottom: 0;
}

.web-design-steps span {
    color: #9ca6b6;
    font-size: 43px;
    line-height: 1;
    font-weight: 800;
}

.web-design-steps h3 {
    margin: 0;
    color: #111827;
    font-size: 27px;
    line-height: 1.1;
}

.web-design-steps p {
    margin: 10px 0 0;
    color: var(--web-design-muted);
    font-size: 16px;
    line-height: 1.55;
}

.web-design-cta {
    padding: 82px 0;
    background: var(--web-design-dark);
}

.web-design-cta__content {
    max-width: 860px;
}

.web-design-cta p {
    margin: 0 0 14px;
    color: #d0d6e1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.web-design-cta h2 {
    margin: 0 0 30px;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
    letter-spacing: -0.02em;
}

.web-design-content {
    background: #ffffff;
}

@media (max-width: 1024px) {
    .page-template-page-web-design .hero {
        min-height: auto;
        padding: 140px 0 82px;
    }

    .page-template-page-web-design .hero-grid {
        gap: 46px;
    }

    .page-template-page-web-design .hero-content h1 {
        font-size: clamp(44px, 8vw, 72px);
    }

    .page-template-page-web-design .stat {
        padding: 14px 16px;
    }

    .page-template-page-web-design .stat strong {
        font-size: 22px;
    }

    .web-design-hero {
        padding: 148px 0 92px;
    }

    .web-design-highlights,
    .web-design-process,
    .web-design-content {
        padding: 70px 0;
    }

    .web-design-card {
        padding: 24px;
    }

    .page-template-page-web-design .results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-template-page-web-design .result-item {
        min-height: 200px;
        border-right: 1px solid rgba(0, 0, 0, 0.14);
        border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    }

    .page-template-page-web-design .result-item:nth-child(2n) {
        border-right: 0;
    }

    .page-template-page-web-design .result-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .page-template-page-web-design .included-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .page-template-page-web-design .included-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-template-page-web-design .included-left h2 {
        font-size: 58px;
    }
}

@media (max-width: 1100px) {
    .page-template-page-web-design .website-problem {
        padding: 85px 22px;
    }

    .page-template-page-web-design .website-problem__container {
        grid-template-columns: 1fr 1fr;
        gap: 55px;
    }

    .page-template-page-web-design .website-problem h2 {
        font-size: clamp(48px, 5.5vw, 64px);
    }

    .page-template-page-web-design .website-problem__intro {
        font-size: 16px;
    }

    .page-template-page-web-design .problem-item {
        padding: 19px 21px;
    }

    .page-template-page-web-design .problem-item p {
        font-size: 15px;
    }
}

@media (max-width: 820px) {
    .page-template-page-web-design .website-problem__container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .page-template-page-web-design .website-problem__content {
        max-width: 680px;
    }

    .page-template-page-web-design .website-problem__list {
        max-width: 680px;
    }
}

@media (max-width: 900px) {
    .page-template-page-web-design .trusted-logos {
        padding: 34px 0 38px;
    }

    .page-template-page-web-design .trusted-logos__heading {
        margin-bottom: 25px;
        font-size: 11px;
    }

    .page-template-page-web-design .trusted-logos__row {
        gap: 52px;
        animation-duration: 24s;
    }

    .page-template-page-web-design .trusted-logos__row span {
        font-size: 13px;
    }

    .page-template-page-web-design .trusted-logos__track {
        padding: 14px 0;
    }

    .page-template-page-web-design .web-process {
        padding: 80px 22px 90px;
    }

    .page-template-page-web-design .web-process__header {
        margin-bottom: 65px;
    }

    .page-template-page-web-design .web-process__step {
        grid-template-columns: 65px minmax(0, 1fr) auto;
    }

    .page-template-page-web-design .web-process__number {
        font-size: 35px;
    }

    .page-template-page-web-design .work-showcase {
        padding: 76px 20px 88px;
    }

    .page-template-page-web-design .work-showcase__header {
        margin-bottom: 42px;
    }

    .page-template-page-web-design .work-card__media {
        aspect-ratio: 1.3 / 1;
    }

    .page-template-page-web-design .work-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1280px) {
    .page-template-page-web-design .work-showcase__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-template-page-web-design .work-card__media {
        aspect-ratio: 1.35 / 1;
    }
}

@media (max-width: 767px) {
    .page-template-page-web-design .hero {
        padding: 118px 0 64px;
    }

    .page-template-page-web-design .hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .page-template-page-web-design .hero-content p {
        font-size: 18px;
        margin-bottom: 26px;
    }

    .page-template-page-web-design .hero-buttons .btn {
        width: 100%;
    }

    .page-template-page-web-design .hero-meta span {
        width: 100%;
        justify-content: center;
    }

    .page-template-page-web-design .stat {
        position: static;
        margin-top: 14px;
    }

    .page-template-page-web-design .browser {
        padding: 12px;
    }

    .web-design-hero {
        padding: 130px 0 78px;
    }

    .web-design-hero__text {
        margin-bottom: 30px;
    }

    .web-design-grid {
        grid-template-columns: 1fr;
    }

    .web-design-steps li {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px 0;
    }

    .web-design-steps span {
        font-size: 34px;
    }

    .web-design-steps h3 {
        font-size: 24px;
    }

    .web-design-cta {
        padding: 64px 0;
    }

    .web-design-btn {
        width: 100%;
    }

    .page-template-page-web-design .results-grid {
        grid-template-columns: 1fr;
    }

    .page-template-page-web-design .result-item {
        aspect-ratio: auto;
        min-height: 0;
        padding: 52px 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    }

    .page-template-page-web-design .result-item:last-child {
        border-bottom: 0;
    }

    .page-template-page-web-design .included-section {
        padding: 80px 20px;
    }

    .page-template-page-web-design .included-grid {
        grid-template-columns: 1fr;
    }

    .page-template-page-web-design .included-left h2 {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .page-template-page-web-design .included-right p {
        font-size: 17px;
    }

    .page-template-page-web-design .included-card {
        padding: 30px 25px;
    }

    .page-template-page-web-design .included-card h3 {
        font-size: 24px;
    }

    .page-template-page-web-design .included-card p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 600px) {
    .page-template-page-web-design .web-process {
        padding: 60px 16px 70px;
    }

    .page-template-page-web-design .web-process__header {
        margin-bottom: 44px;
    }

    .page-template-page-web-design .web-process__eyebrow {
        margin-bottom: 15px;
        font-size: 10px;
    }

    .page-template-page-web-design .web-process__header h2 {
        font-size: 44px;
        letter-spacing: -2px;
    }

    .page-template-page-web-design .web-process__header h2 br {
        display: none;
    }

    .page-template-page-web-design .web-process__step {
        min-height: auto;
        padding: 25px 0;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
    }

    .page-template-page-web-design .web-process__number {
        font-size: 32px;
    }

    .page-template-page-web-design .web-process__duration {
        grid-column: 2;
        width: max-content;
        margin-top: 4px;
    }

    .page-template-page-web-design .web-process__content h3 {
        font-size: 16px;
    }

    .page-template-page-web-design .web-process__content p {
        font-size: 13px;
    }

    .page-template-page-web-design .web-process__step:hover {
        transform: none;
    }

    .page-template-page-web-design .work-showcase {
        padding: 58px 16px 68px;
    }

    .page-template-page-web-design .work-showcase__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .page-template-page-web-design .work-showcase__header h2 {
        font-size: 47px;
        letter-spacing: -2px;
    }

    .page-template-page-web-design .work-showcase__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .page-template-page-web-design .work-card__media {
        aspect-ratio: 1.2 / 1;
    }

    .page-template-page-web-design .work-card__category {
        margin-bottom: 0;
    }

    .page-template-page-web-design .work-card__content {
        margin: 0;
    }

    .page-template-page-web-design .work-card__content strong {
        font-size: 15px;
    }

    .page-template-page-web-design .work-card__content h3 {
        font-size: 20px;
    }


@media (hover: none) {
    .page-template-page-web-design .work-card:hover img {
        transform: none;
    }
}
    .page-template-page-web-design .trusted-logos {
        padding: 30px 0 34px;
    }

    .page-template-page-web-design .trusted-logos__heading {
        padding: 0 18px;
        font-size: 10px;
        line-height: 1.4;
    }

    .page-template-page-web-design .trusted-logos__row {
        gap: 38px;
        animation-duration: 20s;
    }

    .page-template-page-web-design .trusted-logos__row span {
        font-size: 12px;
    }
}

@media (max-width: 580px) {
    .page-template-page-web-design .website-problem {
        padding: 62px 16px;
    }

    .page-template-page-web-design .website-problem__container {
        gap: 42px;
    }

    .page-template-page-web-design .website-problem__eyebrow {
        margin-bottom: 17px;
        font-size: 10px;
    }

    .page-template-page-web-design .website-problem h2 {
        font-size: 42px;
        line-height: 1.08;
        letter-spacing: -2px;
    }

    .page-template-page-web-design .website-problem h2 br {
        display: none;
    }

    .page-template-page-web-design .website-problem__intro {
        margin-top: 24px;
        font-size: 15px;
    }

    .page-template-page-web-design .website-problem__link {
        margin-top: 28px;
    }

    .page-template-page-web-design .problem-item {
        min-height: auto;
        align-items: flex-start;
        padding: 18px;
        gap: 14px;
    }

    .page-template-page-web-design .problem-item__icon {
        width: 23px;
        height: 23px;
        margin-top: 1px;
        font-size: 17px;
    }

    .page-template-page-web-design .problem-item p {
        font-size: 14px;
    }
}

@media (max-width: 1050px) {
    .page-template-page-web-design .client-results {
        padding: 85px 22px 95px;
    }

    .page-template-page-web-design .client-results__track {
        gap: 18px;
        animation-duration: 48s;
    }

    .page-template-page-web-design .result-testimonial {
        width: min(620px, 86vw);
        min-height: auto;
    }

    .page-template-page-web-design .pricing-heading h2 {
        letter-spacing: -2px;
    }

    .page-template-page-web-design .pricing-intro {
        font-size: 20px;
    }

    .page-template-page-web-design .faq-heading h2 {
        font-size: 62px;
    }

    .page-template-page-web-design .strategy-cta {
        padding: 56px 22px;
    }

    .page-template-page-web-design .strategy-cta__container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .page-template-page-web-design .strategy-cta h2 {
        font-size: clamp(56px, 6.5vw, 74px);
    }

    .page-template-page-web-design .strategy-cta__intro {
        font-size: 16px;
    }

    .page-template-page-web-design .strategy-cta__benefits {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
}

@media (max-width: 850px) {
    .page-template-page-web-design .strategy-cta__container {
        grid-template-columns: 1fr;
    }

    .page-template-page-web-design .strategy-cta__content,
    .page-template-page-web-design .strategy-form {
        max-width: 720px;
    }

    .page-template-page-web-design .strategy-cta__benefits {
        flex-direction: row;
    }
}

@media (max-width: 680px) {
    .page-template-page-web-design .client-results {
        padding: 62px 16px 72px;
    }

    .page-template-page-web-design .client-results__header {
        margin-bottom: 46px;
    }

    .page-template-page-web-design .client-results__eyebrow {
        margin-bottom: 16px;
        font-size: 10px;
    }

    .page-template-page-web-design .client-results__header h2 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .page-template-page-web-design .client-results__header h2 br {
        display: none;
    }

    .page-template-page-web-design .client-results__track {
        gap: 14px;
        animation-duration: 42s;
    }

    .page-template-page-web-design .result-testimonial {
        width: min(92vw, 560px);
        padding: 25px 22px;
    }

    .page-template-page-web-design .result-testimonial blockquote {
        font-size: 14px;
    }

    .page-template-page-web-design .result-testimonial__footer {
        align-items: flex-start;
    }

    .page-template-page-web-design .result-testimonial__metric strong {
        font-size: 20px;
    }

    .page-template-page-web-design .pricing-section {
        padding: 70px 20px;
    }

    .page-template-page-web-design .pricing-header {
        margin-bottom: 42px;
        gap: 35px;
        flex-direction: column;
        align-items: flex-start;
    }

    .page-template-page-web-design .pricing-intro {
        text-align: left;
    }

    .page-template-page-web-design .pricing-grid {
        grid-template-columns: 1fr;
    }

    .page-template-page-web-design .pricing-heading h2 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .page-template-page-web-design .pricing-card {
        padding: 22px;
    }

    .page-template-page-web-design .pricing-card h3 {
        font-size: 42px;
    }

    .page-template-page-web-design .pricing-card li {
        font-size: 14px;
    }

    .page-template-page-web-design .faq-section {
        padding: 70px 22px;
    }

    .page-template-page-web-design .faq-heading {
        margin-bottom: 45px;
    }

    .page-template-page-web-design .faq-heading h2 {
        font-size: 46px;
        letter-spacing: -1px;
    }

    .page-template-page-web-design .faq-item summary {
        font-size: 18px;
        padding: 22px 0;
    }

    .page-template-page-web-design .faq-content {
        padding: 0 0 24px;
        font-size: 16px;
    }
}

@media (max-width: 620px) {
    .page-template-page-web-design .strategy-cta {
        padding: 44px 16px;
    }

    .page-template-page-web-design .strategy-cta__container {
        gap: 24px;
    }

    .page-template-page-web-design .strategy-cta__eyebrow {
        margin-bottom: 17px;
        font-size: 10px;
    }

    .page-template-page-web-design .strategy-cta h2 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .page-template-page-web-design .strategy-cta h2 br {
        display: none;
    }

    .page-template-page-web-design .strategy-cta__intro {
        margin-top: 25px;
        font-size: 15px;
    }

    .page-template-page-web-design .strategy-cta__benefits {
        margin-top: 28px;
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .page-template-page-web-design .strategy-form {
        padding: 28px 20px 24px;
    }

    .page-template-page-web-design .strategy-form h3 {
        margin-bottom: 23px;
        font-size: 19px;
    }

    .page-template-page-web-design .strategy-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .page-template-page-web-design .strategy-form__field input {
        height: 50px;
    }

    .page-template-page-web-design .strategy-form__submit {
        min-height: 55px;
        padding-inline: 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .page-template-page-web-design .faq-heading h2 {
        font-size: 38px;
    }

    .page-template-page-web-design .faq-item summary {
        font-size: 17px;
        line-height: 1.4;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-template-page-web-design .client-results__track {
        animation: none;
        transform: none;
    }

    .page-template-page-web-design .client-results__carousel {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .page-template-page-web-design .client-results__carousel::-webkit-scrollbar {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-template-page-web-design .trusted-logos__row {
        animation: none;
        transform: none;
    }

    .page-template-page-web-design .trusted-logos__track {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .page-template-page-web-design .trusted-logos__track::-webkit-scrollbar {
        display: none;
    }

    .page-template-page-web-design .work-showcase__grid .work-card {
        animation: none;
    }


@keyframes work-card-top-row-rotate-in {
    from {
        opacity: 0;
        transform: perspective(1200px) rotateY(-16deg) translateX(-44px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: perspective(1200px) rotateY(0deg) translateX(0) scale(1);
    }
}

@keyframes work-card-bottom-row-rotate-out-right {
    from {
        opacity: 0;
        transform: perspective(1200px) rotateY(16deg) translateX(44px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: perspective(1200px) rotateY(0deg) translateX(0) scale(1);
    }
}
    .page-template-page-web-design .included-card,
    .page-template-page-web-design .included-card::before,
    .page-template-page-web-design .included-card .icon-box,
    .page-template-page-web-design .included-card h3,
    .page-template-page-web-design .included-card p {
        transition: none;
    }

    .page-template-page-web-design .included-card:hover {
        transform: none;
    }
}

/* --- search results --- */
.gpc-search-query-term {
    background-color: var(--highlight);
}
.gpc.search-results .site-main > .dynamic-content-template {
    margin-bottom: 0;
}

/* ==========================================
=! COMPONENTS
------------------------------------------ */

/* --- fixes potential theme css conflict --- */
.acf-map img {
    max-width: inherit !important;
}

/* --- responsive embed --- */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --- breadcrumbs --- */
.breadcrumbs {
    font-size: 14px;
    margin-bottom: 10px;
}

/* ==========================================
=! WIDGETS
------------------------------------------ */

/* --- GPC Sub Menu Widget --- */
/* .widget_gpc_sub_menu_widget .dropdown-menu-toggle { display: none; } */
.widget_gpc_sub_menu_widget .menu-item-has-children .sub-menu { margin-left: 1.2em; }
.widget_gpc_sub_menu_widget .menu-item-has-children .sub-menu li { list-style: disc; }
.widget_gpc_sub_menu_widget .current-menu-item > a { font-weight: bold; }

/* ==========================================
=! FOOTER
------------------------------------------ */

:root {
    --footer-bg: #030303;
    --footer-white: #ffffff;
    --footer-text: #969ca9;
    --footer-line: #22252b;
    --footer-max-width: 1500px;
}

.agency-footer,
.agency-footer * {
    box-sizing: border-box;
}

.agency-footer {
    padding: 80px 24px 44px;
    background: var(--footer-bg);
    color: var(--footer-text);
}

.agency-footer__container {
    width: min(100%, var(--footer-max-width));
    margin-inline: auto;
}

.agency-footer__grid {
    display: grid;
    grid-template-columns: 1.8fr 0.95fr 0.9fr;
    gap: 90px;
    padding-bottom: 68px;
}

.agency-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--footer-white);
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
}

.agency-footer__logo {
    width: auto;
    max-height: 48px;
}

.agency-footer__description {
    max-width: 500px;
    margin: 24px 0 30px;
    color: var(--footer-text);
    font-size: 16px;
    line-height: 1.7;
}

.agency-footer__contact {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 18px;
    list-style: none;
}

.agency-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.agency-footer__contact svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    margin-top: 2px;
    fill: none;
    stroke: #c2c6cf;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.agency-footer__contact a,
.agency-footer__contact address {
    color: #d5d8de;
    font-size: 15px;
    font-style: normal;
    line-height: 1.55;
    text-decoration: none;
}

.agency-footer__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
}

.agency-footer__column h3 {
    margin: 0 0 10px;
    color: var(--footer-white);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.agency-footer__menu,
.agency-footer__legal-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.agency-footer__menu li,
.agency-footer__legal-menu li {
    margin: 0;
}

.agency-footer__menu li + li {
    margin-top: 17px;
}

.agency-footer__menu a {
    color: var(--footer-text);
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.agency-footer__column a:hover,
.agency-footer__contact a:hover,
.agency-footer__legal a:hover,
.agency-footer__legal-menu a:hover {
    color: var(--footer-white);
}

.agency-footer__menu a:hover {
    transform: translateX(3px);
}

.agency-footer__social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.agency-footer__social li + li {
    margin-top: 14px;
}

.agency-footer__social a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--footer-text);
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.agency-footer__social a:hover {
    color: var(--footer-white);
    transform: translateX(3px);
}

.agency-footer__social svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.agency-footer__social svg path {
    fill: currentColor;
    stroke: none;
}

.agency-footer__bottom {
    min-height: 74px;
    padding-top: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid var(--footer-line);
}

.agency-footer__bottom p {
    margin: 0;
    color: var(--footer-text);
    font-size: 13px;
}

.agency-footer__legal,
.agency-footer__legal-menu {
    display: flex;
    align-items: center;
    gap: 34px;
}

.agency-footer__legal-menu a {
    color: var(--footer-text);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s ease;
}

@media (max-width: 1100px) {
    .agency-footer__grid {
        grid-template-columns: 1.5fr repeat(2, 1fr);
        gap: 50px;
    }
}

@media (max-width: 850px) {
    .agency-footer {
        padding-top: 64px;
    }

    .agency-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 52px 40px;
    }

    .agency-footer__about {
        grid-column: 1 / -1;
    }

    .agency-footer__description {
        max-width: 600px;
    }
}

@media (max-width: 580px) {
    .agency-footer {
        padding: 50px 18px 28px;
    }

    .agency-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-bottom: 48px;
    }

    .agency-footer__about {
        grid-column: auto;
    }

    .agency-footer__brand {
        font-size: 17px;
    }

    .agency-footer__logo {
        max-height: 44px;
    }

    .agency-footer__description {
        margin-top: 20px;
        font-size: 14px;
    }

    .agency-footer__contact a,
    .agency-footer__contact address,
    .agency-footer__menu a,
    .agency-footer__social a {
        font-size: 14px;
    }

    .agency-footer__bottom {
        flex-direction: column;
        gap: 18px;
    }

    .agency-footer__legal,
    .agency-footer__legal-menu {
        gap: 24px;
        flex-wrap: wrap;
    }
}



/* ==========================================
=! OTHER
------------------------------------------ */

.page-template-page-social-media-management {
    --social-media-bg: #f5f7fa;
    --social-media-surface: #ffffff;
    --social-media-ink: #111111;
    --social-media-muted: #596273;
    --social-media-line: #dbe1e8;
    --social-media-accent: #ffc400;
    --social-media-dark: #0b0d11;
}

.page-template-page-social-media-management * {
    box-sizing: border-box;
}

.page-template-page-social-media-management body,
body.page-template-page-social-media-management {
    margin: 0;
}

.page-template-page-social-media-management #page {
    width: 100%;
    max-width: none;
    margin: 0;
}

.page-template-page-social-media-management #content,
.page-template-page-social-media-management .site-main,
.page-template-page-social-media-management .inside-article {
    margin: 0;
    padding: 0;
}

.social-media-page {
    background: var(--social-media-bg);
    color: var(--social-media-ink);
}

.social-media-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.social-media-page .btn:hover {
    transform: translateY(-2px);
}

.social-media-page .btn-primary {
    background: var(--social-media-accent);
    color: var(--social-media-dark);
    box-shadow: 0 10px 24px rgba(255, 196, 0, 0.24);
}

.social-media-page .btn-primary:hover {
    background: #ffcf2f;
}

.social-media-page .btn-secondary {
    background: transparent;
    color: var(--social-media-ink);
    border: 1px solid var(--social-media-line);
}

.social-media-page .btn-secondary:hover {
    background: #ffffff;
}

.social-media-hero {
    padding: 120px 24px 90px;
    background: linear-gradient(135deg, #101010 0%, #1f2937 100%);
    color: #ffffff;
}

.social-media-hero__container {
    width: min(1200px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 40px;
    align-items: center;
}

.social-media-hero__eyebrow,
.social-media-problem__eyebrow,
.social-media-services__eyebrow,
.social-media-results__eyebrow,
.social-media-process__eyebrow,
.social-media-cta__eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--social-media-accent);
}

.social-media-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 4.4vw, 4.1rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.social-media-hero h1 span {
    color: var(--social-media-accent);
}

.social-media-hero__intro {
    max-width: 640px;
    margin: 0 0 28px;
    font-size: 1.04rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
}

.social-media-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.social-media-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.social-media-hero__stat {
    min-width: 140px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.social-media-hero__stat strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.social-media-hero__stat span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.social-media-hero__panel {
    display: flex;
    justify-content: flex-end;
}

.social-media-hero__panel-card {
    width: min(100%, 360px);
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
    color: var(--social-media-dark);
}

.social-media-hero__panel-label {
    margin: 0 0 16px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #8a6a00;
}

.social-media-hero__panel-card ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--social-media-muted);
}

.social-media-hero__panel-card li + li {
    margin-top: 10px;
}

.page-template-page-meta-ads-agency {
    --meta-yellow: #ffc400;
    --meta-white: #ffffff;
    --meta-muted: #a9a5b4;
    --meta-green: #00e782;
    --meta-bg: #1a030d;
    --meta-panel: rgba(47, 29, 42, 0.77);
    --meta-card: rgba(69, 45, 61, 0.56);
    --meta-border: rgba(255, 255, 255, 0.07);
    --meta-max-width: 1400px;
    --trusted-bg: #f7f8fa;
    --trusted-text: #9da6b8;
    --trusted-border: #e5e8ed;
}

.page-template-page-meta-ads-agency .meta-hero,
.page-template-page-meta-ads-agency .meta-hero * {
    box-sizing: border-box;
}

.page-template-page-meta-ads-agency .meta-hero {
    position: relative;
    min-height: 900px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 110px 24px;
    background:
        radial-gradient(circle at 55% 55%, rgba(0, 0, 0, 0.22), transparent 42%),
        linear-gradient(100deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.74) 47%, rgba(0, 0, 0, 0.88) 100%),
        var(--meta-hero-bg);
    background-position: center, center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
    color: var(--meta-white);
}

.page-template-page-meta-ads-agency .meta-hero__glow {
    position: absolute;
    top: 50%;
    left: 52%;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
    filter: blur(70px);
    transform: translate(-50%, -50%);
}

.page-template-page-meta-ads-agency .meta-hero__container {
    position: relative;
    z-index: 2;
    width: min(100%, var(--meta-max-width));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1fr);
    gap: 100px;
    align-items: center;
}

.page-template-page-meta-ads-agency .meta-hero__content {
    max-width: 620px;
}

.page-template-page-meta-ads-agency .meta-hero__eyebrow {
    margin: 0 0 20px;
    color: var(--meta-yellow);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-template-page-meta-ads-agency .meta-hero h1 {
    margin: 0;
    color: var(--meta-white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(58px, 5.5vw, 84px);
    font-weight: 900;
    line-height: 0.94;
    letter-spacing: -4px;
}

.page-template-page-meta-ads-agency .meta-hero h1 span {
    display: block;
    color: var(--meta-yellow);
}

.page-template-page-meta-ads-agency .meta-hero__intro {
    max-width: 600px;
    margin: 30px 0 0;
    color: var(--meta-muted);
    font-size: 17px;
    line-height: 1.65;
}

.page-template-page-meta-ads-agency .meta-hero__actions {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.page-template-page-meta-ads-agency .meta-button {
    min-height: 54px;
    padding: 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.page-template-page-meta-ads-agency .meta-button--primary {
    background: var(--meta-yellow);
    color: #050505;
}

.page-template-page-meta-ads-agency .meta-button--primary:hover {
    background: #ffb900;
    transform: translateY(-2px);
}

.page-template-page-meta-ads-agency .meta-button--primary span {
    font-size: 21px;
    transition: transform 0.2s ease;
}

.page-template-page-meta-ads-agency .meta-button--primary:hover span {
    transform: translateX(4px);
}

.page-template-page-meta-ads-agency .meta-button--secondary {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(0, 0, 0, 0.13);
    color: var(--meta-white);
}

.page-template-page-meta-ads-agency .meta-button--secondary:hover {
    border-color: var(--meta-white);
    background: var(--meta-white);
    color: #050505;
}

.page-template-page-meta-ads-agency .meta-hero__proof {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    color: #918d99;
    font-size: 11px;
}

.page-template-page-meta-ads-agency .meta-hero__avatars {
    display: flex;
    padding-left: 8px;
}

.page-template-page-meta-ads-agency .meta-hero__avatars span {
    width: 27px;
    height: 27px;
    margin-left: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2a0d17;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffc400 0%, #ff8a00 100%);
    color: #16050b;
    font-size: 10px;
    font-weight: 800;
}

.page-template-page-meta-ads-agency .meta-hero__proof i {
    width: 1px;
    height: 17px;
    background: rgba(255, 255, 255, 0.18);
}

.page-template-page-meta-ads-agency .campaign-panel {
    padding: 25px 24px 22px;
    border: 1px solid var(--meta-border);
    background: var(--meta-panel);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.17);
}

.page-template-page-meta-ads-agency .campaign-panel__header {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.page-template-page-meta-ads-agency .campaign-panel__header > span {
    color: #a7a1ae;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-template-page-meta-ads-agency .campaign-panel__status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--meta-green);
    font-size: 10px;
    font-weight: 800;
}

.page-template-page-meta-ads-agency .campaign-panel__status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--meta-green);
}

.page-template-page-meta-ads-agency .campaign-panel__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.page-template-page-meta-ads-agency .campaign-metric {
    min-height: 90px;
    padding: 17px 18px;
    display: flex;
    flex-direction: column;
    background: var(--meta-card);
}

.page-template-page-meta-ads-agency .campaign-metric__label {
    color: #898290;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-template-page-meta-ads-agency .campaign-metric strong {
    margin-top: 11px;
    color: var(--meta-white);
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
}

.page-template-page-meta-ads-agency .campaign-metric small {
    margin-top: 7px;
    color: var(--meta-green);
    font-size: 10px;
    font-weight: 700;
}

.page-template-page-meta-ads-agency .campaign-metric--featured strong {
    color: var(--meta-yellow);
}

.page-template-page-meta-ads-agency .campaign-chart {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--meta-border);
}

.page-template-page-meta-ads-agency .campaign-chart > p {
    margin: 0 0 17px;
    color: #8d8694;
    font-size: 10px;
}

.page-template-page-meta-ads-agency .campaign-chart__bars {
    height: 76px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    align-items: end;
}

.page-template-page-meta-ads-agency .campaign-chart__bars > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 7px;
}

.page-template-page-meta-ads-agency .campaign-chart__bars span {
    width: 100%;
    height: var(--bar-height);
    display: block;
    background: rgba(255, 196, 0, 0.42);
    transition:
        height 0.3s ease,
        background-color 0.3s ease;
}

.page-template-page-meta-ads-agency .campaign-chart__bars span:hover {
    background: var(--meta-yellow);
}

.page-template-page-meta-ads-agency .campaign-chart__bars small {
    color: #817b87;
    font-size: 8px;
    text-align: center;
}

.page-template-page-meta-ads-agency .trusted-logos {
    overflow: hidden;
    padding: 38px 0 42px;
    background: var(--trusted-bg);
}

.page-template-page-meta-ads-agency .trusted-logos__heading {
    margin-bottom: 28px;
    color: var(--trusted-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
}

.page-template-page-meta-ads-agency .trusted-logos__track {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid var(--trusted-border);
    border-bottom: 1px solid var(--trusted-border);
    padding: 16px 0;
}

.page-template-page-meta-ads-agency .trusted-logos__row {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 70px;
    animation: trusted-logo-scroll-ltr 28s linear infinite;
}

.page-template-page-meta-ads-agency .trusted-logos__row span,
.page-template-page-meta-ads-agency .trusted-logos__row a {
    flex: 0 0 auto;
    color: var(--trusted-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.page-template-page-meta-ads-agency .trusted-logos__row a {
    text-decoration: none;
}

.page-template-page-meta-ads-agency .trusted-logos__row a:hover {
    color: #6f7b90;
}

.page-template-page-meta-ads-agency .trusted-logos__track:hover .trusted-logos__row {
    animation-play-state: paused;
}

.page-template-page-meta-ads-agency .meta-problem-section {
    background: #ffffff;
    padding: 125px 24px 130px;
    font-family: Arial, Helvetica, sans-serif;
    color: #050505;
}

.page-template-page-meta-ads-agency .meta-problem-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
    align-items: start;
}

.page-template-page-meta-ads-agency .meta-problem-copy {
    padding-top: 4px;
}

.page-template-page-meta-ads-agency .meta-problem-section .eyebrow {
    color: #f5b400;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin-bottom: 27px;
}

.page-template-page-meta-ads-agency .meta-problem-copy h2 {
    margin: 0 0 32px;
    font-size: clamp(50px, 4vw, 65px);
    line-height: 1.16;
    letter-spacing: -2.3px;
    font-weight: 700;
}

.page-template-page-meta-ads-agency .meta-problem-copy p {
    max-width: 720px;
    margin: 0 0 34px;
    color: #6d7588;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
}

.page-template-page-meta-ads-agency .audit-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-bottom: 8px;
    color: #050505;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.page-template-page-meta-ads-agency .audit-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f5b400;
}

.page-template-page-meta-ads-agency .audit-link span {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.2s ease;
}

.page-template-page-meta-ads-agency .audit-link:hover span {
    transform: translateX(4px);
}

.page-template-page-meta-ads-agency .meta-problem-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-template-page-meta-ads-agency .problem-card {
    border: 1px solid #e8e8e8;
    padding: 27px 28px 25px;
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.page-template-page-meta-ads-agency .problem-row,
.page-template-page-meta-ads-agency .solution-row {
    display: grid;
    grid-template-columns: 26px 1fr;
    align-items: center;
}

.page-template-page-meta-ads-agency .problem-row {
    margin-bottom: 15px;
}

.page-template-page-meta-ads-agency .problem-row strong {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.page-template-page-meta-ads-agency .solution-row {
    color: #70788a;
    font-size: 14px;
    line-height: 1.4;
}

.page-template-page-meta-ads-agency .cross {
    color: #ff5c5c;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
}

.page-template-page-meta-ads-agency .check {
    width: 13px;
    height: 13px;
    border: 1.5px solid #f5b400;
    color: #f5b400;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    line-height: 1;
    font-weight: 700;
}

.page-template-page-meta-ads-agency .meta-results-bar {
    background: #ffc400;
    padding: 0;
    width: 100vw;
    min-height: 200px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.page-template-page-meta-ads-agency .meta-results-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    min-height: 200px;
}

.page-template-page-meta-ads-agency .meta-result-item {
    text-align: center;
    min-height: 200px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.page-template-page-meta-ads-agency .meta-result-item:last-child {
    border-right: 0;
}

.page-template-page-meta-ads-agency .meta-result-item h3 {
    margin: 0 0 18px;
    font-size: clamp(52px, 4.4vw, 72px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #000000;
}

.page-template-page-meta-ads-agency .meta-result-item h4 {
    margin: 0 0 10px;
    font-size: clamp(19px, 1.5vw, 23px);
    font-weight: 700;
    color: #000000;
}

.page-template-page-meta-ads-agency .meta-result-item p {
    margin: 0;
    font-size: clamp(15px, 1.1vw, 18px);
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.5;
}

.page-template-page-meta-ads-agency .creative-showcase {
    background: #000000;
    color: #ffffff;
    padding: 110px 24px 145px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.page-template-page-meta-ads-agency .creative-showcase__inner {
    width: min(1360px, 100%);
    margin: 0 auto;
}

.page-template-page-meta-ads-agency .creative-showcase__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 90px;
}

.page-template-page-meta-ads-agency .creative-showcase__eyebrow {
    margin-bottom: 25px;
    color: #f5c400;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.page-template-page-meta-ads-agency .creative-showcase__title h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(56px, 5vw, 76px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -2.5px;
}

.page-template-page-meta-ads-agency .creative-showcase__intro {
    padding-bottom: 8px;
    color: #6f7480;
    font-size: 15px;
    line-height: 1.55;
    text-align: right;
}

.page-template-page-meta-ads-agency .creative-showcase__phones {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
}

.page-template-page-meta-ads-agency .creative-phone-item {
    width: 204px;
    flex: 0 0 204px;
    position: relative;
}

.page-template-page-meta-ads-agency .creative-phone {
    position: relative;
    width: 100%;
    aspect-ratio: 0.53;
    overflow: hidden;
    border: 3px solid #303030;
    border-radius: 38px;
    background: #151515;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 12px 35px rgba(0, 0, 0, 0.8);
}

.page-template-page-meta-ads-agency .creative-phone::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.03) 30%,
            rgba(0, 0, 0, 0.12) 60%,
            rgba(0, 0, 0, 0.82) 100%
        );
}

.page-template-page-meta-ads-agency .creative-phone img,
.page-template-page-meta-ads-agency .creative-phone__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.page-template-page-meta-ads-agency .creative-phone__notch {
    position: absolute;
    z-index: 5;
    top: 12px;
    left: 50%;
    width: 74px;
    height: 24px;
    transform: translateX(-50%);
    border-radius: 100px;
    background: #000000;
}

.page-template-page-meta-ads-agency .creative-phone__notch::before,
.page-template-page-meta-ads-agency .creative-phone__notch::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.page-template-page-meta-ads-agency .creative-phone__notch::before {
    left: 31px;
    width: 7px;
    height: 7px;
    background: #272727;
}

.page-template-page-meta-ads-agency .creative-phone__notch::after {
    left: 46px;
    width: 4px;
    height: 4px;
    background: #161616;
}

.page-template-page-meta-ads-agency .creative-phone__play {
    position: absolute;
    z-index: 5;
    top: 48%;
    left: 50%;
    width: 42px;
    height: 42px;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
}

.page-template-page-meta-ads-agency .creative-phone__play.is-paused {
    padding-left: 2px;
}

.page-template-page-meta-ads-agency .creative-phone__content {
    position: absolute;
    z-index: 4;
    right: 12px;
    bottom: 14px;
    left: 12px;
    color: #ffffff;
}

.page-template-page-meta-ads-agency .creative-phone__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.page-template-page-meta-ads-agency .creative-phone__meta span {
    display: inline-block;
    padding: 4px 6px;
    background: #f4c500;
    color: #000000;
    font-size: 7px;
    line-height: 1;
    font-weight: 800;
}

.page-template-page-meta-ads-agency .creative-phone__meta strong {
    color: #f4c500;
    font-size: 7px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.page-template-page-meta-ads-agency .creative-phone__content p {
    margin: 0 0 9px;
    color: #eeeeee;
    font-size: 7px;
    line-height: 1.45;
}

.page-template-page-meta-ads-agency .creative-phone__content a {
    display: block;
    margin-bottom: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 7px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    backdrop-filter: blur(8px);
}

.page-template-page-meta-ads-agency .creative-phone__stats {
    display: flex;
    gap: 8px;
    color: #b3b3b3;
    font-size: 7px;
}

.page-template-page-meta-ads-agency .creative-phone-item__caption {
    margin-top: 17px;
    text-align: center;
}

.page-template-page-meta-ads-agency .creative-phone-item__caption strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}

.page-template-page-meta-ads-agency .creative-phone-item__caption span {
    display: block;
    color: #40454e;
    font-size: 9px;
}

.page-template-page-meta-ads-agency .creative-phone-volume {
    margin-top: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.35);
}

.page-template-page-meta-ads-agency .creative-phone-volume__toggle {
    min-width: 28px;
    height: 18px;
    padding: 0 6px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    font-size: 7px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.page-template-page-meta-ads-agency .creative-phone-volume__slider {
    flex: 1;
    width: auto;
    min-width: 0;
    height: 4px;
    margin: 0;
    accent-color: #f4c500;
    cursor: pointer;
}

.page-template-page-meta-ads-agency .creative-phone-volume__value {
    color: #a6adb8;
    font-size: 7px;
    line-height: 1;
    font-weight: 600;
    min-width: 28px;
    text-align: right;
}

.page-template-page-meta-ads-agency .included-section {
    background: #ffffff;
    padding: 115px 24px 140px;
    font-family: Arial, Helvetica, sans-serif;
    color: #050505;
}

.page-template-page-meta-ads-agency .included-inner {
    width: min(1490px, 100%);
    margin: 0 auto;
}

.page-template-page-meta-ads-agency .included-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 64px;
}

.page-template-page-meta-ads-agency .included-heading {
    max-width: 720px;
}

.page-template-page-meta-ads-agency .included-eyebrow {
    margin-bottom: 24px;
    color: #f4b800;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.page-template-page-meta-ads-agency .included-heading h2 {
    margin: 0;
    font-size: clamp(58px, 5vw, 78px);
    line-height: 1.06;
    letter-spacing: -2.7px;
    font-weight: 700;
}

.page-template-page-meta-ads-agency .included-intro {
    max-width: 390px;
    padding-bottom: 8px;
    color: #6c7485;
    font-size: 15px;
    line-height: 1.55;
    text-align: right;
}

.page-template-page-meta-ads-agency .included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.page-template-page-meta-ads-agency .included-card {
    min-height: 190px;
    padding: 28px 28px 25px;
    border: 1px solid #e8eaee;
    background: #ffffff;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.page-template-page-meta-ads-agency .included-card:hover {
    transform: translateY(-3px);
    border-color: #dedfe3;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.page-template-page-meta-ads-agency .included-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    color: #737c8d;
    font-size: 19px;
    line-height: 1;
}

.page-template-page-meta-ads-agency .included-card h3 {
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.25px;
}

.page-template-page-meta-ads-agency .included-card p {
    margin: 0;
    color: #6f7788;
    font-size: 13px;
    line-height: 1.55;
}

.social-media-problem,
.social-media-services,
.social-media-results,
.social-media-process,
.social-media-cta {
    padding: 80px 24px;
}

.social-media-problem__container,
.social-media-services__container,
.social-media-results__container,
.social-media-process__container,
.social-media-cta__container {
    width: min(1200px, 100%);
    margin: 0 auto;
}

.social-media-problem {
    background: #f7f8fb;
}

.social-media-problem__container {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
    align-items: start;
}

.social-media-problem h2,
.social-media-services h2,
.social-media-results h2,
.social-media-process h2,
.social-media-cta h2 {
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.social-media-problem p,
.social-media-services__header p,
.social-media-process__header p,
.social-media-cta p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--social-media-muted);
}

.social-media-problem__list {
    display: grid;
    gap: 12px;
}

.problem-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px;
    border: 1px solid var(--social-media-line);
    border-radius: 16px;
    background: #ffffff;
}

.problem-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 196, 0, 0.16);
    color: var(--social-media-dark);
    font-weight: 700;
    flex-shrink: 0;
}

.problem-item p {
    margin: 0;
}

.social-media-services {
    background: #ffffff;
}

.social-media-services__header {
    max-width: 760px;
    margin-bottom: 34px;
}

.social-media-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.social-media-service-card {
    padding: 24px;
    border: 1px solid var(--social-media-line);
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
}

.social-media-service-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 12px;
    background: rgba(255, 196, 0, 0.16);
    color: var(--social-media-dark);
    font-size: 1.05rem;
}

.social-media-service-card h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
}

.social-media-service-card p {
    margin: 0;
    color: var(--social-media-muted);
    line-height: 1.7;
}

.social-media-results {
    background: linear-gradient(135deg, #fdf7e4 0%, #f5f7fa 100%);
}

.social-media-results__container {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 32px;
    align-items: center;
}

.social-media-results__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.social-media-result-card {
    padding: 22px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
}

.social-media-result-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.5rem;
    color: var(--social-media-dark);
}

.social-media-result-card span {
    color: var(--social-media-muted);
}

.social-media-process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.social-media-process-step {
    padding: 24px;
    border: 1px solid var(--social-media-line);
    border-radius: 18px;
    background: #ffffff;
}

.social-media-process-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--social-media-accent);
    color: var(--social-media-dark);
    font-weight: 800;
}

.social-media-process-step h3 {
    margin: 0 0 10px;
    font-size: 1.05rem;
}

.social-media-process-step p {
    margin: 0;
    color: var(--social-media-muted);
    line-height: 1.7;
}

.social-media-cta {
    background: #111111;
    color: #ffffff;
}

.social-media-cta p {
    color: rgba(255, 255, 255, 0.78);
}

.social-media-cta .btn-primary {
    margin-top: 24px;
}

@media (max-width: 980px) {
    .social-media-hero__container,
    .social-media-problem__container,
    .social-media-results__container {
        grid-template-columns: 1fr;
    }

    .social-media-hero__panel {
        justify-content: flex-start;
    }

    .social-media-services__grid,
    .social-media-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-template-page-meta-ads-agency .meta-hero {
        min-height: auto;
        padding: 95px 22px;
    }

    .page-template-page-meta-ads-agency .meta-hero__container {
        grid-template-columns: 1fr 1fr;
        gap: 55px;
    }

    .page-template-page-meta-ads-agency .meta-hero h1 {
        font-size: clamp(51px, 6vw, 70px);
    }

    .page-template-page-meta-ads-agency .trusted-logos {
        padding: 34px 0 38px;
    }

    .page-template-page-meta-ads-agency .trusted-logos__heading {
        margin-bottom: 25px;
        font-size: 11px;
    }

    .page-template-page-meta-ads-agency .trusted-logos__row {
        gap: 52px;
        animation-duration: 24s;
    }

    .page-template-page-meta-ads-agency .trusted-logos__row span,
    .page-template-page-meta-ads-agency .trusted-logos__row a {
        font-size: 13px;
    }

    .page-template-page-meta-ads-agency .trusted-logos__track {
        padding: 14px 0;
    }

    .page-template-page-meta-ads-agency .meta-problem-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .page-template-page-meta-ads-agency .meta-problem-copy {
        max-width: 760px;
    }

    .page-template-page-meta-ads-agency .meta-problem-copy h2 br {
        display: none;
    }

    .page-template-page-meta-ads-agency .meta-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-template-page-meta-ads-agency .meta-result-item {
        min-height: 180px;
    }

    .page-template-page-meta-ads-agency .meta-result-item:nth-child(2) {
        border-right: 0;
    }

    .page-template-page-meta-ads-agency .meta-result-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    }

    .page-template-page-meta-ads-agency .creative-showcase__header {
        margin-bottom: 65px;
    }

    .page-template-page-meta-ads-agency .creative-showcase__phones {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 25px;
        scrollbar-width: none;
    }

    .page-template-page-meta-ads-agency .creative-showcase__phones::-webkit-scrollbar {
        display: none;
    }

    .page-template-page-meta-ads-agency .included-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-template-page-meta-ads-agency .included-header {
        gap: 50px;
    }
}

@media (max-width: 680px) {
    .social-media-hero {
        padding: 104px 18px 70px;
    }

    .social-media-problem,
    .social-media-services,
    .social-media-results,
    .social-media-process,
    .social-media-cta {
        padding: 64px 18px;
    }

    .social-media-hero__stats,
    .social-media-results__grid,
    .social-media-services__grid,
    .social-media-process__steps {
        grid-template-columns: 1fr;
        display: grid;
    }

    .social-media-hero__stat,
    .social-media-result-card,
    .social-media-service-card,
    .social-media-process-step {
        width: 100%;
    }

    .page-template-page-meta-ads-agency .meta-hero {
        padding: 68px 16px;
    }

    .page-template-page-meta-ads-agency .meta-hero__container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .page-template-page-meta-ads-agency .meta-hero__content,
    .page-template-page-meta-ads-agency .campaign-panel {
        max-width: 700px;
    }

    .page-template-page-meta-ads-agency .meta-hero__eyebrow {
        margin-bottom: 16px;
        font-size: 10px;
        line-height: 1.45;
    }

    .page-template-page-meta-ads-agency .meta-hero h1 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .page-template-page-meta-ads-agency .meta-hero__intro {
        margin-top: 24px;
        font-size: 15px;
    }

    .page-template-page-meta-ads-agency .meta-hero__actions {
        margin-top: 30px;
        flex-direction: column;
        align-items: stretch;
    }

    .page-template-page-meta-ads-agency .meta-button {
        width: 100%;
    }

    .page-template-page-meta-ads-agency .meta-hero__proof {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
    }

    .page-template-page-meta-ads-agency .meta-hero__proof i {
        display: none;
    }

    .page-template-page-meta-ads-agency .campaign-panel {
        padding: 18px 15px 17px;
    }

    .page-template-page-meta-ads-agency .campaign-panel__metrics {
        grid-template-columns: 1fr;
    }

    .page-template-page-meta-ads-agency .campaign-chart__bars {
        gap: 5px;
    }

    .page-template-page-meta-ads-agency .trusted-logos {
        padding: 30px 0 34px;
    }

    .page-template-page-meta-ads-agency .trusted-logos__heading {
        padding: 0 18px;
        font-size: 10px;
        line-height: 1.4;
    }

    .page-template-page-meta-ads-agency .trusted-logos__row {
        gap: 38px;
        animation-duration: 20s;
    }

    .page-template-page-meta-ads-agency .trusted-logos__row span,
    .page-template-page-meta-ads-agency .trusted-logos__row a {
        font-size: 12px;
    }

    .page-template-page-meta-ads-agency .meta-problem-section {
        padding: 70px 20px;
    }

    .page-template-page-meta-ads-agency .meta-problem-inner {
        gap: 45px;
    }

    .page-template-page-meta-ads-agency .meta-problem-section .eyebrow {
        font-size: 11px;
        margin-bottom: 20px;
    }

    .page-template-page-meta-ads-agency .meta-problem-copy h2 {
        font-size: 43px;
        line-height: 1.1;
        letter-spacing: -1.5px;
        margin-bottom: 24px;
    }

    .page-template-page-meta-ads-agency .meta-problem-copy p {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-template-page-meta-ads-agency .problem-card {
        padding: 22px 20px;
    }

    .page-template-page-meta-ads-agency .problem-row,
    .page-template-page-meta-ads-agency .solution-row {
        grid-template-columns: 24px 1fr;
    }

    .page-template-page-meta-ads-agency .problem-row strong {
        font-size: 15px;
    }

    .page-template-page-meta-ads-agency .solution-row {
        font-size: 13px;
    }

    .page-template-page-meta-ads-agency .meta-results-grid {
        grid-template-columns: 1fr;
    }

    .page-template-page-meta-ads-agency .meta-result-item {
        min-height: 150px;
        padding: 24px 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    }

    .page-template-page-meta-ads-agency .meta-result-item:last-child {
        border-bottom: 0;
    }

    .page-template-page-meta-ads-agency .meta-result-item h3 {
        margin-bottom: 12px;
        font-size: clamp(44px, 12vw, 58px);
    }

    .page-template-page-meta-ads-agency .meta-result-item h4 {
        margin-bottom: 8px;
        font-size: 22px;
    }

    .page-template-page-meta-ads-agency .meta-result-item p {
        font-size: 15px;
    }

    .page-template-page-meta-ads-agency .creative-showcase {
        padding: 75px 20px 90px;
    }

    .page-template-page-meta-ads-agency .creative-showcase__header {
        display: block;
        margin-bottom: 50px;
    }

    .page-template-page-meta-ads-agency .creative-showcase__eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .page-template-page-meta-ads-agency .creative-showcase__title h2 {
        font-size: 50px;
        line-height: 1.05;
        letter-spacing: -2px;
    }

    .page-template-page-meta-ads-agency .creative-showcase__intro {
        margin-top: 28px;
        padding: 0;
        font-size: 14px;
        text-align: left;
    }

    .page-template-page-meta-ads-agency .creative-showcase__intro br {
        display: none;
    }

    .page-template-page-meta-ads-agency .creative-showcase__phones {
        margin-right: -20px;
        gap: 12px;
    }

    .page-template-page-meta-ads-agency .creative-phone-item {
        width: 185px;
        flex-basis: 185px;
    }

    .page-template-page-meta-ads-agency .creative-phone {
        border-radius: 34px;
    }

    .page-template-page-meta-ads-agency .creative-phone-volume {
        margin-top: 7px;
    }

    .page-template-page-meta-ads-agency .included-section {
        padding: 75px 20px 90px;
    }

    .page-template-page-meta-ads-agency .included-header {
        display: block;
        margin-bottom: 45px;
    }

    .page-template-page-meta-ads-agency .included-eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .page-template-page-meta-ads-agency .included-heading h2 {
        font-size: 49px;
        line-height: 1.06;
        letter-spacing: -2px;
    }

    .page-template-page-meta-ads-agency .included-heading h2 br {
        display: none;
    }

    .page-template-page-meta-ads-agency .included-intro {
        max-width: none;
        margin-top: 28px;
        padding: 0;
        font-size: 14px;
        text-align: left;
    }

    .page-template-page-meta-ads-agency .included-intro br {
        display: none;
    }

    .page-template-page-meta-ads-agency .included-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .page-template-page-meta-ads-agency .included-card {
        min-height: auto;
        padding: 24px;
    }

    .page-template-page-meta-ads-agency .included-icon {
        margin-bottom: 18px;
    }

}

    .page-template-page-meta-ads-agency .case-studies-section {
        background: #f7f8f9;
        padding: 115px 24px 140px;
        font-family: Arial, Helvetica, sans-serif;
        color: #050505;
    }

    .page-template-page-meta-ads-agency .case-studies-inner {
        width: min(1490px, 100%);
        margin: 0 auto;
    }

    .page-template-page-meta-ads-agency .case-studies-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 70px;
    }

    .page-template-page-meta-ads-agency .case-studies-eyebrow {
        margin-bottom: 24px;
        color: #f4b900;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.7px;
    }

    .page-template-page-meta-ads-agency .case-studies-heading h2 {
        margin: 0;
        font-size: clamp(60px, 5vw, 78px);
        line-height: 1.05;
        letter-spacing: -2.7px;
        font-weight: 700;
    }

    .page-template-page-meta-ads-agency .case-studies-cta {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 4px;
        padding-bottom: 8px;
        color: #050505;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
    }

    .page-template-page-meta-ads-agency .case-studies-cta::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #f4b900;
    }

    .page-template-page-meta-ads-agency .case-studies-cta span {
        font-size: 20px;
        font-weight: 400;
        transition: transform 0.2s ease;
    }

    .page-template-page-meta-ads-agency .case-studies-cta:hover span {
        transform: translateX(4px);
    }

    .page-template-page-meta-ads-agency .case-studies-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .page-template-page-meta-ads-agency .case-study-card {
        overflow: hidden;
        border: 1px solid #e6e8eb;
        background: #fff;
    }

    .page-template-page-meta-ads-agency .case-study-image {
        position: relative;
        height: 265px;
        overflow: hidden;
    }

    .page-template-page-meta-ads-agency .case-study-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.55) 100%);
    }

    .page-template-page-meta-ads-agency .case-study-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .page-template-page-meta-ads-agency .case-study-card:hover .case-study-image img {
        transform: scale(1.03);
    }

    .page-template-page-meta-ads-agency .case-study-tag {
        position: absolute;
        z-index: 3;
        top: 17px;
        left: 17px;
        padding: 7px 12px;
        background: #f5c400;
        color: #050505;
        font-size: 10px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 0.7px;
    }

    .page-template-page-meta-ads-agency .case-study-brand {
        position: absolute;
        z-index: 3;
        left: 17px;
        bottom: 18px;
        color: #fff;
        font-size: 19px;
        line-height: 1;
        font-weight: 700;
    }

    .page-template-page-meta-ads-agency .case-study-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-bottom: 1px solid #eceef1;
    }

    .page-template-page-meta-ads-agency .case-study-stat {
        min-height: 72px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 12px 8px;
        text-align: center;
    }

    .page-template-page-meta-ads-agency .case-study-stat + .case-study-stat {
        border-left: 1px solid #eceef1;
    }

    .page-template-page-meta-ads-agency .case-study-stat strong {
        margin-bottom: 7px;
        color: #050505;
        font-size: 18px;
        line-height: 1;
        font-weight: 800;
    }

    .page-template-page-meta-ads-agency .case-study-stat span {
        color: #a0a6b0;
        font-size: 9px;
        line-height: 1.25;
        letter-spacing: 0.7px;
    }

    .page-template-page-meta-ads-agency .case-study-quote {
        min-height: 118px;
        padding: 24px 22px 21px;
    }

    .page-template-page-meta-ads-agency .case-study-quote p {
        margin: 0 0 18px;
        color: #626b79;
        font-size: 13px;
        line-height: 1.55;
        font-style: italic;
    }

    .page-template-page-meta-ads-agency .case-study-quote strong {
        color: #111;
        font-size: 11px;
        line-height: 1.3;
        font-weight: 700;
    }

    @media (max-width: 1100px) {
        .page-template-page-meta-ads-agency .case-studies-grid {
            grid-template-columns: 1fr;
            max-width: 700px;
        }

        .page-template-page-meta-ads-agency .case-study-image {
            height: 340px;
        }
    }

@media (max-width: 767px) {
    .page-template-page-meta-ads-agency .case-studies-section {
        padding: 75px 20px 90px;
    }

    .page-template-page-meta-ads-agency .case-studies-header {
        display: block;
        margin-bottom: 45px;
    }

    .page-template-page-meta-ads-agency .case-studies-eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .page-template-page-meta-ads-agency .case-studies-heading h2 {
        font-size: 50px;
        line-height: 1.04;
        letter-spacing: -2px;
    }

    .page-template-page-meta-ads-agency .case-studies-heading h2 br {
        display: none;
    }

    .page-template-page-meta-ads-agency .case-studies-cta {
        margin-top: 28px;
    }

    .page-template-page-meta-ads-agency .case-studies-grid {
        gap: 18px;
    }

    .page-template-page-meta-ads-agency .case-study-image {
        height: 250px;
    }

    .page-template-page-meta-ads-agency .case-study-stat strong {
        font-size: 16px;
    }

    .page-template-page-meta-ads-agency .case-study-stat span {
        font-size: 8px;
    }

    .page-template-page-meta-ads-agency .case-study-quote {
        min-height: auto;
    }
}

.page-template-page-meta-ads-agency .pricing-section {
    background: #fff;
    padding: 110px 24px 95px;
    font-family: Arial, Helvetica, sans-serif;
    color: #050505;
}

.page-template-page-meta-ads-agency .pricing-inner {
    width: min(1490px, 100%);
    margin: 0 auto;
}

.page-template-page-meta-ads-agency .pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 70px;
}

.page-template-page-meta-ads-agency .pricing-eyebrow {
    margin-bottom: 24px;
    color: #f5b900;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.page-template-page-meta-ads-agency .pricing-heading h2 {
    margin: 0;
    font-size: clamp(60px, 5vw, 78px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -2.7px;
}

.page-template-page-meta-ads-agency .pricing-intro {
    max-width: 370px;
    padding-bottom: 6px;
    color: #6c7485;
    font-size: 15px;
    line-height: 1.55;
    text-align: right;
}

.page-template-page-meta-ads-agency .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.page-template-page-meta-ads-agency .pricing-card {
    min-height: 445px;
    padding: 31px 31px 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #dfe2e7;
    background: #fff;
}

.page-template-page-meta-ads-agency .pricing-card-featured {
    border-color: #f9c500;
    background: #ffc400;
}

.page-template-page-meta-ads-agency .pricing-plan {
    margin-bottom: 5px;
    color: #8b94a5;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.page-template-page-meta-ads-agency .pricing-card-featured .pricing-plan {
    color: #625000;
}

.page-template-page-meta-ads-agency .pricing-spend {
    margin-bottom: 12px;
    color: #98a0ae;
    font-size: 11px;
    line-height: 1.3;
}

.page-template-page-meta-ads-agency .pricing-card-featured .pricing-spend {
    color: #6c5900;
}

.page-template-page-meta-ads-agency .pricing-price {
    margin-bottom: 4px;
    color: #050505;
    font-size: 43px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1.4px;
}

.page-template-page-meta-ads-agency .pricing-period {
    margin-bottom: 24px;
    color: #919aa9;
    font-size: 10px;
}

.page-template-page-meta-ads-agency .pricing-card-featured .pricing-period {
    color: #705c00;
}

.page-template-page-meta-ads-agency .pricing-features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-template-page-meta-ads-agency .pricing-features li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 24px;
    color: #545e6d;
    font-size: 12px;
    line-height: 1.35;
}

.page-template-page-meta-ads-agency .pricing-card-featured .pricing-features li {
    color: #111;
}

.page-template-page-meta-ads-agency .pricing-features li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1.4px solid #f4b900;
    border-radius: 50%;
    color: #f4b900;
    font-size: 7px;
    line-height: 1;
    font-weight: 800;
}

.page-template-page-meta-ads-agency .pricing-card-featured .pricing-features li::before {
    border-color: #111;
    color: #111;
}

.page-template-page-meta-ads-agency .pricing-button {
    width: 100%;
    margin-top: 25px;
    padding: 15px 15px;
    display: block;
    background: #ffc400;
    color: #050505;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.page-template-page-meta-ads-agency .pricing-button:hover {
    transform: translateY(-2px);
}

.page-template-page-meta-ads-agency .pricing-button-dark {
    background: #050505;
    color: #fff;
}

.page-template-page-meta-ads-agency .pricing-note {
    margin-top: 27px;
    color: #9ba3b0;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 1100px) {
    .page-template-page-meta-ads-agency .pricing-header {
        gap: 50px;
    }

    .page-template-page-meta-ads-agency .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 700px;
        margin: 0 auto;
    }

    .page-template-page-meta-ads-agency .pricing-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .page-template-page-meta-ads-agency .pricing-section {
        padding: 75px 20px 80px;
    }

    .page-template-page-meta-ads-agency .pricing-header {
        display: block;
        margin-bottom: 45px;
    }

    .page-template-page-meta-ads-agency .pricing-eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .page-template-page-meta-ads-agency .pricing-heading h2 {
        font-size: 49px;
        line-height: 1.04;
        letter-spacing: -2px;
    }

    .page-template-page-meta-ads-agency .pricing-heading h2 br {
        display: none;
    }

    .page-template-page-meta-ads-agency .pricing-intro {
        max-width: none;
        margin-top: 27px;
        padding: 0;
        font-size: 14px;
        text-align: left;
    }

    .page-template-page-meta-ads-agency .pricing-intro br {
        display: none;
    }

    .page-template-page-meta-ads-agency .pricing-grid {
        gap: 18px;
    }

    .page-template-page-meta-ads-agency .pricing-card {
        padding: 28px 24px 24px;
    }

    .page-template-page-meta-ads-agency .pricing-price {
        font-size: 40px;
    }

    .page-template-page-meta-ads-agency .pricing-note {
        padding: 0 12px;
        font-size: 10px;
    }
}

.page-template-page-meta-ads-agency .faq-section {
    background: #f7f8f9;
    padding: 115px 24px 145px;
    font-family: Arial, Helvetica, sans-serif;
    color: #050505;
}

.page-template-page-meta-ads-agency .faq-inner {
    width: min(1490px, 100%);
    margin: 0 auto;
}

.page-template-page-meta-ads-agency .faq-eyebrow {
    margin-bottom: 25px;
    color: #f4b900;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.page-template-page-meta-ads-agency .faq-title {
    margin: 0 0 78px;
    font-size: clamp(60px, 5vw, 78px);
    line-height: 1.04;
    letter-spacing: -2.8px;
    font-weight: 700;
}

.page-template-page-meta-ads-agency .faq-list {
    width: min(820px, 100%);
}

.page-template-page-meta-ads-agency .faq-item {
    border-bottom: 1px solid #e5e8ec;
}

.page-template-page-meta-ads-agency .faq-question {
    width: 100%;
    padding: 27px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border: 0;
    background: transparent;
    color: #090909;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.page-template-page-meta-ads-agency .faq-icon {
    flex: 0 0 auto;
    color: #8d96a5;
    font-size: 18px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.page-template-page-meta-ads-agency .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.page-template-page-meta-ads-agency .faq-answer p {
    margin: -5px 45px 27px 0;
    color: #6d7584;
    font-size: 14px;
    line-height: 1.65;
}

.page-template-page-meta-ads-agency .faq-item.active .faq-answer {
    max-height: 250px;
}

.page-template-page-meta-ads-agency .faq-item.active .faq-icon {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .page-template-page-meta-ads-agency .faq-section {
        padding: 75px 20px 90px;
    }

    .page-template-page-meta-ads-agency .faq-eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .page-template-page-meta-ads-agency .faq-title {
        margin-bottom: 45px;
        font-size: 49px;
        line-height: 1.05;
        letter-spacing: -2px;
    }

    .page-template-page-meta-ads-agency .faq-question {
        padding: 22px 0;
        font-size: 15px;
    }

    .page-template-page-meta-ads-agency .faq-answer p {
        margin-right: 25px;
        font-size: 13px;
    }
}

.page-template-page-meta-ads-agency .audit-cta {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('http://alpha-omega-new.local/wp-content/uploads/2026/08/pexels-kampus-8190827-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 24px;
    font-family: Arial, Helvetica, sans-serif;
}

.page-template-page-meta-ads-agency .audit-cta__inner {
    width: min(1490px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.page-template-page-meta-ads-agency .audit-cta__copy {
    max-width: 730px;
}

.page-template-page-meta-ads-agency .audit-cta__eyebrow {
    margin-bottom: 25px;
    color: #ffc400;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.page-template-page-meta-ads-agency .audit-cta__copy h2 {
    margin: 0 0 30px;
    color: #fff;
    font-size: clamp(58px, 5vw, 78px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -2.8px;
}

.page-template-page-meta-ads-agency .audit-cta__copy h2 span {
    color: #ffc400;
}

.page-template-page-meta-ads-agency .audit-cta__copy p {
    max-width: 690px;
    margin: 0 0 34px;
    color: #8d95a4;
    font-size: 17px;
    line-height: 1.65;
}

.page-template-page-meta-ads-agency .audit-cta__benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-template-page-meta-ads-agency .audit-cta__benefits li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 29px;
    color: #9ca3ae;
    font-size: 14px;
    line-height: 1.4;
}

.page-template-page-meta-ads-agency .audit-cta__benefits li::before {
    content: "\2713";
    position: absolute;
    top: 1px;
    left: 0;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #ffc400;
    border-radius: 50%;
    color: #ffc400;
    font-size: 8px;
    font-weight: 800;
}

.page-template-page-meta-ads-agency .audit-cta__call-button {
    margin-top: 14px;
}

.page-template-page-meta-ads-agency .audit-form-card {
    background: #fff;
    padding: 34px 36px 30px;
}

.page-template-page-meta-ads-agency .contact-info-card,
.page-template-page-meta-ads-agency .audit-form-card {
    border: 1px solid #d8dce3;
    background: #ffffff;
}

.page-template-page-meta-ads-agency .audit-form-card h3,
.page-template-page-meta-ads-agency .contact-info-card h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.page-template-page-meta-ads-agency .contact-info-card__intro {
    margin: 0 0 22px;
    color: #7d8595;
    font-size: 14px;
    line-height: 1.55;
}

.page-template-page-meta-ads-agency .contact-info-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.page-template-page-meta-ads-agency .contact-info-card__list li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: #1c2430;
}

.page-template-page-meta-ads-agency .contact-info-card__list span {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-template-page-meta-ads-agency .contact-info-card__list svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #f2b900;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.page-template-page-meta-ads-agency .contact-info-card__list a,
.page-template-page-meta-ads-agency .contact-info-card__list address {
    display: block;
    color: #111111;
    font-size: 15px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.page-template-page-meta-ads-agency .contact-info-card__list a:hover {
    color: #f2b900;
}

.page-template-page-meta-ads-agency .audit-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}

.page-template-page-meta-ads-agency .audit-field {
    margin-bottom: 17px;
}

.page-template-page-meta-ads-agency .audit-field label {
    display: block;
    margin-bottom: 8px;
    color: #3f4858;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.page-template-page-meta-ads-agency .audit-field input,
.page-template-page-meta-ads-agency .audit-field select {
    width: 100%;
    height: 47px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 1px solid #d8dde4;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-template-page-meta-ads-agency .audit-field input::placeholder {
    color: #8c9198;
}

.page-template-page-meta-ads-agency .audit-field input:focus,
.page-template-page-meta-ads-agency .audit-field select:focus {
    border-color: #ffc400;
    box-shadow: 0 0 0 2px rgba(255, 196, 0, 0.12);
}

.page-template-page-meta-ads-agency .audit-submit {
    width: 100%;
    min-height: 52px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    background: #ffc400;
    color: #050505;
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.page-template-page-meta-ads-agency .audit-submit:hover {
    background: #ffd01f;
    transform: translateY(-1px);
}

.page-template-page-meta-ads-agency .audit-submit span {
    font-size: 19px;
    font-weight: 400;
}

.page-template-page-meta-ads-agency .audit-form__note {
    margin-top: 17px;
    color: #9aa2af;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 1100px) {
    .page-template-page-meta-ads-agency .audit-cta__inner {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .page-template-page-meta-ads-agency .audit-cta__copy {
        max-width: 800px;
    }

    .page-template-page-meta-ads-agency .audit-form-card {
        max-width: 750px;
    }
}

@media (max-width: 767px) {
    .page-template-page-meta-ads-agency .audit-cta {
        padding: 75px 20px;
    }

    .page-template-page-meta-ads-agency .audit-cta__inner {
        gap: 45px;
    }

    .page-template-page-meta-ads-agency .audit-cta__eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .page-template-page-meta-ads-agency .audit-cta__copy h2 {
        font-size: 49px;
        line-height: 1.05;
        letter-spacing: -2px;
    }

    .page-template-page-meta-ads-agency .audit-cta__copy h2 br {
        display: none;
    }

    .page-template-page-meta-ads-agency .audit-cta__copy p {
        font-size: 15px;
    }


    .page-template-page-meta-ads-agency .audit-cta__call-button {
        width: 100%;
        max-width: 320px;
    }
    .page-template-page-meta-ads-agency .audit-form-card {
        padding: 28px 22px 24px;
    }

    .page-template-page-meta-ads-agency .audit-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .page-template-page-meta-ads-agency .audit-form-card h3 {
        font-size: 19px;
    }

    .page-template-page-meta-ads-agency .audit-field input,
    .page-template-page-meta-ads-agency .audit-field select {
        height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-template-page-meta-ads-agency .trusted-logos__row {
        animation: none;
        transform: none;
    }

    .page-template-page-meta-ads-agency .trusted-logos__track {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .page-template-page-meta-ads-agency .trusted-logos__track::-webkit-scrollbar {
        display: none;
    }
}

/* --- simple spacing utilities --- */
.m0 { margin:0 !important }
.mt0 { margin-top:0 !important }
.mr0 { margin-right:0 !important }
.mb0 { margin-bottom:0 !important }
.ml0 { margin-left:0 !important }
.p0 { padding:0 !important }
.pt0 { padding-top:0 !important }
.pr0 { padding-right:0 !important }
.pb0 { padding-bottom:0 !important }

/* ==========================================
=! GOOGLE ADS AGENCY TEMPLATE
------------------------------------------ */

.page-template-page-google-ads-agency .google-ads-agency-page {
    background: #0b0b0b;
}

.page-template-page-google-ads-agency .google-ads-section {
    position: relative;
    padding: 90px 24px;
}

.page-template-page-google-ads-agency .google-ads-container {
    width: min(1500px, 100%);
    margin-inline: auto;
}

.page-template-page-google-ads-agency .google-ads-content {
    padding: 64px 24px;
    background: #ffffff;
}

.page-template-page-google-ads-agency {
    --google-trusted-bg: #f7f8fa;
    --google-trusted-text: #9da6b8;
    --google-trusted-border: #e5e8ed;
}

.page-template-page-google-ads-agency .google-ads-hero {
    position: relative;
    min-height: 830px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--google-ads-hero-bg) center center / cover no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

.page-template-page-google-ads-agency .google-ads-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.82) 36%, rgba(0, 0, 0, 0.68) 65%, rgba(0, 0, 0, 0.8) 100%);
}

.page-template-page-google-ads-agency .google-ads-hero__inner {
    position: relative;
    z-index: 2;
    width: min(1490px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 100px;
    align-items: center;
}

.page-template-page-google-ads-agency .google-ads-hero__content {
    max-width: 650px;
}

.page-template-page-google-ads-agency .google-ads-hero__eyebrow {
    margin-bottom: 22px;
    color: #ffc400;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.page-template-page-google-ads-agency .google-ads-hero h1 {
    margin: 0 0 27px;
    font-size: clamp(58px, 5vw, 77px);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -3px;
}

.page-template-page-google-ads-agency .google-ads-hero h1 span {
    color: #ffc400;
}

.page-template-page-google-ads-agency .google-ads-hero__content > p {
    max-width: 585px;
    margin: 0 0 34px;
    color: #a8adb7;
    font-size: 17px;
    line-height: 1.55;
}

.page-template-page-google-ads-agency .google-ads-hero__buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 43px;
}

.page-template-page-google-ads-agency .hero-btn {
    min-height: 51px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.page-template-page-google-ads-agency .hero-btn:hover {
    transform: translateY(-2px);
}

.page-template-page-google-ads-agency .hero-btn--primary {
    background: #ffc400;
    color: #050505;
}

.page-template-page-google-ads-agency .hero-btn--primary span {
    font-size: 20px;
    font-weight: 400;
}

.page-template-page-google-ads-agency .hero-btn--secondary {
    min-width: 182px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.page-template-page-google-ads-agency .hero-btn--secondary:hover {
    border-color: #fff;
}

.page-template-page-google-ads-agency .google-ads-hero__proof {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #969da9;
    font-size: 11px;
    white-space: nowrap;
}

.page-template-page-google-ads-agency .google-ads-hero__proof i {
    width: 1px;
    height: 18px;
    display: block;
    background: rgba(255, 255, 255, 0.2);
}

.page-template-page-google-ads-agency .hero-proof__avatars {
    display: flex;
    margin-right: 1px;
}

.page-template-page-google-ads-agency .hero-proof__avatars img {
    width: 25px;
    height: 25px;
    margin-left: -5px;
    border: 1px solid #111;
    border-radius: 50%;
    object-fit: cover;
}

.page-template-page-google-ads-agency .hero-proof__avatars img:first-child {
    margin-left: 0;
}

.page-template-page-google-ads-agency .google-ads-preview {
    width: 100%;
    max-width: 650px;
    justify-self: end;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(47, 47, 47, 0.74);
    box-sizing: border-box;
    backdrop-filter: blur(3px);
}

.page-template-page-google-ads-agency .google-ads-preview__search {
    height: 42px;
    margin-bottom: 12px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #d5d7dc;
    font-size: 12px;
}

.page-template-page-google-ads-agency .google-ads-preview__search .search-icon {
    color: #a9b0ba;
    font-size: 18px;
}

.page-template-page-google-ads-agency .google-ads-preview__search small {
    margin-left: auto;
    color: #8d949f;
    font-size: 11px;
}

.page-template-page-google-ads-agency .google-ad {
    margin-bottom: 10px;
    padding: 14px 15px;
    background: rgba(0, 0, 0, 0.18);
}

.page-template-page-google-ads-agency .google-ad--featured {
    border: 1px solid rgba(255, 196, 0, 0.45);
    background: rgba(74, 58, 0, 0.2);
}

.page-template-page-google-ads-agency .google-ad__position {
    margin-bottom: 8px;
    color: #ffc400;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.page-template-page-google-ads-agency .google-ad__url {
    margin-bottom: 7px;
    color: #18c877;
    font-size: 9px;
}

.page-template-page-google-ads-agency .google-ad__url span {
    margin-right: 6px;
    padding: 2px 4px;
    border: 1px solid #18c877;
    color: #18c877;
}

.page-template-page-google-ads-agency .google-ad h3 {
    margin: 0 0 6px;
    color: #bcdcff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 600;
}

.page-template-page-google-ads-agency .google-ad--featured h3 {
    color: #ffc400;
}

.page-template-page-google-ads-agency .google-ad p {
    margin: 0;
    color: #858c97;
    font-size: 9px;
    line-height: 1.45;
}

.page-template-page-google-ads-agency .google-ads-preview__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 13px;
}

.page-template-page-google-ads-agency .google-ads-preview__stats > div {
    min-height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.055);
    text-align: center;
}

.page-template-page-google-ads-agency .google-ads-preview__stats span {
    margin-bottom: 3px;
    color: #777e89;
    font-size: 9px;
}

.page-template-page-google-ads-agency .google-ads-preview__stats strong {
    color: #ffc400;
    font-size: 15px;
    line-height: 1;
}

.page-template-page-google-ads-agency .google-ads-preview__stats small {
    margin-top: 4px;
    color: #777e89;
    font-size: 7px;
    letter-spacing: 0.4px;
}

.page-template-page-google-ads-agency .trusted-logos {
    overflow: hidden;
    padding: 38px 0 42px;
    background: var(--google-trusted-bg);
}

.page-template-page-google-ads-agency .trusted-logos__heading {
    margin-bottom: 28px;
    color: var(--google-trusted-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
}

.page-template-page-google-ads-agency .trusted-logos__track {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid var(--google-trusted-border);
    border-bottom: 1px solid var(--google-trusted-border);
    padding: 16px 0;
}

.page-template-page-google-ads-agency .trusted-logos__row {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 70px;
    animation: trusted-logo-scroll-ltr 28s linear infinite;
}

.page-template-page-google-ads-agency .trusted-logos__row span,
.page-template-page-google-ads-agency .trusted-logos__row a {
    flex: 0 0 auto;
    color: var(--google-trusted-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.page-template-page-google-ads-agency .trusted-logos__row a {
    text-decoration: none;
}

.page-template-page-google-ads-agency .trusted-logos__row a:hover {
    color: #6f7b90;
}

.page-template-page-google-ads-agency .trusted-logos__track:hover .trusted-logos__row {
    animation-play-state: paused;
}

.page-template-page-google-ads-agency .why-google-section {
    background: #fff;
    padding: 120px 24px 135px;
    font-family: Arial, Helvetica, sans-serif;
    color: #050505;
}

.page-template-page-google-ads-agency .why-google-inner {
    width: min(1490px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 95px;
    align-items: center;
}

.page-template-page-google-ads-agency .why-google-content {
    max-width: 720px;
}

.page-template-page-google-ads-agency .why-google-eyebrow {
    margin-bottom: 24px;
    color: #f5b900;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.page-template-page-google-ads-agency .why-google-content h2 {
    margin: 0 0 36px;
    font-size: clamp(54px, 4.7vw, 72px);
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: -2.6px;
}

.page-template-page-google-ads-agency .why-google-copy {
    max-width: 695px;
}

.page-template-page-google-ads-agency .why-google-copy p {
    margin: 0 0 22px;
    color: #586273;
    font-size: 16px;
    line-height: 1.6;
}

.page-template-page-google-ads-agency .why-google-copy p:last-child {
    margin-bottom: 29px;
}

.page-template-page-google-ads-agency .why-google-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 8px;
    color: #060606;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.page-template-page-google-ads-agency .why-google-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f5b900;
}

.page-template-page-google-ads-agency .why-google-link span {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.page-template-page-google-ads-agency .why-google-link:hover span {
    transform: translateX(4px);
}

.page-template-page-google-ads-agency .why-google-stats {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.page-template-page-google-ads-agency .why-google-stat {
    min-height: 82px;
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    padding: 0 24px;
    border: 1px solid #e7e9ec;
    background: #fff;
}

.page-template-page-google-ads-agency .why-google-stat__number {
    color: #ffc400;
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
}

.page-template-page-google-ads-agency .why-google-stat__copy {
    padding-left: 10px;
}

.page-template-page-google-ads-agency .why-google-stat__copy strong {
    display: block;
    margin-bottom: 6px;
    color: #111;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.page-template-page-google-ads-agency .why-google-stat__copy span {
    display: block;
    color: #969eaa;
    font-size: 11px;
    line-height: 1.35;
}

.page-template-page-google-ads-agency .campaign-types {
    position: relative;
    overflow: hidden;
    background: url('http://alpha-omega-new.local/wp-content/uploads/2026/08/pexels-kampus-8190827-scaled.jpg') center center / cover no-repeat;
    padding: 110px 24px 115px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

.page-template-page-google-ads-agency .campaign-types__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
}

.page-template-page-google-ads-agency .campaign-types__inner {
    position: relative;
    z-index: 2;
    width: min(1490px, 100%);
    margin: 0 auto;
}

.page-template-page-google-ads-agency .campaign-types__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 65px;
}

.page-template-page-google-ads-agency .campaign-types__eyebrow {
    margin-bottom: 24px;
    color: #ffc400;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.page-template-page-google-ads-agency .campaign-types__heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(58px, 5vw, 76px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -2.8px;
}

.page-template-page-google-ads-agency .campaign-types__intro {
    max-width: 390px;
    padding-bottom: 3px;
    color: #969da8;
    font-size: 15px;
    line-height: 1.55;
    text-align: right;
}

.page-template-page-google-ads-agency .campaign-types__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(0, 0, 0, 0.85);
    border-top: 1px solid #20262d;
    border-left: 1px solid #20262d;
}

.page-template-page-google-ads-agency .campaign-card {
    min-height: 235px;
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #20262d;
    border-bottom: 1px solid #20262d;
    background: rgba(0, 0, 0, 0.72);
    transition: background 0.2s ease, transform 0.2s ease;
}

.page-template-page-google-ads-agency .campaign-card__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d1900;
    color: #ffc400;
    font-size: 18px;
    line-height: 1;
}

.page-template-page-google-ads-agency .campaign-card h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.page-template-page-google-ads-agency .campaign-card p {
    margin: 0;
    color: #7d8592;
    font-size: 13px;
    line-height: 1.6;
}

.page-template-page-google-ads-agency .campaign-card__best {
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid #242a31;
    color: #727b87;
    font-size: 8px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.page-template-page-google-ads-agency .campaign-card:hover {
    background: rgba(10, 10, 10, 0.94);
}

.page-template-page-google-ads-agency .campaign-card:hover .campaign-card__icon {
    background: #ffc400;
    color: #050505;
}

@media (max-width: 1100px) {
    .page-template-page-google-ads-agency .why-google-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .page-template-page-google-ads-agency .why-google-content,
    .page-template-page-google-ads-agency .why-google-stats {
        max-width: 800px;
    }

    .page-template-page-google-ads-agency .campaign-types__header {
        gap: 50px;
    }

    .page-template-page-google-ads-agency .campaign-types__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1200px) {
    .page-template-page-google-ads-agency .google-ads-hero__inner {
        gap: 55px;
    }

    .page-template-page-google-ads-agency .google-ads-hero h1 {
        font-size: 58px;
    }

    .page-template-page-google-ads-agency .google-ads-hero__proof {
        flex-wrap: wrap;
        white-space: normal;
    }
}

@media (max-width: 950px) {
    .page-template-page-google-ads-agency .google-ads-hero {
        min-height: auto;
        padding: 100px 0;
    }

    .page-template-page-google-ads-agency .google-ads-hero__inner {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .page-template-page-google-ads-agency .google-ads-hero__content {
        max-width: 750px;
    }

    .page-template-page-google-ads-agency .google-ads-preview {
        max-width: 750px;
        justify-self: start;
    }

    .page-template-page-google-ads-agency .trusted-logos {
        padding: 34px 0 38px;
    }

    .page-template-page-google-ads-agency .trusted-logos__heading {
        margin-bottom: 25px;
        font-size: 11px;
    }

    .page-template-page-google-ads-agency .trusted-logos__row {
        gap: 52px;
        animation-duration: 24s;
    }

    .page-template-page-google-ads-agency .trusted-logos__row span,
    .page-template-page-google-ads-agency .trusted-logos__row a {
        font-size: 13px;
    }

    .page-template-page-google-ads-agency .trusted-logos__track {
        padding: 14px 0;
    }
}

@media (max-width: 767px) {
    .page-template-page-google-ads-agency .google-ads-hero {
        padding: 80px 0 70px;
    }

    .page-template-page-google-ads-agency .google-ads-hero__inner {
        width: calc(100% - 40px);
        gap: 48px;
    }

    .page-template-page-google-ads-agency .google-ads-hero__eyebrow {
        font-size: 10px;
        margin-bottom: 18px;
    }

    .page-template-page-google-ads-agency .google-ads-hero h1 {
        font-size: 49px;
        line-height: 1.01;
        letter-spacing: -2px;
    }

    .page-template-page-google-ads-agency .google-ads-hero h1 br {
        display: none;
    }

    .page-template-page-google-ads-agency .google-ads-hero__content > p {
        font-size: 15px;
    }

    .page-template-page-google-ads-agency .google-ads-hero__buttons {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 35px;
    }

    .page-template-page-google-ads-agency .hero-btn {
        width: 100%;
        box-sizing: border-box;
    }

    .page-template-page-google-ads-agency .google-ads-hero__proof {
        gap: 12px;
        font-size: 10px;
    }

    .page-template-page-google-ads-agency .google-ads-hero__proof i {
        display: none;
    }

    .page-template-page-google-ads-agency .google-ads-preview {
        padding: 11px;
    }

    .page-template-page-google-ads-agency .google-ads-preview__stats {
        gap: 5px;
    }

    .page-template-page-google-ads-agency .trusted-logos {
        padding: 30px 0 32px;
    }

    .page-template-page-google-ads-agency .trusted-logos__heading {
        margin-bottom: 20px;
        font-size: 10px;
    }

    .page-template-page-google-ads-agency .trusted-logos__row {
        gap: 38px;
    }

    .page-template-page-google-ads-agency .trusted-logos__row span,
    .page-template-page-google-ads-agency .trusted-logos__row a {
        font-size: 11px;
    }

    .page-template-page-google-ads-agency .trusted-logos__track {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .page-template-page-google-ads-agency .trusted-logos__track::-webkit-scrollbar {
        display: none;
    }

    .page-template-page-google-ads-agency .why-google-section {
        padding: 75px 20px 90px;
    }

    .page-template-page-google-ads-agency .why-google-inner {
        gap: 45px;
    }

    .page-template-page-google-ads-agency .why-google-eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .page-template-page-google-ads-agency .why-google-content h2 {
        margin-bottom: 28px;
        font-size: 47px;
        line-height: 1.05;
        letter-spacing: -2px;
    }

    .page-template-page-google-ads-agency .why-google-content h2 br {
        display: none;
    }

    .page-template-page-google-ads-agency .why-google-copy p {
        font-size: 15px;
    }

    .page-template-page-google-ads-agency .why-google-stat {
        grid-template-columns: 90px 1fr;
        min-height: 92px;
        padding: 0 18px;
    }

    .page-template-page-google-ads-agency .why-google-stat__number {
        font-size: 32px;
    }

    .page-template-page-google-ads-agency .why-google-stat__copy strong {
        font-size: 13px;
    }

    .page-template-page-google-ads-agency .why-google-stat__copy span {
        font-size: 10px;
    }

    .page-template-page-google-ads-agency .campaign-types {
        padding: 75px 20px 85px;
    }

    .page-template-page-google-ads-agency .campaign-types__header {
        display: block;
        margin-bottom: 45px;
    }

    .page-template-page-google-ads-agency .campaign-types__eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .page-template-page-google-ads-agency .campaign-types__heading h2 {
        font-size: 48px;
        line-height: 1.04;
        letter-spacing: -2px;
    }

    .page-template-page-google-ads-agency .campaign-types__heading h2 br {
        display: none;
    }

    .page-template-page-google-ads-agency .campaign-types__intro {
        max-width: none;
        margin-top: 28px;
        padding: 0;
        font-size: 14px;
        text-align: left;
    }

    .page-template-page-google-ads-agency .campaign-types__intro br {
        display: none;
    }

    .page-template-page-google-ads-agency .campaign-types__grid {
        grid-template-columns: 1fr;
    }

    .page-template-page-google-ads-agency .campaign-card {
        min-height: auto;
        padding: 24px 22px;
    }

    .page-template-page-google-ads-agency .campaign-card__best {
        margin-top: 25px;
    }

    .page-template-page-google-ads-agency .google-ads-section {
        padding: 70px 20px;
    }

    .page-template-page-google-ads-agency .google-ads-content {
        padding: 50px 20px;
    }
}
.pl0 { padding-left:0 !important }

/* ==========================================
=! ANIMATION
------------------------------------------ */

/* --- do all the preload stuff --- */
@media (min-width: 768px) {
    .preload * {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
    /* opacity will be set back to 1 by animations below */
    .has-js .prep-animation,
    .has-js .prep-scroll-animation {
        opacity: 0;
    }
}

/* --- respect user preferences for motion --- */
@media screen and (prefers-reduced-motion: reduce) {
    body * {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}

/* ----------------------------------------------
 * Generated by Animista
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @media (min-width: 768px) {
     .fade-in-left {
         -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in {
         -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in-bottom {
         -webkit-animation: fade-in-bottom 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-bottom 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
     
     .fade-in-right {
         -webkit-animation: fade-in-right 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
                 animation: fade-in-right 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
     }
 }

/* --- animation fade-in-left --- */
@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-75px);
                transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}

/* --- animation fade-in --- */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* --- animation fade-in-bottom --- */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(75px);
                transform: translateY(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(75px);
                transform: translateY(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}  

/* --- animation fade-in-right --- */
@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(75px);
                transform: translateX(75px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
  
  
/* --- delay classes --- */
.delay-250 {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}
.delay-500 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-750 {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}
.delay-1000 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1250 {
    -webkit-animation-delay: 1250ms;
    animation-delay: 1250ms;
}
.delay-1500 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}