/*
Theme Name: Tamouda Packaging
Theme URI: https://www.tamoudapackaging.com/
Author: Rokn El Web
Author URI: https://roknelweb.com/
Description: Thème Gutenberg léger conçu pour Tamouda Packaging.
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 7.4
Version: 0.2.6
Text Domain: tamouda-packaging
*/

:root {
  --tp-yellow: #f5c400;
  --tp-yellow-bright: #ffd700;
  --tp-yellow-soft: #fff6c7;
  --tp-ink: #171717;
  --tp-muted: #646464;
  --tp-paper: #f7f6f2;
  --tp-white: #ffffff;
  --tp-line: #e6e2d8;
  --tp-radius: 22px;
  --tp-shadow: 0 24px 70px rgba(23, 23, 23, 0.09);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: var(--tp-white);
  color: var(--tp-ink);
}

body,
button,
input,
textarea,
select {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  text-underline-offset: 0.18em;
}

.tp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

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

.tp-header-inner {
  position: relative;
  min-height: 82px;
  gap: 28px;
}

.tp-mobile-menu {
  display: none;
}

.tp-mobile-menu summary {
  list-style: none;
}

.tp-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.tp-brand img {
  display: block;
  width: clamp(175px, 18vw, 235px) !important;
  height: auto !important;
}

.tp-brand {
  margin: 0 !important;
}

.tp-nav {
  font-size: 0.94rem;
  font-weight: 650;
}

.tp-nav a {
  color: var(--tp-ink) !important;
  text-decoration: none;
}

.tp-nav a:hover {
  color: #9c7b00 !important;
}

.tp-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--tp-line);
  border-radius: 999px;
  background: var(--tp-white);
  direction: ltr;
}

.tp-lang-switcher a {
  min-width: 34px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--tp-ink);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.tp-lang-switcher a.is-current {
  background: var(--tp-yellow);
}

body.rtl,
html[dir="rtl"] body {
  font-family: "Tajawal", Tahoma, Arial, sans-serif;
  direction: rtl;
}

body.rtl button,
body.rtl input,
body.rtl textarea,
body.rtl select,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
  font-family: "Tajawal", Tahoma, Arial, sans-serif;
}

body.rtl .tp-content-copy,
body.rtl .tp-inner-hero,
body.rtl .tp-section,
body.rtl .tp-hero,
body.rtl .tp-footer,
body.rtl .tp-cta,
html[dir="rtl"] .tp-content-copy,
html[dir="rtl"] .tp-inner-hero,
html[dir="rtl"] .tp-section,
html[dir="rtl"] .tp-hero,
html[dir="rtl"] .tp-footer,
html[dir="rtl"] .tp-cta {
  text-align: right;
}

body.rtl .tp-content-copy ul,
body.rtl .tp-contact-list,
html[dir="rtl"] .tp-content-copy ul,
html[dir="rtl"] .tp-contact-list {
  padding-right: 1.25rem;
  padding-left: 0;
}

body.rtl .tp-contact-list,
html[dir="rtl"] .tp-contact-list {
  padding-right: 0;
}

body.rtl .tp-contact-note,
html[dir="rtl"] .tp-contact-note {
  text-align: right;
}

body.rtl a[href^="tel:"],
body.rtl a[href^="mailto:"],
html[dir="rtl"] a[href^="tel:"],
html[dir="rtl"] a[href^="mailto:"] {
  direction: ltr;
  unicode-bidi: embed;
}

.tp-header-call .wp-block-button__link,
.tp-button-primary .wp-block-button__link,
.tp-button-dark .wp-block-button__link {
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.tp-header-call .wp-block-button__link,
.tp-button-dark .wp-block-button__link {
  background: var(--tp-ink);
  color: var(--tp-white);
}

.tp-header-call .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  padding: 0.78rem 1.2rem;
  direction: ltr;
  font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  unicode-bidi: isolate;
  white-space: nowrap;
}

.tp-header-call,
.tp-header-call .wp-block-button {
  flex-shrink: 0;
}

.tp-button-primary .wp-block-button__link {
  padding: 1rem 1.45rem;
  background: var(--tp-yellow);
  color: var(--tp-ink);
  box-shadow: 0 12px 30px rgba(245, 196, 0, 0.28);
}

.tp-button-dark .wp-block-button__link {
  padding: 1rem 1.45rem;
}

