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

/* ==========================================================
   POSUDKY-ODHADY.EU
   NOVÝ WEB – KOMPLETNÍ USER.CSS
   ========================================================== */

:root {
    --po-gold: #FFD679;
    --po-white: #ffffff;
    --po-dark: #111111;
    --po-text: #6f6f6f;
    --po-light: #f5f5f5;
    --po-border: #e8e8e8;
}


/* ==========================================================
   TYPOGRAFIE – PODLE PŮVODNÍHO WEBU
   ========================================================== */

html,
body,
button,
input,
textarea,
select {
    font-family: "Open Sans", Arial, sans-serif;
}

body {
    font-weight: 300;
    color: var(--po-text);
}

p,
li {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.container-header,
.po-price-card,
.po-step,
.po-contact {
    font-family: "Open Sans", Arial, sans-serif;
}


/* ZÁKLAD */
html { scroll-behavior: smooth; }

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

.po-home {
    width: 100%;
    margin: 0;
    padding: 0;
}

.site-grid,
main,
.com-content-article {
    margin-top: 0 !important;
}

.com-content-article {
    padding-top: 0 !important;
}

/* ==========================================================
   HLAVIČKA
   ========================================================== */

.container-header,
.container-header.position-sticky.sticky-top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    transition: background .3s ease, box-shadow .3s ease;
}

.container-header .navbar-brand a {
    color: var(--po-white);
    text-decoration: none;
}

.container-header .mod-menu {
    justify-content: flex-end;
}

.container-header .mod-menu > li > a {
    color: var(--po-white);
    text-decoration: none;
    font-weight: 400;
    transition: color .3s ease;
}

.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li.active > a {
    color: var(--po-gold);
}

.container-header .mod-menu > li:first-child > a {
    font-size: 0 !important;
}

.container-header .mod-menu > li:first-child > a::before {
    content: "⌂";
    color: var(--po-white);
    line-height: 1;
}

.container-header.po-header-scrolled {
    background: rgba(255,255,255,.97) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.10) !important;
}

.container-header.po-header-scrolled .navbar-brand a,
.container-header.po-header-scrolled .mod-menu > li > a {
    color: #222 !important;
}

.container-header.po-header-scrolled .mod-menu > li:first-child > a::before {
    color: #222 !important;
}

@media (min-width: 992px) {
    .container-header,
    .container-header.position-sticky.sticky-top {
        min-height: 62px !important;
        height: 62px !important;
    }

    .container-header .navbar-brand {
        position: absolute;
        top: 18px !important;
        left: calc(50% - 500px);
        margin: 0;
        padding: 0;
    }

    .container-header .container-nav {
        position: absolute;
        top: 18px !important;
        right: calc(50% - 500px);
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .container-header .grid-child {
        max-width: none;
    }

    .container-header .navbar-brand a {
        font-size: 17px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        letter-spacing: .5px !important;
    }

    .container-header .mod-menu > li > a {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    .container-header .mod-menu > li:first-child > a::before {
        font-size: 19px !important;
    }
}

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

.po-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
    background: #000;
}

@media (min-width: 992px) {
    .po-hero {
        width: 100vw !important;
        max-width: none !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
    }
}

.po-hero-item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 120px 40px 60px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
}

.po-hero-nemovitosti {
    background-image:
        linear-gradient(rgba(0,0,0,.30), rgba(0,0,0,.30)),
        url('/images/webove/posudky-odhady-zbynek-meskan_002.webp');
    animation: po-slide-one 10s infinite ease-in-out;
}

.po-hero-movite {
    background-image:
        linear-gradient(rgba(0,0,0,.30), rgba(0,0,0,.30)),
        url('/images/webove/posudky-odhady-zbynek-meskan_003.webp');
    animation: po-slide-two 10s infinite ease-in-out;
}

@keyframes po-slide-one {
    0%, 45% { opacity: 1; z-index: 2; }
    50%, 95% { opacity: 0; z-index: 1; }
    100% { opacity: 1; z-index: 2; }
}

@keyframes po-slide-two {
    0%, 45% { opacity: 0; z-index: 1; }
    50%, 95% { opacity: 1; z-index: 2; }
    100% { opacity: 0; z-index: 1; }
}

