/*
Theme Name: KitPickup
Theme URI: https://kitpickup.com
Author: KitPickup
Description: Oficjalny motyw strony produktu KitPickup.
Version: 1.1.3
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: kitpickup-site
*/

:root {
    --navy: #07163f;
    --navy-soft: #112557;
    --mint: #00c99a;
    --mint-dark: #00a982;
    --violet: #7135f2;
    --pink: #ff2d7a;
    --yellow: #ffd600;
    --paper: #ffffff;
    --cloud: #f4f7fb;
    --line: #dfe6f0;
    --muted: #65718b;
    --radius: 28px;
    --shadow: 0 24px 70px rgba(7, 22, 63, .12);
    --font-primary: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--navy);
    background: var(--paper);
    font-family: var(--font-primary);
    -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font-family: inherit; }
h1, h2, h3, h4, h5, h6, strong, b { font-weight: 600; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-wrap { overflow: hidden; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; padding: 12px 18px; background: var(--paper); border-radius: 12px; }
.skip-link:focus { top: 16px; }

.site-header {
    position: absolute;
    z-index: 20;
    inset: 0 0 auto;
    padding: 24px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 24px; font-weight: 700; letter-spacing: -.04em; }
.brand img { width: 46px; height: 46px; }
.brand span span { color: var(--mint); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.site-nav a:not(.button):hover { color: var(--violet); }
.site-nav__organizer { display: inline-flex; align-items: center; justify-content: center; }
.mobile-label { display: none; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 14px;
    background: var(--mint);
    color: var(--navy);
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0, 201, 154, .22);
    transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #13dbad; }
.button--outline { background: transparent; border: 1px solid rgba(7, 22, 63, .18); box-shadow: none; }
.button--outline:hover { background: var(--paper); }

.hero {
    position: relative;
    min-height: 760px;
    padding: 165px 0 96px;
    background:
        radial-gradient(circle at 76% 18%, rgba(113, 53, 242, .16), transparent 25%),
        radial-gradient(circle at 84% 68%, rgba(0, 201, 154, .18), transparent 28%),
        linear-gradient(135deg, #fff 0%, #f6f9fd 58%, #eefaf7 100%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 18px; color: var(--violet); font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 710px; font-size: clamp(48px, 6.2vw, 82px); font-weight: 600; line-height: .98; letter-spacing: -.065em; }
.hero h1 span { color: var(--mint-dark); }
.hero-copy { max-width: 610px; margin: 28px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: var(--muted); font-size: 13px; font-weight: 650; }
.hero-note span::before { content: "✓"; color: var(--mint-dark); font-weight: 950; margin-right: 7px; }

.app-preview {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
}
.app-window {
    position: relative;
    z-index: 2;
    width: min(100%, 530px);
    overflow: hidden;
    border: 1px solid rgba(7, 22, 63, .08);
    border-radius: 26px;
    background: var(--paper);
    box-shadow: var(--shadow);
}
.window-bar { display: flex; align-items: center; gap: 7px; height: 46px; padding: 0 17px; background: var(--navy); }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.38); }
.window-body { padding: 28px; }
.mini-label { margin: 0 0 8px; color: var(--mint-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.window-body h2 { margin: 0 0 20px; font-size: 26px; letter-spacing: -.04em; }
.fake-search { display: flex; align-items: center; height: 58px; padding: 0 18px; border: 2px solid #d8e0ec; border-radius: 15px; color: var(--muted); font-weight: 700; }
.fake-search::before { content: "⌕"; margin-right: 12px; color: var(--violet); font-size: 27px; }
.person-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin-top: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; }
.person-dot { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--mint); color: var(--mint-dark); font-size: 11px; }
.person-row strong { display: block; font-size: 14px; }
.person-row small { color: var(--muted); font-size: 10px; }
.bib { padding: 7px 10px; border: 2px solid var(--violet); border-radius: 999px; color: #111; font-size: 12px; font-weight: 700; }
.bib--red { border-color: #e62e4f; }
.bib--orange { border-color: #ff712c; }
.preview-badge {
    position: absolute;
    z-index: 3;
    right: -14px;
    bottom: 52px;
    width: 178px;
    height: 62px;
    filter: drop-shadow(0 18px 18px rgba(113, 53, 242, .25));
}
.preview-badge svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 28px 22px; border-right: 1px solid var(--line); text-align: center; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 15px; }
.trust-item small { display: block; margin-top: 5px; color: var(--muted); }
.trust-icon { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 10px; border-radius: 12px; background: rgba(0, 201, 154, .12); color: var(--mint-dark); font-weight: 900; }

.section { padding: 110px 0; }
.section--soft { background: var(--cloud); }
.section-heading { max-width: 700px; margin-bottom: 54px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading p { margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { position: relative; min-height: 285px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.step-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--navy); color: #fff; font-weight: 700; }
.step:nth-child(2) .step-number { background: var(--violet); }
.step:nth-child(3) .step-number { background: var(--mint); color: var(--navy); }
.step h3 { margin: 52px 0 12px; font-size: 23px; letter-spacing: -.035em; }
.step p { margin: 0; color: var(--muted); line-height: 1.65; }

.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.feature-list { display: grid; gap: 14px; }
.feature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 20px;
}
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: rgba(113, 53, 242, .1); color: var(--violet); font-weight: 900; }
.feature h3 { margin: 1px 0 6px; font-size: 18px; }
.feature p { margin: 0; color: var(--muted); line-height: 1.55; }
.category-card { position: relative; padding: 52px; border-radius: 34px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.category-card::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 190px; height: 190px; border: 32px solid rgba(0, 201, 154, .16); border-radius: 50%; }
.category-card h3 { margin: 0; font-size: 34px; letter-spacing: -.045em; }
.category-card p { position: relative; z-index: 1; color: rgba(255,255,255,.68); line-height: 1.6; }
.category-pills { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.category-pills span { padding: 11px 17px; border: 2px solid; border-radius: 999px; background: #fff; color: #111; font-weight: 700; }
.category-pills span:nth-child(1) { border-color: #e62e4f; }
.category-pills span:nth-child(2) { border-color: #ba63e8; }
.category-pills span:nth-child(3) { border-color: #ff712c; }

.security { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.security-mark { position: relative; width: 260px; aspect-ratio: 1; margin: auto; display: grid; place-items: center; border-radius: 38% 62% 52% 48%; background: linear-gradient(145deg, var(--mint), #00a8ba); color: #fff; font-size: 76px; box-shadow: 0 32px 65px rgba(0, 201, 154, .25); transform: rotate(-5deg); }
.security-mark span { transform: rotate(5deg); }
.security-copy h2 { margin: 0; font-size: clamp(38px, 4.2vw, 56px); line-height: 1.05; letter-spacing: -.05em; }
.security-copy > p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.security-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.security-points div {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.01em;
}
.security-points div::before { content: "✓"; margin-right: 10px; color: var(--mint-dark); }

.cta-section { padding: 40px 0 110px; }
.cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 58px;
    border-radius: 34px;
    background: linear-gradient(120deg, var(--violet), #5b1ed9);
    color: #fff;
}
.cta::before { content: ""; position: absolute; width: 320px; height: 320px; right: 12%; top: -210px; border: 48px solid rgba(255,255,255,.1); border-radius: 50%; }
.cta h2 { position: relative; margin: 0; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.05em; }
.cta p { position: relative; margin: 13px 0 0; color: rgba(255,255,255,.75); font-size: 17px; }
.cta .button { position: relative; min-width: 190px; background: #fff; color: var(--violet); }

.site-footer { padding: 38px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-copy { color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 20px; color: var(--muted); font-size: 13px; font-weight: 700; }

.privacy-page { min-height: 100vh; padding: 150px 0 90px; background: var(--cloud); }
.privacy-card { max-width: 860px; padding: clamp(28px, 6vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.privacy-card h1 { margin: 0; font-size: clamp(38px, 6vw, 60px); letter-spacing: -.05em; }
.privacy-card h2 { margin: 40px 0 12px; font-size: 23px; letter-spacing: -.025em; }
.privacy-card p, .privacy-card li { color: var(--muted); line-height: 1.75; }
.privacy-card ul { padding-left: 22px; }
.privacy-card a { color: var(--violet); text-decoration: underline; text-underline-offset: 3px; }
.privacy-updated { margin: 12px 0 30px; font-size: 14px; }

@media (max-width: 900px) {
    .site-nav a:not(.button) { display: none; }
    .site-nav a.site-nav__organizer { min-height: 44px; display: inline-flex; padding: 0 14px; border: 1px solid rgba(7, 22, 63, .18); border-radius: 12px; background: rgba(255,255,255,.72); }
    .hero { min-height: auto; padding-top: 140px; }
    .hero-grid, .feature-grid, .security { grid-template-columns: 1fr; }
    .hero-grid { gap: 35px; }
    .app-preview { min-height: 470px; }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .steps { grid-template-columns: 1fr; }
    .step { min-height: 235px; }
    .step h3 { margin-top: 32px; }
    .security-mark { width: 210px; }
    .cta { grid-template-columns: 1fr; padding: 42px; }
}

@media (max-width: 560px) {
    .container { width: min(100% - 28px, 1160px); }
    .site-header { padding-top: 16px; }
    .brand { font-size: 21px; }
    .brand img { width: 40px; height: 40px; }
    .site-header .brand > span { display: none; }
    .site-nav { gap: 6px; }
    .site-nav .desktop-label { display: none; }
    .site-nav .mobile-label { display: inline; }
    .site-nav a.site-nav__organizer { min-height: 42px; padding-inline: 11px; font-size: 12px; }
    .site-nav .button { min-height: 44px; padding-inline: 15px; font-size: 13px; }
    .hero { padding: 120px 0 70px; }
    .hero h1 { font-size: 48px; }
    .hero-copy { font-size: 17px; }
    .hero-actions { display: grid; }
    .button { width: 100%; }
    .app-preview { min-height: 390px; }
    .window-body { padding: 18px; }
    .person-row { grid-template-columns: auto 1fr; }
    .person-row .bib { grid-column: 2; justify-self: start; }
    .preview-badge { right: -4px; bottom: 22px; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-item, .trust-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
    .section { padding: 78px 0; }
    .section-heading { margin-bottom: 36px; }
    .category-card { padding: 34px 27px; }
    .security-points { grid-template-columns: 1fr; }
    .cta-section { padding-bottom: 78px; }
    .cta { padding: 36px 26px; }
    .footer-inner { align-items: flex-start; flex-direction: column; }
}