.tp-header-call .wp-block-button__link:hover,
.tp-button-primary .wp-block-button__link:hover,
.tp-button-dark .wp-block-button__link:hover {
  transform: translateY(-2px);
}

.tp-button-outline .wp-block-button__link {
  padding: 0.93rem 1.4rem;
  border: 1px solid var(--tp-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--tp-ink);
  font-weight: 750;
  text-decoration: none;
}

.tp-main {
  margin-top: 0 !important;
}

.tp-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) 24px clamp(62px, 8vw, 110px);
  background:
    radial-gradient(circle at 12% 20%, rgba(245, 196, 0, 0.25), transparent 30%),
    linear-gradient(135deg, #fffdf4 0%, #ffffff 58%, #f7f6f2 100%);
}

.tp-hero::before {
  position: absolute;
  right: -150px;
  top: -180px;
  width: 430px;
  height: 430px;
  border: 62px solid rgba(245, 196, 0, 0.16);
  border-radius: 42px;
  content: "";
  transform: rotate(19deg);
}

.tp-hero-grid {
  position: relative;
  z-index: 2;
  align-items: center !important;
  gap: clamp(38px, 7vw, 90px) !important;
}

.tp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px !important;
  padding: 8px 13px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #6f5800;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tp-hero-title {
  max-width: 790px;
  margin: 0 0 24px !important;
  font-size: clamp(2.55rem, 6vw, 5.35rem) !important;
  font-weight: 850 !important;
  letter-spacing: -0.055em;
  line-height: 0.98 !important;
}

.tp-highlight {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.tp-highlight::after {
  position: absolute;
  z-index: -1;
  right: -0.04em;
  bottom: 0.06em;
  left: -0.04em;
  height: 0.24em;
  border-radius: 5px;
  background: var(--tp-yellow);
  content: "";
  transform: rotate(-1deg);
}

.tp-hero-copy {
  max-width: 650px;
  margin: 0 0 30px !important;
  color: var(--tp-muted);
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
  line-height: 1.75;
}

.tp-hero-actions {
  gap: 12px;
  margin-bottom: 26px !important;
}

.tp-microcopy {
  margin: 0 !important;
  color: #7b7b7b;
  font-size: 0.84rem;
}

.tp-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 455px;
  padding: 0 !important;
  border-radius: 32px;
  background: var(--tp-ink);
  box-shadow: var(--tp-shadow);
  color: var(--tp-white);
}

.tp-visual-card::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.04) 25%, rgba(23, 23, 23, 0.9) 100%);
  content: "";
}

.tp-hero-photo,
.tp-page-photo,
.tp-services-photo {
  overflow: hidden;
  margin: 0 !important;
  border-radius: var(--tp-radius);
  background: var(--tp-paper);
  box-shadow: var(--tp-shadow);
}

.tp-hero-photo {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0;
  border-radius: 32px;
}

.tp-hero-photo img,
.tp-page-photo img,
.tp-services-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-photo-caption {
  position: absolute !important;
  right: clamp(26px, 4vw, 46px);
  bottom: clamp(26px, 4vw, 46px);
  left: clamp(26px, 4vw, 46px);
}

.tp-photo-caption .tp-visual-kicker {
  margin-bottom: 14px !important;
}

.tp-photo-caption .tp-visual-title {
  max-width: 440px;
  margin-bottom: 0 !important;
  font-size: clamp(1.75rem, 3vw, 2.7rem) !important;
}

.tp-visual-card::after {
  position: absolute;
  right: -82px;
  bottom: -112px;
  width: 260px;
  height: 260px;
  border: 42px solid rgba(245, 196, 0, 0.9);
  border-radius: 28px;
  content: "";
  opacity: 0.55;
  transform: rotate(25deg);
  z-index: 1;
}

.tp-visual-card > * {
  position: relative;
  z-index: 2;
}

.tp-visual-kicker {
  display: inline-block;
  margin: 0 0 40px !important;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--tp-yellow);
  color: var(--tp-ink);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.tp-visual-title {
  max-width: 360px;
  margin: 0 0 26px !important;
  color: var(--tp-white) !important;
  font-size: clamp(2rem, 3.7vw, 3.4rem) !important;
  line-height: 1.04 !important;
}

.tp-visual-list {
  max-width: 360px;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 2;
}

