/*
Theme Name: Vitop Wood
Theme URI: https://vitopwood.com/
Author: Vitop Wood
Author URI: https://vitopwood.com/
Description: A professional B2B export theme for Vitop Wood — plywood, film faced plywood, melamine board and engineered wood panel manufacturer & exporter. Built for WordPress 6.x with block editor support, WooCommerce-ready product showcases, multi-language ready (EN/ES/RU/AR) and RTL support.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vitopwood
Tags: business, portfolio, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks, rtl-language-support

Vitop Wood WordPress Theme, (C) 2026 Vitop Wood
Vitop Wood is distributed under the terms of the GNU GPL v2 or later.
*/

/* ==========================================================================
   1. Design tokens
   ========================================================================== */
:root {
  /* Brand — timber & forest */
  --vt-forest-900: #16281d;
  --vt-forest-800: #1d3628;
  --vt-forest-700: #24452f;
  --vt-forest-600: #2f5c3d;
  --vt-forest-500: #3d7a4e;
  --vt-forest-100: #e6efe8;

  /* Timber accents */
  --vt-timber-700: #8a6234;
  --vt-timber-600: #b07d3f;
  --vt-timber-500: #c68f4a;
  --vt-timber-400: #d9a866;
  --vt-timber-100: #faf3e8;

  /* Neutrals */
  --vt-ink-900: #11150f;
  --vt-ink-700: #333a33;
  --vt-ink-500: #5c6459;
  --vt-ink-400: #7c8479;
  --vt-line: #dde2da;
  --vt-line-soft: #eceee8;
  --vt-paper: #ffffff;
  --vt-paper-alt: #f7f8f4;
  --vt-paper-warm: #fbfaf6;

  /* Type */
  --vt-font-sans: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --vt-font-display: "Bitter", "Georgia", "Times New Roman", serif;
  --vt-font-ar: "Tajawal", "Cairo", "Segoe UI", Tahoma, sans-serif;

  /* Layout */
  --vt-container: 1220px;
  --vt-container-narrow: 820px;
  --vt-radius-sm: 4px;
  --vt-radius: 8px;
  --vt-radius-lg: 16px;
  --vt-radius-pill: 999px;

  --vt-shadow-sm: 0 1px 2px rgba(17, 21, 15, .06), 0 1px 3px rgba(17, 21, 15, .04);
  --vt-shadow: 0 4px 16px rgba(17, 21, 15, .07);
  --vt-shadow-lg: 0 18px 48px rgba(17, 21, 15, .12);

  --vt-section-y: clamp(56px, 7vw, 104px);
  --vt-gap: 24px;
  --vt-transition: 220ms cubic-bezier(.4, 0, .2, 1);
}

/* ==========================================================================
   2. Reset & base
   ========================================================================== */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--vt-font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--vt-ink-700);
  background: var(--vt-paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a { color: var(--vt-forest-600); text-decoration: none; transition: color var(--vt-transition); }
a:hover { color: var(--vt-timber-600); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--vt-font-display);
  color: var(--vt-ink-900);
  line-height: 1.22;
  margin: 0 0 .6em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
h4 { font-size: 1.125rem; }

p { margin: 0 0 1.1em; }

ul, ol { padding-left: 1.25em; }

blockquote {
  margin: 2em 0;
  padding: 1.4em 1.8em;
  background: var(--vt-forest-100);
  border-left: 4px solid var(--vt-forest-500);
  border-radius: 0 var(--vt-radius) var(--vt-radius) 0;
  font-family: var(--vt-font-display);
  font-size: 1.06em;
  color: var(--vt-forest-800);
}

hr { border: 0; border-top: 1px solid var(--vt-line); margin: 2.5em 0; }

::selection { background: var(--vt-timber-400); color: var(--vt-ink-900); }

:focus-visible { outline: 2px solid var(--vt-timber-600); outline-offset: 2px; }

/* ==========================================================================
   3. Layout helpers
   ========================================================================== */
.vt-container {
  width: 100%;
  max-width: var(--vt-container);
  margin-inline: auto;
  padding-inline: clamp(18px, 4vw, 32px);
}

.vt-container--narrow { max-width: var(--vt-container-narrow); }

.vt-section { padding-block: var(--vt-section-y); }
.vt-section--alt { background: var(--vt-paper-alt); }
.vt-section--warm { background: var(--vt-paper-warm); }
.vt-section--forest { background: var(--vt-forest-900); color: rgba(255, 255, 255, .82); }
.vt-section--forest h2,
.vt-section--forest h3 { color: #fff; }
.vt-section--tight { padding-block: clamp(36px, 4vw, 60px); }

.vt-grid { display: grid; gap: var(--vt-gap); }
.vt-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vt-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vt-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vt-grid--auto { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

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

.vt-skip-link:focus {
  position: fixed; top: 12px; left: 12px; z-index: 9999;
  width: auto; height: auto; clip: auto;
  background: var(--vt-forest-700); color: #fff;
  padding: 12px 20px; border-radius: var(--vt-radius);
}

/* ==========================================================================
   4. Section heading
   ========================================================================== */
.vt-heading { max-width: 760px; margin-bottom: clamp(28px, 4vw, 48px); }
.vt-heading--center { margin-inline: auto; text-align: center; }

.vt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--vt-font-sans);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--vt-timber-600);
  margin-bottom: 14px;
}
.vt-eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--vt-timber-500);
  display: inline-block;
}
.vt-heading--center .vt-eyebrow::after {
  content: "";
  width: 26px; height: 2px;
  background: var(--vt-timber-500);
  display: inline-block;
}
.vt-section--forest .vt-eyebrow { color: var(--vt-timber-400); }

