/* 
Theme Name: Turulo
Theme URI: koncept404.pl
Author: Adrian Turulski
Author URI: turulo.pl/
Description: Motyw firmowy
Version: 1.0 
*/

/*-----------------------------------------------------------*/






@import url("https://use.typekit.net/ola3jox.css");


html{
	scroll-behavior: smooth;
	margin-top: 0 !important;
  overflow-x: hidden;
}


body {
  font-family: forma-djr-deck, sans-serif;
  font-size: clamp(14px, calc(14px + (6) * ((100vw - 320px) / (1680))), 20px);
  padding: 0;
  margin: 0;
  letter-spacing: 0.72px;
  color: #000000;
}


/*-----------------------------------------------------------
	Fonts
-------------------------------------------------------------*/

@media (max-width: 991px) {
	iframe {
		width: 100%;
	}
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



h1,
h2, 
h3,
h4 {
	font-family: forma-djr-deck, sans-serif;
	margin: 0;
	font-weight: 600;
  line-height: 1;
}


h1 {
	/*F:60-136;*/
}

h2 {
	/*F:32-60;*/
  letter-spacing: 2.4px;
}

h3 {
	/*F:28-44;*/
}

h4 {
	/*F:28-36;*/
}


body {
    /* F:14-20; */

}

body p {
  margin-top: 0;
}

body p:last-child {
    margin: 0;
}

a {
	text-decoration: none;
	transition: all 0.3s;
    margin: 0;
}

 

/*-----------------------------------------------------------
	WSPÓLNE WARTOŚCI
-------------------------------------------------------------*/

#preloader {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 99999;
}

#status {
	width: 158px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#status img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* Pasek postępu */
#progress-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 9px;
	width: 0%;
	background-color: #FD5000;
	transition: width 0.2s linear;
}





#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span,
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a, 
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button {
    text-decoration: none !important;
}




/*-----------------------------------------------------------
	HEADER
-------------------------------------------------------------*/

.header-wrapper {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99991;
  background: #fff;
  transition: .3s;
  position: fixed;
  border-bottom: 1px solid #000;
}

.header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  /* H: 60-88; */
  /* P: 0 12-44; */
  width: 100%;
}

.header .col-left {
  display: flex;
  align-items: center;
}

.custom-logo-link {
  display: block;
  line-height: 0;
}

.custom-logo-link img.custom-logo {
  height: clamp(23px, 3vw, 33px);
  width: auto;
}

.header .col-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.menu-desktop .menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-desktop .menu > li { 
  margin: 0; 
}

.menu-desktop .menu a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  color: inherit;
  padding-bottom: 2px;
  transition: .5s;
}

.menu-desktop .menu a:hover{
  opacity: .4;
}




.overlay-section,
.menu-mobile { 
  display: none; 
}


.overlay-section .section-width{
  /* P: 60-88 12 20 12; */
}



/* =========================================================
   RESET / BAZA
   ========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "interstate", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    color: #0e1012;
    background-color: #ffffff;
    /* F:16-18; */
}

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

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    font: inherit;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

/* =========================================================
   STRUKTURA GŁÓWNA
   ========================================================= */

.section {
    position: relative;
    border-bottom: 1px solid #e5e7eb;
    background-color: #ffffff;
    /* P:48-96 16-32; */
}

.section-width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-content {
    display: block;
}

.section-header {
    /* M:0 0 32-48 0; */
}

/* =========================================================
   TYPOGRAFIA GLOBALNA
   ========================================================= */

.section-eyebrow,
.hero-eyebrow,
.text-meta {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    /* F:12-14; */
}

.section-title {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #111827;
    /* F:26-34; */
}

.section-lead {
    color: #4b5563;
    max-width: 58ch;
    /* M:8-12 0 0 0; */
    /* F:18-22; */
}

.text-small {
    color: #6b7280;
    /* F:12-14; */
}

/* =========================================================
   HEADER & NAWIGACJA
   ========================================================= */

.header-wrapper {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #e5e7eb;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* P:12-18 16-32; */
}

.header .col-left {
    display: flex;
    align-items: center;
}

.header .col-right {
    display: flex;
    align-items: center;
    gap: 16px;
    /* G:8-16; */
}

.menu-desktop {
    display: flex;
}

.menu-desktop .menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    /* G:16-24; */
}

/* F:14-16; */
.menu-desktop .menu > li > a {
    position: relative;
    font-weight: 500;
    color: #111827;
    /* F:14-16; */
}

.menu-desktop .menu > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.35em;
    width: 0;
    height: 2px;
    background: #111827;
    transition: width 0.18s ease;
}