.tp-trust {
  padding: 25px 24px;
  border-top: 1px solid var(--tp-line);
  border-bottom: 1px solid var(--tp-line);
  background: var(--tp-white);
}

.tp-trust-grid {
  gap: 20px;
}

.tp-trust-item {
  margin: 0 !important;
  color: var(--tp-muted);
  font-size: 0.91rem;
  font-weight: 700;
  text-align: center;
}

.tp-trust-item strong {
  color: var(--tp-ink);
}

.tp-section {
  padding: clamp(76px, 9vw, 126px) 24px;
}

.tp-section-soft {
  background: var(--tp-paper);
}

.tp-section-kicker {
  margin: 0 0 12px !important;
  color: #8a6c00;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tp-section-title {
  max-width: 800px;
  margin: 0 0 18px !important;
  font-size: clamp(2rem, 4.5vw, 4rem) !important;
  font-weight: 820 !important;
  letter-spacing: -0.045em;
  line-height: 1.05 !important;
}

.tp-section-intro {
  max-width: 700px;
  margin: 0 0 48px !important;
  color: var(--tp-muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.tp-cards {
  gap: 18px !important;
}

.tp-card {
  height: 100%;
  padding: 28px !important;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  background: var(--tp-white);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tp-card:hover {
  border-color: rgba(245, 196, 0, 0.75);
  box-shadow: 0 18px 45px rgba(23, 23, 23, 0.08);
  transform: translateY(-5px);
}

.tp-card-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 0 26px !important;
  place-items: center;
  border-radius: 13px;
  background: var(--tp-yellow-soft);
  color: #7c6200;
  font-size: 0.8rem;
  font-weight: 850;
}

.tp-card-title {
  margin: 0 0 12px !important;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
}

.tp-card-copy {
  margin: 0 !important;
  color: var(--tp-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.tp-process-grid {
  gap: 22px !important;
}

.tp-step {
  position: relative;
  min-height: 220px;
  padding: 30px !important;
  border-top: 4px solid var(--tp-yellow);
  border-radius: 0 0 var(--tp-radius) var(--tp-radius);
  background: var(--tp-white);
  box-shadow: 0 14px 38px rgba(23, 23, 23, 0.055);
}

.tp-step-label {
  margin: 0 0 34px !important;
  color: #967600;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tp-step h3 {
  margin: 0 0 12px !important;
  font-size: 1.35rem !important;
}

.tp-step p:last-child {
  margin: 0 !important;
  color: var(--tp-muted);
  line-height: 1.62;
}

.tp-cta-wrap {
  padding: clamp(65px, 9vw, 110px) 24px;
  background: var(--tp-white);
}

.tp-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(38px, 7vw, 78px) !important;
  border-radius: 32px;
  background: var(--tp-yellow);
}

.tp-cta::after {
  position: absolute;
  right: -60px;
  top: -135px;
  width: 300px;
  height: 300px;
  border: 46px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  z-index: 0;
}

.tp-cta-grid {
  position: relative;
  z-index: 2;
  align-items: center !important;
  gap: 34px !important;
}

.tp-cta h2 {
  max-width: 760px;
  margin: 0 0 14px !important;
  font-size: clamp(2rem, 4.5vw, 4rem) !important;
  letter-spacing: -0.045em;
  line-height: 1.04 !important;
}

.tp-cta p {
  max-width: 660px;
  margin: 0 !important;
  color: rgba(23, 23, 23, 0.72);
  line-height: 1.65;
}

.tp-cta-actions {
  position: relative;
  z-index: 3;
  justify-content: flex-end;
  pointer-events: auto;
}

.tp-cta-actions .wp-block-button,
.tp-cta-actions .wp-block-button__link {
  position: relative;
  z-index: 4;
  pointer-events: auto !important;
}

.tp-cta-actions .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--tp-ink) !important;
  color: var(--tp-white) !important;
  cursor: pointer;
  opacity: 1 !important;
  touch-action: manipulation;
}

.tp-contact-note {
  margin-top: 18px !important;
  color: rgba(23, 23, 23, 0.7);
  font-size: 0.84rem;
  text-align: right;
}

.tp-footer {
  padding: 52px 24px 30px;
  background: var(--tp-ink);
  color: var(--tp-white);
}

.tp-footer-grid {
  align-items: flex-start !important;
  gap: 36px !important;
}

.tp-footer-brand img {
  width: 205px !important;
  height: auto !important;
  padding: 10px;
  border-radius: 10px;
  background: var(--tp-white);
}

.tp-footer-copy {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  line-height: 1.7;
}

.tp-footer-heading {
  margin: 0 0 12px !important;
  color: var(--tp-yellow);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tp-footer-contact {
  margin: 0 !important;
  color: var(--tp-white);
  line-height: 1.9;
}

.tp-footer-contact a {
  color: var(--tp-white);
}

.tp-footer-bottom {
  margin-top: 40px !important;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
}

.tp-footer-bottom a {
  color: rgba(255, 255, 255, 0.78);
}

.tp-footer-bottom .tp-rokn-credit {
  color: var(--tp-yellow);
  font-weight: 700;
  text-decoration: none;
}

.tp-footer-bottom .tp-rokn-credit:hover {
  text-decoration: underline;
}

.tp-policy-shell {
  padding: clamp(64px, 8vw, 105px) 24px;
}

.tp-policy-content {
  max-width: 850px;
  padding: clamp(28px, 5vw, 58px) !important;
  border: 1px solid var(--tp-line);
  border-radius: var(--tp-radius);
  background: var(--tp-white);
  box-shadow: var(--tp-shadow);
}

.tp-policy-content h2 {
  margin-top: 2.2rem !important;
  font-size: clamp(1.45rem, 3vw, 2.1rem) !important;
}

.tp-policy-content p,
.tp-policy-content li {
  color: var(--tp-muted);
  line-height: 1.8;
}

.tp-page-shell {
  min-height: 55vh;
  padding: clamp(62px, 8vw, 110px) 24px;
}

.tp-page-title {
  margin-bottom: 35px !important;
  font-size: clamp(2.25rem, 5vw, 4.5rem) !important;
  letter-spacing: -0.045em;
}

.tp-inner-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 105px) 24px;
  background: linear-gradient(135deg, var(--tp-yellow-soft), #fff 58%, var(--tp-paper));
}

.tp-inner-hero::after {
  position: absolute;
  right: -95px;
  bottom: -125px;
  width: 280px;
  height: 280px;
  border: 45px solid rgba(245, 196, 0, 0.35);
  border-radius: 30px;
  content: "";
  transform: rotate(22deg);
}

.tp-inner-hero > * {
  position: relative;
  z-index: 2;
}

.tp-inner-title {
  max-width: 850px;
  margin: 0 0 22px !important;
  font-size: clamp(2.6rem, 6vw, 5.2rem) !important;
  font-weight: 850 !important;
  letter-spacing: -0.055em;
  line-height: 1 !important;
}

.tp-inner-intro {
  max-width: 720px;
  margin: 0 !important;
  color: var(--tp-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.75;
}

.tp-content-section {
  padding: clamp(64px, 8vw, 105px) 24px;
}

.tp-content-section.tp-content-soft {
  background: var(--tp-paper);
}

.tp-content-grid {
  align-items: stretch !important;
  gap: clamp(28px, 5vw, 70px) !important;
}

.tp-side-stack {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 22px;
}

.tp-page-photo {
  min-height: 310px;
  flex: 1 1 auto;
}

.tp-side-stack .tp-fact-panel {
  height: auto;
}

.tp-services-photo {
  height: clamp(300px, 42vw, 520px);
  margin-bottom: clamp(34px, 6vw, 62px) !important;
}

.tp-content-copy h2,
.tp-contact-panel h2 {
  margin-top: 0 !important;
  font-size: clamp(2rem, 4vw, 3.35rem) !important;
  letter-spacing: -0.04em;
  line-height: 1.08 !important;
}

.tp-content-copy p,
.tp-content-copy li {
  color: var(--tp-muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.tp-fact-panel,
.tp-contact-panel {
  height: 100%;
  box-sizing: border-box;
  padding: clamp(28px, 4vw, 46px) !important;
  border-radius: var(--tp-radius);
  background: var(--tp-ink);
  box-shadow: var(--tp-shadow);
  color: var(--tp-white);
}

.tp-fact-panel h3,
.tp-contact-panel h2,
.tp-contact-panel h3 {
  color: var(--tp-white);
}

.tp-fact-panel p,
.tp-fact-panel a,
.tp-contact-panel p,
.tp-contact-panel a {
  color: rgba(255, 255, 255, 0.82) !important;
}

.tp-fact-panel a[href^="tel:"],
.tp-fact-panel a[href^="mailto:"] {
  color: var(--tp-white) !important;
}

.tp-fact-panel a,
.tp-contact-panel a {
  text-decoration-color: var(--tp-yellow);
}

.tp-service-grid {
  gap: 20px !important;
}

.tp-service-box {
  height: 100%;
  box-sizing: border-box;
  padding: 30px !important;
  border: 1px solid var(--tp-line);
  border-radius: 20px;
  background: var(--tp-white);
}

.tp-service-box h3 {
  margin-top: 0 !important;
}

.tp-service-box p {
  margin-bottom: 0 !important;
  color: var(--tp-muted);
  line-height: 1.7;
}

.tp-contact-list {
  padding-left: 0;
  list-style: none;
}

.tp-contact-list li {
  margin-bottom: 20px;
}

.tp-contact-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tp-yellow);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tp-contact-list a {
  color: var(--tp-white);
}

.tp-map-link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  color: inherit;
  font-weight: 750;
}

@media (max-width: 900px) {
  .tp-header-call {
    display: none;
  }

  .tp-hero-grid,
  .tp-cta-grid,
  .tp-content-grid {
    flex-wrap: wrap !important;
  }

  .tp-hero-grid > .wp-block-column,
  .tp-cta-grid > .wp-block-column,
  .tp-content-grid > .wp-block-column {
    flex-basis: 100% !important;
  }

  .tp-visual-card {
    min-height: 370px;
  }

  .tp-page-photo {
    min-height: 420px;
  }

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

  .tp-contact-note {
    text-align: left;
  }
}

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

  .tp-header-inner {
    min-height: 70px;
  }

  .tp-nav {
    display: none !important;
  }

  .tp-mobile-menu {
    display: block;
    flex: 0 0 auto;
    margin: 0;
  }

  .tp-mobile-menu summary {
    display: flex;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid var(--tp-line);
    border-radius: 12px;
    background: var(--tp-white);
    cursor: pointer;
  }

  .tp-mobile-menu summary span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--tp-ink);
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .tp-mobile-menu[open] summary span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .tp-mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .tp-mobile-menu[open] summary span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .tp-mobile-menu-panel {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 70;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--tp-line);
    border-radius: 0 0 18px 18px;
    background: var(--tp-white);
    box-shadow: 0 22px 42px rgba(23, 23, 23, 0.14);
  }

  .tp-mobile-menu-panel a {
    display: block;
    padding: 13px 15px;
    border-radius: 10px;
    color: var(--tp-ink);
    font-weight: 750;
    text-decoration: none;
  }

  .tp-mobile-menu-panel a:hover,
  .tp-mobile-menu-panel a:focus-visible {
    background: var(--tp-yellow-soft);
  }

  .tp-brand img {
    width: 174px !important;
  }

  .tp-header-inner {
    gap: 10px !important;
  }

  .tp-lang-switcher a {
    min-width: 28px;
    padding: 6px 7px;
  }

  .tp-header-call .wp-block-button__link {
    padding: 0.7rem 0.82rem;
    font-size: 0.78rem;
  }

  .tp-hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .tp-hero-title {
    font-size: clamp(2.45rem, 13vw, 4.1rem) !important;
  }

  .tp-page-photo,
  .tp-services-photo {
    min-height: 300px;
    height: 64vw;
  }

  .tp-highlight {
    white-space: normal;
  }

  .tp-hero-actions .wp-block-button,
  .tp-hero-actions .wp-block-button__link,
  .tp-cta-actions .wp-block-button,
  .tp-cta-actions .wp-block-button__link {
    width: 100%;
  }

  .tp-hero-actions .wp-block-button__link,
  .tp-cta-actions .wp-block-button__link {
    box-sizing: border-box;
    text-align: center;
  }

  .tp-cards,
  .tp-process-grid,
  .tp-trust-grid,
  .tp-footer-grid {
    flex-wrap: wrap !important;
  }

  .tp-cards > .wp-block-column,
  .tp-process-grid > .wp-block-column,
  .tp-trust-grid > .wp-block-column,
  .tp-footer-grid > .wp-block-column {
    flex-basis: 100% !important;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