.vt-heading p {
  font-size: 1.05rem;
  color: var(--vt-ink-500);
  margin-bottom: 0;
}
.vt-section--forest .vt-heading p { color: rgba(255, 255, 255, .7); }

.vt-title-rule {
  width: 56px; height: 3px;
  background: var(--vt-timber-500);
  border-radius: 2px;
  margin: 0 0 20px;
}
.vt-heading--center .vt-title-rule { margin-inline: auto; }

/* ==========================================================================
   5. Buttons
   ========================================================================== */
.vt-btn,
.wp-block-button__link,
input[type="submit"],
button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--vt-font-sans);
  font-size: .94rem;
  font-weight: 600;
  line-height: 1;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: var(--vt-radius-pill);
  background: var(--vt-forest-700);
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all var(--vt-transition);
  white-space: nowrap;
}

.vt-btn:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background: var(--vt-forest-900);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--vt-shadow);
}

.vt-btn--accent { background: var(--vt-timber-600); }
.vt-btn--accent:hover { background: var(--vt-timber-700); }

.vt-btn--outline {
  background: transparent;
  color: var(--vt-forest-700);
  border-color: var(--vt-forest-700);
}
.vt-btn--outline:hover { background: var(--vt-forest-700); color: #fff; }

.vt-btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
}
.vt-btn--ghost-light:hover { background: #fff; color: var(--vt-forest-900); }

.vt-btn--lg { padding: 18px 38px; font-size: 1rem; }
.vt-btn--sm { padding: 11px 20px; font-size: .85rem; }
.vt-btn--block { width: 100%; }

.vt-arrow { transition: transform var(--vt-transition); }
.vt-btn:hover .vt-arrow { transform: translateX(4px); }

[dir="rtl"] .vt-btn:hover .vt-arrow { transform: translateX(-4px) scaleX(-1); }

/* Link with arrow */
.vt-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: .92rem;
  color: var(--vt-forest-600);
}
.vt-link-arrow::after {
  content: "→";
  transition: transform var(--vt-transition);
}
.vt-link-arrow:hover::after { transform: translateX(5px); }

/* ==========================================================================
   6. Header
   ========================================================================== */
.vt-topbar {
  background: var(--vt-forest-900);
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
}
.vt-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 40px;
  flex-wrap: wrap;
}
.vt-topbar a { color: rgba(255, 255, 255, .78); }
.vt-topbar a:hover { color: var(--vt-timber-400); }
.vt-topbar__list {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0; padding: 0;
  flex-wrap: wrap;
}
.vt-topbar__list li { display: flex; align-items: center; gap: 7px; }
.vt-topbar svg { width: 14px; height: 14px; flex: none; opacity: .85; }

/* Language switcher */
.vt-lang { position: relative; }
.vt-lang__current {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  color: rgba(255, 255, 255, .8);
  font: inherit;
  font-size: .82rem;
  cursor: pointer;
  padding: 4px 0;
}
.vt-lang__current:hover { color: var(--vt-timber-400); }
.vt-lang__current svg { width: 11px; height: 11px; opacity: .8; }
.vt-lang__menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 170px;
  background: #fff;
  border-radius: var(--vt-radius);
  box-shadow: var(--vt-shadow-lg);
  padding: 8px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all var(--vt-transition);
  z-index: 200;
}
.vt-lang:hover .vt-lang__menu,
.vt-lang:focus-within .vt-lang__menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.vt-lang__menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: var(--vt-radius-sm);
  color: var(--vt-ink-700) !important;
  font-size: .86rem;
}
.vt-lang__menu a:hover { background: var(--vt-paper-alt); color: var(--vt-forest-700) !important; }
.vt-lang__menu a.is-active { background: var(--vt-forest-100); color: var(--vt-forest-700) !important; font-weight: 600; }
.vt-lang__flag { font-size: 1rem; line-height: 1; }

/* Main nav */
.vt-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--vt-line-soft);
  transition: box-shadow var(--vt-transition);
}
.vt-header.is-stuck { box-shadow: 0 4px 24px rgba(17, 21, 15, .08); }

.vt-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
}

.vt-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: none;
}
.vt-brand__mark {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: linear-gradient(140deg, var(--vt-forest-700), var(--vt-forest-900));
  display: grid;
  place-items: center;
  color: var(--vt-timber-400);
  flex: none;
}
.vt-brand__mark svg { width: 24px; height: 24px; }
.vt-brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.vt-brand__name {
  font-family: var(--vt-font-display);
  font-size: 1.32rem;
  font-weight: 800;
  color: var(--vt-ink-900);
  letter-spacing: -.02em;
}
.vt-brand__name em { font-style: normal; color: var(--vt-timber-600); }
.vt-brand__tag {
  font-size: .63rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--vt-ink-400);
  font-weight: 600;
}

