/*
Theme Name: Tecnoforro Premium
Theme URI: https://atecnoforro.com.br/
Author: Impulse Lead
Author URI: https://impulselead.com.br/
Description: Tema institucional premium para Tecnoforro, com foco em orçamento via WhatsApp, SEO técnico, galerias de serviços, FAQ e layout responsivo.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tecnoforro-premium
Tags: custom-logo, featured-images, one-column, responsive-layout, accessibility-ready
*/

:root {
    --color-black: #070707;
    --color-graphite: #111111;
    --color-card: #151515;
    --color-card-2: #1a1a1a;
    --color-border: rgba(255, 255, 255, 0.11);
    --color-border-strong: rgba(255, 106, 0, 0.42);
    --color-orange: #ff6a00;
    --color-orange-light: #ff8a1f;
    --color-white: #ffffff;
    --color-text: #b8b8b8;
    --color-muted: #888888;
    --color-whatsapp: #25d366;
    --shadow-strong: 0 26px 80px rgba(0, 0, 0, 0.55);
    --shadow-card: 0 18px 44px rgba(0, 0, 0, 0.36);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --radius-sm: 10px;
    --container: 1180px;
    --header-height: 88px;
    --transition: 180ms ease;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--color-text);
    background:
        radial-gradient(circle at top left, rgba(255, 106, 0, 0.14), transparent 26rem),
        radial-gradient(circle at 90% 10%, rgba(255, 138, 31, 0.08), transparent 22rem),
        var(--color-black);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

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

img {
    color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition), opacity var(--transition);
}

a:hover,
a:focus-visible {
    color: var(--color-orange-light);
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-white);
    line-height: 1.06;
    letter-spacing: -0.035em;
}

p:last-child {
    margin-bottom: 0;
}

::selection {
    background: var(--color-orange);
    color: var(--color-white);
}

.container {
    width: min(var(--container), calc(100% - 32px));
    margin-inline: auto;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    position: fixed;
    top: 14px;
    left: 14px;
    width: auto;
    height: auto;
    clip: auto;
    z-index: 9999;
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    color: var(--color-white);
    background: var(--color-orange);
}

[hidden] {
    display: none !important;
}

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    min-height: var(--header-height);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 7, 7, 0.74);
    backdrop-filter: blur(18px);
    transition: background var(--transition), box-shadow var(--transition), border-color var(--transition);
}

body.admin-bar .site-header {
    top: 32px;
}

.site-header.is-scrolled {
    background: rgba(7, 7, 7, 0.95);
    border-color: rgba(255, 106, 0, 0.22);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
}

.header-inner {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-branding {
    flex: 0 0 auto;
    min-width: 0;
}

.brand-link,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.brand-logo,
.custom-logo {
    width: clamp(315px, 34vw, 450px);
    max-height: 108px;
    object-fit: contain;
}

.desktop-navigation {
    display: none;
}

.primary-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    font-weight: 700;
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu .current-menu-item > a {
    color: var(--color-white);
    background: rgba(255, 106, 0, 0.13);
}

.header-cta {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid rgba(255, 138, 31, 0.55);
    border-radius: 999px;
    color: var(--color-white);
    background: linear-gradient(135deg, var(--color-orange), var(--color-orange-light));
    box-shadow: 0 12px 34px rgba(255, 106, 0, 0.24);
    font-size: 0.92rem;
    font-weight: 800;
}

.header-cta:hover,
.header-cta:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
    color: var(--color-white);
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(255, 106, 0, 0.34);
}

.menu-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.04);
}

.menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: var(--color-white);
    transition: transform var(--transition), opacity var(--transition);
}

.menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 7, 7, 0.98);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.42);
}

.mobile-navigation nav {
    padding-top: 12px;
    padding-bottom: 18px;
}

.mobile-navigation .primary-menu {
    display: grid;
    gap: 4px;
    margin-bottom: 14px;
}

.mobile-navigation .primary-menu a {
    width: 100%;
    justify-content: space-between;
    padding: 12px 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
}

.site-main {
    min-height: 60vh;
}

