/*
Theme Name: NEST CODING Industrial
Theme URI: https://www.nestcoding.com/
Author: NEST CODING SDN BHD
Description: Responsive industrial catalogue and lead-generation theme for NEST CODING SDN BHD.
Version: 1.1.1
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: nest-coding
*/

:root {
    --navy-950: #061326;
    --navy-900: #0a1b34;
    --navy-800: #102848;
    --navy-700: #18375e;
    --slate-700: #405269;
    --slate-600: #5b6d82;
    --slate-500: #738399;
    --slate-300: #c8d2de;
    --slate-200: #e1e7ed;
    --slate-100: #edf2f6;
    --slate-50: #f6f8fa;
    --white: #fff;
    --cyan: #14b8cf;
    --cyan-dark: #098da8;
    --violet: #7358d8;
    --violet-dark: #5941bb;
    --amber: #f4aa32;
    --coral: #f07c68;
    --success: #12815e;
    --danger: #b83c45;
    --shadow-sm: 0 8px 26px rgba(7, 27, 52, .08);
    --shadow-lg: 0 24px 70px rgba(7, 27, 52, .16);
    --radius-sm: .55rem;
    --radius-md: 1rem;
    --radius-lg: 1.5rem;
    --container: 1180px;
    --header-height: 82px;
}

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

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--white);
    color: var(--navy-900);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

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

a {
    color: inherit;
    text-decoration-thickness: .08em;
    text-underline-offset: .18em;
}

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

button,
.button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid var(--amber);
    outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 .75rem;
    color: var(--navy-950);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.08;
}

h1 {
    font-size: clamp(2.6rem, 5.2vw, 5.4rem);
}

h2 {
    font-size: clamp(2rem, 3.5vw, 3.5rem);
}

h3 {
    font-size: 1.25rem;
}

p {
    margin: 0 0 1rem;
}

ul,
ol {
    margin-top: 0;
}

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

.section {
    padding: clamp(4.5rem, 8vw, 8rem) 0;
}

.section-muted {
    background: var(--slate-50);
}

.section-dark {
    background:
        radial-gradient(circle at 12% 8%, rgba(20, 184, 207, .14), transparent 34%),
        radial-gradient(circle at 90% 92%, rgba(115, 88, 216, .15), transparent 32%),
        var(--navy-950);
    color: var(--slate-200);
}

.section-dark h2,
.section-dark h3,
.section-dark .eyebrow {
    color: var(--white);
}

.eyebrow {
    margin: 0 0 .85rem;
    color: var(--cyan-dark);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 2.5rem;
}

.section-heading > p:last-child {
    max-width: 680px;
    color: var(--slate-600);
    font-size: 1.08rem;
}

.section-dark .section-heading > p:last-child {
    color: var(--slate-300);
}

.section-action {
    margin-top: 2.25rem;
    text-align: center;
}

.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: .78rem 1.15rem;
    border: 1px solid transparent;
    border-radius: .6rem;
    font-size: .88rem;
    font-weight: 780;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: linear-gradient(135deg, var(--violet), var(--violet-dark));
    box-shadow: 0 10px 24px rgba(89, 65, 187, .22);
    color: var(--white);
}

.button-primary:hover {
    background: linear-gradient(135deg, #7d64de, #5038ae);
}

.button-secondary {
    border-color: rgba(255, 255, 255, .36);
    background: rgba(255, 255, 255, .11);
    color: var(--white);
    backdrop-filter: blur(8px);
}

.button-outline {
    border-color: var(--slate-300);
    background: var(--white);
    color: var(--navy-900);
}

.button-outline:hover {
    border-color: var(--violet);
    color: var(--violet-dark);
}

.button-ghost-light {
    border-color: rgba(255, 255, 255, .34);
    background: transparent;
    color: var(--white);
}

.button-ghost-light:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, .08);
}

.button-whatsapp {
    background: #1a9c68;
    color: var(--white);
}

.button-whatsapp:hover {
    background: #14845a;
}

.button-disabled {
    cursor: not-allowed;
    opacity: .55;
}

.button-disabled:hover {
    transform: none;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--violet-dark);
    font-size: .88rem;
    font-weight: 800;
    text-decoration: none;
}

.text-link:hover {
    color: var(--cyan-dark);
}

.text-link-secondary {
    color: var(--slate-600);
}

