/* ============================================
   TRUHLARI JEDOU — Design System
   ============================================ */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

/* --- CSS Variables --- */
:root {
    /* Colors */
    /*--clr-primary-dark: #1C2C0A;
    --clr-primary: #4F6711;
    --clr-primary-light: #6B8A18;
    --clr-accent: #C3E52C;
    --clr-accent-hover: #A8CC10;
    --clr-bg: #F4F5F0;
    --clr-bg-alt: #EAEBE5;
    --clr-white: #FFFFFF;
    --clr-text: #2A2A2A;
    --clr-text-light: #5A5A5A;
    --clr-text-muted: #8A8A8A;
    --clr-border: #D5D7CE;
    --clr-overlay: rgba(28, 44, 10, 0.85);*/

    --clr-primary-dark: #1C2C0A;
    --clr-primary: #246711;
    --clr-primary-light: #388a18;
    --clr-accent: #8cf72f;
    --clr-accent-hover: #5bcc10;
    --clr-bg: #F4F5F0;
    --clr-bg-alt: #EAEBE5;
    --clr-white: #FFFFFF;
    --clr-text: #2A2A2A;
    --clr-text-light: #5A5A5A;
    --clr-text-muted: #8A8A8A;
    --clr-border: #D5D7CE;
    --clr-overlay: rgba(28, 44, 10, 0.85);

    /* Typography */
    --ff-body: 'Inter', sans-serif;
    --ff-heading: 'Playfair Display', serif;
    --fs-xs: 0.75rem;
    --fs-sm: 0.875rem;
    --fs-base: 1rem;
    --fs-md: 1.125rem;
    --fs-lg: 1.25rem;
    --fs-xl: 1.5rem;
    --fs-2xl: 2rem;
    --fs-3xl: 2.5rem;
    --fs-4xl: 3.25rem;
    --fs-5xl: 4rem;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --space-4xl: 6rem;

    /* Borders & Radius */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.12);
    --shadow-xl: 0 16px 50px rgba(0, 0, 0, 0.15);

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;

    /* Layout */
    --container-max: 1200px;
    --header-height: 80px;

    /* Header */
    --clr-header-bg: rgba(255, 255, 255, 0.95);
}

/* --- Dark Theme --- */
[data-theme="dark"] {
    --clr-primary-dark: #e4e6eb;
    --clr-primary: #6dd620;
    --clr-primary-light: #8cf72f;
    --clr-accent: #8cf72f;
    --clr-accent-hover: #a8f55a;
    --clr-bg: #1a1d23;
    --clr-bg-alt: #22262e;
    --clr-white: #2a2e37;
    --clr-text: #e4e6eb;
    --clr-text-light: #b0b3b8;
    --clr-text-muted: #8a8d91;
    --clr-border: #3a3e47;
    --clr-overlay: rgba(10, 12, 16, 0.85);

    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.25);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.35);
    --shadow-xl: 0 16px 50px rgba(0, 0, 0, 0.4);

    --clr-header-bg: rgba(26, 29, 35, 0.95);
}