.vt-nav { margin-left: auto; }
.vt-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0; padding: 0;
}
.vt-nav > ul > li { position: relative; }
.vt-nav > ul > li > a {
  display: block;
  padding: 10px 15px;
  font-size: .93rem;
  font-weight: 600;
  color: var(--vt-ink-700);
  border-radius: var(--vt-radius-sm);
}
.vt-nav > ul > li > a:hover,
.vt-nav > ul > li.current-menu-item > a,
.vt-nav > ul > li.current-menu-ancestor > a {
  color: var(--vt-forest-700);
  background: var(--vt-forest-100);
}

/* Dropdown */
.vt-nav .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 260px;
  background: #fff;
  border-radius: var(--vt-radius);
  box-shadow: var(--vt-shadow-lg);
  padding: 10px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all var(--vt-transition);
  z-index: 150;
  display: block;
}
.vt-nav li:hover > .sub-menu,
.vt-nav li:focus-within > .sub-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.vt-nav .sub-menu li { position: relative; }
.vt-nav .sub-menu a {
  display: block;
  padding: 9px 13px;
  font-size: .88rem;
  font-weight: 500;
  color: var(--vt-ink-700);
  border-radius: var(--vt-radius-sm);
}
.vt-nav .sub-menu a:hover { background: var(--vt-paper-alt); color: var(--vt-forest-700); }
.vt-nav .sub-menu .sub-menu { top: -10px; left: 100%; }

.vt-header__cta { display: flex; align-items: center; gap: 10px; flex: none; }

/* Burger */
.vt-burger {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--vt-line);
  background: #fff;
  border-radius: var(--vt-radius);
  cursor: pointer;
  padding: 0;
  place-items: center;
}
.vt-burger span {
  display: block;
  width: 20px; height: 2px;
  background: var(--vt-ink-900);
  position: relative;
  transition: all var(--vt-transition);
}
.vt-burger span::before,
.vt-burger span::after {
  content: ""; position: absolute; left: 0;
  width: 20px; height: 2px; background: var(--vt-ink-900);
  transition: all var(--vt-transition);
}
.vt-burger span::before { top: -6px; }
.vt-burger span::after { top: 6px; }
.vt-burger[aria-expanded="true"] span { background: transparent; }
.vt-burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.vt-burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* Mobile nav */
.vt-mobile-nav {
  display: none;
  border-top: 1px solid var(--vt-line-soft);
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease;
}
.vt-mobile-nav.is-open { max-height: 78vh; overflow-y: auto; }
.vt-mobile-nav__inner { padding: 12px 0 26px; }
.vt-mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.vt-mobile-nav > .vt-mobile-nav__inner > ul > li { border-bottom: 1px solid var(--vt-line-soft); }
.vt-mobile-nav a {
  display: block;
  padding: 14px 4px;
  font-size: .98rem;
  font-weight: 600;
  color: var(--vt-ink-900);
}
.vt-mobile-nav .sub-menu { padding-left: 16px; }
.vt-mobile-nav .sub-menu a {
  font-size: .9rem;
  font-weight: 500;
  color: var(--vt-ink-500);
  padding: 10px 4px;
}
.vt-mobile-nav__cta { margin-top: 20px; display: grid; gap: 10px; }

/* ==========================================================================
   7. Hero (homepage)
   ========================================================================== */
.vt-hero {
  position: relative;
  background:
    linear-gradient(150deg, rgba(22, 40, 29, .92) 0%, rgba(29, 54, 40, .83) 52%, rgba(42, 81, 56, .78) 100%),
    url("assets/images/hero.jpg") center / cover no-repeat,
    linear-gradient(150deg, var(--vt-forest-900) 0%, var(--vt-forest-700) 52%, #2a5138 100%);
  color: rgba(255, 255, 255, .84);
  overflow: hidden;
  padding-block: clamp(64px, 9vw, 128px);
}
.vt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 70% at 70% 30%, #000 10%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 70% 30%, #000 10%, transparent 75%);
  pointer-events: none;
}
.vt-hero::after {
  content: "";
  position: absolute;
  top: -18%; right: -8%;
  width: 46vw; height: 46vw;
  background: radial-gradient(circle, rgba(198,143,74,.24) 0%, transparent 68%);
  pointer-events: none;
}
.vt-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
}
.vt-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--vt-radius-pill);
  padding: 7px 16px 7px 12px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 22px;
}
.vt-hero__badge b {
  color: var(--vt-timber-400);
  font-weight: 700;
}
.vt-hero h1 {
  color: #fff;
  font-size: clamp(2.1rem, 4.6vw, 3.5rem);
  margin-bottom: 20px;
}
.vt-hero h1 em {
  font-style: normal;
  color: var(--vt-timber-400);
  position: relative;
}
.vt-hero__lead {
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, .78);
  max-width: 56ch;
  margin-bottom: 30px;
}
.vt-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }

.vt-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.vt-hero__stat b {
  display: block;
  font-family: var(--vt-font-display);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: #fff;
  line-height: 1.1;
}
.vt-hero__stat span {
  font-size: .78rem;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
}

/* Hero visual card stack */
.vt-hero__visual { position: relative; }
.vt-hero__card {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--vt-radius-lg);
  padding: 26px;
  backdrop-filter: blur(8px);
}
.vt-hero__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.vt-hero__card-head h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  font-family: var(--vt-font-sans);
  font-weight: 700;
  letter-spacing: .02em;
}
.vt-hero__card-head span {
  font-size: .72rem;
  color: var(--vt-timber-400);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vt-spec-list { list-style: none; margin: 0; padding: 0; }
.vt-spec-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, .12);
  font-size: .88rem;
}
.vt-spec-list li:last-child { border-bottom: 0; }
.vt-spec-list dt,
.vt-spec-list .vt-k { color: rgba(255, 255, 255, .6); }
.vt-spec-list dd,
.vt-spec-list .vt-v {
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-align: right;
}

.vt-hero__float {
  position: absolute;
  bottom: -22px;
  left: -22px;
  background: var(--vt-timber-600);
  color: #fff;
  border-radius: var(--vt-radius);
  padding: 14px 20px;
  box-shadow: var(--vt-shadow-lg);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.3;
  max-width: 190px;
}
.vt-hero__float small {
  display: block;
  font-weight: 500;
  font-size: .72rem;
  opacity: .85;
  letter-spacing: .04em;
}

/* ==========================================================================
   8. Trust strip
   ========================================================================== */
.vt-trust {
  background: #fff;
  border-bottom: 1px solid var(--vt-line-soft);
  padding-block: 26px;
}
.vt-trust__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
}
.vt-trust__label {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--vt-ink-400);
  flex: none;
}
.vt-trust__items {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3.4vw, 52px);
  flex-wrap: wrap;
  list-style: none;
  margin: 0; padding: 0;
}
.vt-trust__items li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--vt-font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--vt-ink-500);
  opacity: .78;
  transition: opacity var(--vt-transition), color var(--vt-transition);
}
.vt-trust__items li:hover { opacity: 1; color: var(--vt-forest-700); }
.vt-trust__items svg { width: 22px; height: 22px; color: var(--vt-timber-600); flex: none; }

/* ==========================================================================
   9. Cards — product / feature
   ========================================================================== */
.vt-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius-lg);
  overflow: hidden;
  transition: transform var(--vt-transition), box-shadow var(--vt-transition), border-color var(--vt-transition);
}
.vt-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--vt-shadow-lg);
  border-color: transparent;
}
.vt-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--vt-paper-alt);
  overflow: hidden;
}
.vt-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.4,0,.2,1);
}
.vt-card:hover .vt-card__media img { transform: scale(1.06); }
.vt-card__media--placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--vt-forest-100), var(--vt-timber-100));
}
.vt-card__media--placeholder svg { width: 54px; height: 54px; color: var(--vt-forest-600); opacity: .35; }
.vt-card__tag {
  position: absolute;
  top: 14px; left: 14px;
  background: rgba(255, 255, 255, .94);
  color: var(--vt-forest-700);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--vt-radius-pill);
  z-index: 2;
}
.vt-card__body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.vt-card__body h3 {
  font-size: 1.16rem;
  margin-bottom: 10px;
}
.vt-card__body h3 a { color: var(--vt-ink-900); }
.vt-card__body h3 a:hover { color: var(--vt-forest-700); }
.vt-card__body p {
  font-size: .92rem;
  color: var(--vt-ink-500);
  margin-bottom: 16px;
}
.vt-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--vt-line-soft);
}
.vt-chip {
  font-size: .72rem;
  font-weight: 600;
  color: var(--vt-ink-500);
  background: var(--vt-paper-alt);
  border-radius: var(--vt-radius-pill);
  padding: 4px 11px;
}
.vt-card__link {
  margin-top: 16px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--vt-timber-600);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.vt-card__link::after { content: "→"; transition: transform var(--vt-transition); }
.vt-card:hover .vt-card__link::after { transform: translateX(4px); }

/* Feature card (icon top) */
.vt-feature {
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius-lg);
  padding: 30px 28px;
  transition: transform var(--vt-transition), box-shadow var(--vt-transition), border-color var(--vt-transition);
}
.vt-feature:hover { transform: translateY(-4px); box-shadow: var(--vt-shadow); border-color: var(--vt-timber-400); }
.vt-feature__icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: var(--vt-forest-100);
  color: var(--vt-forest-700);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.vt-feature__icon svg { width: 26px; height: 26px; }
.vt-feature h3 { font-size: 1.1rem; margin-bottom: 10px; }
.vt-feature p { font-size: .92rem; color: var(--vt-ink-500); margin: 0; }

/* Numbered step */
.vt-step { position: relative; padding-left: 62px; }
.vt-step__num {
  position: absolute;
  left: 0; top: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--vt-forest-700);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--vt-font-display);
  font-size: 1.05rem;
  font-weight: 700;
}
.vt-step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.vt-step p { font-size: .93rem; color: var(--vt-ink-500); margin: 0; }
.vt-section--forest .vt-step__num { background: var(--vt-timber-600); }
.vt-section--forest .vt-step p { color: rgba(255,255,255,.68); }

