﻿:root {
    --navy: #02172f;
    --navy-2: #06264a;
    --navy-3: #001125;
    --gold: #f5b400;
    --gold-2: #ffca26;
    --ink: #06152d;
    --muted: #5f6b7a;
    --line: #dfe4eb;
    --white: #ffffff;
    --shadow: 0 16px 35px rgba(4, 20, 42, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: #ffffff;
    color: var(--ink);
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    line-height: 1.45;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; fill: currentColor; flex: 0 0 auto; }
.pontott-wrap { width: min(1120px, calc(100% - 64px)); margin: 0 auto; }
.pontott-site { overflow: hidden; }

.pontott-topbar {
    background: #001021;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}
.pontott-topbar__inner,
.pontott-topbar__contacts,
.pontott-topbar__social {
    display: flex;
    align-items: center;
}
.pontott-topbar__inner { justify-content: space-between; min-height: 36px; }
.pontott-topbar__contacts { gap: 24px; }
.pontott-topbar__contacts a,
.pontott-topbar__contacts span { display: inline-flex; align-items: center; gap: 7px; }
.pontott-topbar svg { color: var(--gold); font-size: 15px; }
.pontott-topbar__social { gap: 20px; font-weight: 900; }

.pontott-header {
    background: rgba(3, 23, 45, 0.98);
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
.pontott-header__inner {
    display: grid;
    grid-template-columns: 190px 1fr auto;
    align-items: center;
    min-height: 74px;
    gap: 24px;
}
.pontott-brand img,
.pontott-footer-brand img { width: 168px; height: auto; }
.pontott-primary-nav,
.pontott-primary-nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}
.pontott-primary-nav__list,
.pontott-footer-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pontott-primary-nav__list li,
.pontott-footer-menu__list li { margin: 0; padding: 0; }
.pontott-primary-nav a { position: relative; padding: 26px 0; display: inline-flex; }
.pontott-primary-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 0;
    height: 3px;
    background: var(--gold);
    transform: translateX(-50%);
    transition: width 0.2s ease;
}
.pontott-primary-nav a:hover::after,
.pontott-primary-nav .is-active::after { width: 30px; }
.pontott-primary-nav .is-active { color: var(--gold); }
.pontott-header-cta,
.pontott-btn {
    border: 0;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 27px;
    text-transform: uppercase;
    font-weight: 950;
    letter-spacing: 0;
    cursor: pointer;
}
.pontott-header-cta,
.pontott-btn--gold {
    background: linear-gradient(180deg, var(--gold-2), var(--gold));
    color: #08182f;
    box-shadow: 0 8px 18px rgba(245, 180, 0, 0.3);
}
.pontott-btn--outline {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #ffffff;
    gap: 10px;
    box-shadow: none;
}
.pontott-nav-toggle {
    display: none;
    width: 44px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    background: transparent;
    padding: 9px;
}
.pontott-nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #ffffff;
}

.pontott-hero {
    background:
        radial-gradient(circle at 8% 20%, rgba(0, 85, 154, 0.24), transparent 27%),
        linear-gradient(115deg, var(--navy-3) 0%, var(--navy) 43%, #ffffff 43.2%, #ffffff 44%, var(--navy-2) 44.2%, var(--navy) 100%);
    color: #ffffff;
    min-height: 458px;
}
.pontott-hero__grid {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: stretch;
}
.pontott-hero__content { padding: 30px 0 36px; position: relative; z-index: 2; }
.pontott-hero__logo { width: min(390px, 100%); margin-bottom: 7px; }
.pontott-hero h1 {
    color: var(--gold);
    font-size: 18px;
    margin: 0 0 30px 90px;
    text-transform: uppercase;
    font-weight: 950;
}
.pontott-hero-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin: 0 0 22px;
    max-width: 500px;
}
.pontott-hero-icons div {
    min-height: 90px;
    padding: 0 12px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 10px;
    text-align: center;
    border-right: 2px solid rgba(245, 180, 0, 0.65);
}
.pontott-hero-icons div:last-child { border-right: 0; }
.pontott-hero-icons svg { color: var(--gold); font-size: 42px; }
.pontott-hero-icons span {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 950;
    line-height: 1.15;
}
.pontott-hero__building {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 900;
}
.pontott-hero__building strong { color: var(--gold); }
.pontott-hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.pontott-hero-actions .pontott-btn { min-width: 218px; }
.pontott-hero__visual {
    align-self: stretch;
    min-height: 370px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.pontott-hero__visual img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.08) contrast(1.04);
}