.po-hero h1,
.po-hero h2 {
    margin: 0 0 45px;
    color: var(--po-white);
    font-size: clamp(36px, 3.2vw, 56px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.po-gold {
    color: var(--po-gold);
    font-weight: inherit;
}

.po-hero-button {
    display: inline-block;
    padding: 14px 22px;
    border: 2px solid rgba(255,255,255,.9);
    color: var(--po-white);
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

/* ==========================================================
   O MNĚ
   ========================================================== */

.po-about {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
}

.po-about-text {
    padding: 72px 95px 68px 30px;
    box-sizing: border-box;
}

.po-about-text h2 {
    margin: 0 0 28px;
    color: var(--po-dark);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.po-about-text p {
    max-width: 620px;
    margin: 0 0 22px;
    color: #777;
    font-size: 17px;
    line-height: 1.65;
}

.po-signature {
    display: block;
    width: 230px;
    max-width: 70%;
    height: auto;
    margin-top: 22px;
}

.po-about-photo {
    min-height: 640px;
    overflow: hidden;
}

.po-about-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    object-position: center top;
}

/* ==========================================================
   HODNOTY
   ========================================================== */

.po-values {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #fff;
    border-top: 1px solid var(--po-border);
    border-bottom: 1px solid var(--po-border);
}

.po-value {
    padding: 48px 28px;
    text-align: center;
    border-right: 1px solid var(--po-border);
}

.po-value:last-child { border-right: 0; }

.po-value h3 {
    margin: 0 0 15px;
    color: var(--po-gold);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.po-value p {
    margin: 0;
    color: var(--po-text);
    font-size: 16px;
    line-height: 1.75;
}

/* ==========================================================
   ÚVOD SLUŽEB – FOTO POZADÍ
   ========================================================== */

.po-service {
    width: 100%;
    margin: 0;
    background: #fff;
}

.po-service-cover {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.po-service-cover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.28);
}

.po-service-cover-realestate {
    background-image: url('/images/webove/posudky-odhady-zbynek-meskan_002.webp');
}

.po-service-cover-movable {
    background-image: url('/images/webove/posudky-odhady-zbynek-meskan_003.webp');
}

.po-service-cover-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    padding: 80px 30px 0;
    text-align: center;
    box-sizing: border-box;
}

.po-service-cover h2 {
    margin: 0 0 42px;
    font-size: clamp(34px, 3vw, 50px);
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
}

.po-service-small {
    margin: 0 0 12px;
    color: #8a8a8a;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.po-service-small-light {
    color: rgba(255,255,255,.75);
}

.po-section-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.po-section-nav-overlay {
    background: transparent;
}

.po-section-nav a {
    display: inline-block;
    padding: 13px 22px;
    border: 1px solid rgba(255,255,255,.85);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .25s ease, background .25s ease;
}

.po-section-nav a:hover {
    color: #111;
    background: #fff;
}

/* ==========================================================
   PŘEDMĚT + ÚČEL VEDLE SEBE
   ========================================================== */

.po-dual-block {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 95px 30px 90px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    box-sizing: border-box;
    background: #fff;
}

.po-dual-column h3 {
    margin: 0 0 45px;
    color: #222;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 1px;
}

.po-mini-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.po-mini-columns ul,
.po-purpose-list {
    margin: 0;
    padding-left: 20px;
    color: var(--po-text);
    font-size: 18px;
    line-height: 1.8;
}

.po-purpose-list-dual {
    max-width: none;
}

.po-mini-columns li::marker,
.po-purpose-list li::marker {
    color: #777;
}

/* ==========================================================
   CENÍKY – FOTO _004 + PARALLAX
   ========================================================== */

.po-price-photo {
    position: relative;
    min-height: 900px;
    padding: 70px 30px 90px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.po-price-photo-004 {
    background-image: url('/images/webove/posudky-odhady-zbynek-meskan_004.webp');
}

.po-photo-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.30);
    z-index: 1;
}

.po-price-photo-inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
}

.po-photo-heading {
    max-width: 680px;
    margin: 0 auto 55px;
    text-align: center;
    color: #fff;
}

.po-photo-heading h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 1px;
}

.po-photo-heading p {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.6;
}

.po-price-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.po-price-card {
    min-height: 255px;
    padding: 32px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    background: rgba(255,255,255,.94);
}

.po-price-card h4 {
    min-height: 42px;
    margin: 0 0 16px;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 1px;
}

.po-price-card h4::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 18px;
    background: #888;
}

.po-price-card p {
    margin: 0 0 22px;
    color: var(--po-gold);
    font-size: 21px;
    font-weight: 500;
}

.po-order-button {
    display: inline-block;
    align-self: center;
    padding: 10px 18px;
    border: 1px solid #777;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2.2px;
    text-decoration: none;
    text-transform: uppercase;
}

/* PARALLAX JEN DESKTOP */
@media (min-width: 992px) {
    .po-price-photo {
        background-attachment: fixed;
    }
}

/* ==========================================================
   SPOLUPRÁCE
   ========================================================== */

.po-service-block {
    padding: 80px 30px;
    box-sizing: border-box;
    background: #fff;
}

.po-service-alt {
    background: var(--po-light);
}

.po-service-block > h3 {
    max-width: 1100px;
    margin: 0 auto 45px;
    text-align: center;
    color: #222;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 1px;
}

