@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-SemiBold.woff") format("woff");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-ExtraBold.woff") format("woff");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Black.woff") format("woff");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

:root {
    --primary: #4f8f3a;
    --primary-dark: #3f752c;
    --accent: #4f8f3a;
    --text-main: #252525;
    --text-muted: #252525;
    --border: #e6e8e5;
    --surface: #f9fafb;
    --header-height: 80px;
    --radius: 12px;
}
* { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; font-family: "Gilroy", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.5; color: var(--text-main); background: var(--surface); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.25; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, summary { cursor: pointer; }
img { max-width: 100%; }
button, input, textarea, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 5px; }
main { min-height: 100vh; padding-top: 0; }
main > :first-child:not(.site-page-header):not(.site-hero):not(.nova-template-home) {
    padding-top: calc(var(--header-height) + 32px);
}
.site-container { width: min(100% - 64px, 1280px); margin-inline: auto; }
.site-skip-link { position: fixed; top: 8px; left: 16px; z-index: 100; padding: 12px 20px; background: #fff; transform: translateY(-150%); }
.site-skip-link:focus { transform: none; }
.visually-hidden, .site-honeypot { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; background: linear-gradient(180deg, rgba(8, 12, 16, 0.75) 0%, rgba(8, 12, 16, 0.35) 60%, transparent 100%); border: none !important; border-bottom: 0 !important; transition: background-color .35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .35s cubic-bezier(0.16, 1, 0.3, 1), backdrop-filter .35s ease; }
.site-header.is-scrolled { background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: none !important; border-bottom: 0 !important; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.04); }
.site-header-inner { position: relative; min-height: var(--header-height); display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.site-brand { display: inline-flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.site-brand-logos { position: relative; display: inline-flex; align-items: center; height: 64px; width: 225px; }
.site-logo { position: absolute; top: 50%; left: 0; transform: translateY(-50%); max-width: none; height: auto; object-fit: contain; display: block; transition: opacity .35s cubic-bezier(0.16, 1, 0.3, 1), transform .35s cubic-bezier(0.16, 1, 0.3, 1); }
.site-logo-white { width: 215px; }
.site-logo-normal { width: 200px; }
.site-logo-white { opacity: 1; transform: translateY(-50%) scale(1); pointer-events: auto; }
.site-logo-normal { opacity: 0; transform: translateY(-50%) scale(0.96); pointer-events: none; }
.site-header.is-scrolled .site-logo-white { opacity: 0; transform: translateY(-50%) scale(0.96); pointer-events: none; }
.site-header.is-scrolled .site-logo-normal { opacity: 1; transform: translateY(-50%) scale(1); pointer-events: auto; }
.site-navigation { position: static !important; }
.site-menu-list { list-style: none; margin: 0; padding: 0; }
.site-navigation > .site-menu-list { display: flex; align-items: center; gap: 28px; position: static !important; }
.site-nav-item { position: relative; }
.site-nav-item.site-menu-has-mega { position: static !important; }
.site-menu-has-mega > details, .site-menu-has-mega details { position: static !important; }
.site-nav-link { position: relative; display: inline-flex; align-items: center; gap: 8px; padding-block: 24px; font-size: .9375rem; font-weight: 600; color: rgba(255, 255, 255, 0.92); letter-spacing: -.01em; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35); transition: color .25s ease; }
.site-nav-link:hover, .site-nav-link[aria-current="page"], .site-nav-item.is-current > .site-nav-link, .site-menu-disclosure[open] > .site-nav-summary { color: #ffffff; }
.site-nav-link::after { content: ""; position: absolute; bottom: 16px; left: 0; width: 0; height: 2px; background: var(--primary); border-radius: 2px; box-shadow: 0 0 8px rgba(79, 143, 58, 0.7); transition: width .25s ease; }
.site-nav-link:hover::after, .site-nav-link[aria-current="page"]::after, .site-nav-item.is-current > .site-nav-link::after, .site-menu-disclosure[open] > .site-nav-summary::after { width: 100%; }
.site-nav-summary { list-style: none; cursor: pointer; }
.site-nav-summary::-webkit-details-marker { display: none; }
.site-nav-chevron { font-size: .625rem; opacity: .75; color: rgba(255, 255, 255, 0.75); transition: transform .25s ease, opacity .2s ease, color .2s ease; }
.site-menu-disclosure[open] > .site-nav-summary .site-nav-chevron { transform: rotate(180deg); opacity: 1; color: var(--primary); }
.site-menu-subtitle { display: block; font-size: .875rem; font-weight: 400; }
.site-nav-toggle { display: none; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; padding: 10px; color: #fff; background: transparent; border: 0; border-radius: 0; }
.site-nav-icon { display: block; width: 24px; height: 24px; overflow: visible; }
.site-nav-icon path { transition: transform .35s cubic-bezier(.22, 1, .36, 1), opacity .2s ease; }
.site-nav-icon-top { transform-origin: 12px 6.75px; }
.site-nav-icon-middle { transform-origin: 12px 12px; }
.site-nav-icon-bottom { transform-origin: 12px 17.25px; }
.site-nav-toggle[aria-expanded="true"] .site-nav-icon-top { transform: translateY(5.25px) rotate(45deg) scaleX(1.02852); }
.site-nav-toggle[aria-expanded="true"] .site-nav-icon-middle { opacity: 0; transform: scaleX(0); }
.site-nav-toggle[aria-expanded="true"] .site-nav-icon-bottom { transform: translateY(-5.25px) rotate(-45deg) scaleX(1.02852); }
.site-nav-backdrop { display: none; }

/* Sticky Header Scrolled State Colors */
.site-header.is-scrolled .site-nav-link { color: #2c353d; text-shadow: none; }
.site-header.is-scrolled .site-nav-link:hover, .site-header.is-scrolled .site-nav-link[aria-current="page"], .site-header.is-scrolled .site-nav-item.is-current > .site-nav-link, .site-header.is-scrolled .site-menu-disclosure[open] > .site-nav-summary { color: var(--primary-dark); }
.site-header.is-scrolled .site-nav-chevron { color: #64748b; }
.site-header.is-scrolled .site-menu-disclosure[open] > .site-nav-summary .site-nav-chevron { color: var(--primary-dark); }
.site-header.is-scrolled .site-nav-toggle { color: #1e293b; }

/* Mega Dropdown Menu Styles (Right-anchored, seamless hover bridge, NO BORDER) */
.site-mega-dropdown { position: absolute; top: 100%; right: 0; left: auto; padding-top: 4px; width: 960px; max-width: calc(100vw - 48px); z-index: 1000; border: none !important; animation: megaSlideDown .25s cubic-bezier(0.16, 1, 0.3, 1); }
.site-mega-dropdown::before { content: ""; position: absolute; top: -16px; left: 0; right: 0; height: 20px; background: transparent; z-index: 1; }
@keyframes megaSlideDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.site-mega-card { position: relative; z-index: 2; display: grid; grid-template-columns: 320px 1fr; border-radius: 16px; overflow: hidden; box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.28), 0 8px 24px -4px rgba(0, 0, 0, 0.12); border: none !important; min-height: 420px; background: #ffffff; }

/* Left Column: Atmospheric static dark background image & categories */
.site-mega-left { position: relative; isolation: isolate; background-color: #14191e; overflow: hidden; display: flex; flex-direction: column; padding: 18px 14px; border-radius: 16px 0 0 16px; border: none !important; }
.site-mega-bg-static { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; background-size: cover; background-position: center; background-repeat: no-repeat; transform: scale(1.02); }
.site-mega-bg-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(14, 18, 22, 0.90) 0%, rgba(18, 24, 30, 0.84) 60%, rgba(12, 16, 20, 0.94) 100%); backdrop-filter: blur(2px); }
.site-mega-cat-list { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 3px; max-height: 430px; overflow-y: auto; padding-right: 4px; scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, 0.2) transparent; }
.site-mega-cat-list::-webkit-scrollbar { width: 4px; }
.site-mega-cat-list::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); border-radius: 4px; }
.site-mega-cat-row { display: flex; flex-direction: column; }
.site-mega-cat-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 10px; color: rgba(255, 255, 255, 0.8); font-size: .9375rem; font-weight: 550; line-height: 1.35; text-decoration: none; transition: all .2s ease; cursor: pointer; }
.site-mega-cat-arrow { display: inline-flex; align-items: center; justify-content: center; font-size: .45rem; width: 8px; height: 8px; color: var(--primary); opacity: 0; transform: translateX(-5px); transition: all .2s ease; flex-shrink: 0; }
.site-mega-cat-item:hover, .site-mega-cat-item.is-active { color: #ffffff; background: rgba(255, 255, 255, 0.14); font-weight: 600; }
.site-mega-cat-item.is-active .site-mega-cat-arrow, .site-mega-cat-item:hover .site-mega-cat-arrow { opacity: 1; transform: translateX(0); }
.site-mega-cat-text { display: flex; flex-direction: column; min-width: 0; }
.site-mega-cat-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-mega-cat-sub { font-size: .75rem; font-weight: 400; color: rgba(255, 255, 255, 0.55); }
.site-mega-mobile-sub { display: none; }
.site-mobile-category { display: none; }

/* Right Column: Clean white panel with sub-items & Akpa Kimya style progressive underline */
.site-mega-right { background: #ffffff; padding: 24px 32px; overflow-y: auto; max-height: 450px; scrollbar-width: thin; scrollbar-color: rgba(0, 0, 0, 0.12) transparent; display: flex; flex-direction: column; border-radius: 0 16px 16px 0; border: none !important; }
.site-mega-right::-webkit-scrollbar { width: 5px; }
.site-mega-right::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.12); border-radius: 4px; }
.site-mega-subpanel { display: none; flex-direction: column; gap: 6px; width: 100%; }
.site-mega-subpanel.is-active { display: flex; animation: megaPanelFade .22s ease; }
@keyframes megaPanelFade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.site-mega-subpanel-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 2px solid #f1f5f9; gap: 16px; margin-bottom: 4px; }
.site-mega-subpanel-title { font-size: 1.125rem; font-weight: 750; color: #0f172a; margin: 0; letter-spacing: -.015em; }
.site-mega-subpanel-all { display: inline-flex; align-items: center; gap: 6px; font-size: .8125rem; font-weight: 600; color: var(--primary); text-decoration: none; padding: 3px 0; border: 0; border-bottom: 1px solid transparent; border-radius: 0; background: transparent !important; box-shadow: none; transition: color .2s ease, border-color .2s ease; flex-shrink: 0; }
.site-mega-subpanel-all:hover { color: var(--primary-dark); border-bottom-color: currentColor; background: transparent !important; }
.mega-subpanel-all-icon { width: 14px; height: 14px; display: block; }
.site-mega-subitems-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0; width: 100%; }
.site-mega-subitem { display: flex; width: 100%; }
.site-mega-subitem-link { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; padding: 14px 6px; color: #1e293b; text-decoration: none; font-size: .9375rem; font-weight: 600; line-height: 1.4; transition: color .25s ease; }
/* Static base line */
.site-mega-subitem-link::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: #edf2f7; transition: background-color .25s ease; }
/* Progressive filling line from left to right on hover */
.site-mega-subitem-link::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--primary); transition: width .35s cubic-bezier(0.16, 1, 0.3, 1); z-index: 2; }
.site-mega-subitem-link:hover::after { width: 100%; }
.site-mega-subitem-link:hover { color: var(--primary); }
.site-mega-subitem-name { transition: color .25s ease; }
.site-mega-subitem-link:hover .site-mega-subitem-name { color: var(--primary); }
.site-mega-subitem-sub { display: block; font-size: .75rem; color: #252525; font-weight: 400; margin-top: 2px; }

/* Arrow Icon with Rotate on Hover (45deg turns ↗ into →) */
.site-mega-subitem-arrow { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mega-item-arrow { width: 16px; height: 16px; color: #64748b; transform-origin: center center; transition: transform .25s cubic-bezier(0.16, 1, 0.3, 1), color .2s ease; display: block; }
.site-mega-subitem-link:hover .mega-item-arrow,
.site-mega-subpanel-all:hover .mega-item-arrow { transform: rotate(45deg); color: var(--primary); }

/* Minimal, Clean Empty State */
.site-mega-empty-panel { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 36px 8px 24px; gap: 16px; max-width: 460px; }
.site-mega-empty-desc { font-size: .9375rem; color: #252525; line-height: 1.6; margin: 0; }
.site-mega-empty-btn { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; font-size: .84375rem; font-weight: 600; color: var(--primary); background: #f0fdf4; border-radius: 9999px; text-decoration: none; transition: all .2s ease; }
.site-mega-empty-btn:hover { background: var(--primary); color: #ffffff; }
.site-mega-empty-btn:hover .mega-item-arrow { transform: rotate(45deg); color: #ffffff; }

/* Single-level Simple Dropdown (Right-anchored, rounded, seamless hover bridge, NO BORDER) */
.site-dropdown-simple { position: absolute; top: 100%; right: 0; left: auto; padding-top: 8px; min-width: 240px; background: transparent; border: none !important; z-index: 1000; animation: megaSlideDown .2s ease; }
.site-dropdown-simple::before { content: ""; position: absolute; top: -20px; left: 0; right: 0; height: 28px; background: transparent; z-index: 1; }
.site-dropdown-list { list-style: none; margin: 0; padding: 8px; display: flex; flex-direction: column; gap: 2px; background: #ffffff; border-radius: 14px; box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.15); border: none !important; }
.site-dropdown-link { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-radius: 8px; color: #252525; font-size: .875rem; font-weight: 550; text-decoration: none; transition: all .2s ease; }
.site-dropdown-link:hover { background: #f8fafc; color: var(--primary-dark); }
.site-dropdown-link:hover .mega-arrow-svg { transform: translate(2px, -2px); color: var(--primary); }
.site-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.site-hero { position: relative; isolation: isolate; display: grid; align-items: center; min-height: 100svh; padding-top: calc(var(--header-height) + 56px); padding-bottom: 80px; text-align: center; color: #fff; background: #14191e; }
.site-hero::after { content: ""; position: absolute; inset: 0; background: rgb(0 0 0 / 55%); z-index: -1; }
.site-hero > .site-cover { z-index: -2; }
.site-hero-video { opacity: 0; pointer-events: none; }
.site-hero-video.is-playing { opacity: 1; }
.site-hero-video-toggle { position: absolute; left: 24px; bottom: 24px; z-index: 1; padding: 10px 16px; border: 1px solid rgb(255 255 255 / 60%); border-radius: 24px; background: rgb(0 0 0 / 55%); color: #fff; font: inherit; font-size: 13px; cursor: pointer; }
.site-hero-video-toggle[hidden] { display: none; }
.site-hero-video-toggle:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.site-hero-logo { display: block; width: min(100%, 465px); height: auto; margin: 0 auto 32px; }
.site-hero h1 { max-width: 1050px; margin-inline: auto; font-size: clamp(2.4rem, 4.7vw, 3.75rem); font-weight: 750; line-height: 1.12; letter-spacing: -.025em; }
.site-hero p { max-width: 780px; margin: 24px auto 0; font-size: 1.2rem; line-height: 1.75; color: rgb(255 255 255 / 93%); }
.site-section { padding-block: 100px; }
.site-section-title { display: flex; justify-content: center; align-items: center; gap: 24px; margin-bottom: 56px; text-align: center; font-size: clamp(1.75rem, 3vw, 2rem); font-weight: 750; }
.site-section-title::before, .site-section-title::after { content: ""; height: 1px; flex: 1; max-width: 190px; background: #d1d4d0; }
.site-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.site-card { min-width: 0; border: 1px solid #eef0ec; border-radius: var(--radius); background: #fff; box-shadow: 0 7px 22px rgb(0 0 0 / 6%); }
.site-card h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 12px; }
.site-card p { color: var(--text-muted); }
.site-product-card { text-align: center; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.site-product-card > a, .site-product-card-content { display: block; height: 100%; padding: 28px; }
.site-product-card img { display: block; width: 100%; height: 144px; object-fit: contain; margin-bottom: 24px; }
.site-product-card:hover { transform: translateY(-5px); box-shadow: 0 14px 30px rgb(0 0 0 / 9%); }
.site-product-card:hover h3 { color: var(--primary-dark); }
.site-section-action { display: flex; justify-content: center; margin-top: 48px; }
.site-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 32px; border: 0; border-radius: 8px; background: var(--primary); color: #fff; font-weight: 600; line-height: 1.5; transition: background .2s; }
.site-button:hover { background: var(--primary-dark); }
.site-services { padding-top: 72px; }
.site-service-card { padding: 32px; transition: transform .2s; }
.site-service-card:hover { transform: translateY(-5px); }
.site-service-card > i { display: block; color: var(--primary); font-size: 2.25rem; margin-bottom: 24px; }
.site-about { position: relative; isolation: isolate; overflow: hidden; background: #4a4a4a; text-align: center; color: #fff; }
.site-about > .site-cover { z-index: -2; }
.site-about::after { content: ""; position: absolute; inset: 0; background: rgb(32 35 31 / 84%); z-index: -1; }
.site-about > .site-container { max-width: 900px; }
.site-about h2 { margin-bottom: 32px; font-size: 2rem; }
.site-about .nova-block-content { font-size: 1.125rem; line-height: 1.8; }
.nova-template-contact { max-width: 1152px; padding-block: 64px 100px; }
.site-contact { margin-bottom: 56px; }
.site-contact > .site-section-title { font-size: 2.25rem; }
.site-contact-card { padding: 32px 24px; text-align: center; }
.site-contact-card h3 { font-size: 1.125rem; }
.site-contact-card a { color: var(--text-muted); overflow-wrap: anywhere; }
.site-contact-card a:hover { color: var(--primary-dark); }
.site-contact-icon { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin-bottom: 16px; background: #edf4e9; color: var(--primary); border-radius: 50%; font-size: 1.25rem; }
.site-block-grid { display: grid; gap: 40px; }
.site-block-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.site-block-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.site-contact-form { padding: 32px; scroll-margin-top: 110px; }
.site-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; color: var(--primary-dark) !important; font-size: .875rem; font-weight: 500; }
.site-eyebrow::before { content: ""; flex: 1; height: 1px; background: #caddc1; }
.site-contact-form h2 { font-size: 1.875rem; margin-bottom: 24px; }
.site-form-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 16px; }
.site-form input, .site-form textarea { width: 100%; min-height: 48px; border: 1px solid #e1e5df; border-radius: 8px; background: #f9fafb; color: var(--text-main); padding: 12px 16px; }
.site-form input::placeholder, .site-form textarea::placeholder { color: #70756d; opacity: 1; }
.site-form input:focus, .site-form textarea:focus { outline: 2px solid var(--primary); outline-offset: 1px; background: #fff; }
.site-form textarea { display: block; resize: vertical; min-height: 152px; margin-bottom: 16px; }
.site-form [aria-invalid="true"] { border-color: #b42318; }
.site-form .site-button { padding-inline: 24px; }
.site-alert { border-radius: 8px; padding: 14px 16px; margin-bottom: 20px; font-size: .9375rem; }
.site-alert-success { background: #e9f5e7; color: #2e6725; }
.site-alert-error { background: #fff0ed; color: #9c2b1f; }
.site-map { min-height: 450px; overflow: hidden; }
.site-map iframe { display: block; width: 100%; height: 100%; min-height: 450px; border: 0; }
/* Shared footer */
.site-footer { background: #1c2225; color: #c2c7c8; }
.site-footer-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 64px; padding-block: 64px 56px; }
.site-footer-grid > * { min-width: 0; }
.site-footer h2 { margin: 8px 0 24px; color: #fff; font-size: .9375rem; font-weight: 600; line-height: 1.5; }
.site-footer a { transition: color .2s ease; }
.site-footer a:hover { color: #a2cf8d; }
.site-footer a:focus-visible { outline-color: #a2cf8d; }
.site-footer-logo { display: inline-block; max-width: 100%; margin-bottom: 18px; }
.site-footer-logo img { display: block; width: 230px; height: auto; }
.site-footer-brand p { max-width: 290px; font-size: 1rem; line-height: 1.7; overflow-wrap: anywhere; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { font-size: .9375rem; line-height: 1.7; overflow-wrap: anywhere; }
.site-footer li + li { margin-top: 10px; }
.site-footer .site-menu a { display: inline-block; padding-block: 2px; }
.site-footer .site-menu ul { margin-top: 10px; padding-left: 16px; }
.site-footer .site-menu + .site-menu { margin-top: 10px; }
.site-footer .menu-subtitle { display: block; margin-top: 2px; color: #a4acae; font-size: .8125rem; }
.site-footer-contact .site-footer-phone { color: #fff; font-size: 1.375rem; font-weight: 500; line-height: 1.4; }
.site-footer-contact .site-footer-phone:hover { color: #a2cf8d; }
.site-footer-contact .site-footer-address { margin-top: 20px; max-width: 340px; }
.site-footer-contact address { font-style: normal; }
.site-footer .site-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.site-footer .site-socials a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid rgb(255 255 255 / 16%); border-radius: 50%; font-size: 1rem; }
.site-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 32px; border-top: 1px solid rgb(255 255 255 / 12%); padding-block: 22px 26px; }
.site-footer .site-copyright, .site-footer-bottom li { color: #a4acae; font-size: .8125rem; line-height: 1.6; }
.site-footer-bottom .site-menu { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.site-footer-bottom li + li { margin-top: 0; }
@media (max-width: 1100px) {
    .site-footer-grid { gap: 40px; }
}
@media (max-width: 900px) {
    .site-footer-grid { grid-auto-flow: row; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 48px 40px; gap: 36px; }
    .site-footer-brand { grid-column: 1 / -1; }
    .site-footer-brand p { max-width: 360px; }
    .site-footer h2 { margin-top: 0; margin-bottom: 18px; }
    .site-footer-bottom { padding-bottom: 96px; }
}
@media (max-width: 540px) {
    .site-footer-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
    .site-footer-logo { margin-bottom: 14px; }
    .site-footer-brand p { max-width: 280px; }
    .site-footer-bottom { align-items: flex-start; flex-direction: column; }
}
.site-floating-actions { position: fixed; right: 24px; bottom: 24px; z-index: 20; display: grid; gap: 12px; }
.site-floating-actions a { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; color: #fff; box-shadow: 0 4px 12px rgb(0 0 0 / 20%); transition: transform .2s; }
.site-floating-actions a:hover { transform: translateY(-3px); }
.site-whatsapp { background: #25d366; font-size: 1.875rem; }
.site-call { background: var(--primary); font-size: 1.25rem; }
.nova-page { padding-block: 64px; }
@media (max-width: 1100px) {
    .site-navigation > .site-menu-list { gap: 16px; }
    .site-brand-logos { width: 180px; }
    .site-brand img { width: 170px; }
}
@media (max-width: 900px) {
    :root { --header-height: 72px; --mobile-logo-width: 180px; }
    .site-container { width: min(100% - 32px, 1280px); }
    .site-header, .site-header.is-scrolled, .site-header.is-menu-open { background: #fff; backdrop-filter: none; -webkit-backdrop-filter: none; }
    .site-header-inner { flex-wrap: wrap; gap: 0 16px; padding: 0; }
    .site-brand-logos { width: var(--mobile-logo-width); height: var(--header-height); }
    .site-brand img, .site-footer-logo img { width: var(--mobile-logo-width); max-width: 100%; height: auto; }
    .site-header .site-brand .site-logo { transform: translateY(-50%); }
    .site-header .site-brand .site-logo-white { opacity: 0; pointer-events: none; }
    .site-header .site-brand .site-logo-normal { opacity: 1; pointer-events: auto; }
    .site-header .site-nav-toggle { color: #1c2225; }
    .js .site-nav-toggle { display: flex; }
    .site-navigation {
        flex: 0 0 100%;
        width: 100%;
        max-height: calc(100dvh - var(--header-height));
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: rgba(162, 207, 141, .4) #1c2225;
        padding: 12px 16px max(24px, env(safe-area-inset-bottom));
        background: #1c2225;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .js .site-navigation {
        position: absolute !important;
        top: 100%;
        left: -16px;
        width: calc(100% + 32px);
        clip-path: inset(0 0 100% 0);
        visibility: hidden;
        pointer-events: none;
        transition: clip-path .4s cubic-bezier(.22, 1, .36, 1), visibility 0s .4s;
    }
    .js .site-navigation.is-open { clip-path: inset(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
    .site-nav-backdrop { display: block; position: fixed; inset: 0; z-index: 999; background: rgb(8 12 16 / 48%); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility 0s .4s; }
    .site-menu-open { overflow: hidden; }
    .site-menu-open .site-nav-backdrop { opacity: 1; visibility: visible; transition-delay: 0s; }
    .site-navigation > .site-menu-list { display: flex; flex-direction: column; gap: 0; width: 100%; }
    .js .site-navigation > .site-menu-list { transform: translateY(-12px); opacity: 0; transition: transform .4s cubic-bezier(.22, 1, .36, 1), opacity .25s ease; }
    .js .site-navigation.is-open > .site-menu-list { transform: translateY(0); opacity: 1; }
    .site-nav-item { border-bottom: 1px solid rgba(255, 255, 255, 0.08); width: 100%; }
    .site-nav-item:last-child { border-bottom: 0; }
    .site-nav-link { width: 100%; min-height: 58px; padding: 16px 4px; justify-content: space-between; font-size: 1.125rem; text-shadow: none; }
    .site-header .site-navigation .site-nav-link { color: #f3f5f3; }
    .site-header .site-navigation .site-nav-link:hover,
    .site-header .site-navigation .site-nav-link[aria-current="page"],
    .site-header .site-navigation .is-current > .site-nav-link,
    .site-header .site-navigation .site-menu-disclosure[open] > .site-nav-summary { color: #a2cf8d; }
    .site-header .site-navigation .site-nav-chevron { color: #a2cf8d; }
    .site-nav-link::after { display: none; }
    .site-navigation :focus-visible { outline-offset: -3px; }
    
    /* Mobile Dropdown & Mega Menu */
    .site-mega-dropdown,
    .site-dropdown-simple {
        position: static;
        width: 100% !important;
        max-width: none;
        min-width: 0;
        box-shadow: none;
        border-radius: 12px;
        margin-block: 8px 16px;
        animation: none;
        background: transparent;
        border: 0;
        padding: 0;
    }
    .site-mega-dropdown::before, .site-dropdown-simple::before { display: none; }
    .site-dropdown-list { background: rgba(255, 255, 255, .04); border-radius: 8px; box-shadow: none; }
    .site-dropdown-link { min-height: 44px; color: #e0e6e2; }
    .site-dropdown-link:hover { background: rgba(255, 255, 255, .06); color: #a2cf8d; }
    .site-mega-card {
        grid-template-columns: 1fr;
        border-radius: 12px;
        background: transparent;
        box-shadow: none;
        min-height: auto;
    }
    .site-mega-left {
        background: transparent;
        padding: 0;
    }
    .site-mega-bg-stack, .site-mega-bg-static { display: none; }
    .site-mega-cat-list { max-height: none; padding-right: 0; gap: 4px; }
    .site-mega-cat-item {
        padding: 12px 14px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        margin-bottom: 2px;
        justify-content: space-between;
    }
    .site-mega-cat-arrow { display: none; }
    .has-mobile-children > .site-mega-cat-item { display: none; }
    .site-mobile-category { display: block; }
    .site-mobile-category-summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 12px 14px; list-style: none; border-radius: 8px; background: rgba(255, 255, 255, .05); color: #e0e6e2; font-size: .9375rem; font-weight: 550; }
    .site-mobile-category-summary::-webkit-details-marker { display: none; }
    .site-mobile-category-summary i { flex-shrink: 0; font-size: .625rem; color: #a2cf8d; transition: transform .25s ease; }
    .site-mobile-category[open] > .site-mobile-category-summary { color: #a2cf8d; }
    .site-mobile-category[open] > .site-mobile-category-summary i { transform: rotate(180deg); }
    .site-mobile-category:not([open]) > .site-mega-mobile-sub { display: none; }
    .site-mobile-category-all { color: #a2cf8d; font-weight: 600; }
    .site-mega-cat-name { white-space: normal; }
    .site-mega-cat-item.is-active { background: rgba(255, 255, 255, .05); font-weight: 550; }
    .site-mega-cat-item[aria-current="page"], .site-mega-mobile-sub-link[aria-current="page"] { color: #a2cf8d; }
    .site-mega-right { display: none; }
    .site-mega-mobile-sub {
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin: 6px 0 12px 14px;
        padding: 0 0 0 12px;
        border-left: 1px solid rgba(162, 207, 141, .25);
    }
    .site-mega-mobile-sub-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 12px;
        min-height: 44px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 0.875rem;
        text-decoration: none;
        border-radius: 6px;
        background: transparent;
    }
    .site-mega-mobile-sub-link:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
    }
    .site-mega-mobile-sub-link i {
        font-size: 0.625rem;
        color: var(--primary);
    }

    .site-hero { padding-block: 80px; }
    .site-section { padding-block: 72px; }
    .site-card-grid { gap: 20px; }
    .site-service-card { padding: 24px; }
    .site-product-card > a, .site-product-card-content { padding: 24px 16px; }
    .site-block-grid-2, .site-block-grid-3 { grid-template-columns: 1fr; }
    .site-contact-card { padding: 24px 16px; }
}
@media (max-width: 640px) {
    .site-container { width: calc(100% - 32px); }
    .site-hero { padding-block: 72px; min-height: calc(100svh - var(--header-height)); }
    .site-hero-logo { width: 300px; margin-bottom: 28px; }
    .site-hero h1 { font-size: 2.3rem; line-height: 1.18; }
    .site-hero p { font-size: 1rem; line-height: 1.75; }
    .site-section { padding-block: 56px; }
    .site-section-title { gap: 16px; margin-bottom: 36px; font-size: 1.6rem; }
    .site-section-title::before, .site-section-title::after { max-width: 44px; }
    .site-card-grid { grid-template-columns: 1fr; gap: 24px; }
    .site-product-card > a, .site-product-card-content { padding: 28px; }
    .site-product-card img { height: 160px; }
    .site-service-card { padding: 28px; }
    .site-contact-card { padding: 28px; }
    .site-about h2 { font-size: 1.75rem; }
    .nova-template-contact { padding-block: 44px 64px; }
    .site-contact { margin-bottom: 36px; }
    .site-contact > .site-section-title { font-size: 2rem; }
    .site-contact-form { padding: 24px; }
    .site-form-fields { grid-template-columns: 1fr; }
    .site-block-grid { gap: 24px; }
    .site-map, .site-map iframe { min-height: 400px; }
    .site-floating-actions { right: 16px; bottom: 16px; gap: 10px; }
    .site-floating-actions a { width: 48px; height: 48px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}

.site-navigation a.is-current, .site-navigation details.is-current > summary > a { color: var(--primary); }
.site-hero { padding-block: 48px; }
.site-hero::after { background: rgb(0 0 0 / 50%); }
.site-hero h1 { max-width: 976px; font-weight: 700; line-height: 1.25; letter-spacing: normal; }
.site-hero p { max-width: 976px; font-size: 16px; line-height: 24px; color: #fff; }
.site-section { padding-block: 112px; }
.site-section-title { gap: 16px; margin-bottom: 64px; font-size: 30px; line-height: 36px; font-weight: 700; }
.site-section-title::before, .site-section-title::after { max-width: 192px; background: rgb(122 122 122 / 30%); }
.site-service-card { border: 0; border-radius: 8px; box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a; }
.site-service-card h3 { line-height: 28px; }
.site-services .site-card-grid { margin-bottom: 64px; }
.site-services .site-section-action { margin-top: 0; }
.site-services-page .site-services .site-card-grid { margin-bottom: 0; }
.site-about { background: #4a4a4a; }
.site-about > .site-cover { opacity: .3; }
.site-about::after { background: rgb(74 74 74 / 80%); }
.site-about > .site-container { max-width: 896px; }
.site-about h2 { font-size: 30px; line-height: 36px; }
.site-about .nova-block-content { line-height: 29.25px; }
.site-about .nova-block-content p { margin-bottom: 0; }
.site-services-page > .site-services { padding-bottom: 0; }

/* ==========================================================================
   Page Header & Breadcrumbs
   ========================================================================== */
.site-page-header {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: calc(var(--header-height) + 52px);
    padding-bottom: 56px;
    background-color: #12171c;
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
    color: #ffffff;
    border-bottom: 3px solid var(--primary);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 4px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
}
.site-page-header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 12, 16, 0.86) 0%, rgba(15, 20, 26, 0.60) 50%, rgba(15, 20, 26, 0.40) 100%);
    z-index: 1;
    pointer-events: none;
}
.site-page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 60%, rgba(79, 143, 58, 0.14) 0%, transparent 65%);
    z-index: 2;
    pointer-events: none;
}
.site-page-header-container {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    width: 100%;
}
.site-breadcrumbs-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}
.site-breadcrumbs {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.site-breadcrumbs-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.site-breadcrumbs a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.15s ease;
    display: inline-flex;
    align-items: center;
}
.site-breadcrumbs a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.page-breadcrumb-current {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.site-breadcrumbs-separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    flex-shrink: 0;
    user-select: none;
}
.page-breadcrumb-arrow,
.site-breadcrumbs-separator svg {
    width: 14px;
    height: 14px;
    display: block;
    stroke-width: 2.2;
}
.site-page-header-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    width: 100%;
}
.site-page-header-title {
    margin: 0;
    font-size: clamp(2rem, 3.6vw, 2.75rem);
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.025em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    text-wrap: balance;
}
.site-page-header-title.is-long {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    line-height: 1.25;
    letter-spacing: -0.015em;
}
.site-page-header-title.is-very-long {
    font-size: clamp(1.15rem, 1.75vw, 1.55rem);
    line-height: 1.3;
    letter-spacing: -0.01em;
    max-width: 1100px;
    margin-inline: auto;
}
.site-page-header-description {
    margin: 0 auto;
    max-width: 760px;
    font-size: 1rem;
    line-height: 1.6;
    color: #e2e8f0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

/* Smooth spacing when following page header */
.site-page-header + .catalog-section,
.site-page-header + .site-about-page,
.site-page-header + .catalog-detail-section,
.site-page-header + .nova-template,
.site-page-header + .nova-page,
.site-page-header + .site-services-page {
    padding-top: 56px;
}

@media (max-width: 767px) {
    :root { --header-height: 64px; }
    .site-section { padding-block: 64px; }
    .site-section-title { font-size: 24px; line-height: 32px; }
    .site-section-title::before, .site-section-title::after { max-width: 96px; }
    .site-card-grid { grid-template-columns: minmax(0,1fr); gap: 24px; }
    .site-hero-logo { width: auto; max-height: 70px; }
    .site-hero h1 { font-size: 32px; line-height: 42px; }
    .site-hero p { font-size: 15px; line-height: 22px; }
    .site-service-card { padding: 24px; }
    .site-page-header { min-height: 260px; padding-top: calc(var(--header-height) + 36px); padding-bottom: 36px; }
    .site-breadcrumbs { font-size: 0.8125rem; gap: 4px 8px; }
    .site-breadcrumbs-item { gap: 8px; }
    .page-breadcrumb-arrow, .site-breadcrumbs-separator svg { width: 12px; height: 12px; }
    .site-page-header-title { font-size: 1.625rem; }
    .site-page-header-title.is-long { font-size: 1.3125rem; line-height: 1.3; }
    .site-page-header-title.is-very-long { font-size: 1.125rem; line-height: 1.35; }
    .site-page-header-description { font-size: 0.9375rem; }
}