.hero-section {
    position: relative;
    padding-top: calc(var(--header-height) + 56px);
    padding-bottom: 54px;
    isolation: isolate;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(7, 7, 7, 1) 0%, rgba(7, 7, 7, 0.92) 38%, rgba(7, 7, 7, 0.48) 100%),
        url("https://atecnoforro.com.br/wp-content/uploads/2026/06/1-12.png") center / cover no-repeat;
    opacity: 0.72;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 42%;
    background: linear-gradient(0deg, var(--color-black), transparent);
}

.hero-grid {
    display: grid;
    gap: 34px;
    align-items: center;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--color-orange-light);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.eyebrow span,
.section-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    border-radius: 99px;
    background: var(--color-orange);
}

.hero-copy h1 {
    max-width: 860px;
    margin-bottom: 18px;
    font-size: clamp(2.45rem, 10vw, 4.8rem);
}

.hero-subtitle {
    max-width: 790px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1.03rem, 2vw, 1.18rem);
}

.hero-support {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
}

.hero-actions,
.final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.96rem;
    font-weight: 850;
    line-height: 1;
    text-align: center;
}

.btn-primary {
    color: var(--color-white);
    border-color: rgba(255, 138, 31, 0.45);
    background: linear-gradient(135deg, var(--color-orange), var(--color-orange-light));
    box-shadow: 0 13px 32px rgba(255, 106, 0, 0.26);
}

.btn-outline {
    color: var(--color-white);
    border-color: var(--color-border);
    background: rgba(255, 255, 255, 0.035);
}

.btn-outline:hover,
.btn-outline:focus-visible {
    color: var(--color-white);
    border-color: rgba(255, 106, 0, 0.55);
    background: rgba(255, 106, 0, 0.12);
}

.btn-whatsapp {
    color: var(--color-white);
    border-color: rgba(37, 211, 102, 0.55);
    background: linear-gradient(135deg, #139d48, var(--color-whatsapp));
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.18);
}

.btn-full {
    width: 100%;
}

.hero-media {
    position: relative;
    min-height: 260px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--color-card);
    box-shadow: var(--shadow-strong);
}

.hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.68));
    pointer-events: none;
}

.hero-media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.hero-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    max-width: 210px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 106, 0, 0.35);
    border-radius: var(--radius-md);
    background: rgba(7, 7, 7, 0.78);
    backdrop-filter: blur(14px);
}

.hero-badge strong {
    display: block;
    color: var(--color-orange-light);
    font-size: 1.45rem;
    line-height: 1;
}

.hero-badge span {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.86rem;
    line-height: 1.35;
}

.service-strip {
    padding: 28px 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
}

.compact-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.compact-heading h2 {
    margin-bottom: 0;
    font-size: clamp(1.45rem, 4vw, 2rem);
}

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

.strip-card {
    display: grid;
    place-items: center;
    min-height: 176px;
    padding: 14px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    color: var(--color-white);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
    text-align: center;
}

.strip-card:hover,
.strip-card:focus-visible {
    transform: translateY(-2px);
    border-color: var(--color-border-strong);
    color: var(--color-white);
    background: linear-gradient(180deg, rgba(255, 106, 0, 0.12), rgba(255, 255, 255, 0.026));
}

.strip-card img {
    width: 100%;
    height: 104px;
    margin-bottom: 12px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    opacity: 0.98;
}

.strip-card span {
    max-width: none;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.18;
}

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

.section-heading {
    max-width: 760px;
}

.section-heading.centered {
    margin-inline: auto;
    text-align: center;
}

.section-heading.centered .section-kicker {
    justify-content: center;
}

.section-heading h2 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 6.5vw, 3.35rem);
}

.section-heading p {
    color: var(--color-text);
}

.about-grid,
.faq-grid {
    display: grid;
    gap: 28px;
}

.about-panel {
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(145deg, rgba(255, 106, 0, 0.09), transparent 46%),
        rgba(255, 255, 255, 0.035);
    box-shadow: var(--shadow-card);
}

.about-panel article {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    background: rgba(0, 0, 0, 0.22);
}