.po-steps {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.po-step {
    padding: 20px;
    text-align: center;
    color: var(--po-gold);
    font-size: 42px;
    font-weight: 300;
}

.po-step h4 {
    margin: 18px 0 12px;
    color: #222;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.po-step p {
    margin: 0;
    color: var(--po-text);
    font-size: 17px;
    line-height: 1.65;
}

/* ==========================================================
   KONTAKT – FOTO _005
   ========================================================== */

.po-contact-photo {
    position: relative;
    min-height: 520px;
    padding: 90px 30px 70px;
    box-sizing: border-box;
    background-image: url('/images/webove/posudky-odhady-zbynek-meskan_005.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

@media (min-width: 992px) {
    .po-contact-photo {
        background-attachment: fixed;
    }
}

.po-contact-overlay {
    background: rgba(0,0,0,.35);
}

.po-contact-inner {
    position: relative;
    z-index: 2;
}

.po-contact-heading {
    margin-bottom: 55px;
    text-align: center;
}

.po-contact-heading h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 400;
    letter-spacing: 1px;
}

.po-contact-grid {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 25px;
}

.po-contact-item {
    text-align: center;
}

.po-contact-item h3 {
    margin: 0 0 14px;
    color: var(--po-gold);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.po-contact-item p {
    margin: 0;
    color: #f0f0f0;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.po-contact-item a {
    color: inherit;
    text-decoration: none;
}

/* ==========================================================
   PATIČKA
   ========================================================== */

.po-footer {
    padding: 26px 20px;
    text-align: center;
    background: #fff;
    border-top: 1px solid var(--po-border);
}

.po-footer p {
    margin: 0;
    color: #333;
    font-size: 12px;
    letter-spacing: .5px;
}

/* ==========================================================
   MOBILNÍ MENU + TABLET
   ========================================================== */

.po-mobile-menu-toggle {
    display: none;
}

@media (max-width: 991.98px) {

    .container-header,
    .container-header.position-sticky.sticky-top {
        min-height: 72px !important;
        height: 72px !important;
        width: 100% !important;
        overflow: visible !important;
    }

    .container-header .navbar-brand {
        position: absolute !important;
        top: 22px !important;
        left: 45px !important;
        right: 78px !important;
        width: auto !important;
        max-width: calc(100vw - 125px) !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 1002;
    }

    .container-header .navbar-brand a {
        display: block;
        color: #fff;
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        letter-spacing: .4px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .po-mobile-menu-toggle {
        display: flex;
        position: absolute;
        top: 15px !important;
        right: 16px !important;
        width: 44px;
        height: 42px;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255,255,255,.8);
        background: rgba(0,0,0,.18);
        color: #fff;
        font-size: 27px;
        cursor: pointer;
        z-index: 1003;
    }

    .container-header .container-nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 72px 24px 25px !important;
        box-sizing: border-box;
        background: rgba(15,15,15,.96);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-15px);
        transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
        z-index: 1001;
    }

    .container-header.po-menu-open .container-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .container-header .mod-menu {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 0;
    }

    .container-header .mod-menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .container-header .mod-menu > li > a {
        display: block;
        width: 100%;
        padding: 14px 0;
        color: #fff;
        font-size: 16px;
    }

    .container-header .mod-menu > li:first-child > a {
        font-size: 0 !important;
    }

    .container-header .mod-menu > li:first-child > a::before {
        font-size: 22px;
    }

    .container-header.po-header-scrolled .navbar-brand a {
        color: #222 !important;
    }

    .container-header.po-header-scrolled .po-mobile-menu-toggle {
        color: #222;
        border-color: rgba(0,0,0,.35);
        background: rgba(255,255,255,.85);
    }

    /* HERO */
    .po-hero {
        height: 100svh;
        min-height: 620px;
    }

    .po-hero-item {
        padding: 86px 16px 36px;
    }

    .po-hero h1,
    .po-hero h2 {
        font-size: 28px;
        line-height: 1.28;
        letter-spacing: 1.2px;
        margin-bottom: 30px;
    }

    .po-hero-nemovitosti {
        background-position: 35% center;
    }

    .po-hero-movite {
        background-position: 65% center;
    }

    /* O MNĚ */
    .po-about {
        grid-template-columns: 1fr;
        max-width: 760px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .po-about-text {
        padding: 50px 0 35px;
    }

    .po-about-text h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .po-about-photo,
    .po-about-photo img {
        min-height: 0;
    }

    .po-about-photo img {
        height: auto;
    }

    /* HODNOTY */
    .po-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* SLUŽBY */
    .po-service-cover {
        min-height: 290px;
    }

    .po-service-cover-inner {
        padding: 75px 18px 0;
    }

    .po-service-cover h2 {
        font-size: 31px;
        margin-bottom: 32px;
    }

    .po-section-nav {
        gap: 8px;
        flex-wrap: wrap;
    }

    .po-section-nav a {
        padding: 11px 15px;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .po-dual-block {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 65px 22px;
    }

    .po-dual-column h3 {
        font-size: 25px;
    }

    .po-mini-columns {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* CENÍK */
    .po-price-photo {
        min-height: auto;
        padding: 65px 22px;
        background-attachment: scroll;
    }

    .po-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* SPOLUPRÁCE */
    .po-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* KONTAKT */
    .po-contact-photo {
        background-attachment: scroll;
    }

    .po-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ==========================================================
   MOBILY
   ========================================================== */

@media (max-width: 576px) {

    .po-values,
    .po-price-grid,
    .po-steps,
    .po-contact-grid {
        grid-template-columns: 1fr;
    }

    .po-value {
        border-right: 0;
        border-bottom: 1px solid var(--po-border);
    }

    .po-photo-heading h3 {
        font-size: 28px;
    }

    .po-price-card {
        min-height: 200px;
    }

    .po-contact-photo {
        padding: 65px 22px 50px;
    }
}

/* OMEZENÍ ANIMACÍ */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    .po-hero-nemovitosti {
        animation: none;
        opacity: 1;
        z-index: 2;
    }

    .po-hero-movite {
        animation: none;
        opacity: 0;
        z-index: 1;
    }
}
/* ==========================================================
   PARALLAX – ÚVODNÍ FOTO NEMOVITOSTI + MOVITÉ VĚCI
   ========================================================== */

@media (min-width: 992px) {
    .po-service-cover {
        background-attachment: fixed !important;
    }
}
/* ==========================================================
   FINÁLNÍ HORNÍ LIŠTA PO ODROLOVÁNÍ
   ========================================================== */

.container-header.po-header-scrolled,
.container-header.po-header-scrolled.position-sticky.sticky-top {
    background: #ffffff !important;
    opacity: 1 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.08) !important;
}

.container-header.po-header-scrolled .navbar-brand a,
.container-header.po-header-scrolled .mod-menu > li > a {
    color: #222222 !important;
}

.container-header.po-header-scrolled .mod-menu > li:first-child > a::before {
    color: #222222 !important;
}

/* ==========================================================
   FINÁLNÍ SJEDNOCENÍ – PODLE PŮVODNÍHO WEBU
   ========================================================== */

/* ----------------------------------------------------------
   HODNOTY – původní web: ikona + nadpis, bez popisných textů
   ---------------------------------------------------------- */

.po-values {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: #f7f7f7 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.po-value {
    position: relative;
    min-height: 235px;
    padding: 74px 28px 48px !important;
    border-right: 0 !important;
    text-align: center;
    box-sizing: border-box;
}

.po-value::before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    /* jednoduchá obrysová ikona palce nahoru v barvě původního webu */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 24 24' fill='none' stroke='%23FFD679' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 10v10H4a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h3Z'/%3E%3Cpath d='M7 18c2 0 3 2 6 2h4.2a2 2 0 0 0 1.95-1.55l1.35-6A2 2 0 0 0 18.55 10H14l.6-3.6A2.9 2.9 0 0 0 11.75 3L7 10'/%3E%3C/svg%3E");
}

.po-value h3 {
    margin: 0 !important;
    color: #222 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase;
}

.po-value p {
    display: none !important;
}


/* ----------------------------------------------------------
   SPOLUPRÁCE KROK ZA KROKEM – podle původního webu
   ---------------------------------------------------------- */

.po-reveal-section {
    padding: 125px 30px 105px !important;
    background: #ffffff !important;
    box-sizing: border-box;
}

.po-original-heading {
    max-width: 900px;
    margin: 0 auto 64px;
    text-align: center;
}

.po-original-heading h3 {
    margin: 0;
    color: #111111;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.po-original-heading h3 .po-gold {
    display: block;
    margin-bottom: 18px;
    color: var(--po-gold);
    font-weight: 300;
}

.po-original-steps {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 115px;
    row-gap: 54px;
}

.po-original-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 20px;
    align-items: start;
}

.po-original-number {
    color: var(--po-gold);
    font-size: 62px;
    font-weight: 300;
    line-height: .95;
}

.po-original-step p {
    margin: 2px 0 0;
    color: #8a8a8a;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.55 !important;
}


/* ----------------------------------------------------------
   PŘEDMĚT / ÚČEL – doplňky
   ---------------------------------------------------------- */

.po-dual-column > p {
    margin: 24px 0 12px;
    color: var(--po-text);
    font-size: 17px;
    line-height: 1.7;
}

.po-dual-column h4 {
    margin: 26px 0 14px;
    color: #222;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .5px;
}

.po-equipment-list {
    margin-top: 0;
}


/* ----------------------------------------------------------
   KONTAKT – finální rozložení
   ---------------------------------------------------------- */

.po-contact-grid {
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1.55fr .75fr 1.25fr 1.15fr !important;
    gap: 30px !important;
    align-items: start;
}

.po-contact-item {
    min-width: 0;
    text-align: center;
}

.po-contact-item h3 {
    margin: 0 0 14px !important;
    color: var(--po-gold) !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
}

.po-contact-item p,
.po-contact-item p a,
.po-contact-item a {
    color: #f0f0f0 !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
    font-weight: 300 !important;
    text-decoration: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.po-contact-item a[href^="mailto:"],
.po-contact-item a[href^="tel:"] {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
}



/* ----------------------------------------------------------
   TABLET
   ---------------------------------------------------------- */

@media (max-width: 991.98px) {

    .po-reveal-section {
        padding: 88px 22px 75px !important;
    }

    .po-original-heading {
        margin-bottom: 48px;
    }

    .po-original-heading h3 {
        font-size: 31px;
    }

    .po-original-steps {
        max-width: 700px;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .po-original-step {
        grid-template-columns: 56px 1fr;
        gap: 18px;
    }

    .po-original-number {
        font-size: 52px;
    }

    .po-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 34px 24px !important;
    }
}


/* ----------------------------------------------------------
   MOBIL
   ---------------------------------------------------------- */

@media (max-width: 576px) {

    .po-values {
        grid-template-columns: 1fr !important;
    }

    .po-value {
        min-height: 175px;
        padding: 45px 20px 35px !important;
    }

    .po-value::before {
        margin-bottom: 18px;
    }

    .po-reveal-section {
        padding: 72px 20px 62px !important;
    }

    .po-original-heading h3 {
        font-size: 27px;
    }

    .po-original-step {
        grid-template-columns: 48px 1fr;
        gap: 14px;
    }

    .po-original-number {
        font-size: 46px;
    }

    .po-original-step p {
        font-size: 16px !important;
    }

    .po-contact-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .po-contact-item p,
    .po-contact-item p a,
    .po-contact-item a {
        font-size: 16px !important;
    }
}


/* ==========================================================
   V5 – VĚTŠÍ TYPOGRAFIE VE VYBRANÝCH SEKcÍCH
   Porovnáno s původním webem; desktop.
   ========================================================== */

@media (min-width: 992px) {

    /* Hodnoty */
    .po-value h3 {
        font-size: 19px !important;
        letter-spacing: 1.9px !important;
    }

    /* Úvodní obrazové bloky Nemovitosti / Movité věci */
    .po-service-small,
    .po-service-small-light {
        font-size: 14px !important;
        letter-spacing: 3.2px !important;
    }

    .po-service-cover h2 {
        font-size: 52px !important;
        line-height: 1.16 !important;
    }

    .po-section-nav a {
        font-size: 14px !important;
        padding: 14px 24px !important;
    }

    /* Spolupráce – nadpisy a text kroků */
    .po-original-heading h3 {
        font-size: 43px !important;
        line-height: 1.18 !important;
    }

    .po-original-heading h3 .po-gold {
        font-size: 40px !important;
    }

    .po-original-number {
        font-size: 68px !important;
    }

    .po-original-step p {
        font-size: 19px !important;
        line-height: 1.58 !important;
    }

    /* Kontakt */
    .po-contact-heading h2 {
        font-size: 48px !important;
    }

    .po-contact-item h3 {
        font-size: 15px !important;
        letter-spacing: 1.7px !important;
    }

    .po-contact-item p,
    .po-contact-item p a,
    .po-contact-item a {
        font-size: 19px !important;
        line-height: 1.55 !important;
    }
}


/* ==========================================================
   V6 – SPOLUPRÁCE: KOMPAKTNÍ NADPIS JAKO NA PŮVODNÍM WEBU
   ========================================================== */

@media (min-width: 992px) {
    .po-original-heading {
        margin: 0 auto 58px !important;
    }

    .po-original-heading h3 {
        font-size: 39px !important;
        line-height: 1.08 !important;
        letter-spacing: 1.5px !important;
    }

    .po-original-heading h3 .po-gold {
        display: block !important;
        margin: 0 0 4px !important;
        font-size: 39px !important;
        line-height: 1.08 !important;
    }

    /* HTML obsahuje mezi oběma řádky <br>; odstraníme jeho dodatečnou výšku */
    .po-original-heading h3 br {
        display: none !important;
    }
}


/* ==========================================================
   O MNĚ – FINÁLNÍ DESKTOP DOLADĚNÍ
   ========================================================== */

@media (min-width: 992px) {
    .po-about {
        min-height: 640px;
    }

    .po-about-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


/* ==========================================================
   ANIMACE OBSAHU
   Scroll animace nyní řídí výhradně user.js.
   Tím se zabrání konfliktu s dřívější CSS scroll animací.
   ========================================================== */

.po-reveal {
    opacity: 1;
    transform: none;
    animation: none !important;
    animation-timeline: auto !important;
}

@media (prefers-reduced-motion: reduce) {
    .po-reveal {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}


/* ==========================================================
   NEMOVITOSTI / MOVITÉ – OBRAZOVÝ ÚVOD, DOLADĚNÍ DESKTOP
   ========================================================== */
@media (min-width: 992px) {
    .po-service-cover {
        min-height: 410px !important;
        align-items: center !important;
    }
    .po-service-cover-inner {
        padding: 58px 30px 0 !important;
    }
    .po-service-cover h2 {
        margin-bottom: 34px !important;
    }
    .po-section-nav {
        margin-bottom: 0 !important;
    }
}


/* ==========================================================
   V3 – SPOLUPRÁCE / KROK ZA KROKEM
   Kompaktnější a výraznější desktopové rozložení.
   Platí shodně pro nemovitosti i movité věci.
   ========================================================== */

@media (min-width: 992px) {

    .po-reveal-section {
        padding-top: 92px !important;
        padding-bottom: 82px !important;
    }

    .po-original-heading {
        margin-bottom: 46px !important;
    }

    .po-original-heading h3 {
        font-size: 39px !important;
        line-height: 1.06 !important;
    }

    .po-original-heading h3 .po-gold {
        margin-bottom: 5px !important;
        font-size: 39px !important;
        line-height: 1.06 !important;
    }

    .po-original-steps {
        max-width: 1040px !important;
        column-gap: 90px !important;
        row-gap: 38px !important;
    }

    .po-original-step {
        grid-template-columns: 72px 1fr !important;
        gap: 18px !important;
        align-items: start !important;
    }

    .po-original-number {
        font-size: 72px !important;
        line-height: .9 !important;
        font-weight: 300 !important;
    }

    .po-original-step p {
        margin-top: 0 !important;
        font-size: 18px !important;
        line-height: 1.52 !important;
    }
}


/* ==========================================================
   V4 – KONTRAST TEXTŮ A JEMNÉ INTERAKCE
   Animace při scrollování zůstává řízena user.js.
   ========================================================== */

@media (min-width: 992px) {

    /* Spolupráce – o něco čitelnější text bez změny rozložení */
    .po-original-step p {
        color: #666 !important;
    }

    .po-original-number {
        color: var(--po-gold) !important;
    }

    /* Předmět / Účel – zvýšení čitelnosti */
    .po-dual-column p,
    .po-dual-column li {
        color: #666 !important;
    }

    /* O mně – zachování jemného, ale lépe čitelného odstínu */
    .po-about-text p {
        color: #707070 !important;
    }
}


/* ==========================================================
   TLAČÍTKA – JEMNÝ HOVER
   ========================================================== */

.po-order-button,
.po-section-nav a,
.po-hero-button {
    transition:
        background-color .35s ease,
        color .35s ease,
        border-color .35s ease,
        transform .35s ease !important;
}

.po-order-button:hover,
.po-order-button:focus-visible {
    background: var(--po-gold) !important;
    border-color: var(--po-gold) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.po-section-nav a:hover,
.po-section-nav a:focus-visible {
    background: rgba(255,255,255,.16) !important;
    border-color: #fff !important;
    color: #fff !important;
}

.po-hero-button:hover,
.po-hero-button:focus-visible {
    background: rgba(255,255,255,.14) !important;
    border-color: #fff !important;
    color: #fff !important;
    transform: translateY(-2px);
}


/* ==========================================================
   PŘÍSTUPNOST – OMEZENÍ POHYBU
   ========================================================== */

@media (prefers-reduced-motion: reduce) {
    .po-order-button,
    .po-section-nav a,
    .po-hero-button {
        transition: none !important;
        transform: none !important;
    }
}
/* =========================================================
   HORNÍ MENU – PODTRŽENÍ PŘI NAJETÍ MYŠÍ
   podle původního webu
   ========================================================= */

@media (min-width: 992px) {

    .container-header .mod-menu > li > a {
        position: relative;
        text-decoration: none !important;
    }

    .container-header .mod-menu > li > a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -8px;
        width: 0;
        height: 1px;
        background: currentColor;
        transform: translateX(-50%);
        transition: width 0.30s ease;
    }

    .container-header .mod-menu > li > a:hover::after,
    .container-header .mod-menu > li > a:focus::after {
        width: 100%;
    }
}
/* =========================================================
   MENU – HOVER PODTRŽENÍ I PO SCROLLOVÁNÍ
   ========================================================= */

@media (min-width: 992px) {

    .container-header .mod-menu > li > a,
    .po-header-scrolled .mod-menu > li > a {
        position: relative !important;
        text-decoration: none !important;
    }

    .container-header .mod-menu > li > a::after,
    .po-header-scrolled .mod-menu > li > a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -8px;
        width: 0;
        height: 1px;
        background-color: currentColor;
        transform: translateX(-50%);
        transition: width 0.30s ease;
        opacity: 1;
        display: block;
    }

    .container-header .mod-menu > li > a:hover::after,
    .container-header .mod-menu > li > a:focus::after,
    .po-header-scrolled .mod-menu > li > a:hover::after,
    .po-header-scrolled .mod-menu > li > a:focus::after {
        width: 100%;
    }
}
/* ==========================================================
   MOBILNÍ MENU – BÍLÝ TEXT I PO ODROLOVÁNÍ
   ========================================================== */

@media (max-width: 991px) {

    .container-header.po-menu-open .mod-menu > li > a,
    .container-header.po-header-scrolled.po-menu-open .mod-menu > li > a {
        color: #ffffff !important;
    }

    .container-header.po-menu-open .mod-menu > li:first-child > a::before,
    .container-header.po-header-scrolled.po-menu-open .mod-menu > li:first-child > a::before {
        color: #ffffff !important;
    }
}

/* ==========================================================
   MOBILNÍ MENU – NÁZEV WEBU BÍLÝ I PO ODROLOVÁNÍ
   ========================================================== */

@media (max-width: 991px) {

    .container-header.po-menu-open .navbar-brand a,
    .container-header.po-header-scrolled.po-menu-open .navbar-brand a {
        color: #ffffff !important;
    }
}
/* ==========================================================
   SEO STRÁNKA – OCEŇOVÁNÍ MOVITÝCH VĚCÍ
   ========================================================== */

.po-service-page {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* HERO */

.po-service-hero {
    position: relative;
    width: 100vw;
    min-height: 410px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.po-service-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.32);
}

.po-service-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 105px 30px 60px;
    text-align: center;
}

.po-service-hero .po-eyebrow {
    margin: 0 0 14px;
    color: rgba(255,255,255,.85);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.po-service-hero h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 1px;
}

.po-service-lead {
    max-width: 720px;
    margin: 0 auto !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
}


/* SPOLEČNÝ KONTEJNER */

.po-service-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}


/* ÚVOD */

.po-service-intro {
    padding: 70px 0;
    background: #fff;
}

.po-service-intro p {
    max-width: 900px;
    margin: 0 auto 20px;
    color: #6f6f6f;
    font-size: 17px;
    line-height: 1.75;
}


/* OBECNÉ SEKCE */

.po-service-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 75px 0;
    background: #fff;
}