.skip-link {
    position: fixed;
    z-index: 9999;
    top: .75rem;
    left: .75rem;
    transform: translateY(-180%);
    padding: .7rem 1rem;
    border-radius: .4rem;
    background: var(--white);
    color: var(--navy-950);
    font-weight: 800;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-topbar {
    background: var(--navy-950);
    color: var(--slate-300);
    font-size: .78rem;
}

.topbar-inner {
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.topbar-inner p {
    margin: 0;
}

.topbar-links {
    display: flex;
    gap: 1.2rem;
}

.topbar-links a {
    color: inherit;
    text-decoration: none;
}

.topbar-links a:hover {
    color: var(--white);
}

.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgba(10, 27, 52, .08);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 28px rgba(7, 27, 52, .05);
    backdrop-filter: blur(14px);
}

.header-inner {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.site-brand {
    display: inline-flex;
    min-width: 225px;
    align-items: center;
    gap: .8rem;
    color: var(--navy-950);
    text-decoration: none;
}

.site-brand img {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    border-radius: 50%;
    object-fit: contain;
}

.site-brand span {
    display: flex;
    flex-direction: column;
}

.site-brand strong {
    font-size: .98rem;
    letter-spacing: .055em;
    line-height: 1.1;
}

.site-brand small {
    margin-top: .22rem;
    color: var(--slate-600);
    font-size: .63rem;
    letter-spacing: .03em;
    line-height: 1.15;
}

.primary-navigation {
    margin-left: auto;
}

.primary-navigation ul {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-navigation a {
    position: relative;
    display: block;
    padding: 1.9rem 0;
    color: var(--navy-800);
    font-size: .84rem;
    font-weight: 710;
    text-decoration: none;
    white-space: nowrap;
}

.primary-navigation a::after {
    position: absolute;
    right: 0;
    bottom: 1.35rem;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    background: linear-gradient(90deg, var(--cyan), var(--violet));
    content: "";
    transition: transform .18s ease;
}

.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after {
    transform: scaleX(1);
}

.header-quote {
    flex: 0 0 auto;
}

.menu-toggle {
    display: none;
    min-height: 44px;
    align-items: center;
    gap: .55rem;
    padding: .55rem .75rem;
    border: 1px solid var(--slate-200);
    border-radius: .5rem;
    background: var(--white);
    color: var(--navy-900);
    font-weight: 750;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
    display: block;
    width: 19px;
    height: 2px;
    background: currentColor;
    content: "";
    transition: transform .18s ease;
}

.menu-icon {
    position: relative;
}

.menu-icon::before {
    position: absolute;
    top: -6px;
}

.menu-icon::after {
    position: absolute;
    top: 6px;
}

.hero {
    position: relative;
    min-height: 710px;
    overflow: hidden;
    background: var(--navy-950);
    color: var(--white);
}

.hero-media,
.hero-media::before {
    position: absolute;
    inset: 0;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-media::before {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(3, 14, 31, .98) 0%, rgba(3, 14, 31, .88) 38%, rgba(3, 14, 31, .2) 76%, rgba(3, 14, 31, .08) 100%),
        linear-gradient(0deg, rgba(3, 14, 31, .46), transparent 45%);
    content: "";
}

.hero-inner {
    position: relative;
    z-index: 2;
    min-height: 710px;
    display: flex;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.hero-copy {
    width: min(720px, 65%);
}

.hero-copy .eyebrow,
.product-hero .eyebrow {
    color: #6bdbe8;
}

.hero h1 {
    color: var(--white);
    font-size: clamp(3rem, 5.7vw, 5.6rem);
}

.hero-lead {
    max-width: 650px;
    color: var(--slate-200);
    font-size: clamp(1.1rem, 2vw, 1.38rem);
    line-height: 1.55;
}

.hero-actions,
.card-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.hero-actions {
    margin-top: 2rem;
}

.hero-proof {
    display: grid;
    max-width: 700px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.5rem;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.hero-proof span {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.2rem;
    border-right: 1px solid rgba(255, 255, 255, .18);
    color: var(--slate-300);
    font-size: .75rem;
}

.hero-proof span:first-child {
    padding-left: 0;
}

.hero-proof span:last-child {
    border-right: 0;
}

.hero-proof strong {
    margin-bottom: .2rem;
    color: var(--white);
    font-size: .82rem;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: start;
    gap: clamp(2.5rem, 6vw, 6rem);
}

.prose {
    color: var(--slate-700);
}

.prose > *:first-child {
    margin-top: 0;
}

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

.prose p,
.prose li {
    font-size: 1.05rem;
}

.prose h2,
.prose h3 {
    margin-top: 2.3rem;
}

.prose a:not(.button) {
    color: var(--violet-dark);
}

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

.product-card {
    --visual-accent: var(--violet);
    overflow: hidden;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--visual-accent) 40%, var(--slate-200));
    box-shadow: var(--shadow-lg);
}

.product-card-image {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: var(--navy-900);
}

.product-card-image::after,
.product-hero-image::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--visual-accent) 48%, transparent), transparent 45%),
        linear-gradient(0deg, rgba(5, 18, 38, .62), transparent 62%);
    content: "";
    pointer-events: none;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.product-card:hover .product-card-image img {
    transform: scale(1.035);
}