/* --- Dark theme component overrides --- */
[data-theme="dark"] .header {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .hamburger span {
    background: var(--clr-text);
}

/* Service cards */
[data-theme="dark"] .service-card-image::after {
    background: linear-gradient(to top, rgba(42, 46, 55, 0.6) 0%, transparent 100%);
}

[data-theme="dark"] .service-card-icon {
    background: rgba(42, 46, 55, 0.92);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .service-card:hover .service-card-icon {
    background: rgba(42, 46, 55, 0.97);
}

[data-theme="dark"] .service-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* About section */
[data-theme="dark"] .about-text h3 {
    color: var(--clr-accent);
}

/* Footer */
[data-theme="dark"] .footer {
    background: #12141a;
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .footer-brand img {
    background-color: #22262e;
}

[data-theme="dark"] .footer-title {
    color: #ffffff;
}

/* Contact */
[data-theme="dark"] .contact-info {
    background: #12141a;
}

[data-theme="dark"] .contact-info h2 {
    color: #ffffff;
}

[data-theme="dark"] .contact-guarantee p {
    color: var(--clr-text);
}

/* Blog */
[data-theme="dark"] .blog-card-tag {
    background: rgba(91, 204, 16, 0.15);
}

[data-theme="dark"] .blog-card-body h3,
[data-theme="dark"] .blog-card-body h3 a {
    color: var(--clr-text);
}

/* Gallery */
[data-theme="dark"] .gallery-item-zoom {
    background: rgba(42, 46, 55, 0.4);
    border-color: rgba(255, 255, 255, 0.15);
}

[data-theme="dark"] .gallery-item-zoom:hover {
    background: rgba(42, 46, 55, 0.6);
}

/* Forms */
[data-theme="dark"] .form-group input:focus,
[data-theme="dark"] .form-group textarea:focus {
    box-shadow: 0 0 0 4px rgba(91, 204, 16, 0.15);
}

[data-theme="dark"] .form-group input::placeholder,
[data-theme="dark"] .form-group textarea::placeholder {
    color: var(--clr-text-muted);
}

/* Mobile overlay */
[data-theme="dark"] .mobile-overlay {
    background: rgba(0, 0, 0, 0.7);
}

/* Page header (inner pages) */
[data-theme="dark"] .page-header {
    background: linear-gradient(135deg, #12141a, #1a2e0a);
}

[data-theme="dark"] .page-header h1 {
    color: #ffffff;
}

/* CTA section */
[data-theme="dark"] .cta-section {
    background: linear-gradient(135deg, #12141a 0%, #1a2e0a 100%);
}

[data-theme="dark"] .cta-content h2 {
    color: #ffffff;
}

/* Article content */
[data-theme="dark"] .article-content strong {
    color: var(--clr-text);
}

[data-theme="dark"] .article-content em {
    color: var(--clr-accent);
}

[data-theme="dark"] .article-content ul li {
    background: var(--clr-bg-alt);
    border-color: var(--clr-border);
}

/* Testimonials */
[data-theme="dark"] .testimonial-card-name {
    color: var(--clr-text);
}

/* Service detail page */
[data-theme="dark"] .service-extra-box {
    background: linear-gradient(135deg, var(--clr-bg-alt), var(--clr-white));
}

[data-theme="dark"] .service-extra-box-alt {
    background: linear-gradient(135deg, rgba(91, 204, 16, 0.05), rgba(140, 247, 47, 0.08));
    border-color: rgba(91, 204, 16, 0.2);
}

/* Process steps */
[data-theme="dark"] .process-step h4 {
    color: var(--clr-text);
}

/* Blog back button */
[data-theme="dark"] .blog-back-btn {
    background: var(--clr-bg-alt);
    color: var(--clr-text);
}

/* Section alt (white bg sections) */
[data-theme="dark"] .section-alt {
    background-color: var(--clr-bg-alt);
}

/* Scroll to top */
[data-theme="dark"] .scroll-top {
    background: var(--clr-accent);
    color: #1a1d23;
}

[data-theme="dark"] .scroll-top:hover {
    background: var(--clr-accent-hover);
    color: #1a1d23;
}

/* Btn accent text color in dark */
[data-theme="dark"] .btn-accent {
    color: #1a1d23;
}

/* Nav btn accent text color in dark */
[data-theme="dark"] .btn-nav {
    background: linear-gradient(135deg,
            var(--clr-primary) 0%,
            var(--clr-accent) 10%,
            var(--clr-primary-light) 90%);
}

/* Lightbox */
[data-theme="dark"] .lightbox {
    background: rgba(0, 0, 0, 0.97);
}


[data-theme="dark"] .hero-title {
    color: #ffffff;
}

[data-theme="dark"] .hero-title span {
    color: var(--clr-accent);
}

[data-theme="dark"] .hero-subtitle {
    color: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] .hero-badge {
    color: var(--clr-accent);
}

[data-theme="dark"] .hero-stat-number {
    color: var(--clr-accent);
}

[data-theme="dark"] .hero-stat-label {
    color: rgba(255, 255, 255, 0.7);
}

/* ===== Contact social icons ===== */
[data-theme="dark"] .contact-socials svg {
    fill: #ffffff;
}

[data-theme="dark"] .contact-socials a {
    background: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .contact-socials a:hover {
    background: var(--clr-accent);
}

[data-theme="dark"] .contact-socials a:hover svg {
    fill: #1a1d23;
}

/* Footer social icons */
[data-theme="dark"] .footer-socials svg {
    fill: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .footer-socials a {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .footer-socials a:hover svg {
    fill: #1a1d23;
}

/* Contact info items - keep them light on dark */
[data-theme="dark"] .contact-info-item h4 {
    color: var(--clr-accent);
}

[data-theme="dark"] .contact-info-item p,
[data-theme="dark"] .contact-info-item a {
    color: rgba(255, 255, 255, 0.8);
}

/* Section contrast  */

/* Main sections: subtle alternating tints */
[data-theme="dark"] .section {
    background-color: var(--clr-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .section-alt {
    background-color: #1e222a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* Cards elevation to stand out */
[data-theme="dark"] .service-card,
[data-theme="dark"] .advantage-card,
[data-theme="dark"] .testimonial-card,
[data-theme="dark"] .blog-card {
    background: #252930;
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .service-card:hover,
[data-theme="dark"] .advantage-card:hover,
[data-theme="dark"] .blog-card:hover {
    border-color: rgba(140, 247, 47, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* Contact form card */
[data-theme="dark"] .contact-form {
    background: #252930;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* About section image highlight */
[data-theme="dark"] .about-image {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .about-image-badge {
    background: var(--clr-accent);
    color: #1a1d23;
}

/* About value icons */
[data-theme="dark"] .about-value-icon {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* CTA section — subtle green tint to stand out */
[data-theme="dark"] .cta-section {
    background: linear-gradient(135deg, #111614 0%, #1a2e0a 50%, #111614 100%);
    border-top: 1px solid rgba(140, 247, 47, 0.1);
    border-bottom: 1px solid rgba(140, 247, 47, 0.1);
}

[data-theme="dark"] .cta-content h2 {
    color: #ffffff;
}

[data-theme="dark"] .cta-content p {
    color: rgba(255, 255, 255, 0.8);
}

/* Page header — more distinctive */
[data-theme="dark"] .page-header {
    background: linear-gradient(135deg, #111614, #1a2e0a, #111614);
    border-bottom: 1px solid rgba(140, 247, 47, 0.1);
}

[data-theme="dark"] .page-header h1 {
    color: #ffffff;
}

[data-theme="dark"] .page-header p {
    color: rgba(255, 255, 255, 0.8);
}

/* Gallery filters */
[data-theme="dark"] .gallery-filter {
    background: #252930;
}

/* File upload area */
[data-theme="dark"] .file-upload {
    background: #1e222a;
    border-color: var(--clr-border);
}

[data-theme="dark"] .file-upload-item {
    background: #252930;
}

/* Section header accent */
[data-theme="dark"] .section-header h2 {
    color: #ffffff;
}

/* --- Theme Toggle Button --- */
.theme-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: var(--radius-full);
    background: transparent;
    border: 2px solid var(--clr-border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-base);
    margin-left: var(--space-sm);
    flex-shrink: 0;
}

.theme-toggle:hover {
    border-color: var(--clr-accent);
    background: color-mix(in srgb, var(--clr-accent) 10%, transparent);
    transform: rotate(15deg);
}

.theme-toggle-icon {
    width: 20px;
    height: 20px;
    fill: var(--clr-text);
    position: absolute;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.theme-toggle .sun {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.theme-toggle .moon {
    opacity: 0;
    transform: scale(0.5) rotate(-90deg);
}

[data-theme="dark"] .theme-toggle .sun {
    opacity: 0;
    transform: scale(0.5) rotate(90deg);
}

[data-theme="dark"] .theme-toggle .moon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

[data-theme="dark"] .theme-toggle-icon {
    fill: var(--clr-accent);
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--ff-body);
    font-size: var(--fs-base);
    color: var(--clr-text);
    background-color: var(--clr-bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition-fast);
}

ul,
ol {
    list-style: none;
}

button,
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

/* --- Utility --- */
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-xl);
}

.section {
    padding: var(--space-4xl) 0;
}

.section-alt {
    background-color: var(--clr-white);
}

.section-header {
    text-align: center;
    margin-bottom: var(--space-3xl);
}

.section-header h2 {
    font-family: var(--ff-heading);
    font-size: var(--fs-3xl);
    color: var(--clr-primary-dark);
    margin-bottom: var(--space-md);
}

.section-header p {
    font-size: var(--fs-md);
    color: var(--clr-text-light);
    max-width: 600px;
    margin: 0 auto;
}

.section-header .accent-line {
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
    border-radius: var(--radius-full);
    margin: var(--space-md) auto 0;
}

/* --- Typography --- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff-heading);
    line-height: 1.2;
    color: var(--clr-primary-dark);
}

h1 {
    font-size: var(--fs-4xl);
}

h2 {
    font-size: var(--fs-3xl);
}

h3 {
    font-size: var(--fs-xl);
}

h4 {
    font-size: var(--fs-lg);
}

p {
    margin-bottom: var(--space-md);
}

/* --- Buttons --- */
.btn {
    display: inline-flex;
    text-align: center;
    align-items: center;
    gap: var(--space-xs);
    padding: 14px 32px;
    font-weight: 600;
    font-size: var(--fs-base);
    border-radius: var(--radius-full);
    transition: all var(--transition-base);
    text-transform: none;
    letter-spacing: 0.3px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-primary-light));
    color: var(--clr-white);
    box-shadow: 0 4px 15px rgba(79, 103, 17, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--clr-primary-light), var(--clr-accent-hover));
    box-shadow: 0 6px 25px rgba(79, 103, 17, 0.4);
    transform: translateY(-2px);
}

.btn-accent {
    background: var(--clr-accent);
    color: var(--clr-primary-dark);
    box-shadow: 0 4px 15px rgba(195, 229, 44, 0.3);
}

.btn-accent:hover {
    background: var(--clr-accent-hover);
    box-shadow: 0 6px 25px rgba(195, 229, 44, 0.4);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--clr-primary-dark);
    border: 2px solid var(--clr-primary);
}

.btn-outline:hover {
    background: var(--clr-primary);
    color: var(--clr-white);
    transform: translateY(-2px);
}

.btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}




/* --- Header / Navigation --- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--clr-header-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: box-shadow var(--transition-base);
    height: var(--header-height);
}

.header.scrolled {
    box-shadow: var(--shadow-md);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo img {
    height: 50px;
    width: auto;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: var(--space-xl);
}

.nav-link {
    font-weight: 500;
    font-size: var(--fs-sm);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--clr-text);
    position: relative;
    padding: var(--space-xs) 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--clr-accent);
    transition: width var(--transition-base);
}

.nav-link:hover,
.nav-link.active {
    color: var(--clr-primary);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-cta {
    margin-left: var(--space-md);
}

/*.btn-nav {
    background: linear-gradient(135deg,
      var(--clr-primary-dark) 10%,
      var(--clr-primary-light) 30%,
      var(--clr-accent) 50%,
      var(--clr-primary-light) 70%,
      var(--clr-primary-dark) 90%
    );
    background-size: 300% auto;
    color: #fff;
    box-shadow: 0 4px 18px rgba(36,103,17,0.3);
    animation: sweep 10s linear infinite;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
  }
  .btn-nav:hover { box-shadow: 0 10px 32px rgba(140,247,47,0.4); }
  @keyframes sweep {
    0%   { background-position: 100% center; }
    100% { background-position: -50% center; }
  }*/
.btn-nav {
    background: linear-gradient(135deg,
            var(--clr-primary-dark) 0%,
            var(--clr-primary) 35%,
            var(--clr-primary) 70%,
            var(--clr-primary-dark) 100%);
    color: #fff;
    animation: scaleBreath 4s ease-in-out infinite;
    transition: all 0.4s ease-in-out;
}

.btn-nav:hover {
    background: var(--clr-accent-hover);
    animation: none;
    transition: all 0.4s ease-in-out;
}

@keyframes scaleBreath {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}


/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    padding: 8px;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--clr-primary-dark);
    border-radius: 2px;
    transition: all var(--transition-base);
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* --- Hero Section --- */
.hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: var(--header-height);
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img,
.hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 44, 10, 0.88) 0%, rgba(40, 103, 17, 0.407) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: var(--space-4xl) 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    background: rgba(98, 193, 98, 0.16);
    border: 1px solid rgba(var(--clr-accent-rgb), 0.3);
    color: var(--clr-accent);
    padding: 6px 16px;
    border-radius: var(--radius-full);
    font-size: var(--fs-sm);
    font-weight: 500;
    margin-bottom: var(--space-xl);
    backdrop-filter: blur(4px);
}

.hero-title {
    font-size: var(--fs-5xl);
    color: var(--clr-white);
    margin-bottom: var(--space-lg);
    line-height: 1.1;
}

.hero-title span {
    color: var(--clr-accent);
}

.hero-subtitle {
    font-size: var(--fs-lg);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: var(--space-2xl);
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    gap: var(--space-md);
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    gap: var(--space-3xl);
    margin-top: var(--space-3xl);
    padding-top: var(--space-2xl);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    display: block;
    font-size: var(--fs-3xl);
    font-weight: 800;
    color: var(--clr-accent);
    font-family: var(--ff-body);
}

.hero-stat-label {
    font-size: var(--fs-sm);
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Decorative SVG pattern on hero */
.hero-decor {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    opacity: 0.05;
    z-index: 1;
}

/* --- About Section --- */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3xl);
    align-items: center;
}

.about-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    position: relative;
}

.about-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.about-image:hover img {
    transform: scale(1.03);
}

.about-image-badge {
    position: absolute;
    bottom: var(--space-xl);
    left: var(--space-xl);
    background: linear-gradient(135deg, var(--clr-primary-dark) 10%, var(--clr-primary) 30%, var(--clr-primary) 70%, var(--clr-primary-dark) 90%);
    color: white;
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: var(--fs-lg);
    box-shadow: var(--shadow-md);
}

.about-text h2 {
    margin-bottom: var(--space-lg);
}

.about-text h3 {
    color: var(--clr-primary);
    font-family: var(--ff-body);
    font-size: var(--fs-md);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: var(--space-sm);
}

.about-text p {
    color: var(--clr-text-light);
}

.about-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-lg);
    margin-top: var(--space-xl);
}

.about-value {
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
}

.about-value-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-value-icon svg {
    width: 20px;
    height: 20px;
    fill: var(--clr-white);
}

.about-value h4 {
    font-family: var(--ff-body);
    font-size: var(--fs-sm);
    font-weight: 600;
    margin-bottom: 2px;
}

.about-value p {
    font-size: var(--fs-xs);
    color: var(--clr-text-muted);
    margin-bottom: 0;
}

/* --- Service Cards --- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-xl);
}

.service-card {
    background: var(--clr-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid var(--clr-border);
    position: relative;
}

.service-card:hover {
    box-shadow: 0 20px 60px rgba(79, 103, 17, 0.18), 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
    border-color: var(--clr-accent);
}

/* --- Image area: 2/3 of card --- */
.service-card-image {
    height: 320px;
    overflow: hidden;
    position: relative;
}

/* Gradient overlay on image bottom for smooth transition */
.service-card-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 0%, transparent 100%);
    z-index: 1;
    pointer-events: none;
    transition: opacity var(--transition-base);
}

.service-card:hover .service-card-image::after {
    opacity: 0.7;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter var(--transition-base);
    filter: brightness(1);
}

.service-card:hover .service-card-image img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

/* --- Icon badge on the photo --- */
.service-card-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 16px;
    left: 20px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover .service-card-icon {
    transform: scale(1.08) rotate(-3deg);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 6px 24px rgba(79, 103, 17, 0.2), 0 2px 8px rgba(0, 0, 0, 0.1);
}

.service-card-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--clr-primary);
    transition: fill var(--transition-base);
}

.service-card:hover .service-card-icon svg {
    fill: var(--clr-primary-light);
}

/* --- Body area: 1/3 of card --- */
.service-card-body {
    padding: 16px 20px 18px;
}

.service-card-body h3 {
    margin-bottom: 6px;
    margin-top: 10px;
    font-family: var(--ff-body);
    font-weight: 700;
    font-size: var(--fs-md);
    color: var(--clr-primary-dark);
    transition: color var(--transition-base);
}

.service-card:hover .service-card-body h3 {
    color: var(--clr-primary);
}

.service-card-body p {
    color: var(--clr-text-light);
    font-size: var(--fs-xs);
    margin-bottom: 10px;
    line-height: 1.5;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--clr-primary);
    font-weight: 600;
    font-size: var(--fs-sm);
    transition: all var(--transition-base);
    position: relative;
}

