/* ============================================================
   Siteway Elements — Global CSS: utilitare custom Tailwind
   Proiect: PROTECT FIRE SOLUTION — Stitch ID 50522635282210754
   ============================================================ */

/* ---- Google Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Narrow:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap');

/* ---- Material Symbols ---- */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.material-symbols-outlined.fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* ---- Custom design patterns ---- */
.diamond-plate {
    background-color: #131314;
    background-image: url("https://www.transparenttextures.com/patterns/carbon-fibre.png");
    background-blend-mode: overlay;
}
.caution-stripes {
    background: repeating-linear-gradient(
        45deg, #f3df2e, #f3df2e 10px, #131314 10px, #131314 20px
    );
}
.bevel-pressed {
    box-shadow: inset 1px 1px 0px rgba(255,255,255,0.1), inset -1px -1px 0px rgba(0,0,0,0.5);
}
.glow-green { box-shadow: 0 0 10px #4ade80; }
.glow-red   { box-shadow: 0 0 10px #d32f2f; }
.glow-yellow{ box-shadow: 0 0 10px #f3df2e; }

/* ---- Background colors ---- */
.bg-surface-dim              { background-color: #131314 !important; }
.bg-surface                  { background-color: #131314 !important; }
.bg-background               { background-color: #131314 !important; }
.bg-surface-container-lowest { background-color: #0e0e0e !important; }
.bg-surface-container-low    { background-color: #1b1c1c !important; }
.bg-surface-container        { background-color: #1f2020 !important; }
.bg-surface-container-high   { background-color: #2a2a2a !important; }
.bg-surface-container-highest{ background-color: #353535 !important; }
.bg-surface-bright           { background-color: #393939 !important; }
.bg-surface-variant          { background-color: #353535 !important; }
.bg-primary                  { background-color: #ffb3ac !important; }
.bg-primary-container        { background-color: #d32f2f !important; }
.bg-primary-fixed            { background-color: #ffdad6 !important; }
.bg-primary-fixed-dim        { background-color: #ffb3ac !important; }
.bg-on-primary-fixed-variant { background-color: #930010 !important; }
.bg-secondary                { background-color: #f3df2e !important; }
.bg-secondary-fixed          { background-color: #f9e534 !important; }
.bg-secondary-container      { background-color: #d5c300 !important; }
.bg-tertiary                 { background-color: #c6c6c6 !important; }
.bg-tertiary-container       { background-color: #707070 !important; }
.bg-black\/40                { background-color: rgba(0,0,0,0.4) !important; }

/* ---- Text colors ---- */
.text-on-surface             { color: #e4e2e1 !important; }
.text-on-surface-variant     { color: #e4beba !important; }
.text-on-background          { color: #e4e2e1 !important; }
.text-primary                { color: #ffb3ac !important; }
.text-primary-container      { color: #d32f2f !important; }
.text-secondary              { color: #f3df2e !important; }
.text-secondary-fixed        { color: #f9e534 !important; }
.text-on-secondary-fixed     { color: #201c00 !important; }
.text-on-secondary           { color: #363100 !important; }
.text-tertiary               { color: #c6c6c6 !important; }
.text-outline                { color: #ab8985 !important; }
.text-white                  { color: #ffffff !important; }

/* ---- Border colors ---- */
.border-outline-variant      { border-color: #5b403d !important; }
.border-outline              { border-color: #ab8985 !important; }
.border-primary-container    { border-color: #d32f2f !important; }
.border-secondary            { border-color: #f3df2e !important; }
.border-secondary-fixed      { border-color: #f9e534 !important; }
.border-white                { border-color: #ffffff !important; }

/* divide utilities */
.divide-x-2 > * + *         { border-left-width: 2px; }
.divide-outline-variant > * + * { border-color: #5b403d !important; }
.border-x-2                 { border-left-width: 2px; border-right-width: 2px; }

/* ---- Typography ---- */
.font-display-lg    { font-family: 'Anton', sans-serif !important; }
.font-headline-lg   { font-family: 'Anton', sans-serif !important; }
.font-headline-md   { font-family: 'Anton', sans-serif !important; }
.font-headline-lg-mobile { font-family: 'Anton', sans-serif !important; }
.font-body-lg       { font-family: 'Archivo Narrow', sans-serif !important; }
.font-body-md       { font-family: 'Archivo Narrow', sans-serif !important; }
.font-label-lg      { font-family: 'JetBrains Mono', monospace !important; }
.font-label-sm      { font-family: 'JetBrains Mono', monospace !important; }

.text-display-lg    { font-size: 72px !important; line-height: 1.1 !important; letter-spacing: 0.02em !important; font-weight: 400 !important; }
.text-headline-lg   { font-size: 48px !important; line-height: 1.2 !important; letter-spacing: 0.02em !important; font-weight: 400 !important; }
.text-headline-md   { font-size: 32px !important; line-height: 1.2 !important; font-weight: 400 !important; }
.text-body-lg       { font-size: 18px !important; line-height: 1.5 !important; font-weight: 500 !important; }
.text-body-md       { font-size: 16px !important; line-height: 1.5 !important; font-weight: 400 !important; }
.text-label-lg      { font-size: 14px !important; line-height: 1.2 !important; font-weight: 700 !important; }
.text-label-sm      { font-size: 12px !important; line-height: 1.2 !important; font-weight: 500 !important; }

@media (min-width: 768px) {
    .md\:text-display-lg { font-size: 72px !important; line-height: 1.1 !important; letter-spacing: 0.02em !important; }
}

/* ---- Spacing ---- */
.px-margin  { padding-left: 24px !important; padding-right: 24px !important; }
.gap-gutter { gap: 16px !important; }
.max-w-container-max { max-width: 1200px !important; }
.py-unit    { padding-top: 4px; padding-bottom: 4px; }
.py-24      { padding-top: 96px; padding-bottom: 96px; }
.py-12      { padding-top: 48px; padding-bottom: 48px; }
.py-6       { padding-top: 24px; padding-bottom: 24px; }
.py-16      { padding-top: 64px; padding-bottom: 64px; }
.py-3       { padding-top: 12px; padding-bottom: 12px; }
.px-8       { padding-left: 32px; padding-right: 32px; }
.px-12      { padding-left: 48px; padding-right: 48px; }
.px-4       { padding-left: 16px; padding-right: 16px; }
.py-4       { padding-top: 16px; padding-bottom: 16px; }
.py-2       { padding-top: 8px; padding-bottom: 8px; }
.p-2        { padding: 8px; }
.p-3        { padding: 12px; }
.p-4        { padding: 16px; }
.p-6        { padding: 24px; }
.p-8        { padding: 32px; }
.p-12       { padding: 48px; }
.pb-1       { padding-bottom: 4px; }
.pb-6       { padding-bottom: 24px; }
.pt-4       { padding-top: 16px; }
.pt-8       { padding-top: 32px; }
.pl-6       { padding-left: 24px; }
.h-16       { height: 64px; }
.h-1        { height: 4px; }
.h-8        { height: 32px; }
.h-12       { height: 48px; }
.h-32       { height: 128px; }
.h-48       { height: 192px; }
.h-64       { height: 256px; }
.w-2        { width: 8px; }
.w-4        { width: 16px; }
.w-12       { width: 48px; }
.w-24       { width: 96px; }
.w-32       { width: 128px; }
.w-64       { width: 256px; }
.w-full     { width: 100%; }
.max-w-md   { max-width: 448px; }
.max-w-xl   { max-width: 576px; }
.max-w-3xl  { max-width: 768px; }
.max-w-container-max { max-width: 1200px; }
.min-h-\[870px\] { min-height: 870px; }

/* ---- Grid & Flex ---- */
.grid               { display: grid; }
.flex               { display: flex; }
.hidden             { display: none; }
.block              { display: block; }
.inline-block       { display: inline-block; }
.inline-flex        { display: inline-flex; }
.items-center       { align-items: center; }
.items-start        { align-items: flex-start; }
.items-end          { align-items: flex-end; }
.justify-between    { justify-content: space-between; }
.justify-center     { justify-content: center; }
.flex-col           { flex-direction: column; }
.flex-wrap          { flex-wrap: wrap; }
.flex-1             { flex: 1 1 0%; }
.gap-1              { gap: 4px; }
.gap-2              { gap: 8px; }
.gap-4              { gap: 16px; }
.gap-6              { gap: 24px; }
.gap-8              { gap: 32px; }
.gap-12             { gap: 48px; }
.gap-16             { gap: 64px; }
.space-y-2 > * + * { margin-top: 8px; }
.space-y-4 > * + * { margin-top: 16px; }
.space-y-6 > * + * { margin-top: 24px; }
.space-y-8 > * + * { margin-top: 32px; }
.space-y-16 > * + * { margin-top: 64px; }
.space-x-4 > * + * { margin-left: 16px; }
.grid-cols-2        { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 768px) {
    .md\:grid-cols-2   { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-4   { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .md\:flex-row      { flex-direction: row; }
    .md\:w-1\/3        { width: 33.333%; }
    .md\:h-auto        { height: auto; }
    .md\:block         { display: block; }
    .md\:col-span-2    { grid-column: span 2; }
}
@media (min-width: 1024px) {
    .lg\:grid-cols-2   { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-4   { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lg\:grid-cols-12  { grid-template-columns: repeat(12, minmax(0, 1fr)); }
    .lg\:col-span-5    { grid-column: span 5; }
    .lg\:col-span-7    { grid-column: span 7; }
    .lg\:flex          { display: flex; }
    .lg\:order-1       { order: 1; }
    .lg\:order-2       { order: 2; }
}
.order-1            { order: 1; }
.order-2            { order: 2; }
.col-span-2         { grid-column: span 2; }

/* ---- Position ---- */
.relative           { position: relative; }
.absolute           { position: absolute; }
.sticky             { position: sticky; }
.inset-0            { top: 0; right: 0; bottom: 0; left: 0; }
.top-0              { top: 0; }
.top-full           { top: 100%; }
.bottom-0           { bottom: 0; }
.right-0            { right: 0; }
.left-0             { left: 0; }
.-bottom-6          { bottom: -24px; }
.-right-6           { right: -24px; }
.z-0                { z-index: 0; }
.z-10               { z-index: 10; }
.z-50               { z-index: 50; }
.-z-10              { z-index: -10; }
.overflow-hidden    { overflow: hidden; }
.overflow-x-hidden  { overflow-x: hidden; }
.pointer-events-none { pointer-events: none; }

/* ---- Text utilities ---- */
.uppercase          { text-transform: uppercase !important; }
.leading-none       { line-height: 1; }
.leading-relaxed    { line-height: 1.625; }
.tracking-tighter   { letter-spacing: -0.05em; }
.tracking-widest    { letter-spacing: 0.1em; }
.text-center        { text-align: center; }
.text-right         { text-align: right; }
.italic             { font-style: italic; }

/* ---- Other ---- */
.mx-auto            { margin-left: auto; margin-right: auto; }
.mt-auto            { margin-top: auto; }
.mb-2               { margin-bottom: 8px; }
.mb-4               { margin-bottom: 16px; }
.mb-6               { margin-bottom: 24px; }
.mb-8               { margin-bottom: 32px; }
.mb-12              { margin-bottom: 48px; }
.mt-2               { margin-top: 8px; }
.mt-4               { margin-top: 16px; }
.-m-4               { margin: -16px; }
.w-full             { width: 100%; }
.h-full             { height: 100%; }
.h-auto             { height: auto; }
.object-cover       { object-fit: cover; }
.object-fit-cover   { object-fit: cover; }
.rotate-180         { transform: rotate(180deg); }
.border             { border-width: 1px; }
.border-2           { border-width: 2px; }
.border-4           { border-width: 4px; }
.border-b-2         { border-bottom-width: 2px; }
.border-b-4         { border-bottom-width: 4px; }
.border-l-2         { border-left-width: 2px; }
.border-l-4         { border-left-width: 4px; }
.border-r-4         { border-right-width: 4px; }
.border-t           { border-top-width: 1px; }
.border-t-2         { border-top-width: 2px; }
.border-solid       { border-style: solid; }
.cursor-pointer     { cursor: pointer; }
.select-none        { user-select: none; }
.font-bold          { font-weight: 700; }
.text-\[18px\]      { font-size: 18px; }
.text-\[20px\]      { font-size: 20px; }
.text-\[24px\]      { font-size: 24px; }
.text-\[48px\]      { font-size: 48px; }
.text-\[72px\]      { font-size: 72px; }
.bg-black           { background-color: #000 !important; }
.shadow-2xl         { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.opacity-0          { opacity: 0; }
.opacity-5          { opacity: 0.05; }
.opacity-20         { opacity: 0.2; }
.opacity-30         { opacity: 0.3; }
.opacity-40         { opacity: 0.4; }
.opacity-50         { opacity: 0.5; }
.opacity-60         { opacity: 0.6; }
.grayscale          { filter: grayscale(100%); }
.grayscale-0        { filter: grayscale(0%); }
.transition-all     { transition: all 0.3s ease; }
.transition-colors  { transition: color 0.2s, background-color 0.2s, border-color 0.2s; }
.transition-opacity { transition: opacity 0.3s ease; }
.duration-500       { transition-duration: 500ms; }
.active\:scale-95:active { transform: scale(0.95); }
.hover\:brightness-110:hover { filter: brightness(1.1); }
.hover\:grayscale-0:hover    { filter: grayscale(0%) !important; }
.hover\:border-primary-container:hover { border-color: #d32f2f !important; }
.hover\:text-primary:hover             { color: #ffb3ac !important; }
.hover\:text-secondary-fixed:hover     { color: #f9e534 !important; }
.hover\:bg-on-primary-fixed-variant:hover { background-color: #930010 !important; }
.hover\:bg-surface-variant:hover       { background-color: #353535 !important; }
.hover\:bg-on-surface:hover            { background-color: #e4e2e1 !important; }
.hover\:text-background:hover          { color: #131314 !important; }
.hover\:underline:hover                { text-decoration: underline; }
.hover\:opacity-100:hover              { opacity: 1; }
.group:hover .group-hover\:block       { display: block !important; }
.group:hover .group-hover\:opacity-100 { opacity: 1 !important; }
.group:hover .group-hover\:grayscale-0 { filter: grayscale(0%) !important; }

/* Gradient hero overlay */
.from-background { --tw-gradient-from: #131314; }
.bg-gradient-to-r {
    background: linear-gradient(to right, #131314, rgba(19,19,20,0.8), transparent);
}

/* Caution stripes opacity variants */
.caution-stripes\/10 { background: repeating-linear-gradient(45deg, rgba(243,223,46,0.1), rgba(243,223,46,0.1) 10px, rgba(19,19,20,0.1) 10px, rgba(19,19,20,0.1) 20px); }

/* ---- Elementor widget container reset ---- */
.elementor-widget-swe-nav .elementor-widget-container,
.elementor-widget-swe-hero .elementor-widget-container,
.elementor-widget-swe-stats .elementor-widget-container,
.elementor-widget-swe-about .elementor-widget-container,
.elementor-widget-swe-servicii-psi .elementor-widget-container,
.elementor-widget-swe-sisteme-psi .elementor-widget-container,
.elementor-widget-swe-distributie .elementor-widget-container,
.elementor-widget-swe-cutremur .elementor-widget-container,
.elementor-widget-swe-contact .elementor-widget-container,
.elementor-widget-swe-footer .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
}

/* ---- Dark body theme ---- */
body {
    background-color: #131314;
    color: #e4e2e1;
    font-family: 'Archivo Narrow', sans-serif;
}

/* ---- Nav responsive additions ---- */
.gap-3              { gap: 12px; }
.pb-4               { padding-bottom: 16px; }
.pl-4               { padding-left: 16px; }
.py-1               { padding-top: 4px; padding-bottom: 4px; }
.py-3               { padding-top: 12px; padding-bottom: 12px; }
.py-5               { padding-top: 20px; padding-bottom: 20px; }
.w-6                { width: 24px; }
.w-10               { width: 40px; }
.h-10               { height: 40px; }
.h-0\.5             { height: 2px; }
.space-y-3 > * + * { margin-top: 12px; }
.list-none          { list-style: none !important; padding-left: 0 !important; margin: 0 !important; }
.list-none li       { list-style: none !important; }
.list-none li::before { content: "" !important; }
.list-none li::marker { content: "" !important; }
@media (min-width: 768px) {
    .md\:flex       { display: flex !important; }
}
@media (min-width: 1024px) {
    .lg\:hidden     { display: none !important; }
}

/* Nav dropdown — force no bullets regardless of WP/Elementor overrides */
.swe-nav-dropdown ul,
.swe-nav-dropdown ul li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.swe-nav-dropdown ul li::before,
.swe-nav-dropdown ul li::after,
.swe-nav-dropdown ul li::marker {
    content: "" !important;
    display: none !important;
}

/* ---- FAQ & Contact additions ---- */
.industrial-border         { border: 2px solid #3d3535; }
.industrial-border-accent  { border: 2px solid #d32f2f; }
.beveled-box               { box-shadow: 3px 3px 0px rgba(0,0,0,0.5), -1px -1px 0px rgba(255,255,255,0.05); }
.kill-switch-border        { border: 2px solid #d32f2f; box-shadow: 0 0 10px rgba(211,47,47,0.3); }
.digital-font              { font-family: 'JetBrains Mono', monospace; }
.mission-deploy-btn        { transition: all 0.1s; }
.scroll-mt-24              { scroll-margin-top: 96px; }
.border-outline            { border-color: #3d3535; }
.w-32                      { width: 128px; }
.h-2.w-32, .h-2            { height: 8px; }
.brightness-50             { filter: brightness(0.5); }
.contrast-125              { filter: contrast(1.25); }
.brightness-\[0\.3\]       { filter: brightness(0.3); }
.drop-shadow-2xl           { filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15)); }
.drop-shadow-lg            { filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)); }
.text-6xl                  { font-size: 3.75rem !important; line-height: 1; }
.text-8xl                  { font-size: 6rem !important; line-height: 1; }
.text-5xl                  { font-size: 3rem !important; line-height: 1; }
.text-4xl                  { font-size: 2.25rem !important; line-height: 2.5rem; }
.text-2xl                  { font-size: 1.5rem !important; line-height: 2rem; }
.text-xl                   { font-size: 1.25rem !important; line-height: 1.75rem; }
.text-\[10px\]             { font-size: 10px !important; }
.border-l-8                { border-left-width: 8px; }
.border-l-4                { border-left-width: 4px !important; }
.border-b-4                { border-bottom-width: 4px; }
.gap-12                    { gap: 48px; }
.shrink-0                  { flex-shrink: 0; }
.h-\[400px\]               { height: 400px; }
.h-\[614px\]               { height: 614px; }
.h-\[300px\]               { height: 300px; }
.py-20                     { padding-top: 80px; padding-bottom: 80px; }
.py-12                     { padding-top: 48px; padding-bottom: 48px; }
.mb-2                      { margin-bottom: 8px; }
.mb-4                      { margin-bottom: 16px; }
.mb-6                      { margin-bottom: 24px; }
.mb-8                      { margin-bottom: 32px; }
.mb-10                     { margin-bottom: 40px; }
.mt-4                      { margin-top: 16px; }
.mt-16                     { margin-top: 64px; }
.py-0\.5                   { padding-top: 2px; padding-bottom: 2px; }
.px-10                     { padding-left: 40px; padding-right: 40px; }
.px-12                     { padding-left: 48px; padding-right: 48px; }
.px-2                      { padding-left: 8px; padding-right: 8px; }
.border-l-primary          { border-left-color: #ffb3ac; }
.w-5                        { width: 20px; }
.h-5                        { height: 20px; }
.bg-black                  { background-color: #000000 !important; }
.border-4                  { border-width: 4px; }
.text-\[24px\]             { font-size: 24px; }
.rows-6                    { rows: 6; }
.animate-ping { animation: ping 1s cubic-bezier(0,0,0.2,1) infinite; }
@keyframes ping { 75%,100% { transform: scale(2); opacity: 0; } }
.animate-pulse { animation: pulse 2s cubic-bezier(0.4,0,0.6,1) infinite; }
@keyframes pulse { 0%,100%{ opacity:1; } 50%{ opacity:.5; } }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4,0,0.2,1); transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
/* Accordion */
.accordion-item .accordion-content { display: none; }
.accordion-item.active .accordion-content { display: block; }
.accordion-item.active .icon-rotate { transform: rotate(180deg); }
@media (min-width: 768px) {
    .md\:text-8xl  { font-size: 6rem !important; }
    .md\:text-5xl  { font-size: 3rem !important; }
    .md\:flex-row  { flex-direction: row; }
    .md\:col-span-3 { grid-column: span 3; }
    .md\:col-span-9 { grid-column: span 9; }
    .md\:col-span-12 { grid-column: span 12; }
    .hidden.md\:block, .md\:block { display: block !important; }
    .md\:mb-0 { margin-bottom: 0 !important; }
    .md\:items-start { align-items: flex-start; }
}
@media (min-width: 1024px) {
    .lg\:col-span-7 { grid-column: span 7; }
    .lg\:col-span-5 { grid-column: span 5; }
    .lg\:col-span-12 { grid-column: span 12; }
    .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
}