.product-visual-mark {
    position: absolute;
    z-index: 2;
    right: 1rem;
    bottom: 1rem;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 50%;
    box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .09);
}

.product-visual-mark::before,
.product-visual-mark::after {
    position: absolute;
    content: "";
}

.product-visual-mark::before {
    top: 23px;
    left: 10px;
    width: 28px;
    height: 2px;
    transform: rotate(-28deg);
    background: var(--white);
}

.product-visual-mark::after {
    top: 12px;
    left: 23px;
    width: 2px;
    height: 25px;
    transform: rotate(-28deg);
    background: var(--white);
}

.product-card-body {
    padding: 1.55rem;
}

.product-card h3 {
    min-height: 2.7em;
    font-size: 1.32rem;
}

.product-card h3 a {
    text-decoration: none;
}

.product-card-body > p:not(.eyebrow, .product-application) {
    min-height: 5.2em;
    color: var(--slate-600);
    font-size: .94rem;
}

.product-application {
    padding-top: .9rem;
    border-top: 1px solid var(--slate-200);
    color: var(--slate-600);
    font-size: .82rem;
}

.card-actions {
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.visual-ribbon { --visual-accent: #d253a5; }
.visual-label { --visual-accent: var(--amber); }
.visual-inkjet { --visual-accent: var(--cyan); }
.visual-printer { --visual-accent: #4d86db; }
.visual-laser { --visual-accent: var(--coral); }
.visual-printhead { --visual-accent: #6e7f92; }
.visual-applicator { --visual-accent: #47b582; }
.visual-scanner { --visual-accent: #8b6de4; }
.visual-packaging { --visual-accent: #ef914d; }
.visual-tape { --visual-accent: #d7b13f; }
.visual-rental { --visual-accent: #19a9b8; }

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

.benefit-card,
.value-card,
.service-card {
    position: relative;
    padding: 1.55rem;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    background: var(--white);
}

.benefit-card > span,
.value-card > span,
.service-card > span {
    display: block;
    margin-bottom: 1.8rem;
    color: var(--cyan-dark);
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .14em;
}

.benefit-card p,
.value-card p,
.service-card p {
    margin-bottom: 0;
    color: var(--slate-600);
    font-size: .9rem;
}

.industry-section {
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(20, 184, 207, .06), transparent 38%),
        linear-gradient(315deg, rgba(115, 88, 216, .07), transparent 42%),
        var(--white);
}

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

.industry-card {
    position: relative;
    min-height: 205px;
    overflow: hidden;
    border: 1px solid var(--slate-200);
    border-radius: .8rem;
    background: var(--navy-900);
    box-shadow: 0 16px 32px rgba(6, 19, 38, .1);
}

.industry-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 19, 38, .04) 20%, rgba(6, 19, 38, .92) 100%);
    content: "";
}

.industry-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.industry-card:hover img {
    transform: scale(1.035);
}

.industry-card div {
    position: relative;
    z-index: 1;
    min-height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.1rem;
}

.industry-card span {
    color: #91e7f0;
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .14em;
}

.industry-card strong {
    max-width: 150px;
    color: var(--white);
    font-size: .96rem;
    line-height: 1.3;
    text-shadow: 0 2px 12px rgba(6, 19, 38, .55);
}

.services-layout {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.services-intro p:not(.eyebrow) {
    color: var(--slate-300);
}

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

.service-list div {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: .7rem;
    background: rgba(255, 255, 255, .055);
}

.service-list span {
    width: 25px;
    height: 25px;
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: rgba(20, 184, 207, .18);
    color: #67dce9;
    font-size: .78rem;
}

.service-list strong {
    color: var(--white);
    font-size: .9rem;
}

.cta-band {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 7vw, 6rem) 0;
    background:
        radial-gradient(circle at 5% 50%, rgba(20, 184, 207, .26), transparent 30%),
        radial-gradient(circle at 96% 25%, rgba(244, 170, 50, .19), transparent 26%),
        linear-gradient(125deg, var(--violet-dark), #3e318e 55%, var(--navy-800));
    color: var(--white);
}

.cta-band::after {
    position: absolute;
    top: -50%;
    right: -8%;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: inset 0 0 0 32px rgba(255, 255, 255, .025), inset 0 0 0 66px rgba(255, 255, 255, .025);
    content: "";
}

.cta-band-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    align-items: center;
    gap: 3rem;
}

.cta-band h2,
.cta-band .eyebrow {
    color: var(--white);
}

.cta-band p:not(.eyebrow) {
    max-width: 690px;
    color: #e6e1ff;
}

.cta-actions {
    justify-content: flex-end;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: .55rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--slate-600);
    font-size: .78rem;
}

.breadcrumbs a {
    color: var(--violet-dark);
    text-decoration: none;
}

.page-hero {
    padding: clamp(4rem, 8vw, 7rem) 0;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(6, 19, 38, .93) 0%, rgba(6, 19, 38, .82) 48%, rgba(6, 19, 38, .38) 100%),
        var(--nest-page-hero-image, linear-gradient(135deg, var(--navy-950), var(--navy-800)));
    background-position: center;
    background-size: cover;
    color: var(--slate-200);
}

.page-hero h1 {
    max-width: 880px;
    color: var(--white);
    font-size: clamp(2.7rem, 5vw, 5rem);
}

.page-hero p:not(.eyebrow) {
    max-width: 720px;
    color: var(--slate-300);
    font-size: 1.13rem;
}

.page-hero-inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 3rem;
}

.page-hero-stat {
    min-width: 240px;
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .06);
}

.page-hero-stat span,
.page-hero-stat small {
    display: block;
    color: var(--slate-300);
}

.page-hero-stat strong {
    display: block;
    margin: .35rem 0;
    color: var(--white);
    font-size: 3.6rem;
    line-height: 1;
}

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

.statement-card {
    padding: clamp(2rem, 4vw, 3.5rem);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.statement-card-accent {
    background:
        radial-gradient(circle at 90% 10%, rgba(20, 184, 207, .15), transparent 32%),
        var(--navy-900);
    color: var(--slate-200);
}

.statement-card-accent h2,
.statement-card-accent .eyebrow {
    color: var(--white);
}

.check-list {
    display: grid;
    gap: .7rem;
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 1.7rem;
}

.check-list li::before {
    position: absolute;
    top: .13rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(20, 184, 207, .14);
    color: var(--cyan-dark);
    content: "✓";
    font-size: .68rem;
    font-weight: 900;
}

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

.product-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.product-toolbar p {
    margin-bottom: 0;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.filter-buttons button,
.category-filter a {
    min-height: 42px;
    padding: .6rem .9rem;
    border: 1px solid var(--slate-200);
    border-radius: 999px;
    background: var(--white);
    color: var(--slate-700);
    font-size: .82rem;
    font-weight: 750;
    text-decoration: none;
}

.filter-buttons button:hover,
.filter-buttons button.is-active,
.category-filter a:hover,
.category-filter a.is-active {
    border-color: var(--violet);
    background: var(--violet);
    color: var(--white);
}

.filter-empty,
.empty-state {
    padding: 2rem;
    border: 1px dashed var(--slate-300);
    border-radius: var(--radius-md);
    text-align: center;
}

.service-diagnostic-card,
.contact-quick-card {
    width: min(380px, 100%);
    flex: 0 0 auto;
    padding: 1.7rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
}

.service-diagnostic-card span {
    display: block;
    margin-bottom: .7rem;
    color: #6bdbe8;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.service-diagnostic-card strong {
    display: block;
    margin-bottom: .75rem;
    color: var(--white);
    font-size: 1.28rem;
    line-height: 1.3;
}

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

.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 0;
    counter-reset: process;
    list-style: none;
}

.process-timeline li {
    position: relative;
    min-height: 235px;
    padding: 1.4rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, .05);
}

.process-timeline li > span {
    width: 40px;
    height: 40px;
    display: grid;
    margin-bottom: 2.2rem;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cyan), var(--violet));
    color: var(--white);
    font-weight: 850;
}