.service-card-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--clr-accent);
    transition: width 0.3s ease;
}

.service-card-link:hover::after {
    width: calc(100% - 22px);
}

.service-card-link:hover {
    color: var(--clr-primary-light);
}

.service-card-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card-link:hover svg {
    transform: translateX(5px);
}

/* --- Advantages / Features --- */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-xl);
}

.advantage-card {
    text-align: center;
    padding: var(--space-2xl) var(--space-lg);
    background: var(--clr-white);
    border-radius: var(--radius-lg);
    border: 1px solid var(--clr-border);
    transition: all var(--transition-base);
}

.advantage-card:hover {
    border-color: var(--clr-accent);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.advantage-card-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto var(--space-lg);
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-primary-light));
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--transition-base);
}

.advantage-card:hover .advantage-card-icon {
    transform: scale(1.1) rotate(-3deg);
}

.advantage-card-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--clr-white);
}

.advantage-card h3 {
    font-family: var(--ff-body);
    font-size: var(--fs-md);
    font-weight: 700;
    margin-bottom: var(--space-sm);
}

.advantage-card p {
    font-size: var(--fs-sm);
    color: var(--clr-text-light);
    margin-bottom: 0;
}

/* --- Testimonials Carousel --- */
.testimonials {
    overflow: hidden;
    position: relative;
}

