﻿/*
Theme Name: Lucmatek
Theme URI: https://lucmatek.com/
Author: Lucmatek
Author URI: https://lucmatek.com/
Description: Landing profesional de Lucmatek para restauracion de rendimiento IT, mantenimiento termico, soporte corporativo y modernizacion web/SEO en Quito.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: lucmatek
*/
*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --ink: #07121f;
  --navy: #0b1c2d;
  --navy-2: #10283e;
  --paper: #f6f8fb;
  --white: #ffffff;
  --line: #dbe4ee;
  --muted: #5f7286;
  --blue: #1b83d8;
  --blue-2: #075fa9;
  --cyan: #17c7df;
  --green: #28a745;
  --shadow: 0 20px 60px rgba(7, 18, 31, 0.12);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

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

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 72px;
  padding: 0 5vw;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 228, 238, 0.8);
  backdrop-filter: blur(16px);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-nav.is-scrolled {
  box-shadow: 0 12px 34px rgba(7, 18, 31, 0.08);
}

.nav-logo img {
  width: 170px;
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-links a {
  display: block;
  padding: 8px 11px;
  border-radius: 8px;
  color: #41576c;
  font-size: 13px;
  font-weight: 700;
}

.nav-links a:hover {
  background: #edf5fc;
  color: var(--blue-2);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(23, 199, 223, 0.55);
  outline-offset: 3px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
}

.language-switcher a,
.language-switcher li a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: #41576c;
  font-size: 12px;
  font-weight: 800;
}

.language-switcher ul {
  display: flex;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.language-switcher .current-lang a,
.language-switcher a.is-active {
  border-color: rgba(27, 131, 216, 0.34);
  background: #edf5fc;
  color: var(--blue-2);
}
 
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nav-cta,
.button--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow: 0 12px 28px rgba(27, 131, 216, 0.26);
}

.nav-cta:hover,
.button--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(27, 131, 216, 0.34);
}

.button--secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.button--outline {
  color: var(--blue-2);
  background: #eef6fd;
  border: 1px solid rgba(27, 131, 216, 0.24);
}

.hamburger {
  display: none;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 46px;
  min-height: 720px;
  padding: 110px 5vw 88px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(7, 18, 31, 0.98) 0%, rgba(7, 18, 31, 0.92) 45%, rgba(7, 18, 31, 0.68) 100%),
    #08131f;
}

.hero__media {
  position: absolute;
  inset: 0;
  opacity: 0.32;
}

.hero__media img,
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__content,
.diagnostic-card {
  position: relative;
  z-index: 2;
}