.process-timeline p {
    color: var(--slate-300);
    font-size: .88rem;
}

.form-section {
    background:
        linear-gradient(135deg, rgba(115, 88, 216, .06), transparent 42%),
        var(--slate-50);
}

.form-layout {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(2.5rem, 6vw, 6rem);
}

.form-aside {
    position: sticky;
    top: calc(var(--header-height) + 2rem);
}

.notice-card {
    margin-top: 1.5rem;
    padding: 1.2rem;
    border-left: 3px solid var(--amber);
    border-radius: 0 .65rem .65rem 0;
    background: #fff8e9;
    color: #594717;
}

.notice-card strong {
    display: block;
    margin-bottom: .3rem;
    color: #43340d;
}

.notice-card p {
    margin: 0;
    font-size: .9rem;
}

.nest-form-wrap {
    padding: clamp(1.4rem, 3vw, 2.5rem);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow-lg);
}

.nest-form-wrap > h2 {
    font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.form-intro {
    color: var(--slate-600);
}

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

.form-field {
    min-width: 0;
}

.form-field-full {
    grid-column: 1 / -1;
}

.form-field > label {
    display: block;
    margin-bottom: .4rem;
    color: var(--navy-800);
    font-size: .84rem;
    font-weight: 730;
}

.form-field input:not([type="checkbox"], [type="file"]),
.form-field select,
.form-field textarea,
.blog-search input {
    width: 100%;
    min-height: 48px;
    padding: .75rem .85rem;
    border: 1px solid var(--slate-300);
    border-radius: .5rem;
    background: var(--white);
    color: var(--navy-900);
}

.form-field textarea {
    min-height: 130px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.blog-search input:focus {
    border-color: var(--violet);
    box-shadow: 0 0 0 3px rgba(115, 88, 216, .13);
    outline: 0;
}

.form-field input[type="file"] {
    width: 100%;
    padding: .75rem;
    border: 1px dashed var(--slate-300);
    border-radius: .5rem;
    background: var(--slate-50);
}

.form-field small {
    display: block;
    margin-top: .3rem;
    color: var(--slate-600);
    font-size: .74rem;
}

.consent-field label {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    padding: .9rem;
    border-radius: .55rem;
    background: var(--slate-50);
    font-weight: 500;
}

.consent-field input {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    margin-top: .12rem;
}

.nest-honeypot {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}

.form-notice {
    margin-bottom: 1rem;
    padding: 1rem 1.2rem;
    border-radius: .65rem;
}

.form-notice p {
    margin: .25rem 0 0;
}

.form-notice-success {
    border: 1px solid #8ed0b8;
    background: #ecfbf5;
    color: #0d6649;
}

.form-notice-error {
    border: 1px solid #e5abb0;
    background: #fff1f2;
    color: #8c2730;
}

.contact-quick-card {
    display: grid;
    gap: .85rem;
}

.contact-quick-card a {
    display: block;
    padding-bottom: .7rem;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    text-decoration: none;
}

.contact-quick-card a:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-quick-card span,
.contact-quick-card strong {
    display: block;
}

.contact-quick-card span {
    color: #6bdbe8;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-quick-card strong {
    overflow-wrap: anywhere;
    color: var(--white);
    font-size: .92rem;
}

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

.contact-details-grid article {
    padding: 1.5rem;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
}

.contact-details-grid article > span {
    color: var(--violet);
    font-size: .7rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.contact-details-grid h2 {
    margin-top: .55rem;
    font-size: 1.45rem;
}

.contact-details-grid p {
    margin-bottom: 0;
    color: var(--slate-600);
}

.map-section iframe,
.map-placeholder {
    width: 100%;
    height: 480px;
    display: block;
    border: 0;
}

.map-placeholder {
    display: grid;
    place-items: center;
    padding: 2rem;
    background:
        linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)),
        repeating-linear-gradient(45deg, var(--slate-100) 0 22px, var(--slate-200) 22px 24px);
    text-align: center;
}

.map-placeholder div {
    max-width: 560px;
    padding: 2rem;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.map-placeholder span {
    color: var(--violet);
    font-size: 2.8rem;
}

.social-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.social-section h2 {
    max-width: 720px;
}

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

.social-links a,
.social-placeholder {
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .19);
    border-radius: 50%;
    color: var(--white);
    font-size: .72rem;
    font-weight: 850;
    text-decoration: none;
    text-transform: uppercase;
}

.social-links a:hover {
    border-color: var(--cyan);
    background: var(--cyan);
    color: var(--navy-950);
}

.social-placeholder {
    cursor: not-allowed;
    opacity: .45;
}

.social-links-large a,
.social-links-large .social-placeholder {
    width: 58px;
    height: 58px;
    border-color: var(--slate-200);
    background: var(--white);
    color: var(--navy-900);
    box-shadow: var(--shadow-sm);
}

.product-hero {
    --visual-accent: var(--violet);
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 7.5rem) 0;
    background:
        radial-gradient(circle at 4% 90%, color-mix(in srgb, var(--visual-accent) 24%, transparent), transparent 32%),
        var(--navy-950);
    color: var(--slate-200);
}