.about-panel strong {
    display: block;
    color: var(--color-orange-light);
    font-size: clamp(1.65rem, 6vw, 2.45rem);
    line-height: 1;
}

.about-panel span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.35;
}

.services-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
        #090909;
}

.service-cards-grid,
.differentials-grid,
.process-grid {
    display: grid;
    gap: 16px;
    margin-top: 32px;
}

.service-card,
.feature-card,
.process-card,
.faq-item {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022));
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.service-card {
    overflow: hidden;
}

.service-image {
    overflow: hidden;
    background: var(--color-card-2);
}

.service-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 280ms ease;
}

.service-card:hover .service-image img {
    transform: scale(1.04);
}

.service-content {
    padding: 20px;
}

.service-content h3,
.feature-card h3,
.process-card h3 {
    margin-bottom: 10px;
    font-size: 1.23rem;
    letter-spacing: -0.025em;
}

.service-content p,
.feature-card p,
.process-card p {
    margin-bottom: 16px;
    color: var(--color-text);
}

.service-content a {
    display: inline-flex;
    align-items: center;
    color: var(--color-orange-light);
    font-weight: 850;
}

.service-content a::after {
    content: "→";
    margin-left: 8px;
}

.feature-card,
.process-card {
    padding: 22px;
}

.feature-icon {
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 106, 0, 0.35);
    border-radius: 16px;
    color: var(--color-orange-light);
    background: rgba(255, 106, 0, 0.1);
    font-weight: 950;
}

.gallery-section {
    background:
        radial-gradient(circle at 50% 0, rgba(255, 106, 0, 0.11), transparent 34rem),
        #070707;
}

.gallery-filters {
    display: flex;
    gap: 10px;
    margin: 28px 0 24px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.gallery-filter {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.88rem;
    font-weight: 800;
}

.gallery-filter.is-active,
.gallery-filter:hover,
.gallery-filter:focus-visible {
    color: var(--color-white);
    border-color: rgba(255, 106, 0, 0.55);
    background: rgba(255, 106, 0, 0.16);
}

.gallery-grid {
    display: grid;
    gap: 12px;
}

.gallery-item {
    position: relative;
    margin: 0;
    overflow: hidden;
    min-height: 230px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-card);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
}

.gallery-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 300ms ease, opacity var(--transition);
}

.gallery-item:hover img {
    transform: scale(1.04);
}

.gallery-item figcaption {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: var(--color-white);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    font-size: 0.88rem;
    font-weight: 800;
}

.gallery-item.is-hidden {
    display: none;
}

.process-card span {
    display: block;
    margin-bottom: 16px;
    color: var(--color-orange-light);
    font-size: 2.2rem;
    font-weight: 950;
    line-height: 1;
}

.coverage-section {
    background: rgba(255, 255, 255, 0.02);
}

.coverage-panel {
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
    box-shadow: var(--shadow-card);
}

.coverage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0 0 18px;
    list-style: none;
}

.coverage-list li {
    padding: 10px 14px;
    border: 1px solid rgba(255, 106, 0, 0.28);
    border-radius: 999px;
    color: var(--color-white);
    background: rgba(255, 106, 0, 0.08);
    font-weight: 800;
}

.coverage-note {
    max-width: 920px;
    color: var(--color-text);
}

.faq-section {
    background: rgba(255, 255, 255, 0.025);
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 18px;
    border: 0;
    color: var(--color-white);
    background: transparent;
    text-align: left;
    font-weight: 900;
}

.faq-icon {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    color: var(--color-orange-light);
    background: rgba(255, 106, 0, 0.12);
    transition: transform var(--transition);
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 18px 18px;
    color: var(--color-text);
}

.final-cta {
    padding: 54px 0;
}

.final-cta-inner {
    display: grid;
    gap: 20px;
    align-items: center;
    padding: 28px;
    border: 1px solid rgba(255, 106, 0, 0.42);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(255, 106, 0, 0.16), transparent 46%),
        rgba(255, 255, 255, 0.045);
    box-shadow: var(--shadow-strong);
}

.final-cta h2 {
    margin-bottom: 12px;
    font-size: clamp(2rem, 6vw, 3.1rem);
}