.testimonials-track-wrapper {
    overflow: hidden;
    position: relative;
}

.testimonials-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.testimonial-card {
    flex: 0 0 calc(33.333% - var(--space-lg));
    margin: 0 calc(var(--space-lg) / 2);
    background: var(--clr-white);
    border-radius: var(--radius-lg);
    padding: var(--space-2xl);
    border: 1px solid var(--clr-border);
    box-shadow: var(--shadow-sm);
}

.testimonial-card-stars {
    display: flex;
    gap: 4px;
    margin-bottom: var(--space-md);
}

.testimonial-card-stars svg {
    width: 18px;
    height: 18px;
    fill: #f5a623;
}

.testimonial-card-text {
    font-size: var(--fs-sm);
    color: var(--clr-text-light);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: var(--space-lg);
    position: relative;
}

.testimonial-card-text::before {
    content: '"';
    font-size: 3rem;
    color: var(--clr-accent);
    font-family: var(--ff-heading);
    position: absolute;
    top: -10px;
    left: -5px;
    opacity: 0.3;
}

.testimonial-card-author {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
}

.testimonial-card-avatar {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-full);
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-white);
    font-weight: 700;
    font-size: var(--fs-sm);
}

.testimonial-card-name {
    font-weight: 600;
    font-size: var(--fs-sm);
}

.testimonial-card-role {
    font-size: var(--fs-xs);
    color: var(--clr-text-muted);
}

.testimonials-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-md);
    margin-top: var(--space-2xl);
}

.testimonials-btn {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-full);
    background: var(--clr-white);
    border: 2px solid var(--clr-border);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
}

.testimonials-btn:hover {
    background: var(--clr-primary);
    border-color: var(--clr-primary);
}

.testimonials-btn:hover svg {
    fill: var(--clr-white);
}

.testimonials-btn svg {
    width: 18px;
    height: 18px;
    fill: var(--clr-text);
    transition: fill var(--transition-fast);
}

.testimonials-dots {
    display: flex;
    gap: 8px;
}

.testimonials-dot {
    width: 10px;
    height: 10px;
    border-radius: var(--radius-full);
    background: var(--clr-border);
    border: none;
    transition: all var(--transition-fast);
}

.testimonials-dot.active {
    background: var(--clr-primary);
    width: 28px;
}

/* --- CTA Section --- */
.cta-section {
    background: linear-gradient(135deg, var(--clr-primary-dark) 0%, var(--clr-primary) 100%);
    padding: var(--space-4xl) 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(195, 229, 44, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(195, 229, 44, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    color: var(--clr-white);
    font-size: var(--fs-3xl);
    margin-bottom: var(--space-md);
}

.cta-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--fs-lg);
    max-width: 550px;
    margin: 0 auto var(--space-2xl);
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: var(--space-md);
    flex-wrap: wrap;
}

/* --- Gallery Filters --- */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: var(--space-lg);
    flex-wrap: wrap;
}