.product-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.product-hero h1 {
    color: var(--white);
    font-size: clamp(3rem, 5.6vw, 5.5rem);
}

.product-hero-image {
    position: relative;
    height: 470px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: var(--radius-lg);
    box-shadow: 0 35px 90px rgba(0, 0, 0, .35);
}

.product-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
}

.editable-note {
    margin-top: 1.4rem;
    color: var(--slate-300);
    font-size: .78rem;
}

.product-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
    gap: clamp(2.5rem, 6vw, 6rem);
}

.prose-large p {
    font-size: 1.12rem;
}

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

.type-grid article {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.4rem;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.type-grid span {
    color: var(--violet);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .14em;
}

.feature-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.feature-benefit-grid > div {
    padding: clamp(2rem, 4vw, 4rem);
}

.feature-benefit-accent {
    background:
        radial-gradient(circle at 90% 10%, rgba(20, 184, 207, .15), transparent 32%),
        var(--navy-900);
    color: var(--slate-200);
}

.feature-benefit-accent h2,
.feature-benefit-accent .eyebrow {
    color: var(--white);
}

.feature-benefit-accent .check-list li::before {
    color: #75e3ee;
}

.application-industry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 7vw, 7rem);
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1.5rem;
}

.tag-cloud span {
    padding: .65rem .85rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    color: var(--slate-200);
    font-size: .82rem;
    font-weight: 680;
}