/* ==========================================================================
   10. Application tiles
   ========================================================================== */
.vt-app {
  position: relative;
  display: block;
  border-radius: var(--vt-radius-lg);
  overflow: hidden;
  min-height: 340px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: var(--vt-forest-800);
  isolation: isolate;
}
.vt-app::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
}
.vt-app::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(14,26,18,.94) 6%, rgba(14,26,18,.46) 52%, rgba(14,26,18,.22) 100%);
}
.vt-app:hover::before { transform: scale(1.07); }
.vt-app h3 { color: #fff; font-size: 1.3rem; margin-bottom: 8px; }
.vt-app p { color: rgba(255,255,255,.76); font-size: .9rem; margin: 0; }
.vt-app--placeholder::before { background: linear-gradient(140deg, var(--vt-forest-700), var(--vt-forest-900)); }
.vt-app__kicker {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--vt-timber-400);
  margin-bottom: 10px;
}

/* ==========================================================================
   11. Split section (text + media)
   ========================================================================== */
.vt-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.vt-split--reverse .vt-split__media { order: -1; }
.vt-split__media {
  border-radius: var(--vt-radius-lg);
  overflow: hidden;
  background: var(--vt-paper-alt);
  box-shadow: var(--vt-shadow);
}
.vt-split__media img { width: 100%; height: 100%; object-fit: cover; }
.vt-split__media--placeholder {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--vt-forest-100), var(--vt-timber-100));
  color: var(--vt-forest-600);
}
.vt-split__media--placeholder svg { width: 68px; height: 68px; opacity: .4; }

.vt-checklist { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 12px; }
.vt-checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: .95rem;
}
.vt-checklist li::before {
  content: "";
  flex: none;
  width: 21px; height: 21px;
  margin-top: 3px;
  border-radius: 50%;
  background: var(--vt-forest-100)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f5c3d' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center / 13px no-repeat;
}
.vt-section--forest .vt-checklist li::before {
  background-color: rgba(255,255,255,.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d9a866' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
}

/* ==========================================================================
   12. Spec table
   ========================================================================== */
.vt-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
}
.vt-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .92rem;
  min-width: 560px;
}
.vt-table thead th {
  background: var(--vt-forest-800);
  color: #fff;
  font-family: var(--vt-font-sans);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-align: left;
  padding: 14px 18px;
  white-space: nowrap;
}
.vt-table tbody td {
  padding: 14px 18px;
  border-top: 1px solid var(--vt-line-soft);
}
.vt-table tbody tr:nth-child(even) { background: var(--vt-paper-warm); }
.vt-table tbody tr:hover { background: var(--vt-forest-100); }
.vt-table tbody th {
  text-align: left;
  font-weight: 600;
  color: var(--vt-ink-900);
  padding: 14px 18px;
  border-top: 1px solid var(--vt-line-soft);
}

/* ==========================================================================
   13. FAQ accordion
   ========================================================================== */
.vt-faq { display: grid; gap: 12px; }
.vt-faq__item {
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  background: #fff;
  overflow: hidden;
  transition: border-color var(--vt-transition), box-shadow var(--vt-transition);
}
.vt-faq__item[open] { border-color: var(--vt-timber-400); box-shadow: var(--vt-shadow-sm); }
.vt-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  cursor: pointer;
  font-family: var(--vt-font-display);
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--vt-ink-900);
  list-style: none;
}
.vt-faq__q::-webkit-details-marker { display: none; }
.vt-faq__q::after {
  content: "";
  flex: none;
  width: 13px; height: 13px;
  border-right: 2px solid var(--vt-timber-600);
  border-bottom: 2px solid var(--vt-timber-600);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform var(--vt-transition);
}
.vt-faq__item[open] .vt-faq__q::after { transform: rotate(-135deg) translate(-2px, -2px); }
.vt-faq__a {
  padding: 0 24px 22px;
  font-size: .94rem;
  color: var(--vt-ink-500);
  max-width: 72ch;
}
.vt-faq__a p:last-child { margin-bottom: 0; }

/* ==========================================================================
   14. Inquiry / CTA band
   ========================================================================== */