.site-footer {
    padding-top: 52px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #050505;
}

.footer-grid {
    display: grid;
    gap: 28px;
}

.footer-brand img {
    width: 240px;
    max-height: 74px;
    object-fit: contain;
    margin-bottom: 14px;
}

.footer-title {
    margin-bottom: 14px;
    color: var(--color-white);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

.footer-column li {
    margin-bottom: 8px;
    color: var(--color-text);
}

.footer-column a {
    color: rgba(255, 255, 255, 0.72);
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: var(--color-orange-light);
}

.footer-whatsapp {
    margin-top: 10px;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 18px;
    margin-top: 34px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--color-muted);
    font-size: 0.9rem;
}

.footer-bottom a {
    color: var(--color-muted);
}

.floating-whatsapp {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
    color: var(--color-white);
    transform: scale(1.05);
}

.floating-whatsapp img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.36));
}

.page-hero,
.archive-hero {
    padding-top: calc(var(--header-height) + 54px);
    padding-bottom: 44px;
    background:
        radial-gradient(circle at 12% 0, rgba(255, 106, 0, 0.16), transparent 30rem),
        #090909;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero h1,
.archive-hero h1 {
    max-width: 880px;
    margin-bottom: 12px;
    font-size: clamp(2.35rem, 8vw, 4.1rem);
}

.page-content-wrap,
.archive-content-wrap {
    padding: 58px 0 74px;
}

.content-card {
    padding: clamp(22px, 5vw, 42px);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.035);
    box-shadow: var(--shadow-card);
}

.content-card > *:last-child {
    margin-bottom: 0;
}

.content-card h2,
.content-card h3,
.content-card h4 {
    margin-top: 1.55em;
}

.content-card a {
    color: var(--color-orange-light);
    font-weight: 800;
}

.post-list {
    display: grid;
    gap: 16px;
}

.post-card {
    padding: 22px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.035);
}

.post-card h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.pagination {
    margin-top: 28px;
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}

@media (min-width: 560px) {
    .container {
        width: min(var(--container), calc(100% - 44px));
    }

    .strip-grid,
    .gallery-grid,
    .process-grid,
    .differentials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-image img {
        height: 250px;
    }
}

@media (min-width: 760px) {
    .hero-grid,
    .about-grid,
    .faq-grid,
    .final-cta-inner {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
    }

    .final-cta-inner {
        padding: 38px;
    }

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

    .footer-grid {
        grid-template-columns: 1.25fr 0.75fr 1fr 1.05fr;
    }
}

@media (min-width: 980px) {
    :root {
        --header-height: 104px;
    }

    .desktop-navigation {
        display: block;
    }

    .header-cta {
        display: inline-flex;
    }

    .menu-toggle,
    .mobile-navigation {
        display: none !important;
    }

    .hero-section {
        min-height: 760px;
        display: flex;
        align-items: center;
        padding-bottom: 90px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.85fr);
        gap: 44px;
    }

    .hero-media {
        min-height: 530px;
    }

    .hero-media img {
        min-height: 530px;
    }

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

    .strip-card {
        min-height: 188px;
    }

    .strip-card img {
        height: 112px;
    }

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

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

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

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

    .gallery-item img {
        height: 300px;
    }
}

@media (min-width: 1160px) {
    .primary-menu {
        gap: 12px;
    }

    .primary-menu a {
        padding-inline: 14px;
    }

    .header-cta {
        padding-inline: 24px;
    }
}

@media (max-width: 559px) {
    .header-inner {
        gap: 10px;
    }

    .brand-logo,
    .custom-logo {
        width: 300px;
    }

    .hero-actions .btn,
    .final-cta-actions .btn {
        width: 100%;
    }

    .hero-copy h1 {
        font-size: 2.35rem;
    }

    .section-heading.centered {
        text-align: left;
    }

    .section-heading.centered .section-kicker {
        justify-content: flex-start;
    }

    .compact-heading {
        display: block;
    }

    .floating-whatsapp {
        width: 56px;
        height: 56px;
    }

    .floating-whatsapp img {
        width: 56px;
        height: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