.tag-cloud-accent span {
    border-color: rgba(20, 184, 207, .26);
    background: rgba(20, 184, 207, .08);
}

.specs-grid {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 6rem);
}

.specification-panel {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    background:
        linear-gradient(135deg, rgba(115, 88, 216, .06), transparent 55%),
        var(--slate-50);
}

.specification-panel > span {
    display: block;
    margin-bottom: 1rem;
    color: var(--violet-dark);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

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

.product-gallery figure {
    position: relative;
    height: 290px;
    overflow: hidden;
    margin: 0;
    border-radius: var(--radius-md);
    background: var(--navy-900);
    box-shadow: var(--shadow-sm);
}

.product-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-placeholder::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--visual-accent) 48%, transparent), rgba(5, 18, 38, .34));
    content: "";
}

.gallery-placeholder:nth-child(2) img {
    transform: scale(1.08);
    object-position: 72% center;
}

.gallery-placeholder:nth-child(3) img {
    transform: scale(1.14);
    object-position: 92% center;
}

.product-gallery figcaption {
    position: absolute;
    z-index: 1;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    color: var(--white);
    font-size: .76rem;
    font-weight: 750;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
    gap: clamp(2.5rem, 6vw, 6rem);
}

.faq-list {
    display: grid;
    gap: .75rem;
}

.faq-list details {
    border: 1px solid var(--slate-200);
    border-radius: .7rem;
    background: var(--white);
}

.faq-list summary {
    position: relative;
    cursor: pointer;
    padding: 1.1rem 3.1rem 1.1rem 1.2rem;
    color: var(--navy-900);
    font-weight: 760;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    position: absolute;
    top: .9rem;
    right: 1rem;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--slate-100);
    color: var(--violet);
    content: "+";
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details p {
    padding: 0 1.2rem 1.2rem;
    color: var(--slate-600);
}

.related-products .product-card {
    border-color: rgba(255, 255, 255, .13);
}

.category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-bottom: 2rem;
}

.blog-search {
    width: min(440px, 100%);
    flex: 0 0 auto;
}

.blog-search label {
    display: block;
    margin-bottom: .45rem;
    color: var(--white);
    font-size: .78rem;
    font-weight: 750;
}

.blog-search div {
    display: flex;
}

.blog-search input {
    border-radius: .55rem 0 0 .55rem;
}

.blog-search button {
    min-width: 90px;
    border: 0;
    border-radius: 0 .55rem .55rem 0;
    background: var(--violet);
    color: var(--white);
    font-weight: 780;
}

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

.blog-card {
    overflow: hidden;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.blog-card-image {
    height: 225px;
    display: block;
    overflow: hidden;
    background: var(--navy-900);
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.035);
}

.blog-card-body {
    padding: 1.45rem;
}

.blog-card h2 {
    font-size: 1.4rem;
}

.blog-card h3 {
    font-size: 1.25rem;
}

.blog-card h2 a,
.blog-card h3 a {
    text-decoration: none;
}

.blog-card-body > p {
    color: var(--slate-600);
}

.post-meta,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-bottom: .8rem;
    color: var(--slate-500);
    font-size: .76rem;
    font-weight: 650;
}

.pagination {
    margin-top: 2rem;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
}

.pagination .page-numbers {
    min-width: 40px;
    min-height: 40px;
    display: inline-grid;
    place-items: center;
    padding: .35rem;
    border: 1px solid var(--slate-200);
    border-radius: .45rem;
    background: var(--white);
    text-decoration: none;
}

.pagination .current {
    background: var(--violet);
    color: var(--white);
}

.article-header {
    padding: clamp(4rem, 8vw, 7rem) 0 8rem;
    background:
        radial-gradient(circle at 86% 18%, rgba(20, 184, 207, .17), transparent 28%),
        var(--navy-950);
    text-align: center;
}

.article-header-inner {
    max-width: 940px;
}

.article-header h1 {
    color: var(--white);
}

.article-meta {
    justify-content: center;
    margin-top: 1.5rem;
    color: var(--slate-300);
}