.gallery-filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    border-radius: var(--radius-full);
    border: 2px solid var(--clr-border);
    background: var(--clr-white);
    color: var(--clr-text);
    font-size: var(--fs-sm);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-family: var(--ff-body);
}

.gallery-filter svg {
    fill: currentColor;
    transition: fill var(--transition-base);
}

.gallery-filter:hover {
    border-color: var(--clr-primary);
    color: var(--clr-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 103, 17, 0.1);
}

.gallery-filter.active {
    background: linear-gradient(135deg, var(--clr-primary-dark), var(--clr-primary));
    color: var(--clr-white);
    border-color: var(--clr-primary);
    box-shadow: 0 4px 20px rgba(79, 103, 17, 0.3);
}

/* --- Gallery Counter --- */
.gallery-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: var(--space-2xl);
}

.gallery-counter-number {
    font-size: var(--fs-3xl);
    font-weight: 800;
    color: var(--clr-primary);
    font-family: var(--ff-body);
    line-height: 1;
}

.gallery-counter-label {
    font-size: var(--fs-sm);
    color: var(--clr-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* --- Gallery Masonry Grid --- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    grid-auto-flow: dense;
    gap: 16px;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item-wide {
    grid-column: span 2;
}

.gallery-item-tall {
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
}

.gallery-item:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    z-index: 2;
}

.gallery-item:hover img {
    transform: scale(1.08);
    filter: brightness(0.85);
}

/* --- Gallery Overlay --- */
.gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(28, 44, 10, 0.85) 100%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}

/* --- Overlay Content --- */
.gallery-item-overlay-content {
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover .gallery-item-overlay-content {
    transform: translateY(0);
}

.gallery-item-badge {
    display: inline-block;
    padding: 4px 14px;
    background: rgba(195, 229, 44, 0.9);
    color: var(--clr-primary-dark);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--radius-full);
    margin-bottom: 10px;
    transform: translateX(-10px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.gallery-item:hover .gallery-item-badge {
    transform: translateX(0);
    opacity: 1;
}

.gallery-item-title {
    color: var(--clr-white);
    font-size: var(--fs-md);
    font-weight: 700;
    font-family: var(--ff-body);
    margin-bottom: 6px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.gallery-item:hover .gallery-item-title {
    opacity: 1;
    transform: translateY(0);
}

.gallery-item-location {
    display: flex;
    align-items: center;
    gap: 4px;
    color: rgba(255, 255, 255, 0.75);
    font-size: var(--fs-xs);
    font-weight: 400;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.gallery-item-location svg {
    fill: var(--clr-accent);
    flex-shrink: 0;
}

.gallery-item:hover .gallery-item-location {
    opacity: 1;
    transform: translateY(0);
}

/* --- Zoom Button --- */
.gallery-item-zoom {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0;
    transform: scale(0.7) rotate(-10deg);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.gallery-item:hover .gallery-item-zoom {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.gallery-item-zoom:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1) !important;
}

.gallery-item-zoom svg {
    width: 20px;
    height: 20px;
    fill: var(--clr-white);
}

/* --- Gallery item filtered out --- */
.gallery-item.hidden {
    display: none;
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--transition-base);
}

.lightbox.active {
    display: flex;
    opacity: 1;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: var(--radius-md);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: var(--clr-white);
    width: 50px;
    height: 50px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--transition-fast);
    backdrop-filter: blur(4px);
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255, 255, 255, 0.25);
}

.lightbox-close {
    top: var(--space-xl);
    right: var(--space-xl);
}

.lightbox-prev {
    left: var(--space-xl);
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: var(--space-xl);
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-close svg,
.lightbox-prev svg,
.lightbox-next svg {
    width: 24px;
    height: 24px;
    fill: var(--clr-white);
}

/* --- Services Detail Page --- */
.service-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3xl);
    align-items: start;
    margin-bottom: var(--space-3xl);
}

.service-detail:nth-child(even) {
    direction: rtl;
}

.service-detail:nth-child(even)>* {
    direction: ltr;
}

.service-detail-media {
    display: flex;
    flex-direction: column;
    gap: var(--space-xl);
}

.service-detail-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.service-detail-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.service-extra-box {
    background: linear-gradient(135deg, var(--clr-bg-alt), var(--clr-white));
    border-radius: var(--radius-lg);
    padding: var(--space-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--clr-border);
    position: relative;
    overflow: hidden;
}

.service-extra-box-alt {
    background: linear-gradient(135deg, rgba(79, 103, 17, 0.05), rgba(195, 229, 44, 0.1));
    border-color: rgba(79, 103, 17, 0.2);
}

.service-extra-box-icon {
    width: 48px;
    height: 48px;
    background: var(--clr-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-md);
    box-shadow: var(--shadow-sm);
    color: var(--clr-primary);
}

.service-extra-box-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.service-extra-box h4 {
    font-family: var(--ff-body);
    font-weight: 700;
    margin-bottom: var(--space-sm);
    color: var(--clr-primary-dark);
}

.service-extra-box p {
    font-size: var(--fs-sm);
    color: var(--clr-text-light);
    margin-bottom: var(--space-lg);
}

.service-detail-content h2 {
    margin-bottom: var(--space-lg);
}

.service-detail-list {
    margin-top: var(--space-lg);
}

.service-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
    font-size: var(--fs-sm);
    color: var(--clr-text-light);
}

.service-detail-list li svg {
    width: 20px;
    height: 20px;
    fill: var(--clr-accent-hover);
    flex-shrink: 0;
    margin-top: 2px;
}

.service-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-xl);
    counter-reset: process;
}

.process-step {
    text-align: center;
    position: relative;
    counter-increment: process;
}

.process-step-number {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-full);
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
    color: var(--clr-white);
    font-weight: 800;
    font-size: var(--fs-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-md);
}

.process-step h4 {
    font-family: var(--ff-body);
    margin-bottom: var(--space-xs);
}

.process-step p {
    font-size: var(--fs-sm);
    color: var(--clr-text-light);
    margin-bottom: 0;
}