.hero__content {
  max-width: 760px;
  align-self: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.hero__lead {
  max-width: 660px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__trust span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 700;
}

.diagnostic-card {
  align-self: center;
  padding: 26px;
  border: 1px solid rgba(23, 199, 223, 0.3);
  border-radius: 8px;
  background: rgba(8, 25, 40, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.diagnostic-card__header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.diagnostic-card__header strong {
  color: #ffd166;
}

.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.metric-row span {
  color: rgba(255, 255, 255, 0.64);
}

.metric-row strong {
  color: var(--white);
  font-family: "JetBrains Mono", monospace;
}

.impact-box {
  margin-top: 14px;
  padding: 18px;
  border-left: 3px solid var(--cyan);
  background: rgba(23, 199, 223, 0.08);
}

.impact-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.route-strip {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 18px 5vw;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.route-strip span {
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdff;
  color: #44596d;
  font-size: 13px;
  font-weight: 800;
}

.section {
  padding: 92px 5vw;
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head p,
.split p,
.modernization p,
.contact-layout p,
.proof-card p {
  color: var(--muted);
  font-size: 16px;
}

.section--dark {
  color: var(--white);
  background: var(--navy);
}

.section--dark p {
  color: rgba(255, 255, 255, 0.68);
}

.section--soft {
  background: #eaf2f8;
}

.plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 0 auto;
}

.plan-card,
.service-grid article,
.cards-three article,
.technical-grid article,
.web-tech-grid article,
.process-card,
.trust-grid article,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.plan-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-shadow: 0 12px 40px rgba(7, 18, 31, 0.06);
}

.plan-card--featured {
  color: var(--white);
  background: linear-gradient(145deg, var(--navy), var(--navy-2));
  border-color: rgba(23, 199, 223, 0.32);
}

.plan-card__label {
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #edf5fc;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-card--featured .plan-card__label {
  background: rgba(23, 199, 223, 0.12);
  color: var(--cyan);
}

.plan-card__price {
  margin-bottom: 14px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.plan-card__price span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.plan-card--featured .plan-card__price span,
.plan-card--featured .plan-card__fit {
  color: rgba(255, 255, 255, 0.68);
}

.plan-card__fit {
  color: var(--muted);
}

.plan-card ul,
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 8px 0 26px;
  list-style: none;
}

.plan-card li,
.check-list li {
  position: relative;
  padding-left: 22px;
  color: #34495e;
}

.plan-card--featured li {
  color: rgba(255, 255, 255, 0.84);
}

.plan-card li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.55em;
  height: 0.3em;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
  color: var(--green);
  content: "";
}

.plan-card .button {
  margin-top: auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.service-grid {
  display: grid;
  gap: 16px;
}

.service-grid article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.service-number {
  display: block;
  margin-bottom: 14px;
  color: var(--cyan);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 800;
}

.proof-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.proof-card,
.modernization,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
}

.proof-card {
  grid-template-columns: 420px minmax(0, 1fr);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.proof-card img,
.modernization img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.proof-metrics span {
  padding: 10px;
  border-radius: 8px;
  background: #eef6fd;
  color: var(--blue-2);
  font-weight: 900;
  text-align: center;
}

.technical-section {
  background: var(--white);
}

.technical-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.technical-grid article {
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.technical-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #eaf6fb;
  color: var(--blue-2);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 900;
}

.technical-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.technical-deep {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 28px;
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f9fd;
}

.technical-deep__intro p {
  color: var(--muted);
}

.spec-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.spec-table div {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.spec-table div:last-child {
  border-bottom: 0;
}

.spec-table strong {
  color: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
}

.spec-table span {
  color: var(--muted);
  font-size: 14px;
}

.modernization {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 40px rgba(7, 18, 31, 0.07);
}

.modernization__copy {
  max-width: 610px;
}

.web-lab {
  max-width: 1180px;
  margin: 54px auto 0;
}

.web-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.web-tech-grid article {
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.web-tech-grid ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.web-tech-grid li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
}

.web-tech-grid li::before {
  position: absolute;
  left: 0;
  color: var(--blue);
  content: "-";
  font-weight: 900;
}

.web-builder-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(23, 199, 223, 0.09), rgba(27, 131, 216, 0.04)),
    var(--paper);
}

.web-service-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.web-service-head {
  max-width: 840px;
  margin-bottom: 34px;
}

.web-service-content {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: stretch;
}

.web-service-intro,
.web-service-card,
.web-service-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 18, 31, 0.09);
}

.web-service-intro {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(11, 28, 45, 0.97), rgba(16, 40, 62, 0.97)),
    var(--navy);
  color: var(--white);
}

.web-service-intro h3 {
  max-width: 520px;
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.web-service-intro p {
  color: rgba(255, 255, 255, 0.72);
}

.web-service-intro ul {
  display: grid;
  gap: 12px;
  padding: 18px 0 0;
  margin: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
}

.web-service-intro li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.web-service-intro li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
  transform: translateY(-50%);
}

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

.web-service-card {
  position: relative;
  min-height: 220px;
  padding: 26px;
  background: var(--white);
  overflow: hidden;
}

.web-service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  content: "";
}

.web-service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border: 1px solid rgba(27, 131, 216, 0.18);
  border-radius: 8px;
  background: #edf7ff;
  color: var(--blue-2);
  font-family: JetBrains Mono, monospace;
  font-size: 13px;
  font-weight: 900;
}