.po-service-section.po-light {
    background: #f7f7f7;
}

.po-section-kicker {
    margin: 0 0 9px !important;
    color: var(--po-gold) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.po-service-section h2 {
    margin: 0 0 38px;
    color: #222;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.25;
}


/* ČTYŘI OBLASTI OCENĚNÍ */

.po-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.po-service-card {
    padding: 34px;
    background: #fff;
    border: 1px solid #e7e7e7;
}

.po-service-card h3 {
    margin: 0 0 16px;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.po-service-card h3::after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin-top: 14px;
    background: var(--po-gold);
}

.po-service-card p {
    margin: 0;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.7;
}


/* ÚČEL + FORMA VÝSTUPU */

.po-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.po-check-list {
    margin: 0;
    padding-left: 20px;
}

.po-check-list li {
    margin-bottom: 12px;
    color: #666;
    font-size: 17px;
    line-height: 1.6;
}

.po-info-box {
    padding: 36px;
    background: #f7f7f7;
    border-left: 3px solid var(--po-gold);
}

.po-info-box h2 {
    margin-bottom: 22px;
    font-size: 29px;
}

.po-info-box p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}


/* POSTUP */

.po-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.po-process-item span {
    display: block;
    margin-bottom: 18px;
    color: var(--po-gold);
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
}