/* --- Contact Page --- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: var(--space-3xl);
    align-items: start;
}

.contact-info {
    background: var(--clr-primary-dark);
    padding: var(--space-3xl);
    border-radius: var(--radius-lg);
    color: var(--clr-white);
}

.contact-info h2 {
    color: var(--clr-white);
    margin-bottom: var(--space-xl);
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    background: rgba(195, 229, 44, 0.15);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon svg {
    width: 20px;
    height: 20px;
    fill: var(--clr-accent);
}

.contact-info-item h4 {
    color: var(--clr-accent);
    font-family: var(--ff-body);
    font-size: var(--fs-sm);
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-info-item p,
.contact-info-item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--fs-sm);
}

.contact-info-item a:hover {
    color: var(--clr-accent);
}

.contact-socials {
    display: flex;
    gap: var(--space-sm);
    margin-top: var(--space-2xl);
    padding-top: var(--space-xl);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-socials a {
    width: 42px;
    height: 42px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
}

.contact-socials a:hover {
    background: var(--clr-accent);
}

.contact-socials svg {
    width: 18px;
    height: 18px;
    fill: var(--clr-white);
}

.contact-socials a:hover svg {
    fill: var(--clr-primary-dark);
}

/* Contact Form */
.contact-form {
    background: var(--clr-white);
    padding: var(--space-3xl);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.contact-form h2 {
    margin-bottom: var(--space-xl);
}

.form-group {
    margin-bottom: var(--space-lg);
}

.form-group label {
    display: block;
    font-weight: 600;
    font-size: var(--fs-sm);
    color: var(--clr-text);
    margin-bottom: var(--space-xs);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--clr-border);
    border-radius: var(--radius-md);
    background: var(--clr-bg);
    color: var(--clr-text);
    transition: all var(--transition-fast);
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--clr-primary);
    background: var(--clr-white);
    box-shadow: 0 0 0 4px rgba(79, 103, 17, 0.1);
}

.form-group textarea {
    min-height: 140px;
    resize: vertical;
}

.form-group input.error,
.form-group textarea.error {
    border-color: #e74c3c;
}

.form-group .error-msg {
    color: #e74c3c;
    font-size: var(--fs-xs);
    margin-top: 4px;
    display: none;
}

.form-group input.error~.error-msg,
.form-group textarea.error~.error-msg {
    display: block;
}

.contact-guarantee {
    margin-top: var(--space-xl);
    padding: var(--space-lg);
    background: rgba(195, 229, 44, 0.1);
    border: 1px solid rgba(195, 229, 44, 0.3);
    border-radius: var(--radius-md);
    display: flex;
    align-items: flex-start;
    gap: var(--space-sm);
}

.contact-guarantee svg {
    width: 24px;
    height: 24px;
    fill: var(--clr-primary);
    flex-shrink: 0;
}

.contact-guarantee p {
    font-size: var(--fs-sm);
    color: var(--clr-primary-dark);
    margin-bottom: 0;
    font-weight: 500;
}

/* --- File Upload --- */
.file-upload {
    border: 2px dashed var(--clr-border);
    border-radius: var(--radius-md);
    padding: var(--space-2xl) var(--space-xl);
    text-align: center;
    cursor: pointer;
    transition: all var(--transition-base);
    background: var(--clr-bg);
    position: relative;
}

.file-upload:hover {
    border-color: var(--clr-primary-light);
    background: rgba(79, 103, 17, 0.03);
}

.file-upload.dragover {
    border-color: var(--clr-accent);
    background: rgba(195, 229, 44, 0.08);
    transform: scale(1.01);
    box-shadow: 0 0 0 4px rgba(195, 229, 44, 0.15);
}

.file-upload-content {
    pointer-events: none;
}

.file-upload-icon {
    color: var(--clr-primary-light);
    margin-bottom: var(--space-sm);
    transition: transform var(--transition-base);
}

.file-upload:hover .file-upload-icon {
    transform: translateY(-3px);
}

.file-upload-text {
    font-size: var(--fs-sm);
    color: var(--clr-text);
    margin-bottom: var(--space-xs);
}

.file-upload-browse {
    color: var(--clr-primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.file-upload-hint {
    font-size: var(--fs-xs);
    color: var(--clr-text-muted);
    margin-bottom: 0;
}

.file-upload-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    margin-top: var(--space-sm);
}

.file-upload-item {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    padding: 10px 14px;
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    animation: fadeInUp 0.3s ease;
}

.file-upload-item-icon {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--clr-white);
}