.vt-cta {
  position: relative;
  background: linear-gradient(135deg, var(--vt-forest-900), var(--vt-forest-700));
  color: rgba(255,255,255,.8);
  border-radius: var(--vt-radius-lg);
  padding: clamp(34px, 5vw, 60px);
  overflow: hidden;
}
.vt-cta::after {
  content: "";
  position: absolute;
  top: -30%; right: -6%;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(198,143,74,.22), transparent 70%);
  pointer-events: none;
}
.vt-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.vt-cta h2 { color: #fff; margin-bottom: 14px; }
.vt-cta p { margin-bottom: 0; }
.vt-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

/* ==========================================================================
   15. Forms
   ========================================================================== */
.vt-form {
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius-lg);
  padding: clamp(24px, 3vw, 38px);
  box-shadow: var(--vt-shadow-sm);
}
.vt-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vt-form__row { display: flex; flex-direction: column; gap: 7px; }
.vt-form__row--full { grid-column: 1 / -1; }
.vt-form label {
  font-size: .82rem;
  font-weight: 700;
  color: var(--vt-ink-700);
  letter-spacing: .02em;
}
.vt-form label .req { color: #c0392b; }

.vt-form input[type="text"],
.vt-form input[type="email"],
.vt-form input[type="tel"],
.vt-form input[type="url"],
.vt-form input[type="number"],
.vt-form select,
.vt-form textarea {
  width: 100%;
  font-family: inherit;
  font-size: .93rem;
  color: var(--vt-ink-900);
  background: var(--vt-paper-warm);
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  padding: 13px 15px;
  transition: border-color var(--vt-transition), box-shadow var(--vt-transition), background var(--vt-transition);
  appearance: none;
}
.vt-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235c6459' stroke-width='2.4' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 15px;
  padding-right: 40px;
}
.vt-form textarea { min-height: 130px; resize: vertical; }
.vt-form input:focus,
.vt-form select:focus,
.vt-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--vt-forest-500);
  box-shadow: 0 0 0 3px rgba(61,122,78,.14);
}
.vt-form__note { font-size: .78rem; color: var(--vt-ink-400); margin: 14px 0 0; }
.vt-form__actions { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }

.vt-form__msg {
  border-radius: var(--vt-radius);
  padding: 14px 18px;
  font-size: .9rem;
  margin-bottom: 20px;
}
.vt-form__msg--ok { background: #e8f5ec; color: #1d6b34; border: 1px solid #b9e0c5; }
.vt-form__msg--err { background: #fdeceb; color: #a4302a; border: 1px solid #f3c4c1; }

.vt-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; height: 0 !important; width: 0 !important; }

/* ==========================================================================
   16. Page header (inner pages)
   ========================================================================== */
.vt-pagehead {
  background:
    linear-gradient(140deg, rgba(22, 40, 29, .93) 0%, rgba(36, 69, 47, .83) 100%),
    url("assets/images/page-banner-v2.jpg") center / cover no-repeat,
    linear-gradient(140deg, var(--vt-forest-900), var(--vt-forest-700));
  color: rgba(255,255,255,.76);
  padding-block: clamp(38px, 5.5vw, 74px);
  position: relative;
  overflow: hidden;
}
.vt-pagehead::after {
  content: "";
  position: absolute;
  top: -40%; right: 4%;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(198,143,74,.18), transparent 70%);
  pointer-events: none;
}
.vt-pagehead__inner { position: relative; z-index: 2; }
.vt-pagehead h1 {
  color: #fff;
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
}
.vt-pagehead p { max-width: 70ch; margin: 0; font-size: 1.02rem; }

.vt-breadcrumbs {
  font-size: .8rem;
  color: rgba(255,255,255,.6);
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.vt-breadcrumbs a { color: rgba(255,255,255,.72); }
.vt-breadcrumbs a:hover { color: var(--vt-timber-400); }
.vt-breadcrumbs span[aria-current] { color: #fff; font-weight: 600; }
.vt-breadcrumbs .sep { opacity: .45; }

/* ==========================================================================
   17. Single post / product content
   ========================================================================== */
.vt-content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(30px, 4vw, 60px); align-items: start; }
.vt-entry { font-size: 1.02rem; }
.vt-entry > *:first-child { margin-top: 0; }
.vt-entry h2 { margin-top: 1.8em; padding-bottom: .35em; border-bottom: 1px solid var(--vt-line-soft); }
.vt-entry h3 { margin-top: 1.5em; }
.vt-entry ul, .vt-entry ol { margin-bottom: 1.2em; }
.vt-entry li { margin-bottom: .5em; }
.vt-entry img { border-radius: var(--vt-radius); }
.vt-entry a { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.vt-entry table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: .92rem; }
.vt-entry table th, .vt-entry table td { padding: 12px 15px; border: 1px solid var(--vt-line); text-align: left; }
.vt-entry table thead th { background: var(--vt-paper-alt); font-weight: 700; }

.vt-entry__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: .84rem;
  color: var(--vt-ink-400);
  margin-bottom: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--vt-line-soft);
}

/* Sidebar */
.vt-sidebar { position: sticky; top: 100px; display: grid; gap: 22px; }
.vt-widget {
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius-lg);
  padding: 24px;
}
.vt-widget__title {
  font-family: var(--vt-font-display);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--vt-ink-900);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--vt-timber-500);
  display: inline-block;
}
.vt-widget ul { list-style: none; margin: 0; padding: 0; }
.vt-widget ul li { border-bottom: 1px solid var(--vt-line-soft); }
.vt-widget ul li:last-child { border-bottom: 0; }
.vt-widget ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  font-size: .91rem;
  font-weight: 500;
  color: var(--vt-ink-700);
}
.vt-widget ul a:hover { color: var(--vt-forest-700); padding-left: 5px; }
.vt-widget ul a::after { content: "›"; color: var(--vt-timber-600); font-size: 1.1rem; }

