        :root {
            --auksas: #d4af37;
            --auksas-light: #e5c76b;
            --auksas-dark: #b68a2c;
            --auksas-rgb: 212, 175, 55;
            --juoda: #0a0a0a;
            --juoda-light: #1e1e1e;
            --pilka: #6c757d;
            --pilka-light: #f8f9fa;
            --white: #ffffff;
            --white-off: #fcfcfc;
            --shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.1);
            --transition: all 0.3s ease;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 30px;
        }

        body {
            /* user-select: none; */
            font-family: 'Inter', sans-serif;
            color: #333;
            line-height: 1.6;
            background-color: var(--white-off);
        }

        .active_nav {
            border-left: 2px solid #d4af37;
            background-color: #d4af3752;
        }

        .btn {
            display: inline-block;
            padding: 12px 30px;
            background: var(--auksas);
            color: var(--juoda);
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: var(--transition);
            border: 2px solid var(--auksas);
        }

        .btn-outline {
            background: transparent;
            border: 2px solid var(--auksas);
            color: var(--auksas);
        }

        /* ============================================ */
        /* CITIES LINKS SECTION - PAPRASTAS STILIUS     */
        /* Skirta miestų nuorodoms                      */
        /* ============================================ */

        .cities-links {
            padding: 3rem 0;
            background-color: #f9f9f9;
            border-top: 1px solid #eaeaea;
            border-bottom: 1px solid #eaeaea;
        }

        .cities-links .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .cities-links h2 {
            font-size: 1.8rem;
            font-weight: 600;
            color: #1a1a1a;
            text-align: center;
            margin-bottom: 2rem;
            position: relative;
            padding-bottom: 0.75rem;
        }

        .cities-links h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background-color: #D4AF37;
            border-radius: 2px;
        }

        .cities-links ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.75rem;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .cities-links li {
            margin: 0;
            padding: 0;
        }

        .cities-links a {
            display: inline-block;
            padding: 0.6rem 1.2rem;
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 2rem;
            color: #1a1a1a;
            font-size: 0.95rem;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.2s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
        }

        .cities-links a:hover {
            background-color: #D4AF37;
            border-color: #D4AF37;
            color: #1a1a1a;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(212, 175, 55, 0.2);
        }

        /* Responsive */

        /* Tablet (iki 768px) */
        @media (max-width: 48rem) {
            .cities-links {
                padding: 2.5rem 0;
            }

            .cities-links h2 {
                font-size: 1.6rem;
                margin-bottom: 1.5rem;
            }

            .cities-links a {
                padding: 0.5rem 1rem;
                font-size: 0.9rem;
            }
        }

        /* Mobile (iki 576px) */
        @media (max-width: 36rem) {
            .cities-links {
                padding: 2rem 0;
            }

            .cities-links h2 {
                font-size: 1.4rem;
            }

            .cities-links ul {
                flex-direction: column;
                align-items: center;
                gap: 0.5rem;
            }

            .cities-links li {
                width: 100%;
                max-width: 280px;
            }

            .cities-links a {
                display: block;
                text-align: center;
                padding: 0.6rem 1rem;
                width: 100%;
            }
        }

        /* Maži mobile (iki 480px) */
        @media (max-width: 30rem) {
            .cities-links h2 {
                font-size: 1.3rem;
            }

            .cities-links a {
                font-size: 0.85rem;
            }
        }





        @media (max-width: 420px) {
            .container {
                padding: 5px;
                /* 24px */
            }

            .granite-highlight::before {
                content: '';
                position: absolute;
                top: -36%;
                right: -80%;
                width: 40rem;
                height: 40rem;
                background: radial-gradient(circle, rgb(212 175 55) 0%, rgb(212 175 55 / 0%) 70%);
                border-radius: 50%;
                z-index: 0;
            }

        }





































        .intro-section {
            padding: 3rem 0;
            /* 48px - toks pat kaip .seo-content-section */
            background-color: #ffffff;
            position: relative;
        }

        /* Section Header - visiškai toks pat kaip pavyzdyje */
        .intro-section .section-header {
            margin-bottom: 2.5rem;
            /* 40px */
            text-align: center;
        }

        .intro-section .section-tag {
            display: inline-block;
            font-size: 0.75rem;
            /* 12px */
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.0625rem;
            /* 1px */
            color: #D4AF37;
            margin-bottom: 0.75rem;
            /* 12px */
            background: rgba(212, 175, 55, 0.1);
            padding: 0.375rem 1rem;
            /* 6px 16px */
            border-radius: 2rem;
        }

        .intro-section h2 {
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            /* 28.8px - 40px */
            font-weight: 700;
            margin-bottom: 1rem;
            /* 16px */
            line-height: 1.2;
            color: #1a1a1a;
            max-width: 56.25rem;
            margin-left: auto;
            margin-right: auto;
        }

        .intro-section .text-gold {
            color: #D4AF37;
        }

        .intro-section .section-description {
            font-size: clamp(0.95rem, 1.5vw, 1.1rem);
            /* ~15px - 17.6px */
            color: #666666;
            max-width: 43.75rem;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Services Showcase - toks pat kaip pavyzdyje */
        .intro-section .services-showcase {
            margin-top: 2rem !important;
        }

        .intro-section .services-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 1rem;
            /* 16px - toks pat kaip pavyzdyje */
        }

        /* Service Icon Cards - identiški pavyzdžiui */
        .intro-section .service-icon-card {
            background: #ffffff;
            padding: 1.25rem 0.5rem;
            /* 20px 8px - toks pat */
            border-radius: 0.5rem;
            /* 8px */
            text-align: center;
            box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.03);
            /* subtilus šešėlis */
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .intro-section .service-icon-card:hover {
            transform: translateY(-0.1875rem);
            /* -3px */
            border-color: rgba(212, 175, 55, 0.3);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
        }

        /* Icon Wrapper */
        .intro-section .service-icon-wrapper {
            width: 3rem;
            /* 48px */
            height: 3rem;
            /* 48px */
            margin: 0 auto 0.75rem;
            /* 12px */
            background: rgba(212, 175, 55, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .intro-section .service-icon-wrapper i {
            font-size: 1.5rem;
            /* 24px */
            color: #D4AF37;
            transition: all 0.3s ease;
        }

        .intro-section .service-icon-card:hover .service-icon-wrapper {
            background: #D4AF37;
        }

        .intro-section .service-icon-card:hover .service-icon-wrapper i {
            color: #ffffff;
        }

        /* Card Title */
        .intro-section .service-icon-card h3 {
            font-size: 0.9375rem;
            /* 15px */
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 0.25rem;
            /* 4px */
        }

        .intro-section .service-icon-card p {
            font-size: 0.75rem;
            /* 12px */
            color: #666666;
            margin: 0;
            line-height: 1.4;
        }

        /* Responsive - toks pat kaip pavyzdyje */
        @media (max-width: 62rem) {

            /* 992px */
            .intro-section .services-grid {
                grid-template-columns: repeat(3, 1fr) !important;
            }
        }

        @media (max-width: 48rem) {

            /* 768px */
            .intro-section {
                padding: 2.5rem 0;
            }

            .intro-section .services-grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }

            .intro-section h2 {
                font-size: 2rem;
            }
        }

        @media (max-width: 30rem) {

            /* 480px */
            .intro-section {
                padding: 2rem 0;
            }

            .intro-section .services-grid {
                grid-template-columns: 1fr !important;
            }

            /* Mobiliuose kortelės tampa horizontalios - toks pat efektas */
            .intro-section .service-icon-card {
                display: flex;
                align-items: center;
                text-align: left;
                padding: 0.75rem 1rem;
                /* 12px 16px */
                gap: 1rem;
            }

            .intro-section .service-icon-wrapper {
                margin: 0;
                width: 2.5rem;
                height: 2.5rem;
                flex-shrink: 0;
            }

            .intro-section .service-icon-wrapper i {
                font-size: 1.25rem;
            }

            .intro-section .service-icon-card h3 {
                font-size: 0.875rem;
                margin-bottom: 0.125rem;
            }

            .intro-section .service-icon-card p {
                font-size: 0.7rem;
            }
        }

        @media (max-width: 360px) {
            .intro-section {
                padding: 1.5rem 0;
            }

            .intro-section .section-tag {
                font-size: 0.7rem;
                padding: 0.25rem 0.875rem;
            }

            .intro-section h2 {
                font-size: 1.5rem;
            }

            .intro-section .section-description {
                font-size: 0.875rem;
            }

            .intro-section .service-icon-card {
                padding: 0.625rem 0.875rem;
            }

            .intro-section .service-icon-card h3 {
                font-size: 0.8125rem;
            }
        }















        /* ============================================ */
        /* PAMINKLŲ TIPAI - GRANITO PLOKŠČIŲ MONTAVIMAS */
        /* ============================================ */

        .granite-types-section[style*="background: #f9f9f9;"] {
            padding: 3rem 0;
            /* 48px */
            background-color: #f9f9f9 !important;
            position: relative;
        }

        /* Section Header */
        .granite-types-section .section-header {
            margin-bottom: 2.5rem;
            /* 40px */
            text-align: center;
        }

        .granite-types-section .section-tag {
            display: inline-block;
            font-size: 0.75rem;
            /* 12px */
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.0625rem;
            /* 1px */
            color: #D4AF37;
            margin-bottom: 0.75rem;
            /* 12px */
            background: rgba(212, 175, 55, 0.1);
            padding: 0.375rem 1rem;
            /* 6px 16px */
            border-radius: 2rem;
            border: 1px solid rgba(212, 175, 55, 0.15);
        }

        .granite-types-section .section-title {
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            /* 28.8px - 40px */
            font-weight: 700;
            margin-bottom: 1rem;
            /* 16px */
            line-height: 1.2;
            color: #1a1a1a;
            max-width: 56.25rem;
            margin-left: auto;
            margin-right: auto;
        }

        .granite-types-section .text-gold {
            color: #D4AF37;
        }

        .granite-types-section .section-description {
            font-size: clamp(0.95rem, 1.5vw, 1.1rem);
            /* ~15px - 17.6px */
            color: #666666;
            max-width: 43.75rem;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Services Grid - 3 stulpeliai */
        .granite-types-section .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 1.5rem !important;
            /* 24px */
            margin-top: 2rem !important;
        }

        /* Service Icon Cards */
        .granite-types-section .services-grid .service-icon-card {
            background: #ffffff;
            padding: 2rem 1.5rem !important;
            border-radius: 0.5rem;
            /* 8px */
            box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.03);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            text-align: left !important;
            height: 100%;
            display: flex;
            flex-direction: column;
        }



        /* Icon Wrapper */
        .granite-types-section .services-grid .service-icon-wrapper {
            width: 3rem !important;
            height: 3rem !important;
            background: rgba(212, 175, 55, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem !important;
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 175, 55, 0.15);
        }

        .granite-types-section .services-grid .service-icon-card:hover .service-icon-wrapper {
            background: #ffffff;
            border-color: #D4AF37;
        }

        .granite-types-section .services-grid .service-icon-card:hover {
            transform: translateY(-0.1875rem);
            /* -3px */
            border-color: rgba(212, 175, 55, 0.3);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
        }

        .granite-types-section .services-grid .service-icon-wrapper i {
            font-size: 1.3rem;
            /* 20.8px */
            color: #D4AF37;
            transition: all 0.3s ease;
        }

        .granite-types-section .services-grid .service-icon-card:hover h3 {
            color: #D4AF37;
        }

        .granite-types-section .services-grid .service-icon-card:hover .service-icon-wrapper i {
            color: #ffffff;
        }

        /* Card Title */
        .granite-types-section .services-grid .service-icon-card h3 {
            font-size: 1.3rem !important;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 1rem !important;
            transition: color 0.3s ease;
        }


        /* Card Description */
        .granite-types-section .services-grid .service-icon-card p {
            font-size: 0.9375rem;
            /* 15px */
            color: #444444;
            line-height: 1.6;
            margin-bottom: 0.75rem;
        }

        .granite-types-section .services-grid .service-icon-card p:last-child {
            margin-bottom: 0;
        }

        .granite-types-section .services-grid .service-icon-card p strong {
            color: #1a1a1a;
            font-weight: 600;
        }

        /* Responsive Design */
        @media (max-width: 62rem) {

            /* 992px */
            .granite-types-section .services-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 1.25rem !important;
            }
        }

        @media (max-width: 48rem) {

            /* 768px */
            .granite-types-section[style*="background: #f9f9f9;"] {
                padding: 2.5rem 0;
            }

            .granite-types-section .section-header {
                margin-bottom: 1.5rem;
            }

            .granite-types-section .section-title {
                font-size: 2rem;
            }

            .granite-types-section .section-description {
                font-size: 0.95rem;
            }

            .granite-types-section .services-grid {
                grid-template-columns: 1fr !important;
                gap: 1.25rem !important;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }

            .granite-types-section .services-grid .service-icon-card {
                padding: 1.5rem !important;
            }

            .granite-types-section .services-grid .service-icon-card h3 {
                font-size: 1.2rem !important;
            }
        }

        @media (max-width: 30rem) {

            /* 480px */
            .granite-types-section[style*="background: #f9f9f9;"] {
                padding: 2rem 0;
            }

            .granite-types-section .section-tag {
                font-size: 0.7rem;
                padding: 0.25rem 0.875rem;
            }

            .granite-types-section .section-title {
                font-size: 1.5rem;
            }

            .granite-types-section .section-description {
                font-size: 0.875rem;
            }

            .granite-types-section .services-grid .service-icon-card {
                padding: 1.25rem !important;
            }

            .granite-types-section .services-grid .service-icon-card h3 {
                font-size: 1.1rem !important;
                margin-bottom: 0.75rem !important;
            }

            .granite-types-section .services-grid .service-icon-card p {
                font-size: 0.875rem;
            }

            .granite-types-section .services-grid .service-icon-wrapper {
                width: 2.5rem !important;
                height: 2.5rem !important;
            }

            .granite-types-section .services-grid .service-icon-wrapper i {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 360px) {
            .granite-types-section[style*="background: #f9f9f9;"] {
                padding: 1.5rem 0;
            }

            .granite-types-section .section-title {
                font-size: 1.3rem;
            }

            .granite-types-section .services-grid .service-icon-card {
                padding: 1rem !important;
            }

            .granite-types-section .services-grid .service-icon-card h3 {
                font-size: 1rem !important;
            }

            .granite-types-section .services-grid .service-icon-card p {
                font-size: 0.8125rem;
            }
        }




















        .importance-section[style*="background: #ffffff;"] {
            padding: 3rem 0;
            /* 48px */
            background-color: #ffffff !important;
            position: relative;



        }

        /* Section Header */
        .importance-section .section-header {
            margin-bottom: 2.5rem;
            /* 40px */
            text-align: center;
        }

        .importance-section .section-tag {
            display: inline-block;
            font-size: 0.75rem;
            /* 12px */
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.0625rem;
            /* 1px */
            color: #D4AF37;
            margin-bottom: 0.75rem;
            /* 12px */
            background: rgba(212, 175, 55, 0.1);
            padding: 0.375rem 1rem;
            /* 6px 16px */
            border-radius: 2rem;
            border: 1px solid rgba(212, 175, 55, 0.15);
        }

        .importance-section .section-title {
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            /* 28.8px - 40px */
            font-weight: 700;
            margin-bottom: 1rem;
            /* 16px */
            line-height: 1.2;
            color: #1a1a1a;
            max-width: 56.25rem;
            margin-left: auto;
            margin-right: auto;
        }

        .importance-section .text-gold {
            color: #D4AF37;
        }

        .importance-section .section-description {
            font-size: clamp(0.95rem, 1.5vw, 1.1rem);
            /* ~15px - 17.6px */
            color: #666666;
            max-width: 43.75rem;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Services Grid - 3 stulpeliai */
        .importance-section .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 1.5rem !important;
            /* 24px */
            margin-top: 2rem !important;
        }

        /* Service Icon Cards */
        .importance-section .services-grid .service-icon-card {
            background: #ffffff;
            padding: 2rem 1.5rem !important;
            border-radius: 0.5rem;
            /* 8px */
            box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.03);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            text-align: left !important;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .impotsanmdhbsa {
            text-align: center;
        }


        .importance-section .services-grid .service-icon-card:hover {
            transform: translateY(-0.1875rem);
            /* -3px */
            border-color: rgba(212, 175, 55, 0.3);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
        }

        /* Icon Wrapper */
        .importance-section .services-grid .service-icon-wrapper {
            width: 3rem !important;
            height: 3rem !important;
            background: rgba(212, 175, 55, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem !important;
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 175, 55, 0.15);
        }

        .importance-section .services-grid .service-icon-card:hover .service-icon-wrapper {
            background: #D4AF37;
            border-color: #D4AF37;
        }

        .section-title {
            color: #D4AF37;

        }

        .article-icon {
            width: 4rem !important;
            height: 4rem !important;
            background: rgba(212, 175, 55, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem !important;
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 175, 55, 0.15);
            color: #d4af37;
        }

        .importance-section .services-grid .service-icon-wrapper i {
            font-size: 1.3rem;
            /* 20.8px */
            color: #D4AF37;
            transition: all 0.3s ease;
        }

        .importance-section .services-grid .service-icon-card:hover .service-icon-wrapper i {
            color: #ffffff;
        }

        .dssfsdfgfffff {
            padding: 4rem 0 !important;
        }

        /* Card Title */
        .importance-section .services-grid .service-icon-card h3 {
            font-size: 1.3rem !important;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 0.5rem !important;
            transition: color 0.3s ease;
        }

        .importance-section .services-grid .service-icon-card:hover h3 {
            color: #D4AF37;
        }

        /* Card Description */
        .importance-section .services-grid .service-icon-card p {
            font-size: 0.9375rem;
            /* 15px */
            color: #444444;
            line-height: 1.6;
            margin-bottom: 0.75rem;
        }

        .importance-section .services-grid .service-icon-card p:last-child {
            margin-bottom: 0;
        }

        .importance-section .services-grid .service-icon-card p strong {
            color: #1a1a1a;
            font-weight: 600;
        }

        .importance-section .services-grid .service-icon-card p i {
            width: 1.2rem;
            margin-right: 0.25rem;
        }

        .importance-section .services-grid .service-icon-card p i.fa-check {
            color: #D4AF37;
        }

        /* Responsive Design */
        @media (max-width: 62rem) {

            /* 992px */
            .importance-section .services-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 1.25rem !important;
            }
        }

        @media (max-width: 48rem) {

            /* 768px */
            .importance-section[style*="background: #ffffff;"] {
                padding: 2.5rem 0;
            }

            .importance-section .section-header {
                margin-bottom: 1.5rem;
            }

            .importance-section .section-title {
                font-size: 2rem;
            }

            .importance-section .section-description {
                font-size: 0.95rem;
            }

            .importance-section .services-grid {
                grid-template-columns: 1fr !important;
                gap: 1.25rem !important;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }

            .importance-section .services-grid .service-icon-card {
                padding: 1.5rem !important;
            }

            .importance-section .services-grid .service-icon-card h3 {
                font-size: 1.2rem !important;
            }
        }

        @media (max-width: 30rem) {

            /* 480px */
            .importance-section[style*="background: #ffffff;"] {
                padding: 2rem 0;
            }

            .importance-section .section-tag {
                font-size: 0.7rem;
                padding: 0.25rem 0.875rem;
            }

            .importance-section .section-title {
                font-size: 1.5rem;
            }

            .importance-section .section-description {
                font-size: 0.875rem;
            }

            .importance-section .services-grid .service-icon-card {
                padding: 1.25rem !important;
            }

            .importance-section .services-grid .service-icon-card h3 {
                font-size: 1.1rem !important;
                margin-bottom: 0.5rem !important;
            }

            .importance-section .services-grid .service-icon-card p {
                font-size: 0.875rem;
                margin-bottom: 0.5rem;
            }

            .importance-section .services-grid .service-icon-wrapper {
                width: 2.5rem !important;
                height: 2.5rem !important;
            }

            .importance-section .services-grid .service-icon-wrapper i {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 360px) {
            .importance-section[style*="background: #ffffff;"] {
                padding: 1.5rem 0;
            }

            .importance-section .section-title {
                font-size: 1.3rem;
            }

            .importance-section .services-grid .service-icon-card {
                padding: 1rem !important;
            }

            .importance-section .services-grid .service-icon-card h3 {
                font-size: 1rem !important;
            }

            .importance-section .services-grid .service-icon-card p {
                font-size: 0.8125rem;
            }
        }
























        /* ============================================ */
        /* PROCESS SECTION - PAMINKLŲ MONTAVIMAS */
        /* ============================================ */

        .process-section[style*="background: #ffffff;"] {
            padding: 3rem 0;
            /* 48px */
            background-color: #ffffff !important;
            position: relative;
        }

        /* Section Header */
        .process-section .section-header {
            margin-bottom: 2.5rem;
            /* 40px */
            text-align: center;
        }

        .process-section .section-tag {
            display: inline-block;
            font-size: 0.75rem;
            /* 12px */
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.0625rem;
            /* 1px */
            color: #D4AF37;
            margin-bottom: 0.75rem;
            /* 12px */
            background: rgba(212, 175, 55, 0.1);
            padding: 0.375rem 1rem;
            /* 6px 16px */
            border-radius: 2rem;
            border: 1px solid rgba(212, 175, 55, 0.15);
        }

        .process-section h2 {
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            /* 28.8px - 40px */
            font-weight: 700;
            margin-bottom: 1rem;
            /* 16px */
            line-height: 1.2;
            color: #1a1a1a;
            max-width: 56.25rem;
            margin-left: auto;
            margin-right: auto;
        }

        .process-section .text-gold {
            color: #D4AF37;
        }

        .process-section .section-description {
            font-size: clamp(0.95rem, 1.5vw, 1.1rem);
            /* ~15px - 17.6px */
            color: #666666;
            max-width: 43.75rem;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Process Grid - 4 stulpeliai */
        .process-section .process-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 1.5rem;
            /* 24px */
            margin-top: 2rem;
        }

        /* Process Items */
        .process-section .process-item {
            background: #f9f9f9;
            padding: 1.5rem 1.25rem;
            /* 24px 20px */
            border-radius: 0.5rem;
            /* 8px */
            box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.02);
            border: 1px solid rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .process-section .process-item:hover {
            transform: translateY(-0.1875rem);
            /* -3px */
            border-color: rgba(212, 175, 55, 0.25);
            box-shadow: 0 0.5rem 1.5rem rgba(212, 175, 55, 0.05);
            background: #ffffff;
        }

        /* Process Number */
        .process-section .process-number {
            font-size: 2.2rem;
            /* 35.2px */
            font-weight: 700;
            color: rgba(212, 175, 55, 0.2);
            line-height: 1;
            position: absolute;
            top: 0.75rem;
            /* 12px */
            right: 1rem;
            /* 16px */
            transition: all 0.3s ease;
            z-index: 1;
        }

        .process-section .process-item:hover .process-number {
            color: rgba(212, 175, 55, 0.35);
            transform: scale(1.1);
        }

        /* Process Title */
        .process-section .process-item h3 {
            font-size: 1.1rem;
            /* 17.6px */
            font-weight: 600;
            margin-bottom: 0.75rem;
            /* 12px */
            color: #1a1a1a;
            position: relative;
            padding-bottom: 0.5rem;
            /* 8px */
            padding-right: 2rem;
            /* Vieta numeriui */
        }

        .process-section .process-item h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 2rem;
            /* 32px */
            height: 0.125rem;
            /* 2px */
            background: #D4AF37;
            border-radius: 1px;
            transition: width 0.3s ease;
        }

        .process-section .process-item:hover h3::after {
            width: 3rem;
            /* 48px */
        }

        /* Process Description */
        .process-section .process-item p {
            font-size: 0.875rem;
            /* 14px */
            color: #666666;
            line-height: 1.5;
            margin-bottom: 0;
            flex-grow: 1;
        }

        /* Responsive Design */
        @media (max-width: 75rem) {

            /* 1200px */
            .process-section .process-grid {
                grid-template-columns: repeat(3, 1fr) !important;
            }
        }

        @media (max-width: 62rem) {

            /* 992px */
            .process-section .process-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 1.25rem;
            }
        }

        @media (max-width: 48rem) {

            /* 768px */
            .process-section[style*="background: #ffffff;"] {
                padding: 2.5rem 0;
            }

            .process-section .section-header {
                margin-bottom: 1.5rem;
            }

            .process-section h2 {
                font-size: 2rem;
            }

            .process-section .section-description {
                font-size: 0.95rem;
            }

            .process-section .process-grid {
                grid-template-columns: 1fr !important;
                gap: 1rem;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }

            .process-section .process-item {
                padding: 1.25rem;
            }

            .process-section .process-number {
                font-size: 2rem;
                top: 0.5rem;
                right: 0.75rem;
            }

            .process-section .process-item h3 {
                font-size: 1rem;
                padding-right: 1.75rem;
            }

            .process-section .process-item p {
                font-size: 0.8125rem;
            }
        }

        @media (max-width: 30rem) {

            /* 480px */
            .process-section[style*="background: #ffffff;"] {
                padding: 2rem 0;
            }

            .process-section .section-tag {
                font-size: 0.7rem;
                padding: 0.25rem 0.875rem;
            }

            .process-section h2 {
                font-size: 1.5rem;
            }

            .process-section .section-description {
                font-size: 0.875rem;
            }

            .process-section .process-item {
                padding: 1rem;
            }

            .process-section .process-number {
                font-size: 1.8rem;
            }

            .process-section .process-item h3 {
                font-size: 0.9375rem;
                padding-bottom: 0.375rem;
                margin-bottom: 0.5rem;
            }

            .process-section .process-item h3::after {
                width: 1.5rem;
            }

            .process-section .process-item:hover h3::after {
                width: 2.5rem;
            }

            .process-section .process-item p {
                font-size: 0.75rem;
            }
        }

        @media (max-width: 360px) {
            .process-section[style*="background: #ffffff;"] {
                padding: 1.5rem 0;
            }

            .process-section h2 {
                font-size: 1.3rem;
            }

            .process-section .process-item {
                padding: 0.875rem;
            }

            .process-section .process-number {
                font-size: 1.6rem;
                top: 0.375rem;
                right: 0.5rem;
            }

            .process-section .process-item h3 {
                font-size: 0.875rem;
                padding-right: 1.5rem;
            }

            .process-section .process-item p {
                font-size: 0.6875rem;
                line-height: 1.4;
            }
        }








        /* ============================================ */
        /* BORTELIŲ DYDŽIAI IR FORMOS */
        /* ============================================ */

        /* SEO Grid - 2 stulpeliai */
        .seo-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr) !important;
            gap: 1.5rem !important;
            margin-top: 2rem !important;
        }

        /* Service Icon Cards */
        .seo-grid .service-icon-card {
            background: #ffffff;
            padding: 2rem !important;
            border-radius: 0.5rem;
            /* 8px */
            box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.03);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            text-align: left !important;
            height: 100%;
        }

        .seo-grid .service-icon-card:hover {
            transform: translateY(-0.1875rem);
            /* -3px */
            border-color: rgba(212, 175, 55, 0.3);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
        }

        /* Card Title */
        .seo-grid .service-icon-card h3 {
            font-size: 1.3rem;
            /* 20.8px */
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 1.5rem !important;
            padding-bottom: 0.75rem;
            border-bottom: 1px solid rgba(212, 175, 55, 0.2);
            transition: color 0.3s ease;
        }

        .seo-grid .service-icon-card:hover h3 {
            color: #D4AF37;
        }

        /* Sąrašas su ikonėlėmis */
        .seo-list-with-icons {
            list-style: none !important;
            padding: 0 !important;
            margin: 0 0 1rem 0;
        }

        .seo-list-with-icons li {
            align-items: flex-start;
            gap: 0.75rem;
            /* 12px */
            margin-bottom: 1rem !important;
            font-size: 0.9375rem;
            /* 15px */
            color: #444444;
            line-height: 1.5;
        }

        .seo-list-with-icons li:last-child {
            margin-bottom: 0 !important;
        }

        .seo-list-with-icons li i {
            font-size: 1rem;
            color: #D4AF37;
            width: 1.25rem;
            flex-shrink: 0;
            margin-top: 0.15rem;
        }

        .seo-list-with-icons li strong {
            color: #1a1a1a;
            font-weight: 600;
            margin-right: 0.25rem;
        }

        /* Papildoma pastraipa */
        .seo-grid .service-icon-card p {
            font-size: 0.9375rem;
            /* 15px */
            color: #444444;
            line-height: 1.5;
            margin-top: 0.5rem;
            font-style: italic;
            border-top: 1px dashed rgba(212, 175, 55, 0.2);
            padding-top: 0.75rem;
        }

        /* Responsive Design */
        @media (max-width: 62rem) {

            /* 992px */
            .seo-grid {
                gap: 1.25rem !important;
            }
        }

        @media (max-width: 48rem) {

            /* 768px */
            .seo-grid {
                grid-template-columns: 1fr !important;
                gap: 1rem !important;
            }

            .seo-grid .service-icon-card {
                padding: 1.5rem !important;
            }
        }

        @media (max-width: 30rem) {

            /* 480px */
            .seo-grid .service-icon-card {
                padding: 1.25rem !important;
            }

            .seo-grid .service-icon-card h3 {
                font-size: 1.2rem;
                margin-bottom: 1rem !important;
                padding-bottom: 0.5rem;
            }

            .seo-list-with-icons li {
                font-size: 0.875rem;
                gap: 0.5rem;
                margin-bottom: 0.75rem !important;
            }

            .seo-list-with-icons li i {
                font-size: 0.875rem;
                width: 1rem;
            }
        }

        @media (max-width: 360px) {
            .seo-grid .service-icon-card {
                padding: 1rem !important;
            }

            .seo-grid .service-icon-card h3 {
                font-size: 1.1rem;
            }

            .seo-list-with-icons li {
                font-size: 0.8125rem;
            }
        }



        .sectiontwo[style*="background: #ffffff;"] {
            padding: 3rem 0;
            /* 48px */
            background-color: #ffffff !important;
            position: relative;



        }











        /* ============================================ */
        /* SKALDOS PRIEŽIŪRA - PATARIMAI */
        /* ============================================ */

        section[style*="padding: 3rem 0; background: #f9f9f9;"] {
            padding: 3rem 0 !important;
            /* 48px */
            background-color: #f9f9f9 !important;
            position: relative;
        }

        /* Section Header */
        section[style*="padding: 3rem 0; background: #f9f9f9;"] .section-header {
            margin-bottom: 2.5rem;
            /* 40px */
            text-align: center;
        }

        section[style*="padding: 3rem 0; background: #f9f9f9;"] .section-title {
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            /* 28.8px - 40px */
            font-weight: 700;
            margin-bottom: 1rem;
            /* 16px */
            line-height: 1.2;
            color: #1a1a1a;
            max-width: 56.25rem;
            margin-left: auto;
            margin-right: auto;
        }

        section[style*="padding: 3rem 0; background: #f9f9f9;"] .text-gold {
            color: #D4AF37;
        }

        section[style*="padding: 3rem 0; background: #f9f9f9;"] .section-description {
            font-size: clamp(0.95rem, 1.5vw, 1.1rem);
            /* ~15px - 17.6px */
            color: #666666;
            max-width: 43.75rem;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Services Grid - 3 stulpeliai */
        section[style*="padding: 3rem 0; background: #f9f9f9;"] .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 1.5rem !important;
            /* 24px */
            margin-top: 2rem !important;
        }

        /* Service Icon Cards */
        section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card {
            background: #ffffff;
            padding: 2rem !important;
            border-radius: 0.5rem;
            /* 8px */
            box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.03);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            text-align: left !important;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card:hover {
            transform: translateY(-0.1875rem);
            /* -3px */
            border-color: rgba(212, 175, 55, 0.3);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
        }

        /* Card Title */
        section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card h3 {
            font-size: 1.3rem;
            /* 20.8px */
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 1rem !important;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid rgba(212, 175, 55, 0.2);
            transition: color 0.3s ease;
        }

        section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card:hover h3 {
            color: #D4AF37;
            border-bottom-color: #D4AF37;
        }

        /* Card Description */
        section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card p {
            font-size: 0.9375rem;
            /* 15px */
            color: #444444;
            line-height: 1.6;
            margin: 0;
        }

        /* Responsive Design */
        @media (max-width: 62rem) {

            /* 992px */
            section[style*="padding: 3rem 0; background: #f9f9f9;"] .services-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 1.25rem !important;
            }
        }

        @media (max-width: 48rem) {

            /* 768px */
            section[style*="padding: 3rem 0; background: #f9f9f9;"] {
                padding: 2.5rem 0 !important;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .section-header {
                margin-bottom: 1.5rem;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .section-title {
                font-size: 2rem;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .section-description {
                font-size: 0.95rem;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .services-grid {
                grid-template-columns: 1fr !important;
                gap: 1.25rem !important;
                max-width: 450px;
                margin-left: auto;
                margin-right: auto;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card {
                padding: 1.5rem !important;
            }
        }

        @media (max-width: 30rem) {

            /* 480px */
            section[style*="padding: 3rem 0; background: #f9f9f9;"] {
                padding: 2rem 0 !important;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .section-title {
                font-size: 1.5rem;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .section-description {
                font-size: 0.875rem;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card {
                padding: 1.25rem !important;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card h3 {
                font-size: 1.2rem;
                margin-bottom: 0.75rem !important;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card p {
                font-size: 0.875rem;
            }
        }

        @media (max-width: 360px) {
            section[style*="padding: 3rem 0; background: #f9f9f9;"] {
                padding: 1.5rem 0 !important;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .section-title {
                font-size: 1.3rem;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card {
                padding: 1rem !important;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card h3 {
                font-size: 1.1rem;
            }

            section[style*="padding: 3rem 0; background: #f9f9f9;"] .service-icon-card p {
                font-size: 0.8125rem;
            }
        }












        /* ============================================ */
        /* BORTELIŲ SVARBA - KODĖL JIE REIKALINGI */
        /* ============================================ */

        section[style*="padding: 4rem 0; background: #f9f9f9;"] {
            padding: 4rem 0 !important;
            /* 64px */
            background-color: #f9f9f9 !important;
            position: relative;
        }

        /* Section Header */
        section[style*="padding: 4rem 0; background: #f9f9f9;"] .section-header {
            margin-bottom: 2.5rem;
            /* 40px */
            text-align: center;
        }

        section[style*="padding: 4rem 0; background: #f9f9f9;"] .section-title {
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            /* 28.8px - 40px */
            font-weight: 700;
            margin-bottom: 1rem;
            /* 16px */
            line-height: 1.2;
            color: #1a1a1a;
            max-width: 56.25rem;
            margin-left: auto;
            margin-right: auto;
        }

        section[style*="padding: 4rem 0; background: #f9f9f9;"] .text-gold {
            color: #D4AF37;
        }

        section[style*="padding: 4rem 0; background: #f9f9f9;"] .section-description {
            font-size: clamp(0.95rem, 1.5vw, 1.1rem);
            /* ~15px - 17.6px */
            color: #666666;
            max-width: 43.75rem;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Services Grid - 3 stulpeliai */
        section[style*="padding: 4rem 0; background: #f9f9f9;"] .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 1.5rem !important;
            /* 24px */
            margin-top: 2rem !important;
        }




        /* Service Icon Cards */
        section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card {
            background: #ffffff;
            padding: 2rem !important;
            border-radius: 0.5rem;
            /* 8px */
            box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.03);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card:hover {
            transform: translateY(-0.1875rem);
            /* -3px */
            border-color: rgba(212, 175, 55, 0.3);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
        }

        /* Icon Wrapper */
        section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-wrapper {
            width: 4rem !important;
            height: 4rem !important;
            background: rgba(212, 175, 55, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem !important;
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 175, 55, 0.15);
        }

        section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card:hover .service-icon-wrapper {
            background: #D4AF37;
            border-color: #D4AF37;
        }

        section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-wrapper i {
            font-size: 1.8rem;
            /* 28.8px */
            color: #D4AF37;
            transition: all 0.3s ease;
        }

        section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card:hover .service-icon-wrapper i {
            color: #ffffff;
        }

        /* Card Title */
        section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card h3 {
            font-size: 1.3rem;
            /* 20.8px */
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 1rem !important;
            transition: color 0.3s ease;
        }

        section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card:hover h3 {
            color: #D4AF37;
        }

        /* Card Description */
        section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card p {
            font-size: 0.9375rem;
            /* 15px */
            color: #444444;
            line-height: 1.6;
            margin: 0;
        }

        /* Responsive Design */
        @media (max-width: 62rem) {

            /* 992px */
            section[style*="padding: 4rem 0; background: #f9f9f9;"] .services-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 1.25rem !important;
            }
        }

        @media (max-width: 48rem) {

            /* 768px */
            section[style*="padding: 4rem 0; background: #f9f9f9;"] {
                padding: 2.5rem 0 !important;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .section-header {
                margin-bottom: 1.5rem;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .section-title {
                font-size: 2rem;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .section-description {
                font-size: 0.95rem;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .services-grid {
                grid-template-columns: 1fr !important;
                gap: 1.25rem !important;
                max-width: 450px;
                margin-left: auto;
                margin-right: auto;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card {
                padding: 1.5rem !important;
            }
        }

        @media (max-width: 30rem) {

            /* 480px */
            section[style*="padding: 4rem 0; background: #f9f9f9;"] {
                padding: 2rem 0 !important;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .section-title {
                font-size: 1.5rem;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .section-description {
                font-size: 0.875rem;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card {
                padding: 1.25rem !important;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-wrapper {
                width: 3.5rem !important;
                height: 3.5rem !important;
                margin: 0 auto 1rem !important;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-wrapper i {
                font-size: 1.5rem;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card h3 {
                font-size: 1.2rem;
                margin-bottom: 0.75rem !important;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card p {
                font-size: 0.875rem;
            }
        }

        @media (max-width: 360px) {
            section[style*="padding: 4rem 0; background: #f9f9f9;"] {
                padding: 1.5rem 0 !important;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .section-title {
                font-size: 1.3rem;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card {
                padding: 1rem !important;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-wrapper {
                width: 3rem !important;
                height: 3rem !important;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-wrapper i {
                font-size: 1.3rem;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card h3 {
                font-size: 1.1rem;
            }

            section[style*="padding: 4rem 0; background: #f9f9f9;"] .service-icon-card p {
                font-size: 0.8125rem;
            }
        }








        /* ============================================ */
        /* IŠSAUGOJIMO GALIMYBĖS - RESTAURAVIMAS */
        /* ============================================ */

        section[style*="padding: 4rem 0; background: #ffffff;"] {
            padding: 4rem 0 !important;
            /* 64px */
            background-color: #ffffff !important;
            position: relative;
        }

        /* Section Header */
        section[style*="padding: 4rem 0; background: #ffffff;"] .section-header {
            margin-bottom: 2.5rem;
            /* 40px */
            text-align: center;
        }

        section[style*="padding: 4rem 0; background: #ffffff;"] .section-title {
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            /* 28.8px - 40px */
            font-weight: 700;
            margin-bottom: 1rem;
            /* 16px */
            line-height: 1.2;
            color: #1a1a1a;
            max-width: 56.25rem;
            margin-left: auto;
            margin-right: auto;
        }

        section[style*="padding: 4rem 0; background: #ffffff;"] .text-gold {
            color: #D4AF37;
        }

        section[style*="padding: 4rem 0; background: #ffffff;"] .section-description {
            font-size: clamp(0.95rem, 1.5vw, 1.1rem);
            /* ~15px - 17.6px */
            color: #666666;
            max-width: 43.75rem;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Services Grid - 3 stulpeliai */
        section[style*="padding: 4rem 0; background: #ffffff;"] .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 1.5rem !important;
            /* 24px */
            margin-top: 2rem !important;
        }

        /* Service Icon Cards */
        section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card {
            background: #ffffff;
            padding: 2rem !important;
            border-radius: 0.5rem;
            /* 8px */
            box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.03);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            text-align: left !important;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card:hover {
            transform: translateY(-0.1875rem);
            /* -3px */
            border-color: rgba(212, 175, 55, 0.3);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
        }

        /* Icon Wrapper */
        section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-wrapper {
            width: 3rem !important;
            height: 3rem !important;
            background: rgba(212, 175, 55, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem !important;
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 175, 55, 0.15);
        }

        section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card:hover .service-icon-wrapper {
            background: #D4AF37;
            border-color: #D4AF37;
        }

        section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-wrapper i {
            font-size: 1.3rem;
            /* 20.8px */
            color: #D4AF37;
            transition: all 0.3s ease;
        }

        section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card:hover .service-icon-wrapper i {
            color: #ffffff;
        }

        /* Card Title */
        section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card h3 {
            font-size: 1.3rem;
            /* 20.8px */
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 1rem !important;
            transition: color 0.3s ease;
        }

        section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card:hover h3 {
            color: #D4AF37;
        }

        /* Card Description */
        section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card p {
            font-size: 0.9375rem;
            /* 15px */
            color: #444444;
            line-height: 1.6;
            margin: 0;
        }

        /* Responsive Design */
        @media (max-width: 62rem) {

            /* 992px */
            section[style*="padding: 4rem 0; background: #ffffff;"] .services-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 1.25rem !important;
            }
        }

        @media (max-width: 48rem) {

            /* 768px */
            section[style*="padding: 4rem 0; background: #ffffff;"] {
                padding: 2.5rem 0 !important;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .section-header {
                margin-bottom: 1.5rem;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .section-title {
                font-size: 2rem;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .section-description {
                font-size: 0.95rem;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .services-grid {
                grid-template-columns: 1fr !important;
                gap: 1.25rem !important;
                max-width: 450px;
                margin-left: auto;
                margin-right: auto;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card {
                padding: 1.5rem !important;
            }
        }

        @media (max-width: 30rem) {

            /* 480px */
            section[style*="padding: 4rem 0; background: #ffffff;"] {
                padding: 2rem 0 !important;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .section-title {
                font-size: 1.5rem;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .section-description {
                font-size: 0.875rem;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card {
                padding: 1.25rem !important;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-wrapper {
                width: 2.5rem !important;
                height: 2.5rem !important;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-wrapper i {
                font-size: 1.1rem;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card h3 {
                font-size: 1.2rem;
                margin-bottom: 0.75rem !important;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card p {
                font-size: 0.875rem;
            }
        }

        @media (max-width: 360px) {
            section[style*="padding: 4rem 0; background: #ffffff;"] {
                padding: 1.5rem 0 !important;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .section-title {
                font-size: 1.3rem;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card {
                padding: 1rem !important;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-wrapper {
                width: 2.2rem !important;
                height: 2.2rem !important;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-wrapper i {
                font-size: 1rem;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card h3 {
                font-size: 1.1rem;
            }

            section[style*="padding: 4rem 0; background: #ffffff;"] .service-icon-card p {
                font-size: 0.8125rem;
            }
        }







        /* ============================================ */
        /* REGION SECTION - PAMINKLŲ MONTAVIMAS (KELMĖ, RASEINIAI, TAURAGĖ) */
        /* ============================================ */

        .importanectiontwo[style*="background: #f9f9f9;"] {
            padding: 3rem 0;
            /* 48px */
            background-color: #f9f9f9 !important;
            position: relative;
        }

        /* Section Header */
        .importanectiontwo .section-header {
            margin-bottom: 2.5rem;
            /* 40px */
            text-align: center;
        }

        .importanectiontwo .section-title {
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            /* 28.8px - 40px */
            font-weight: 700;
            margin-bottom: 1rem;
            /* 16px */
            line-height: 1.2;
            color: #1a1a1a;
            max-width: 56.25rem;
            margin-left: auto;
            margin-right: auto;
        }

        .importanectiontwo .text-gold {
            color: #D4AF37;
        }

        .importanectiontwo .section-description {
            font-size: clamp(0.95rem, 1.5vw, 1.1rem);
            /* ~15px - 17.6px */
            color: #666666;
            max-width: 43.75rem;
            margin: 0 auto;
            line-height: 1.5;
        }

        /* Services Grid - 3 stulpeliai */
        .importanectiontwo .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr) !important;
            gap: 1.5rem !important;
            /* 24px */
            margin-top: 2rem !important;
        }

        /* Region Cards */
        .importanectiontwo .services-grid .service-icon-card {
            background: #ffffff;
            padding: 1.5rem 1.5rem !important;
            /* 24px */
            border-radius: 0.5rem;
            /* 8px */
            box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.03);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            text-align: left !important;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .importanectiontwo .services-grid .service-icon-card:hover {
            transform: translateY(-0.1875rem);
            /* -3px */
            border-color: rgba(212, 175, 55, 0.3);
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
        }

        .importanectiontwo .article-header-with-icon {
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.25rem !important;
        }

        .importanectiontwo .article-icon {
            width: 2.5rem;
            height: 2.5rem;
            background: rgba(212, 175, 55, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.3s ease;
            border: 1px solid rgba(212, 175, 55, 0.15);
        }

        .importanectiontwo .services-grid .service-icon-card:hover .article-icon {
            background: #D4AF37;
            border-color: #D4AF37;
        }

        .importanectiontwo .article-icon i {
            font-size: 1.25rem;
            color: #D4AF37;
            transition: all 0.3s ease;
        }

        .importanectiontwo .services-grid .service-icon-card:hover .article-icon i {
            color: #ffffff;
        }

        .importanectiontwo .article-header-with-icon h3 {
            font-size: 1.3rem;
            /* 20.8px */
            font-weight: 600;
            color: #1a1a1a;
            margin: 0 !important;
            line-height: 1.3;
            transition: color 0.3s ease;
        }

        .importanectiontwo .services-grid .service-icon-card:hover .article-header-with-icon h3 {
            color: #D4AF37;
        }

        /* Region card text */
        .importanectiontwo .services-grid .service-icon-card p {
            font-size: 0.9375rem;
            /* 15px */
            color: #444444;
            line-height: 1.5;
            margin-bottom: 0.75rem;
            /* 12px */
            align-items: flex-start;
            gap: 0.75rem;
            /* 12px */
        }

        .importanectiontwo .services-grid .service-icon-card p:last-of-type {
            margin-bottom: 0;
        }

        .importanectiontwo .services-grid .service-icon-card p i {
            color: #D4AF37;
            font-size: 0.875rem;
            /* 14px */
            width: 1rem;
            margin-top: 0.2rem;
            flex-shrink: 0;
        }

        .importanectiontwo .services-grid .service-icon-card p strong {
            color: #1a1a1a;
            font-weight: 600;
        }

        /* Paskutinė pastraipa su papildoma informacija */
        .importanectiontwo .services-grid .service-icon-card p[style*="margin-top: 1rem;"] {
            margin-top: 1rem !important;
            padding-top: 0.75rem;
            border-top: 1px dashed rgba(212, 175, 55, 0.2);
            font-style: italic;
        }

        .importanectiontwo .services-grid .service-icon-card p[style*="margin-top: 1rem;"] i {
            color: #D4AF37;
            font-size: 0.875rem;
        }

        /* Responsive Design */
        @media (max-width: 62rem) {

            /* 992px */
            .importanectiontwo .services-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 1.25rem !important;
            }
        }

        @media (max-width: 48rem) {

            /* 768px */
            .importanectiontwo[style*="background: #f9f9f9;"] {
                padding: 2.5rem 0;
            }

            .importanectiontwo .section-header {
                margin-bottom: 1.5rem;
            }

            .importanectiontwo .section-title {
                font-size: 2rem;
            }

            .importanectiontwo .section-description {
                font-size: 0.95rem;
            }

            .importanectiontwo .services-grid {
                grid-template-columns: 1fr !important;
                gap: 1.25rem !important;
                max-width: 500px;
                margin-left: auto;
                margin-right: auto;
            }

            .importanectiontwo .services-grid .service-icon-card {
                padding: 1.5rem !important;
            }
        }

        @media (max-width: 30rem) {

            /* 480px */
            .importanectiontwo[style*="background: #f9f9f9;"] {
                padding: 2rem 0;
            }

            .importanectiontwo .section-title {
                font-size: 1.5rem;
            }

            .importanectiontwo .section-description {
                font-size: 0.875rem;
            }

            .importanectiontwo .services-grid .service-icon-card {
                padding: 1.25rem !important;
            }

            .importanectiontwo .article-header-with-icon h3 {
                font-size: 1.2rem;
            }

            .importanectiontwo .services-grid .service-icon-card p {
                font-size: 0.875rem;
                gap: 0.5rem;
            }

            .importanectiontwo .services-grid .service-icon-card p i {
                font-size: 0.75rem;
                width: 0.875rem;
            }

            .importanectiontwo .article-icon {
                width: 2.2rem;
                height: 2.2rem;
            }

            .importanectiontwo .article-icon i {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 360px) {
            .importanectiontwo[style*="background: #f9f9f9;"] {
                padding: 1.5rem 0;
            }

            .importanectiontwo .section-title {
                font-size: 1.3rem;
            }

            .importanectiontwo .article-header-with-icon {
                gap: 0.75rem;
            }

            .importanectiontwo .article-icon {
                width: 2rem;
                height: 2rem;
            }

            .importanectiontwo .article-icon i {
                font-size: 1rem;
            }

            .importanectiontwo .article-header-with-icon h3 {
                font-size: 1.1rem;
            }

            .importanectiontwo .services-grid .service-icon-card p {
                font-size: 0.8125rem;
            }
        }

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

.granite-highlight {
    background: #010103!important;
}

.highlight-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
    border-left: none!important;


        width: 100%;
    height: 1000px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
    border-left: none !important;
}
.granite-highlight::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 40rem;
    height: 40rem;
    background: radial-gradient(circle, rgb(212 175 55) 0%, rgb(212 175 55 / 0%) 70%);
    border-radius: 50%;
    z-index: 0;
    display: none!important;
}


        /* Responsive Design */
        @media (max-width: 1000px) {

            /* 992px */
            .dsklhfjksddfffff {
                display: flex;
          flex-direction: column;
            }
            .info-card[style*="grid-column: span 2;"] {
    padding: 5px!important;
}

        }


        .process-section {
            padding: 3rem;
        }