.pontott-trust { background: linear-gradient(180deg, var(--navy) 0 50%, #ffffff 50%); }
.pontott-trust__bar {
    background: linear-gradient(180deg, #082a51, #061c38);
    color: #ffffff;
    border-radius: 12px;
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 94px;
    overflow: hidden;
}
.pontott-trust article {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.pontott-trust article:last-child { border-right: 0; }
.pontott-trust svg { color: var(--gold); font-size: 43px; }
.pontott-trust h2 {
    font-size: 16px;
    margin: 0 0 4px;
    text-transform: uppercase;
}
.pontott-trust p { margin: 0; font-size: 12px; line-height: 1.25; color: rgba(255, 255, 255, 0.88); }

.pontott-section { padding: 38px 0 16px; background: #ffffff; }
.pontott-section-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 1;
    margin: 0 0 34px;
    font-weight: 950;
    letter-spacing: 0;
    color: #06152d;
    position: relative;
}
.pontott-section-title::after {
    content: "";
    width: 54px;
    height: 3px;
    background: var(--gold);
    display: block;
    margin: 13px auto 0;
}
.pontott-service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}
.pontott-service-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 7px;
    box-shadow: 0 10px 28px rgba(8, 24, 47, 0.12);
    overflow: hidden;
}
.pontott-service-card img {
    height: 130px;
    width: 100%;
    object-fit: cover;
}
.pontott-service-card__body { padding: 20px 18px 19px; }
.pontott-service-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    margin: 0 0 13px;
    font-size: 16px;
    line-height: 1.05;
    text-transform: uppercase;
    font-weight: 950;
}
.pontott-service-card h3 svg { color: var(--gold); font-size: 24px; }
.pontott-service-card ul {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    font-size: 13px;
    color: #17243a;
}
.pontott-service-card li { margin: 8px 0; }
.pontott-service-card li::before { content: "âœ“"; margin-right: 7px; font-weight: 900; color: #071f3d; }
.pontott-service-card a {
    border: 1px solid #9ca7b6;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 950;
}

.pontott-building-types { padding-top: 16px; }
.pontott-building-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.pontott-building-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(8, 24, 47, 0.12);
    background: #f3f5f8;
}
.pontott-building-card img {
    width: 100%;
    height: 132px;
    object-fit: cover;
}
.pontott-building-card div {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    background: rgba(255, 255, 255, 0.94);
    text-transform: uppercase;
    font-weight: 950;
}
.pontott-building-card span {
    width: 44px;
    height: 44px;
    margin-top: -28px;
    background: var(--navy);
    color: var(--gold);
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pontott-building-card svg { font-size: 22px; }
.pontott-building-note { text-align: center; margin: 18px 0 0; font-size: 17px; }

.pontott-gallery { padding-top: 18px; padding-bottom: 28px; }
.pontott-gallery-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    position: relative;
}
.pontott-before-after {
    --split: 50%;
    position: relative;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(8, 24, 47, 0.14);
    background: #ddd;
}
.pontott-before-after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pontott-before-after::after {
    content: "";
    position: absolute;
    inset: 0 0 0 var(--split);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: brightness(1.12) saturate(1.15);
}
.pontott-before-after__line {
    position: absolute;
    left: var(--split);
    top: 0;
    bottom: 0;
    width: 3px;
    background: #ffffff;
    transform: translateX(-50%);
    z-index: 3;
}
.pontott-before-after button {
    position: absolute;
    left: var(--split);
    top: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: var(--navy);
    transform: translate(-50%, -50%);
    z-index: 4;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
}
.pontott-before-after button::before { content: "â€¹â€º"; font-weight: 900; }
.pontott-before-after__tag {
    position: absolute;
    bottom: 8px;
    z-index: 5;
    background: #ffffff;
    color: #111;
    border-radius: 4px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 900;
}
.pontott-before-after__tag.before { left: 8px; }
.pontott-before-after__tag.after { right: 8px; }

.pontott-stats {
    background: linear-gradient(180deg, #062b54, #031a36);
    color: #ffffff;
    padding: 25px 0;
}
.pontott-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.pontott-stats article {
    display: grid;
    grid-template-columns: 58px auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 18px;
    padding: 0 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.pontott-stats article:last-child { border-right: 0; }
.pontott-stats svg {
    grid-row: 1 / 3;
    color: var(--gold);
    font-size: 50px;
}
.pontott-stats strong {
    font-size: 40px;
    line-height: 0.95;
    font-weight: 950;
}
.pontott-stats span { font-size: 14px; }

.pontott-contact {
    background: linear-gradient(90deg, var(--navy) 0 40%, #ffffff 40% 81%, var(--navy) 81%);
    color: #ffffff;
}
.pontott-contact__grid {
    display: grid;
    grid-template-columns: 39% 42% 19%;
    min-height: 305px;
}
.pontott-contact__info {
    padding: 32px 32px 26px 0;
    position: relative;
    overflow: hidden;
}
.pontott-contact__info h2 {
    margin: 0 0 16px;
    text-transform: uppercase;
    font-size: 31px;
    line-height: 1.05;
}
.pontott-contact__info p { margin: 0 0 22px; font-size: 16px; max-width: 390px; }
.pontott-contact__info ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 2px;
    display: grid;
    gap: 13px;
    font-size: 20px;
    position: relative;
    z-index: 2;
}
.pontott-contact__info li { display: flex; align-items: center; gap: 14px; }
.pontott-contact__info svg { color: var(--gold); font-size: 23px; }
.pontott-contact__info img {
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 225px;
    opacity: 0.62;
}
.pontott-contact-form {
    background: #ffffff;
    padding: 31px 28px;
    color: var(--ink);
    display: grid;
    align-content: center;
    gap: 16px;
}
.pontott-contact-form div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.pontott-contact-form label { display: grid; gap: 5px; }
.pontott-contact-form span {
    position: absolute;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    width: 1px;
}
.pontott-contact-form input,
.pontott-contact-form select,
.pontott-contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    min-height: 48px;
    padding: 0 17px;
    font: inherit;
    color: var(--ink);
    background: #ffffff;
}
.pontott-contact-form textarea { padding-top: 16px; resize: vertical; }
.pontott-contact-form button { width: 100%; }
.pontott-contact__side {
    padding: 36px 0 24px 30px;
    text-align: center;
    display: grid;
    align-content: center;
    justify-items: center;
}
.pontott-contact__side svg { color: var(--gold); font-size: 68px; margin-bottom: 14px; }
.pontott-contact__side h3 {
    margin: 0 0 13px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
}
.pontott-contact__side p { margin: 0 0 20px; }
.pontott-whatsapp {
    background: #1db954;
    color: #ffffff;
    border-radius: 7px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    font-weight: 900;
}

.pontott-footer {
    background: #061a35;
    color: #ffffff;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}
.pontott-footer__inner {
    min-height: 86px;
    display: grid;
    grid-template-columns: 220px 1fr auto;
    align-items: center;
    gap: 20px;
}
.pontott-footer-menu,
.pontott-footer-menu__list {
    display: flex;
    justify-content: center;
    gap: 38px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}
.pontott-footer__inner p { margin: 0; font-size: 13px; white-space: nowrap; }
.pontott-back-top {
    position: absolute;
    right: 44px;
    bottom: 26px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 900;
}

@media (max-width: 1050px) {
    .pontott-wrap { width: min(100% - 34px, 1120px); }
    .pontott-header__inner { grid-template-columns: 160px auto 48px; }
    .pontott-brand img { width: 150px; }
    .pontott-header-cta { display: none; }
    .pontott-nav-toggle { display: block; justify-self: end; }
    .pontott-primary-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 74px;
        display: none;
        background: #061a35;
        padding: 18px;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
    }
    .pontott-primary-nav__list {
        flex-direction: column;
        gap: 0;
    }
    .pontott-primary-nav.is-open,
    .pontott-primary-nav.is-open ul { display: flex; }
    .pontott-primary-nav a { padding: 13px 0; }
    .pontott-hero__grid { grid-template-columns: 1fr; }
    .pontott-hero { background: linear-gradient(180deg, var(--navy-3), var(--navy)); }
    .pontott-hero__visual { min-height: 260px; margin: 0 -17px; }
    .pontott-trust__bar,
    .pontott-service-grid { grid-template-columns: repeat(2, 1fr); }
    .pontott-trust article:nth-child(2n),
    .pontott-stats article:nth-child(2n) { border-right: 0; }
    .pontott-building-grid,
    .pontott-stats__grid,
    .pontott-gallery-row { grid-template-columns: repeat(2, 1fr); }
    .pontott-contact { background: var(--navy); }
    .pontott-contact__grid { grid-template-columns: 1fr; }
    .pontott-contact__info { padding-right: 0; }
    .pontott-contact-form { border-radius: 10px; margin: 0 0 20px; }
    .pontott-contact__side { padding: 24px 0 34px; }
    .pontott-footer__inner { grid-template-columns: 1fr; justify-items: center; padding: 22px 0; }
    .pontott-footer-menu { flex-wrap: wrap; gap: 18px 28px; }
}

@media (max-width: 640px) {
    .pontott-topbar__inner,
    .pontott-topbar__contacts {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
    .pontott-topbar__inner { padding: 9px 0; }
    .pontott-topbar__social { display: none; }
    .pontott-hero__content { padding-top: 24px; }
    .pontott-hero h1 { margin-left: 0; font-size: 17px; }
    .pontott-hero-icons { grid-template-columns: repeat(2, 1fr); }
    .pontott-hero-icons div { border: 0; border-bottom: 1px solid rgba(245, 180, 0, 0.4); }
    .pontott-hero__building { font-size: 20px; }
    .pontott-hero-actions .pontott-btn { width: 100%; }
    .pontott-trust__bar,
    .pontott-service-grid,
    .pontott-building-grid,
    .pontott-stats__grid,
    .pontott-gallery-row,
    .pontott-contact-form div { grid-template-columns: 1fr; }
    .pontott-trust article,
    .pontott-stats article { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
    .pontott-trust article:last-child,
    .pontott-stats article:last-child { border-bottom: 0; }
    .pontott-section-title { font-size: 26px; }
    .pontott-stats article { padding: 14px 20px; }
    .pontott-contact__info h2 { font-size: 26px; }
    .pontott-contact__info ul { font-size: 17px; }
    .pontott-contact__info img { opacity: 0.3; }
    .pontott-footer-menu { font-size: 12px; }
    .pontott-back-top { right: 18px; bottom: 20px; }
}

.pontott-content{font-size:18px;line-height:1.7;padding:30px 0 60px}.pontott-company-name{font-weight:900;color:#f5b400}.pontott-primary-nav__list,.pontott-footer-menu__list{list-style:none;margin:0;padding:0;display:flex;gap:inherit;align-items:center;justify-content:center}.pontott-primary-nav .menu-item a,.pontott-footer-menu .menu-item a{color:inherit}

.pontott-contractor-search {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 14px;
    margin: 0 0 26px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(8, 24, 47, 0.1);
}
.pontott-contractor-search label { display: grid; gap: 6px; font-weight: 900; }
.pontott-contractor-search select { min-height: 46px; border: 1px solid var(--line); border-radius: 6px; padding: 0 12px; }
.pontott-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.pontott-archive-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 28px rgba(8, 24, 47, 0.1);
}
.pontott-archive-card img { width: 100%; height: 210px; object-fit: cover; }
.pontott-archive-card h2 { margin: 18px 18px 8px; font-size: 22px; }
.pontott-archive-card p { margin: 0 18px 20px; color: var(--muted); }
.pontott-single > img { width: 100%; max-height: 460px; object-fit: cover; border-radius: 8px; margin-bottom: 28px; }

@media (max-width: 760px) {
    .pontott-contractor-search,
    .pontott-archive-grid {
        grid-template-columns: 1fr;
    }
}