.vt-widget--inquiry { background: var(--vt-forest-900); border-color: transparent; color: rgba(255,255,255,.76); }
.vt-widget--inquiry .vt-widget__title { color: #fff; border-color: var(--vt-timber-500); }
.vt-widget--inquiry p { font-size: .9rem; }
.vt-widget--inquiry a { color: var(--vt-timber-400); }

/* ==========================================================================
   18. Archive grid / pagination
   ========================================================================== */
.vt-archive__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 28px; }

.vt-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.vt-pagination .page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 42px; height: 42px;
  padding: 0 12px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  margin: 0 4px;
  font-size: .9rem;
  font-weight: 600;
  color: var(--vt-ink-700);
  background: #fff;
}
.vt-pagination .page-numbers:hover { border-color: var(--vt-forest-500); color: var(--vt-forest-700); }
.vt-pagination .page-numbers.current { background: var(--vt-forest-700); border-color: var(--vt-forest-700); color: #fff; }

.vt-empty { text-align: center; padding: 60px 20px; color: var(--vt-ink-400); }

/* ==========================================================================
   19. Category filter pills
   ========================================================================== */
.vt-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.vt-filter a {
  padding: 10px 20px;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius-pill);
  font-size: .87rem;
  font-weight: 600;
  color: var(--vt-ink-700);
  background: #fff;
  transition: all var(--vt-transition);
}
.vt-filter a:hover { border-color: var(--vt-timber-400); color: var(--vt-forest-700); }
.vt-filter a.is-active {
  background: var(--vt-forest-700);
  border-color: var(--vt-forest-700);
  color: #fff;
}

/* ==========================================================================
   20. Stats band
   ========================================================================== */
.vt-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2px;
  background: var(--vt-line);
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius-lg);
  overflow: hidden;
}
.vt-stats__item {
  background: #fff;
  padding: 32px 26px;
  text-align: center;
}
.vt-stats__item b {
  display: block;
  font-family: var(--vt-font-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--vt-forest-700);
  line-height: 1.05;
  margin-bottom: 8px;
}
.vt-stats__item span {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--vt-ink-400);
}

/* ==========================================================================
   21. Testimonial
   ========================================================================== */
.vt-quote {
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius-lg);
  padding: 30px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.vt-quote::before {
  content: "\201C";
  font-family: var(--vt-font-display);
  font-size: 4.4rem;
  line-height: .7;
  color: var(--vt-timber-400);
  opacity: .5;
  margin-bottom: 10px;
}
.vt-quote p { font-size: .96rem; color: var(--vt-ink-700); font-style: italic; }
.vt-quote__who {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--vt-line-soft);
  font-size: .84rem;
}
.vt-quote__who b { display: block; color: var(--vt-ink-900); font-style: normal; }
.vt-quote__who span { color: var(--vt-ink-400); }

/* ==========================================================================
   22. Footer
   ========================================================================== */