.po-process-item p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}


/* KONTAKT */

.po-service-contact {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 80px 30px 70px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
}

.po-service-contact-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.40);
}

.po-service-contact-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.po-service-contact .po-eyebrow {
    margin: 0 0 12px;
    color: var(--po-gold);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.po-service-contact h2 {
    margin: 0 0 55px;
    color: #fff;
    font-size: 42px;
    font-weight: 400;
}

.po-service-contact .po-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr 1.55fr .75fr 1.25fr 1.15fr !important;
    gap: 28px !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
}

.po-service-contact .po-contact-grid strong {
    display: block;
    margin-bottom: 12px;
    color: var(--po-gold);
    font-size: 14px;
    letter-spacing: 1.4px;
}

.po-service-contact .po-contact-grid span,
.po-service-contact .po-contact-grid a {
    display: block;
    color: #f0f0f0 !important;
    font-size: 17px;
    line-height: 1.55;
    text-decoration: none !important;
}


/* TABLET */

@media (max-width: 991px) {

    .po-service-grid,
    .po-two-columns {
        grid-template-columns: 1fr;
    }

    .po-process-grid {
        grid-template-columns: 1fr 1fr;
    }

    .po-service-contact .po-contact-grid {
        grid-template-columns: 1fr 1fr !important;
    }
}