.menu-desktop .menu > li > a:hover::after {
    width: 100%;
}

/* Mobile hamburger */
.menu-mobile {
    display: none;
}

/* Zakładamy, że JS dodaje klasę .is-open do .overlay-section */
.overlay-section {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.96);
    color: #f9fafb;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4%);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.overlay-section.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.overlay-section .section-width {
    max-width: 960px;
}

.overlay-section .section-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    /* P:32-48 16-32; */
}

.overlay-section .menu-wrapper {
    flex: 1 1 50%;
}

/* F:20-26; */
.overlay-section .mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.overlay-section .mobile-menu li + li {
    /* M:12-18 0 0 0; */
}

.overlay-section .mobile-menu a {
    font-weight: 500;
    /* F:20-26; */
}

.overlay-content {
    flex: 1 1 50%;
    display: flex;
    justify-content: flex-end;
}

.overlay-content .support-wrapper {
    text-align: right;
}

/* F:18-22; */
.overlay-content .support-wrapper .text p {
    margin: 0;
    /* F:18-22; */
}

/* Przykładowe zachowanie mobilne: na małych ekranach możesz przez JS / media dodać klasę,
   ale same rozmiary i odstępy ogarnia clamp. */


/* =========================================================
   HERO
   ========================================================= */

.section-hero {
    background: radial-gradient(circle at top left, #eff6ff 0, #ffffff 55%);
    /* P:64-112 16-32; */
}

.hero-inner {
    display: grid;
    align-items: center;
    /* GC:280-360 auto; */
    /* G:24-40; */
}

.hero-text {
    /* M:0 0 16-24 0; */
}

.hero-eyebrow {
    /* F:12-14; */
}

.hero-title {
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f172a;
    /* M:8-12 0 8-12 0; */
    /* F:32-46; */
}

.hero-lead {
    color: #4b5563;
    max-width: 60ch;
    /* M:0 0 16-24 0; */
    /* F:18-22; */
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* G:8-16; */
    /* M:0 0 16-24 0; */
}

.hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    /* M:16-24 0 0 0; */
}

.hero-bullets li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    /* F:14-16; */
}

.hero-bullets li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #10b981;
}

/* Hero media (obrazek, mockup) */
.hero-media {
    justify-self: end;
    max-width: 420px;
}

/* =========================================================
   PRZYCISKI
   ========================================================= */

/* F:14-16; */
/* P:10-14 20-32; */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    /* F:14-16; */
    /* P:10-14 20-32; */
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.btn-primary {
    background-color: #111827;
    color: #ffffff;
    border-color: #111827;
}

.btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
}

.btn-secondary {
    background-color: #ffffff;
    color: #111827;
    border-color: #d1d5db;
}

.btn-secondary:hover {
    background-color: #f3f4f6;
}

/* =========================================================
   SEKCJA "O NAS"
   ========================================================= */

.section-about .section-content {
    display: grid;
    align-items: flex-start;
    /* GC:1-1 1-1; */
    /* G:24-40; */
}

.about-text-left,
.about-text-right {
    color: #4b5563;
    /* F:14-16; */
}

.about-highlights {
    display: flex;
    flex-wrap: wrap;
    /* G:16-24; */
    /* M:24-40 0 0 0; */
}

.about-highlight {
    flex: 0 0 auto;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
    text-align: center;
    /* P:12-18 16-24; */
}

/* F:18-22; */
.about-highlight .value {
    font-weight: 600;
    color: #111827;
    /* F:18-22; */
}

/* F:12-14; */
.about-highlight .label {
    color: #6b7280;
    /* F:12-14; */
}

/* =========================================================
   SEKCJA USŁUGI
   ========================================================= */

.section-services .section-content {
    /* M:0 0 0 0; */
}

.services-grid {
    display: grid;
    /* GC:160-220 160-220; */
    /* G:16-24; */
}

.service-card {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    /* P:16-24 16-24; */
}

.service-card-title {
    font-weight: 600;
    color: #111827;
    /* M:0 0 8-12 0; */
    /* F:18-22; */
}

.service-card-desc {
    color: #4b5563;
    /* F:14-16; */
}

.service-card-note {
    color: #10b981;
    font-weight: 500;
    /* M:8-12 0 0 0; */
    /* F:12-14; */
}

/* =========================================================
   SEKCJA CENNIK
   ========================================================= */

.section-pricing .section-content {
    /* M:0 0 0 0; */
}

.pricing-grid {
    display: grid;
    /* GC:220-260 220-260; */
    /* G:16-24; */
}