.article-featured {
    height: clamp(320px, 52vw, 620px);
    overflow: hidden;
    margin-top: -5rem;
    border: 8px solid var(--white);
    border-radius: var(--radius-lg);
    background: var(--navy-900);
    box-shadow: var(--shadow-lg);
}

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

.article-layout {
    display: grid;
    grid-template-columns: 70px minmax(0, 760px);
    justify-content: center;
    gap: 2.2rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.article-share {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .55rem;
}

.article-share strong {
    margin-bottom: .35rem;
    color: var(--slate-500);
    font-size: .7rem;
    text-transform: uppercase;
}

.article-share a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--slate-200);
    border-radius: 50%;
    color: var(--navy-900);
    font-weight: 800;
    text-decoration: none;
}

.article-content p,
.article-content li {
    font-size: 1.1rem;
    line-height: 1.8;
}

.article-inline-cta {
    margin-top: 3rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at 95% 5%, rgba(20, 184, 207, .16), transparent 32%),
        var(--navy-900);
    color: var(--slate-200);
}

.article-inline-cta h2,
.article-inline-cta .eyebrow {
    color: var(--white);
}

.post-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding-bottom: 5rem;
}

.post-navigation > div {
    min-width: 0;
}

.post-navigation a {
    height: 100%;
    display: block;
    padding: 1.2rem;
    border: 1px solid var(--slate-200);
    border-radius: .7rem;
    text-decoration: none;
}

.post-navigation span,
.post-navigation strong {
    display: block;
}

.post-navigation span {
    margin-bottom: .35rem;
    color: var(--slate-500);
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.page-hero-simple .container {
    max-width: 900px;
}

.legal-layout {
    max-width: 900px;
}

.legal-layout > p:first-child strong {
    color: var(--danger);
}

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

.sitemap-grid section {
    padding: 1.4rem;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
}

.sitemap-grid h2 {
    font-size: 1.35rem;
}

.sitemap-grid ul {
    display: grid;
    gap: .45rem;
    padding-left: 1.1rem;
}

.search-results-list {
    display: grid;
    gap: 1rem;
}

.search-results-list article {
    padding: 1.5rem;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
    background: var(--white);
}

.error-page {
    min-height: 65vh;
    display: grid;
    place-items: center;
    padding: 5rem 0;
    text-align: center;
}

.error-page .container {
    max-width: 700px;
}

.error-page .hero-actions {
    justify-content: center;
}

.site-footer {
    padding-top: 5rem;
    background: var(--navy-950);
    color: var(--slate-300);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.45fr .7fr .9fr 1fr;
    gap: 3rem;
    padding-bottom: 3.5rem;
}

.site-brand-footer {
    color: var(--white);
}

.site-brand-footer small {
    color: var(--slate-300);
}

.footer-brand > p {
    max-width: 390px;
    margin-top: 1.3rem;
    font-size: .88rem;
}

.site-footer h2 {
    color: var(--white);
    font-size: .9rem;
    letter-spacing: .04em;
}

.site-footer ul {
    display: grid;
    gap: .45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li,
.site-footer address,
.site-footer p {
    font-size: .83rem;
    font-style: normal;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--white);
}

.footer-legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-legal nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-legal p {
    margin: 0;
    text-align: right;
}

.floating-whatsapp {
    position: fixed;
    z-index: 900;
    right: 1.2rem;
    bottom: 1.2rem;
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem .9rem .55rem .6rem;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    background: #159564;
    box-shadow: 0 12px 35px rgba(5, 71, 47, .35);
    color: var(--white);
    font-size: .76rem;
    text-decoration: none;
}

.floating-whatsapp span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    font-size: .68rem;
    font-weight: 850;
}

.cookie-consent {
    position: fixed;
    z-index: 1100;
    right: 1rem;
    bottom: 5.5rem;
    left: 1rem;
    max-width: 920px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    margin-inline: auto;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: .75rem;
    background: rgba(6, 19, 38, .97);
    box-shadow: var(--shadow-lg);
    color: var(--slate-200);
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent strong {
    color: var(--white);
}

.cookie-consent p {
    margin: .2rem 0 0;
    font-size: .8rem;
}

.cookie-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .8rem;
}

.cookie-actions > a {
    color: var(--white);
    font-size: .78rem;
}