.web-service-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 19px;
}

.web-service-card p,
.web-service-cta p {
  color: var(--muted);
  font-size: 15px;
}

.web-service-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(11, 28, 45, 0.96), rgba(7, 95, 169, 0.94)),
    var(--ink);
  color: var(--white);
}

.web-service-cta h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.web-service-cta .eyebrow {
  color: var(--cyan);
}

.web-service-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.web-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.web-service-actions .button--outline {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.cards-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.cards-three article {
  padding: 26px;
}

.cards-three p {
  color: var(--muted);
}

.process-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
}

.process-card {
  padding: 28px;
}

.process-card ol {
  display: grid;
  gap: 12px;
  padding-left: 22px;
  margin: 16px 0 0;
  color: #43596f;
}

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

.trust-grid article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

.contact-section {
  background: var(--white);
}

.contact-layout {
  align-items: start;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-list a {
  width: fit-content;
  color: var(--blue-2);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.contact-form h3 {
  margin-bottom: 0;
}

.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: #263b50;
  font-size: 13px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fbfd;
  color: var(--ink);
  font-weight: 500;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(27, 131, 216, 0.14);
  border-color: var(--blue);
  background: var(--white);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 20px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.site-footer {
  padding: 54px 5vw 24px;
  background: #06101c;
  color: rgba(255, 255, 255, 0.68);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto 34px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.footer-sublogo {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  filter: drop-shadow(0 0 8px rgba(23, 199, 223, 0.25));
}

.footer-logo {
  width: 170px;
}

.footer-bottom__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom__icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  opacity: 0.7;
}

.site-footer h4 {
  margin: 0 0 12px;
  color: var(--white);
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1180px;
  padding-top: 20px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.3);
  font-weight: 900;
}

.floating-whatsapp svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.cookie-notice {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 70;
  display: grid;
  gap: 14px;
  width: min(420px, calc(100vw - 44px));
  padding: 18px;
  border: 1px solid rgba(219, 228, 238, 0.9);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cookie-notice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
 
@media (max-width: 1060px) {
  .nav-cta {
    display: none;
  }

  .hero,
  .split,
  .proof-card,
  .modernization,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .diagnostic-card {
    max-width: 520px;
  }

  .proof-card {
    grid-template-columns: 1fr;
  }

  .proof-card img {
    max-height: 420px;
  }

  .web-service-content,
  .web-service-cta {
    grid-template-columns: 1fr;
  }

  .web-service-actions {
    justify-content: flex-start;
  }

  .trust-grid,
  .cards-three,
  .technical-grid,
  .web-service-grid,
  .web-tech-grid {
    grid-template-columns: 1fr;
  }
 
  .technical-deep {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-nav {
    min-height: 66px;
    gap: 12px;
  }

  .nav-logo img {
    width: 126px;
  }

  .hamburger {
    display: inline-flex;
    align-items: center;
  }

  .nav-links {
    position: fixed;
    top: 66px;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - 66px);
    overflow-y: auto;
    padding: 16px 5vw;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
  }

  .language-switcher {
    margin-left: auto;
  }

  .language-switcher a,
  .language-switcher li a {
    min-height: 30px;
    padding: 5px 8px;
    font-size: 11px;
  }
 
  .nav-links a {
    padding: 12px 0;
  }

  .hero {
    padding: 78px 5vw 58px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  h2 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .section {
    padding: 64px 5vw;
  }

  .plans,
  .cards-three,
  .technical-grid,
  .web-tech-grid,
  .process-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .plan-card,
  .modernization,
  .proof-card,
  .contact-form,
  .web-service-intro,
  .web-service-card,
  .web-service-cta {
    padding: 22px;
  }

  .web-service-card {
    min-height: auto;
  }

  .web-service-actions .button {
    width: 100%;
  }


  .proof-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .technical-deep {
    padding: 20px;
  }

  .spec-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cookie-notice {
    right: 5vw;
    bottom: 84px;
    width: 90vw;
  }

  .cookie-notice__actions .button {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}