.file-upload-item-icon-img {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.file-upload-item-icon-pdf {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.file-upload-item-icon-doc {
    background: linear-gradient(135deg, #2980b9, #3498db);
}

.file-upload-item-icon-xls {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
}

.file-upload-item-icon-cad {
    background: linear-gradient(135deg, #e67e22, #f39c12);
}

.file-upload-item-icon-zip {
    background: linear-gradient(135deg, #8e44ad, #9b59b6);
}

.file-upload-item-icon-other {
    background: linear-gradient(135deg, #95a5a6, #7f8c8d);
}

.file-upload-item-info {
    flex: 1;
    min-width: 0;
}

.file-upload-item-name {
    font-size: var(--fs-sm);
    font-weight: 500;
    color: var(--clr-text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-upload-item-size {
    font-size: var(--fs-xs);
    color: var(--clr-text-muted);
}

.file-upload-item-remove {
    width: 30px;
    height: 30px;
    border-radius: var(--radius-full);
    border: none;
    background: transparent;
    color: var(--clr-text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
    flex-shrink: 0;
}

.file-upload-item-remove:hover {
    background: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
}

.file-upload-item-remove svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.file-upload-counter {
    display: block;
    font-size: var(--fs-xs);
    color: var(--clr-text-muted);
    margin-top: var(--space-xs);
}

.file-upload-error {
    color: #e74c3c;
    font-size: var(--fs-xs);
    margin-top: 4px;
    display: block;
    animation: fadeInUp 0.3s ease;
}

/* --- Button Spinner --- */
.btn-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* --- Blog Post Specific --- */
.blog-back-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
    margin-bottom: var(--space-xl);
    padding: 8px 16px;
    background: var(--clr-bg-alt);
    color: var(--clr-text);
    border-radius: var(--radius-full);
    font-weight: 500;
    transition: all var(--transition-short);
    border: 1px solid var(--clr-border);
}

.blog-back-btn:hover {
    background: var(--clr-primary);
    color: var(--clr-white);
    border-color: var(--clr-primary);
    transform: translateX(-4px);
}

.blog-post-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-md);
    margin-bottom: var(--space-lg);
    font-size: var(--fs-sm);
}

/* Tag pill in blog article hero header */
.page-header .blog-card-tag {
    background: color-mix(in srgb, var(--clr-accent) 15%, transparent);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--clr-accent);
    padding: 6px 18px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: var(--fs-sm);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid color-mix(in srgb, var(--clr-accent) 30%, transparent);
    box-shadow: 0 0 20px color-mix(in srgb, var(--clr-accent) 10%, transparent);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Dot separator before tag text */
.page-header .blog-card-tag::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    background: var(--clr-accent);
    border-radius: 50%;
    animation: tagPulse 2s ease-in-out infinite;
}

@keyframes tagPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

/* Date in blog article hero */
.page-header .blog-post-date {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    font-size: var(--fs-sm);
}

.blog-post-date {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.blog-post-date svg {
    width: 14px;
    height: 14px;
    fill: var(--clr-accent);
}

.reading-time {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: var(--fs-xs);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.reading-time svg {
    width: 14px;
    height: 14px;
    fill: var(--clr-accent);
    opacity: 0.8;
}

/* --- Reading Progress Bar --- */
.reading-progress {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
    z-index: 1001;
    transition: width 0.1s linear;
    border-radius: 0 2px 2px 0;
}

/* --- Article Container --- */
.article-container {
    max-width: 800px;
    margin: 0 auto;
}

/* --- Article Hero Image --- */
.article-hero {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-2xl);
    box-shadow: var(--shadow-lg);
}

/* --- Article Content Typography --- */
.article-content {
    font-size: var(--fs-md);
    line-height: 1.85;
    color: var(--clr-text);
}

.article-content .lead {
    font-size: var(--fs-lg);
    color: var(--clr-text-light);
    line-height: 1.8;
    border-left: 4px solid var(--clr-accent);
    padding-left: var(--space-lg);
    margin-bottom: var(--space-2xl);
    font-style: italic;
    background: linear-gradient(90deg, color-mix(in srgb, var(--clr-accent) 6%, transparent), transparent);
    padding: var(--space-lg);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.article-content h2 {
    font-family: var(--ff-heading);
    font-size: var(--fs-xl);
    color: var(--clr-primary-dark);
    margin-top: var(--space-3xl);
    margin-bottom: var(--space-lg);
    padding-left: var(--space-md);
    border-left: 4px solid var(--clr-accent);
    line-height: 1.3;
    position: relative;
}

.article-content h3 {
    font-family: var(--ff-body);
    font-size: var(--fs-lg);
    font-weight: 700;
    color: var(--clr-primary-dark);
    margin-top: var(--space-2xl);
    margin-bottom: var(--space-md);
}

.article-content p {
    margin-bottom: var(--space-lg);
    color: var(--clr-text-light);
}

.article-content strong {
    color: var(--clr-primary-dark);
    font-weight: 700;
}

.article-content em {
    color: var(--clr-primary);
    font-style: italic;
}

.article-content ul {
    margin: var(--space-lg) 0 var(--space-xl);
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.article-content ul li {
    position: relative;
    padding: var(--space-md) var(--space-lg) var(--space-md) calc(var(--space-lg) + 30px);
    background: var(--clr-white);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-md);
    transition: all var(--transition-base);
    line-height: 1.7;
    color: var(--clr-text-light);
}

.article-content ul li:hover {
    border-color: var(--clr-accent);
    box-shadow: var(--shadow-sm);
    transform: translateX(4px);
}

.article-content ul li::before {
    content: '';
    position: absolute;
    left: var(--space-lg);
    top: calc(var(--space-md) + 3px);
    width: 22px;
    height: 22px;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
    border-radius: var(--radius-sm);
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    mask-size: 16px;
    -webkit-mask-size: 16px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}

/* --- Article CTA Box --- */
.article-cta {
    background: linear-gradient(135deg, color-mix(in srgb, var(--clr-primary) 6%, transparent), color-mix(in srgb, var(--clr-accent) 10%, transparent));
    border: 1px solid color-mix(in srgb, var(--clr-accent) 30%, transparent);
    padding: var(--space-2xl) var(--space-xl);
    border-radius: var(--radius-lg);
    margin-top: var(--space-3xl);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.article-cta::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, color-mix(in srgb, var(--clr-accent) 15%, transparent) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.article-cta h3 {
    font-family: var(--ff-heading);
    font-size: var(--fs-xl);
    color: var(--clr-primary-dark);
    margin-bottom: var(--space-sm);
    position: relative;
}

.article-cta p {
    color: var(--clr-text-light);
    font-size: var(--fs-base);
    max-width: 500px;
    margin: 0 auto var(--space-lg);
    position: relative;
}

.article-cta .btn {
    position: relative;
}

/* --- Article Share / Author (optional extras) --- */
.article-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
    border-radius: var(--radius-full);
    margin: var(--space-3xl) auto;
}

@media (max-width: 768px) {
    .article-hero {
        height: 240px;
    }

    .article-content {
        font-size: var(--fs-base);
    }

    .article-content .lead {
        font-size: var(--fs-md);
        padding: var(--space-md);
    }

    .article-content h2 {
        font-size: var(--fs-lg);
        margin-top: var(--space-2xl);
    }

    .article-content ul li {
        padding: var(--space-sm) var(--space-md) var(--space-sm) calc(var(--space-md) + 30px);
    }

    .article-content ul li::before {
        left: var(--space-md);
        top: calc(var(--space-sm) + 3px);
    }

    .article-cta {
        padding: var(--space-xl) var(--space-md);
    }
}

/* --- Blog --- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: var(--space-xl);
}

.blog-card {
    background: var(--clr-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--clr-border);
    transition: all var(--transition-base);
}

.blog-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
}

.blog-card-image {
    height: 200px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-body {
    padding: var(--space-xl);
}

.blog-card-meta {
    display: flex;
    gap: var(--space-md);
    margin-bottom: var(--space-sm);
    font-size: var(--fs-xs);
    color: var(--clr-text-muted);
}

.blog-card-tag {
    background: rgba(79, 103, 17, 0.1);
    color: var(--clr-primary);
    padding: 2px 10px;
    border-radius: var(--radius-full);
    font-weight: 600;
}

.blog-card-body h3 {
    font-family: var(--ff-body);
    font-size: var(--fs-lg);
    margin-bottom: var(--space-sm);
}

.blog-card-body h3 a:hover {
    color: var(--clr-primary);
}

.blog-card-body p {
    font-size: var(--fs-sm);
    color: var(--clr-text-light);
    margin-bottom: var(--space-md);
}

.blog-card-link {
    color: var(--clr-primary);
    font-weight: 600;
    font-size: var(--fs-sm);
    display: inline-flex;
    align-items: center;
    gap: var(--space-xs);
}

.blog-card-link:hover {
    color: var(--clr-accent-hover);
}

/* --- Footer --- */
.footer {
    background: var(--clr-primary-dark);
    color: rgba(255, 255, 255, 0.7);
    padding: var(--space-4xl) 0 var(--space-xl);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-3xl);
    margin-bottom: var(--space-3xl);
}

.footer-brand p {
    font-size: var(--fs-sm);
    line-height: 1.7;
    margin: 20px 60px;
}

.footer-brand img {
    height: 80px;
    background-color: var(--clr-white);
    border-radius: 50%;
    border: 3px solid var(--clr-accent);
    width: 200px;
    padding: 5px;
    margin: 0 auto;
}

.footer-title {
    color: var(--clr-white);
    font-family: var(--ff-body);
    font-size: var(--fs-sm);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: var(--space-lg);
}

.footer-links li {
    margin-bottom: var(--space-sm);
}

.footer-links a {
    font-size: var(--fs-sm);
    transition: color var(--transition-fast);
}

.footer-links a:hover {
    color: var(--clr-accent);
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    margin-bottom: var(--space-md);
    font-size: var(--fs-sm);
}

.footer-contact-item svg {
    width: 16px;
    height: 16px;
    fill: var(--clr-accent);
    flex-shrink: 0;
}

.footer-contact-item a:hover {
    color: var(--clr-accent);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: var(--space-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-md);
    font-size: var(--fs-xs);
}

.footer-socials {
    display: flex;
    gap: var(--space-sm);
}

.footer-socials a {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-fast);
}

.footer-socials a:hover {
    background: var(--clr-accent);
}

.footer-socials svg {
    width: 16px;
    height: 16px;
    fill: rgba(255, 255, 255, 0.7);
}

.footer-socials a:hover svg {
    fill: var(--clr-primary-dark);
}

/* --- Scroll to Top --- */
.scroll-top {
    position: fixed;
    bottom: var(--space-xl);
    right: var(--space-xl);
    width: 48px;
    height: 48px;
    border-radius: var(--radius-full);
    background: var(--clr-primary);
    color: var(--clr-white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all var(--transition-base);
    border: none;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    background: var(--clr-accent);
    color: var(--clr-primary-dark);
    transform: translateY(-3px);
}

.scroll-top svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

/* --- Page Header (inner pages) --- */
.page-header {
    background: linear-gradient(135deg, var(--clr-primary-dark), var(--clr-primary));
    padding: calc(var(--header-height) + var(--space-4xl)) 0 var(--space-4xl);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C3E52C' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-header h1 {
    color: var(--clr-white);
    font-size: var(--fs-4xl);
    margin-bottom: var(--space-md);
    position: relative;
}

.page-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--fs-lg);
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.page-header .accent-line {
    display: block;
    width: 60px;
    height: 4px;
    background: var(--clr-accent);
    border-radius: var(--radius-full);
    margin: var(--space-lg) auto 0;
    position: relative;
}

/* --- Animations --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    :root {
        --fs-5xl: 3rem;
        --fs-4xl: 2.5rem;
        --fs-3xl: 2rem;
    }

    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: var(--space-2xl);
    }

    .service-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item-wide {
        grid-column: span 1;
    }

    .testimonial-card {
        flex: 0 0 calc(50% - var(--space-lg));
    }
}

@media (max-width: 768px) {
    :root {
        --fs-5xl: 2.5rem;
        --fs-4xl: 2rem;
        --fs-3xl: 1.75rem;
        --space-4xl: 4rem;
    }

    .container {
        padding: 0 var(--space-md);
    }

    /* Mobile Nav */
    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background: var(--clr-white);
        box-shadow: var(--shadow-xl);
        padding: calc(var(--header-height) + var(--space-xl)) var(--space-xl) var(--space-xl);
        transition: right var(--transition-base);
        z-index: 999;
    }

    .nav.open {
        right: 0;
    }

    .nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .nav-link {
        display: block;
        padding: var(--space-md) 0;
        border-bottom: 1px solid var(--clr-border);
        width: 100%;
    }

    .nav-cta {
        margin-left: 0;
        margin-top: var(--space-lg);
    }

    .hamburger {
        display: flex;
    }

    .mobile-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
    }

    .mobile-overlay.active {
        display: block;
    }

    /* Hero */
    .hero {
        min-height: 80vh;
    }

    .hero-stats {
        gap: var(--space-xl);
        justify-content: center;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }





    /* About */
    .about-grid {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }

    .about-values {
        grid-template-columns: 1fr;
    }

    /* Services */
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-detail {
        grid-template-columns: 1fr;
    }

    .service-detail:nth-child(even) {
        direction: ltr;
    }

    /* Advantages */
    .advantages-grid {
        grid-template-columns: 1fr;
    }

    /* Testimonials */
    .testimonial-card {
        flex: 0 0 calc(100% - var(--space-lg));
    }

    /* Gallery */
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .gallery-item-wide,
    .gallery-item-tall {
        grid-column: span 1;
        grid-row: span 1;
    }

    /* Contact */
    .contact-grid {
        grid-template-columns: 1fr;
    }

    /* Blog */
    .blog-grid {
        grid-template-columns: 1fr;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
        align-items: center;
        text-align: center;
    }

    .footer-contact-item {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    /* Process */
    .service-process {
        grid-template-columns: 1fr 1fr;
    }

    /* CTA */
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    :root {
        --fs-5xl: 2rem;
        --fs-4xl: 1.75rem;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: var(--space-lg);
    }

    .hero-stat {
        flex: 0 0 calc(50% - var(--space-sm));
    }

    .service-process {
        grid-template-columns: 1fr;
    }

    .about-values {
        grid-template-columns: 1fr;
    }
}

/* --- Placeholder image styling --- */
.placeholder-img {
    background: linear-gradient(135deg, var(--clr-bg-alt), var(--clr-border));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-sm);
    color: var(--clr-text-muted);
    min-height: 200px;
}