.pricing-item {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
    /* P:16-24 16-24; */
}

/* F:18-22; */
.pricing-name {
    font-weight: 600;
    color: #111827;
    /* F:18-22; */
}

.pricing-description {
    color: #4b5563;
    /* M:8-12 0 0 0; */
    /* F:14-16; */
}

/* F:18-22; */
.pricing-price {
    font-weight: 600;
    color: #111827;
    /* M:12-18 0 0 0; */
    /* F:18-22; */
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    /* P:4-6 10-14; */
    /* F:12-14; */
    /* M:8-12 0 0 0; */
}

/* =========================================================
   SEKCJA GALERIA
   ========================================================= */

.section-gallery .section-header {
    /* M:0 0 24-32 0; */
}

.gallery-grid {
    display: grid;
    /* GC:160-220 160-220; */
    /* G:8-16; */
}

.gallery-item {
    border-radius: 16px;
    overflow: hidden;
    background-color: #111827;
}

/* =========================================================
   SEKCJA OPINIE
   ========================================================= */

.section-testimonials .section-header {
    /* M:0 0 24-32 0; */
}

.testimonials-list {
    display: grid;
    /* GC:220-260 220-260; */
    /* G:16-24; */
}

.testimonial {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    /* P:16-24 16-24; */
}

/* F:14-16; */
.testimonial-quote {
    color: #111827;
    /* F:14-16; */
}

/* F:12-14; */
.testimonial-meta {
    color: #6b7280;
    /* M:12-18 0 0 0; */
    /* F:12-14; */
}

.testimonial-name {
    font-weight: 600;
    color: #111827;
}

/* =========================================================
   SEKCJA "JAK DZIAŁAMY" (KROKI)
   ========================================================= */

.section-steps .section-header {
    /* M:0 0 24-32 0; */
}

.steps-list {
    display: grid;
    /* GC:220-260 220-260; */
    /* G:16-24; */
}

.step-item {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
    /* P:16-24 16-24; */
}

.step-title {
    font-weight: 600;
    color: #111827;
    /* M:0 0 8-12 0; */
    /* F:16-20; */
}

.step-description {
    color: #4b5563;
    /* F:14-16; */
}

/* =========================================================
   SEKCJA KONTAKT
   ========================================================= */

.section-contact .section-content {
    display: grid;
    align-items: flex-start;
    /* GC:1-1 1-1; */
    /* G:24-40; */
}

.contact-details {
    color: #4b5563;
    /* F:14-16; */
}

.contact-details .contact-item {
    /* M:8-12 0 0 0; */
}

/* F:14-16; */
.contact-details .label {
    font-weight: 500;
    color: #111827;
    /* F:14-16; */
}

.contact-extra {
    color: #6b7280;
    /* M:16-24 0 0 0; */
    /* F:12-14; */
}

/* Miejsce na formularz (jeśli włączysz go shortcode’em) */
.contact-form-wrapper {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
    /* P:16-24 16-24; */
}

/* Możesz w razie potrzeby dodać osobne style dla np. CF7 */


/* =========================================================
   STOPKA
   ========================================================= */

.footer-wrapper {
    border-top: 1px solid #e5e7eb;
    background-color: #0f172a;
    color: #e5e7eb;
    /* P:32-48 16-32; */
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* G:16-24; */
}

.footer-top {
    display: grid;
    /* GC:1-1 1-1 1-1; */
    /* G:16-24; */
}

.footer-col {
    min-width: 0;
}

.footer-brand-name {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #ffffff;
    /* F:18-22; */
}

.footer-brand-tagline {
    color: #9ca3af;
    /* M:4-8 0 0 0; */
    /* F:14-16; */
}

.footer-contact-item {
    /* M:4-8 0 0 0; */
    /* F:14-16; */
}

.footer-contact-label {
    font-weight: 500;
    margin-right: 6px;
}

.footer-address {
    white-space: pre-line;
}

.footer-social-title {
    font-weight: 500;
    color: #ffffff;
    /* F:14-16; */
    /* M:0 0 8-12 0; */
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    /* G:8-12; */
}

.footer-social-link {
    color: #e5e7eb;
    border-radius: 999px;
    border: 1px solid rgba(229, 231, 235, 0.3);
    /* P:6-8 12-18; */
    /* F:13-15; */
}

.footer-social-link:hover {
    background-color: rgba(31, 41, 55, 0.7);
}

.divider {
    height: 1px;
    background-color: rgba(55, 65, 81, 0.7);
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    /* F:12-14; */
}