/* MOBIL */

@media (max-width: 576px) {

    .po-service-hero {
        min-height: 390px;
        background-position: 62% center;
    }

    .po-service-hero-inner {
        padding: 100px 20px 50px;
    }

    .po-service-hero h1 {
        font-size: 31px;
    }

    .po-service-lead {
        font-size: 16px !important;
    }

    .po-service-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .po-service-intro,
    .po-service-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .po-service-section h2 {
        font-size: 28px;
    }

    .po-service-card {
        padding: 26px 24px;
    }

    .po-process-grid {
        grid-template-columns: 1fr;
    }

    .po-process-item {
        display: grid;
        grid-template-columns: 55px 1fr;
        gap: 14px;
    }

    .po-process-item span {
        margin: 0;
        font-size: 42px;
    }

    .po-service-contact {
        padding: 65px 20px 55px;
    }

    .po-service-contact h2 {
        font-size: 31px;
        margin-bottom: 40px;
    }

    .po-service-contact .po-contact-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }
}
/* ======================================================
   KONTAKTNÍ FORMULÁŘ
   ====================================================== */

/* Nadpis NEZÁVAZNÁ POPTÁVKA */
.po-contact-form h3 {
    font-size: 18px;
    line-height: 1.3;
    margin: 28px 0 14px;
    color: #FFD679;
    font-weight: 600;
}

