/* ==========================================================================
   Piket — modern construction / industrial template
   Prefix: .pk-*
   Palette: orange #f37121 / navy #13234a / white #ffffff / light #f5f6fa
            text #1a1a1a / muted #6e7080
   Fonts:  Manrope (UI/body) + Bebas Neue (display)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Bebas+Neue&display=swap');

/* --- reset & base ----------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
button { font-family: inherit; cursor: pointer; }

[x-cloak] { display: none !important; }

/* --- preview banner --------------------------------------------------------- */
.preview-banner {
    background: #f37121;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

/* --- shared utilities ------------------------------------------------------- */
.pk-eyebrow {
    display: inline-block;
    color: #f37121;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.pk-eyebrow--light { color: #f37121; }

.pk-text-accent { color: #f37121; }

.pk-section-title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.85rem);
    font-weight: 800;
    line-height: 1.15;
    color: #13234a;
    margin: 0 0 22px;
    letter-spacing: -0.01em;
}
.pk-section-title--light { color: #ffffff; }

.pk-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(243, 113, 33, 0.1);
    color: #f37121;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 24px;
}
.pk-badge__dot {
    width: 8px;
    height: 8px;
    background: #f37121;
    border-radius: 50%;
}

/* --- buttons ---------------------------------------------------------------- */
.pk-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 28px;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    cursor: pointer;
    text-align: center;
    line-height: 1;
}
.pk-btn:hover { transform: translateY(-2px); }
.pk-btn--orange { background: #f37121; color: #ffffff; }
.pk-btn--orange:hover { background: #d95d12; }
.pk-btn--navy { background: #13234a; color: #ffffff; }
.pk-btn--navy:hover { background: #0c1733; }
.pk-btn--ghost { background: transparent; color: #ffffff; border-color: rgba(255, 255, 255, 0.5); }
.pk-btn--ghost:hover { background: #ffffff; color: #13234a; border-color: #ffffff; }
.pk-btn--pill { border-radius: 999px; }
.pk-btn--lg { padding: 18px 38px; font-size: 1.05rem; }

.pk-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #13234a;
    font-weight: 700;
    font-size: 0.95rem;
    border-bottom: 2px solid transparent;
    transition: color 0.18s ease, border-color 0.18s ease;
}
.pk-link-arrow:hover { color: #f37121; border-bottom-color: #f37121; }
.pk-link-arrow--orange { color: #f37121; }
.pk-link-arrow--orange:hover { color: #d95d12; border-bottom-color: #d95d12; }

/* --- top bar ---------------------------------------------------------------- */
.pk-topbar {
    background: #f5f6fa;
    color: #6e7080;
    font-size: 0.85rem;
    border-bottom: 1px solid #ebecf2;
}
.pk-topbar__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.pk-topbar__left,
.pk-topbar__right {
    display: flex;
    align-items: center;
    gap: 14px;
}
.pk-topbar__item { display: inline-flex; align-items: center; gap: 6px; }
.pk-topbar__ico { color: #f37121; font-weight: 700; }
.pk-topbar__sep { color: #c5c7d1; }
.pk-topbar a { color: inherit; }
.pk-topbar a:hover { color: #f37121; }

/* --- header ----------------------------------------------------------------- */
.pk-header {
    background: #ffffff;
    border-bottom: 1px solid #ebecf2;
    position: sticky;
    top: 0;
    z-index: 50;
}
.pk-header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pk-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #13234a;
}
.pk-logo__mark {
    position: relative;
    width: 36px;
    height: 36px;
    background: #13234a;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.pk-logo__wedge {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #f37121;
    transform: translateY(2px);
}
.pk-logo__text {
    font-family: 'Bebas Neue', 'Manrope', sans-serif;
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    color: #13234a;
}

.pk-nav ul {
    display: flex;
    gap: 28px;
    align-items: center;
}
.pk-nav a {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 6px 0;
    position: relative;
    transition: color 0.18s ease;
}
.pk-nav a:hover,
.pk-nav a.is-active { color: #f37121; }
.pk-nav a.is-active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    background: #f37121;
    border-radius: 2px;
}

/* --- hero ------------------------------------------------------------------- */
.pk-hero {
    background: #f5f6fa;
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}
.pk-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
}
.pk-hero__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    font-weight: 800;
    line-height: 1.05;
    color: #13234a;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}
.pk-hero__accent {
    color: #f37121;
    position: relative;
    display: inline-block;
}
.pk-hero__accent::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 8px;
    background: rgba(243, 113, 33, 0.18);
    z-index: -1;
}
.pk-hero__lead {
    font-size: 1.05rem;
    color: #6e7080;
    margin: 0 0 32px;
    max-width: 540px;
}
.pk-hero__actions {
    display: flex;
    gap: 22px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.pk-hero__stats {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
}
.pk-hero__stats > div {
    display: flex;
    flex-direction: column;
}
.pk-hero__stats strong {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem;
    color: #13234a;
    line-height: 1;
    letter-spacing: 0.02em;
}
.pk-hero__stats span {
    font-size: 0.85rem;
    color: #6e7080;
    margin-top: 6px;
}

.pk-hero__visual {
    position: relative;
    min-height: 540px;
}
.pk-hero__photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    box-shadow: 0 30px 60px -25px rgba(19, 35, 74, 0.4);
}
.pk-hero__photo--small {
    inset: auto -10px -30px auto;
    width: 55%;
    height: 50%;
    border: 6px solid #f5f6fa;
}
.pk-hero__chip {
    position: absolute;
    top: 30px;
    left: -20px;
    background: #f37121;
    color: #ffffff;
    padding: 16px 22px;
    border-radius: 14px;
    box-shadow: 0 18px 30px -10px rgba(243, 113, 33, 0.5);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.pk-hero__chip-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
}
.pk-hero__chip-label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* --- features --------------------------------------------------------------- */
.pk-features {
    background: #ffffff;
    padding: 100px 0;
}
.pk-features__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
}
.pk-features__head {
    max-width: 720px;
    margin: 0 0 56px;
}
.pk-features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.pk-card {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 460px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pk-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 50px -25px rgba(19, 35, 74, 0.4);
}
.pk-card--orange { background: #f37121; color: #ffffff; }
.pk-card--navy   { background: #13234a; color: #ffffff; }
.pk-card__media {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgba(255, 255, 255, 0.15);
}
.pk-card__body {
    padding: 28px 28px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.pk-card__num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 10px;
}
.pk-card--orange .pk-card__num { color: #ffffff; }
.pk-card__title {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 14px;
    color: #ffffff;
    line-height: 1.25;
}
.pk-card__desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 22px;
    flex: 1;
}
.pk-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
    padding-bottom: 4px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    align-self: flex-start;
    transition: border-color 0.18s ease;
}
.pk-card__link:hover { border-bottom-color: #ffffff; }
.pk-card--navy .pk-card__link { color: #f37121; border-bottom-color: rgba(243, 113, 33, 0.4); }
.pk-card--navy .pk-card__link:hover { border-bottom-color: #f37121; }

/* --- solutions -------------------------------------------------------------- */
.pk-solutions {
    background: #ffffff;
    padding: 100px 0;
}
.pk-solutions__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 70px;
    align-items: center;
}

.pk-blueprint {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    border: 1px solid #ebecf2;
}
.pk-blueprint__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(245, 246, 250, 0.92), rgba(245, 246, 250, 0.7));
}
.pk-blueprint__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}
.pk-blueprint__badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #f37121;
    color: #ffffff;
    padding: 18px 22px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 16px 28px -10px rgba(243, 113, 33, 0.55);
}
.pk-blueprint__badge strong {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.4rem;
    line-height: 1;
}
.pk-blueprint__badge span {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;
}

.pk-solutions__lead {
    color: #6e7080;
    font-size: 1rem;
    margin: 0 0 32px;
}

.pk-num-list {
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.pk-num-list li {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}
.pk-num-list__num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    background: #f37121;
    padding: 8px 14px;
    border-radius: 8px;
    line-height: 1;
    flex-shrink: 0;
}
.pk-num-list h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #13234a;
    margin: 0 0 6px;
}
.pk-num-list p {
    font-size: 0.95rem;
    color: #6e7080;
    margin: 0;
}
.pk-num-list--light h4 { color: #ffffff; }
.pk-num-list--light p { color: rgba(255, 255, 255, 0.78); }

/* --- trust band ------------------------------------------------------------- */
.pk-trust {
    background: #f5f6fa;
    padding: 50px 0;
    border-top: 1px solid #ebecf2;
    border-bottom: 1px solid #ebecf2;
}
.pk-trust__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
}
.pk-trust__list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.pk-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 140px;
    text-align: center;
}
.pk-trust__glyph {
    font-size: 2.2rem;
    color: #f37121;
    line-height: 1;
}
.pk-trust__label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #13234a;
    letter-spacing: 0.02em;
}

/* --- reliable section ------------------------------------------------------- */
.pk-reliable {
    background: #f5f6fa;
    padding: 100px 0;
    position: relative;
}
.pk-reliable__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
}
.pk-reliable__text {
    background: #13234a;
    color: #ffffff;
    padding: 60px 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pk-reliable__lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    margin: 0 0 30px;
}
.pk-reliable__visual {
    position: relative;
    min-height: 480px;
}
.pk-reliable__photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 30px 60px -25px rgba(19, 35, 74, 0.5);
    transform: translateX(-30px);
}
.pk-reliable__chip {
    position: absolute;
    bottom: 30px;
    right: -10px;
    background: #f37121;
    color: #ffffff;
    padding: 16px 22px;
    border-radius: 14px;
    box-shadow: 0 18px 30px -10px rgba(243, 113, 33, 0.55);
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 2;
}
.pk-reliable__chip-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
}
.pk-reliable__chip-label {
    font-size: 0.8rem;
    font-weight: 600;
}