@media (max-width: 1080px) {
    .primary-navigation ul {
        gap: .75rem;
    }

    .primary-navigation a {
        font-size: .77rem;
    }

    .header-quote {
        display: none;
    }

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

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

    .footer-grid {
        grid-template-columns: 1.3fr repeat(3, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 900px) {
    :root {
        --header-height: 72px;
    }

    .site-topbar {
        display: none;
    }

    .header-inner {
        min-height: var(--header-height);
        justify-content: space-between;
    }

    .site-brand {
        min-width: auto;
    }

    .site-brand img {
        width: 47px;
        height: 47px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .primary-navigation {
        position: fixed;
        z-index: 1001;
        top: var(--header-height);
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        overflow-y: auto;
        padding: 1rem 1.25rem 2rem;
        background: rgba(6, 19, 38, .985);
    }

    .primary-navigation.is-open {
        display: block;
    }

    .primary-navigation ul {
        display: grid;
        gap: 0;
    }

    .primary-navigation a {
        padding: 1rem .2rem;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        color: var(--white);
        font-size: 1rem;
    }

    .primary-navigation a::after {
        display: none;
    }

    .menu-toggle[aria-expanded="true"] .menu-icon {
        background: transparent;
    }

    .menu-toggle[aria-expanded="true"] .menu-icon::before {
        top: 0;
        transform: rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] .menu-icon::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .hero,
    .hero-inner {
        min-height: 660px;
    }

    .hero-copy {
        width: 78%;
    }

    .product-grid,
    .service-card-grid,
    .values-grid,
    .blog-grid,
    .sitemap-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split-layout,
    .services-layout,
    .cta-band-inner,
    .product-hero-grid,
    .product-overview-grid,
    .form-layout,
    .specs-grid,
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .page-hero-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-hero-stat,
    .service-diagnostic-card,
    .contact-quick-card {
        width: 100%;
    }

    .services-layout {
        gap: 2.5rem;
    }

    .cta-actions {
        justify-content: flex-start;
    }

    .product-hero-image {
        height: 400px;
        grid-row: 1;
    }

    .form-aside {
        position: static;
    }

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

    .application-industry-grid {
        gap: 3rem;
    }

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

@media (max-width: 640px) {
    .container {
        width: min(calc(100% - 1.5rem), var(--container));
    }

    .site-brand small {
        display: none;
    }

    .hero {
        min-height: 720px;
    }

    .hero-inner {
        min-height: 720px;
        align-items: end;
        padding-bottom: 2.5rem;
    }

    .hero-media img {
        object-position: 68% center;
    }

    .hero-media::before {
        background:
            linear-gradient(0deg, rgba(3, 14, 31, .99) 0%, rgba(3, 14, 31, .87) 58%, rgba(3, 14, 31, .25) 100%),
            linear-gradient(90deg, rgba(3, 14, 31, .72), transparent);
    }

    .hero-copy {
        width: 100%;
    }

    .hero h1 {
        font-size: clamp(2.45rem, 11vw, 3.6rem);
    }

    .hero-proof {
        display: none;
    }

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

    .section {
        padding: 4rem 0;
    }

    .product-grid,
    .benefit-grid,
    .industry-grid,
    .vision-mission-grid,
    .values-grid,
    .service-card-grid,
    .process-timeline,
    .type-grid,
    .feature-benefit-grid,
    .application-industry-grid,
    .contact-details-grid,
    .product-gallery,
    .blog-grid,
    .post-navigation,
    .sitemap-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .product-card-image {
        height: 205px;
    }

    .product-card-body > p:not(.eyebrow, .product-application),
    .product-card h3 {
        min-height: 0;
    }

    .service-list {
        grid-template-columns: 1fr;
    }

    .industry-card {
        min-height: 220px;
    }

    .industry-card div {
        min-height: 220px;
    }

    .page-hero {
        padding: 3.7rem 0;
    }

    .page-hero h1,
    .product-hero h1 {
        font-size: clamp(2.4rem, 11vw, 3.5rem);
    }

    .product-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .filter-buttons {
        width: 100%;
    }

    .filter-buttons button {
        flex: 1 1 calc(50% - .55rem);
    }

    .process-timeline li {
        min-height: auto;
    }

    .product-hero-grid {
        gap: 2rem;
    }

    .product-hero-image {
        height: 310px;
    }

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

    .form-field {
        grid-column: 1;
    }

    .product-gallery figure {
        height: 250px;
    }

    .social-section-inner,
    .footer-legal,
    .cookie-consent {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-legal p {
        text-align: left;
    }

    .floating-whatsapp {
        right: .7rem;
        bottom: .7rem;
    }

    .floating-whatsapp strong {
        display: none;
    }

    .floating-whatsapp {
        width: 54px;
        min-height: 54px;
        justify-content: center;
        padding: .55rem;
    }

    .cookie-consent {
        bottom: 4.9rem;
    }

    .cookie-actions {
        width: 100%;
        justify-content: space-between;
    }

    .article-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .article-share {
        flex-direction: row;
        justify-content: flex-start;
    }

    .article-share strong {
        margin: 0 .4rem 0 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