/* Průhledné pozadí formuláře */
.po-contact-form .convertforms,
.po-contact-form .cf-form-wrap,
.po-contact-form form {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Popisky polí zlatě */
.po-contact-form label,
.po-contact-form .cf-control-label {
    color: #FFD679 !important;
    font-weight: 600;
}

/* Samotná vstupní pole */
.po-contact-form input,
.po-contact-form textarea,
.po-contact-form select {
    background: rgba(255,255,255,0.12) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.55) !important;
    box-shadow: none !important;
}

/* Text při psaní */
.po-contact-form input:focus,
.po-contact-form textarea:focus,
.po-contact-form select:focus {
    background: rgba(255,255,255,0.18) !important;
    color: #ffffff !important;
    border-color: #FFD679 !important;
    outline: none !important;
}

/* Tlačítko */
.po-contact-form button,
.po-contact-form input[type="submit"] {
    background: #FFD679 !important;
    color: #111111 !important;
    border: none !important;
    font-weight: 600;
}
/* ======================================================
   KONTAKTNÍ FORMULÁŘ – FINÁLNÍ VZHLED
   ====================================================== */

/* Celý Convert Forms bez bílého panelu */
.po-contact-form .convertforms,
.po-contact-form .convertforms *,
.po-contact-form .cf-form-wrap,
.po-contact-form .cf-form,
.po-contact-form form,
.po-contact-form .cf-fields,
.po-contact-form .cf-field {
    box-shadow: none !important;
}