/* --- CTA band --------------------------------------------------------------- */
.pk-cta-band {
    background: #13234a;
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pk-cta-band::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(243, 113, 33, 0.18), transparent 70%);
    pointer-events: none;
}
.pk-cta-band::after {
    content: '';
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(243, 113, 33, 0.12), transparent 70%);
    pointer-events: none;
}
.pk-cta-band__inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
}
.pk-cta-band__title {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    margin: 0 0 22px;
    letter-spacing: -0.01em;
}
.pk-cta-band__lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    margin: 0 auto 36px;
    max-width: 620px;
}

/* --- footer ----------------------------------------------------------------- */
.pk-footer {
    background: #13234a;
    color: rgba(255, 255, 255, 0.78);
}
.pk-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 28px 50px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 50px;
}
.pk-footer__col--brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.pk-footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.pk-footer__logo .pk-logo__text { color: #ffffff; }
.pk-footer__about {
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}
.pk-footer__newsletter {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}
.pk-footer__newsletter input {
    flex: 1;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-family: inherit;
    font-size: 0.9rem;
}
.pk-footer__newsletter input::placeholder { color: rgba(255, 255, 255, 0.45); }
.pk-footer__newsletter input:focus {
    outline: none;
    border-color: #f37121;
}
.pk-footer__newsletter button { padding: 12px 22px; }

.pk-footer__title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 22px;
    position: relative;
    padding-bottom: 12px;
}
.pk-footer__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    background: #f37121;
    border-radius: 2px;
}
.pk-footer__list { display: flex; flex-direction: column; gap: 12px; }
.pk-footer__list a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    transition: color 0.18s ease, padding-left 0.18s ease;
}
.pk-footer__list a:hover { color: #f37121; padding-left: 6px; }
.pk-footer__list--contact li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.93rem;
    line-height: 1.5;
}
.pk-footer__ico { color: #f37121; font-weight: 700; flex-shrink: 0; margin-top: 2px; }

.pk-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
}
.pk-footer__accent { color: #f37121; font-weight: 700; }
.pk-footer__socials { display: inline-flex; gap: 12px; align-items: center; }
.pk-footer__socials a { color: rgba(255, 255, 255, 0.72); transition: color 0.18s ease; }
.pk-footer__socials a:hover { color: #f37121; }

/* --- contact / 404 (boilerplate) -------------------------------------------- */
.contact-page,
.not-found {
    padding: 80px 0;
    background: #f5f6fa;
}
.contact-page .container,
.not-found .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 28px;
}
.contact-page .two-col {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: start;
}
.contact-page h1,
.not-found h1 {
    font-size: 2.4rem;
    font-weight: 800;
    color: #13234a;
    margin: 0 0 22px;
}
.contact-form {
    background: #ffffff;
    padding: 32px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 18px 40px -25px rgba(19, 35, 74, 0.3);
}
.contact-form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #13234a;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ebecf2;
    background: #f5f6fa;
    font-family: inherit;
    font-size: 0.95rem;
    color: #1a1a1a;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #f37121;
    background: #ffffff;
}
.contact-form .hp { display: none !important; }
.btn-primary {
    background: #f37121;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: background 0.18s ease;
}
.btn-primary:hover { background: #d95d12; }

.flash {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 0.95rem;
    font-weight: 600;
}
.flash-success { background: rgba(34, 139, 34, 0.1); color: #1d6f1d; border: 1px solid rgba(34, 139, 34, 0.25); }
.flash-error   { background: rgba(220, 38, 38, 0.08); color: #b3261e; border: 1px solid rgba(220, 38, 38, 0.25); }

/* --- responsive ------------------------------------------------------------- */
@media (max-width: 1080px) {
    .pk-features__grid { grid-template-columns: 1fr 1fr; }
    .pk-features__grid > article:nth-child(3) { grid-column: span 2; }
    .pk-footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
    .pk-topbar__inner { justify-content: center; text-align: center; }
    .pk-topbar__right { display: none; }

    .pk-header__inner {
        flex-wrap: wrap;
        gap: 16px;
    }
    .pk-nav { order: 3; width: 100%; }
    .pk-nav ul {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pk-nav a { font-size: 0.9rem; }

    .pk-hero { padding: 50px 0 70px; }
    .pk-hero__inner { grid-template-columns: 1fr; gap: 40px; }
    .pk-hero__visual { min-height: 360px; }
    .pk-hero__photo--small { display: none; }
    .pk-hero__chip { left: 0; }
    .pk-hero__stats { gap: 24px; }

    .pk-features { padding: 60px 0; }
    .pk-features__grid { grid-template-columns: 1fr; }
    .pk-features__grid > article:nth-child(3) { grid-column: auto; }
    .pk-card { min-height: auto; }

    .pk-solutions { padding: 60px 0; }
    .pk-solutions__inner { grid-template-columns: 1fr; gap: 40px; }
    .pk-blueprint__badge { bottom: 14px; right: 14px; padding: 12px 16px; }
    .pk-blueprint__badge strong { font-size: 1.8rem; }

    .pk-trust { padding: 32px 0; }
    .pk-trust__list { gap: 18px; }
    .pk-trust__item { min-width: 110px; }
    .pk-trust__glyph { font-size: 1.8rem; }
    .pk-trust__label { font-size: 0.85rem; }

    .pk-reliable { padding: 60px 0; }
    .pk-reliable__inner { grid-template-columns: 1fr; gap: 40px; }
    .pk-reliable__text { padding: 40px 28px; }
    .pk-reliable__visual { min-height: 320px; }
    .pk-reliable__photo { transform: none; }
    .pk-reliable__chip { right: 10px; bottom: 14px; }

    .pk-cta-band { padding: 70px 0; }

    .pk-footer__inner {
        grid-template-columns: 1fr;
        padding: 60px 28px 40px;
        gap: 36px;
    }
    .pk-footer__bottom {
        flex-direction: column;
        text-align: center;
    }

    .contact-page { padding: 50px 0; }
    .contact-page .two-col { grid-template-columns: 1fr; gap: 30px; }
    .contact-form { padding: 22px; }
}

@media (max-width: 480px) {
    .pk-hero__title { font-size: 2.2rem; }
    .pk-section-title { font-size: 1.7rem; }
    .pk-hero__actions { flex-direction: column; align-items: stretch; gap: 14px; }
    .pk-hero__actions .pk-btn,
    .pk-hero__actions .pk-link-arrow { justify-content: center; }
    .pk-footer__newsletter { flex-direction: column; }
    .pk-footer__newsletter input { width: 100%; }
}