.vt-footer {
  background: var(--vt-forest-900);
  color: rgba(255, 255, 255, .62);
  font-size: .9rem;
  margin-top: 0;
}
.vt-footer__main {
  padding-block: clamp(48px, 6vw, 76px);
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: clamp(28px, 4vw, 56px);
}
.vt-footer h4 {
  color: #fff;
  font-family: var(--vt-font-sans);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.vt-footer a { color: rgba(255, 255, 255, .62); }
.vt-footer a:hover { color: var(--vt-timber-400); }
.vt-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.vt-footer__brand .vt-brand__name { color: #fff; }
.vt-footer__brand .vt-brand__tag { color: rgba(255,255,255,.42); }
.vt-footer__brand p { margin: 18px 0 0; max-width: 34ch; font-size: .89rem; }
.vt-footer__contact li { display: flex; gap: 11px; align-items: flex-start; }
.vt-footer__contact svg { width: 16px; height: 16px; flex: none; margin-top: 4px; color: var(--vt-timber-500); }
.vt-footer__contact li strong { color: rgba(255,255,255,.9); font-weight: 600; }

.vt-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-block: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: .82rem;
}
.vt-footer__bottom ul { display: flex; gap: 20px; }
.vt-footer__social { display: flex; gap: 10px; }
.vt-footer__social a {
  width: 36px; height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  transition: all var(--vt-transition);
}
.vt-footer__social a:hover { background: var(--vt-timber-600); border-color: var(--vt-timber-600); color: #fff; }
.vt-footer__social svg { width: 16px; height: 16px; }

/* ==========================================================================
   23. Floating actions
   ========================================================================== */
.vt-float-actions {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  gap: 10px;
}
.vt-float-actions a {
  width: 48px; height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--vt-forest-700);
  color: #fff;
  box-shadow: var(--vt-shadow);
  transition: all var(--vt-transition);
}
.vt-float-actions a:hover { background: var(--vt-timber-600); color: #fff; transform: translateY(-3px); }
.vt-float-actions svg { width: 21px; height: 21px; }
[dir="rtl"] .vt-float-actions { right: auto; left: 18px; }

.vt-backtop {
  opacity: 0;
  visibility: hidden;
}
.vt-backtop.is-visible { opacity: 1; visibility: visible; }

/* ==========================================================================
   24. RTL support
   ========================================================================== */
[dir="rtl"] { font-family: var(--vt-font-ar); }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] blockquote {
  font-family: var(--vt-font-ar);
}
[dir="rtl"] .vt-eyebrow,
[dir="rtl"] .vt-brand__tag,
[dir="rtl"] .vt-footer h4,
[dir="rtl"] .vt-stats__item span,
[dir="rtl"] .vt-hero__stat span { letter-spacing: 0; }
[dir="rtl"] .vt-card__tag { left: auto; right: 14px; }
[dir="rtl"] .vt-nav .sub-menu { left: auto; right: 0; }
[dir="rtl"] .vt-nav .sub-menu .sub-menu { left: auto; right: 100%; }
[dir="rtl"] .vt-lang__menu { right: auto; left: 0; }
[dir="rtl"] .vt-step { padding-left: 0; padding-right: 62px; }
[dir="rtl"] .vt-step__num { left: auto; right: 0; }
[dir="rtl"] .vt-cta__actions,
[dir="rtl"] .vt-hero__actions { flex-direction: row-reverse; }
[dir="rtl"] blockquote { border-left: 0; border-right: 4px solid var(--vt-forest-500); border-radius: var(--vt-radius) 0 0 var(--vt-radius); }
[dir="rtl"] .vt-form select { background-position: left 14px center; padding-right: 15px; padding-left: 40px; }
[dir="rtl"] ul, [dir="rtl"] ol { padding-left: 0; padding-right: 1.25em; }
[dir="rtl"] .vt-widget ul a:hover { padding-left: 0; padding-right: 5px; }

/* ==========================================================================
   25. WordPress core alignment / blocks
   ========================================================================== */
.alignleft { float: left; margin: .4em 1.6em 1.2em 0; }
.alignright { float: right; margin: .4em 0 1.2em 1.6em; }
.aligncenter { margin: 1.6em auto; display: block; }
.alignwide { margin-inline: calc(-1 * clamp(0px, 4vw, 60px)); max-width: none; }
.alignfull { margin-inline: calc(50% - 50vw); max-width: 100vw; width: 100vw; }

.wp-caption { max-width: 100%; }
.wp-caption-text,
.wp-element-caption,
figcaption {
  font-size: .82rem;
  color: var(--vt-ink-400);
  margin-top: 9px;
  text-align: center;
}

.sticky .vt-card__body h3::after { content: " ★"; color: var(--vt-timber-500); }

.wp-block-image img { border-radius: var(--vt-radius); }

/* Comments */
.vt-comments { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--vt-line); }
.comment-list { list-style: none; margin: 0 0 40px; padding: 0; }
.comment-list ol.children { list-style: none; padding-left: 28px; }
.comment-body {
  background: #fff;
  border: 1px solid var(--vt-line);
  border-radius: var(--vt-radius);
  padding: 22px;
  margin-bottom: 18px;
}
.comment-author img { border-radius: 50%; float: left; margin-right: 14px; }
.comment-metadata { font-size: .78rem; color: var(--vt-ink-400); margin-bottom: 10px; }
.reply a { font-size: .82rem; font-weight: 600; }

/* ==========================================================================
   26. Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .vt-footer__main { grid-template-columns: 1fr 1fr; }
  .vt-content-wrap { grid-template-columns: 1fr; }
  .vt-sidebar { position: static; }
}

@media (max-width: 980px) {
  .vt-nav,
  .vt-header__cta .vt-btn { display: none; }
  .vt-burger { display: grid; }
  .vt-mobile-nav { display: block; }
  .vt-hero__inner { grid-template-columns: 1fr; }
  .vt-hero__visual { max-width: 520px; }
  .vt-hero__float { bottom: -16px; left: auto; right: 16px; }
  .vt-split { grid-template-columns: 1fr; }
  .vt-split--reverse .vt-split__media { order: 0; }
  .vt-cta__inner { grid-template-columns: 1fr; }
  .vt-cta__actions { justify-content: flex-start; }
  .vt-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vt-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .vt-topbar__inner { justify-content: center; text-align: center; }
  .vt-topbar__list { justify-content: center; gap: 16px; }
  .vt-topbar__list li.vt-hide-sm { display: none; }
  .vt-grid--2,
  .vt-grid--3,
  .vt-grid--4,
  .vt-form__grid { grid-template-columns: 1fr; }
  .vt-hero__stats { grid-template-columns: 1fr 1fr; gap: 14px; }
  .vt-footer__main { grid-template-columns: 1fr; }
  .vt-footer__bottom { flex-direction: column; text-align: center; }
  .vt-app { min-height: 260px; }
  .vt-stats__item { padding: 24px 18px; }
  .vt-quote { padding: 24px 22px; }
}

@media (max-width: 480px) {
  .vt-hero__actions .vt-btn { width: 100%; }
  .vt-hero__stats { grid-template-columns: 1fr; }
  .vt-trust__inner { justify-content: center; }
}

/* ==========================================================================
   27. Print
   ========================================================================== */
@media print {
  .vt-header, .vt-topbar, .vt-footer, .vt-float-actions, .vt-mobile-nav { display: none !important; }
  body { font-size: 12pt; color: #000; }
  a::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}

/* ==========================================================================
   28. Reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