/* odstranění bílého pozadí obalu formuláře */
.po-contact-form .convertforms,
.po-contact-form .cf-form-wrap,
.po-contact-form .cf-form,
.po-contact-form form {
    background-color: transparent !important;
}

/* NEZÁVAZNÁ POPTÁVKA */
.po-contact-form > h3 {
    margin: 30px 0 16px !important;
    color: #FFD679 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
}

/* všechny popisky */
.po-contact-form label,
.po-contact-form .cf-control-label,
.po-contact-form .cf-label {
    color: #FFD679 !important;
    font-weight: 500 !important;
}

/* políčka */
.po-contact-form input:not([type="submit"]),
.po-contact-form textarea,
.po-contact-form select {
    background: rgba(255,255,255,.10) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,.55) !important;
    box-shadow: none !important;
}

/* aktivní políčko */
.po-contact-form input:not([type="submit"]):focus,
.po-contact-form textarea:focus,
.po-contact-form select:focus {
    background: rgba(255,255,255,.15) !important;
    border-color: #FFD679 !important;
    outline: none !important;
}
/* Menší a decentnější tlačítko ODESLAT POPTÁVKU */
.po-contact-form button,
.po-contact-form input[type="submit"] {
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    padding: 9px 16px !important;
    min-height: auto !important;
    width: auto !important;
}