/* PhotoDrone final overrides for template conflicts. */
@font-face {
    font-display: swap;
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

/* Consentimento de cookies */
.photodrone-cookie-banner {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(8, 24, 51, 0.13);
    border-radius: 12px;
    bottom: 16px;
    box-shadow: 0 14px 38px rgba(8, 24, 51, 0.2);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    left: 50%;
    max-width: 980px;
    padding: 14px 16px;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    z-index: 10050;
}

.photodrone-cookie-banner[hidden] {
    display: none;
}

.photodrone-cookie-copy {
    color: #071731;
    max-width: 650px;
}

.photodrone-cookie-copy strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 3px;
}

.photodrone-cookie-copy p {
    color: #42506a;
    font-size: 12px;
    line-height: 1.55;
    margin: 0;
}

.photodrone-cookie-policy-link {
    color: #1769d2;
    font-weight: 700;
    margin-left: 3px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.photodrone-cookie-policy-link:hover {
    color: #0b4da7;
}

.photodrone-cookie-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.photodrone-cookie-button {
    border: 1px solid #0a1934;
    border-radius: 9px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    min-height: 36px;
    min-width: 88px;
    padding: 7px 14px;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.photodrone-cookie-button:hover {
    transform: translateY(-1px);
}

.photodrone-cookie-button:focus-visible {
    outline: 3px solid rgba(225, 177, 60, 0.5);
    outline-offset: 3px;
}

.photodrone-cookie-button-primary {
    background: #e1b13c;
    border-color: #e1b13c;
    color: #071731;
}

.photodrone-cookie-button-primary:hover {
    background: #f0c655;
    border-color: #f0c655;
}

.photodrone-cookie-button-secondary {
    background: #ffffff;
    color: #0a1934;
}

.photodrone-cookie-button-secondary:hover {
    background: #0a1934;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .photodrone-cookie-banner {
        align-items: stretch;
        bottom: 8px;
        flex-direction: column;
        gap: 12px;
        padding: 15px;
        width: calc(100% - 16px);
    }

    .photodrone-cookie-actions {
        width: 100%;
    }

    .photodrone-cookie-button {
        flex: 1 1 50%;
        min-height: 40px;
        min-width: 0;
    }
}

/* Política de Privacidade */
.photodrone-privacy-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(225, 177, 60, 0.17), transparent 26%),
        #07152c;
    color: #ffffff;
    padding: 190px 0 92px;
}

.photodrone-privacy-hero .container {
    max-width: 1080px;
}

.photodrone-privacy-eyebrow {
    color: #e1b13c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.photodrone-privacy-hero h1 {
    color: #ffffff;
    font-family: var(--font-title, "Uniwars", sans-serif);
    font-size: clamp(38px, 6vw, 68px);
    line-height: 1.08;
    margin: 0 0 20px;
}

.photodrone-privacy-hero > .container > p:not(.photodrone-privacy-eyebrow) {
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.65;
    margin: 0 0 18px;
    max-width: 720px;
}

.photodrone-privacy-hero span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
}

.photodrone-privacy-content {
    background: #f7f8fb;
    color: #17243b;
    padding: 88px 0 110px;
}

.photodrone-privacy-content .container {
    max-width: 1080px;
}

.photodrone-privacy-layout {
    align-items: flex-start;
    display: grid;
    gap: 54px;
    grid-template-columns: 280px minmax(0, 1fr);
}

.photodrone-privacy-summary {
    background: #ffffff;
    border: 1px solid rgba(7, 21, 44, 0.1);
    border-radius: 14px;
    box-shadow: 0 14px 42px rgba(7, 21, 44, 0.08);
    padding: 24px;
    position: sticky;
    top: 130px;
}

.photodrone-privacy-summary strong {
    color: #07152c;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.photodrone-privacy-summary p {
    color: #56627a;
    font-size: 13px;
    line-height: 1.65;
    margin: 0 0 16px;
}

.photodrone-privacy-summary a,
.photodrone-privacy-article a {
    color: #1769d2;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.photodrone-privacy-summary a {
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
}

.photodrone-privacy-article a {
    overflow-wrap: anywhere;
}

.photodrone-privacy-article section {
    border-bottom: 1px solid rgba(7, 21, 44, 0.1);
    padding: 0 0 36px;
}

.photodrone-privacy-article section + section {
    padding-top: 36px;
}

.photodrone-privacy-article section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.photodrone-privacy-article h2 {
    color: #07152c;
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.25;
    margin: 0 0 16px;
}

.photodrone-privacy-article p,
.photodrone-privacy-article li {
    color: #4a566e;
    font-size: 15px;
    line-height: 1.78;
}

.photodrone-privacy-article p {
    margin: 0 0 14px;
}

.photodrone-privacy-article p:last-child {
    margin-bottom: 0;
}

.photodrone-privacy-article ul {
    margin: 12px 0 0;
    padding-left: 22px;
}

.photodrone-privacy-article li + li {
    margin-top: 8px;
}

.photodrone-privacy-preferences {
    background: #07152c;
    border: 1px solid #07152c;
    border-radius: 9px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    min-height: 42px;
    padding: 9px 16px;
}

.photodrone-privacy-preferences:hover {
    background: #e1b13c;
    border-color: #e1b13c;
    color: #07152c;
}

.photodrone-privacy-preferences:focus-visible {
    outline: 3px solid rgba(225, 177, 60, 0.5);
    outline-offset: 3px;
}

@media (max-width: 991.98px) {
    .photodrone-privacy-layout {
        gap: 38px;
        grid-template-columns: 1fr;
    }

    .photodrone-privacy-summary {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .photodrone-privacy-hero {
        padding: 145px 0 68px;
    }

    .photodrone-privacy-content {
        padding: 58px 0 74px;
    }

    .photodrone-privacy-summary {
        padding: 20px;
    }

    .photodrone-privacy-article p,
    .photodrone-privacy-article li {
        font-size: 14px;
        line-height: 1.72;
    }
}

/* Página de erro 404 */
.photodrone-error-page {
    align-items: center;
    background:
        radial-gradient(circle at 16% 24%, rgba(225, 177, 60, 0.12), transparent 26%),
        radial-gradient(circle at 86% 72%, rgba(45, 83, 143, 0.3), transparent 30%),
        #07152c;
    color: #ffffff;
    display: flex;
    min-height: max(540px, calc(100vh - 55px));
    overflow: hidden;
    padding: 122px 0 62px;
    position: relative;
    z-index: 0;
}

.photodrone-error-page::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 76%, transparent);
    pointer-events: none;
    position: absolute;
}

.photodrone-error-content {
    margin: 0 auto;
    max-width: 920px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.photodrone-error-code {
    color: transparent;
    font-family: var(--font-title, "Uniwars", sans-serif);
    font-size: clamp(100px, 15vw, 200px);
    font-weight: 800;
    left: 50%;
    line-height: 0.72;
    opacity: 0.12;
    pointer-events: none;
    position: absolute;
    top: 47%;
    transform: translate(-50%, -50%);
    user-select: none;
    white-space: nowrap;
    -webkit-text-stroke: 2px #ffffff;
}

.photodrone-error-eyebrow {
    color: #e1b13c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin: 0 0 12px;
    position: relative;
    text-transform: uppercase;
}

.photodrone-error-page h1 {
    color: #ffffff;
    font-family: var(--font-title, "Uniwars", sans-serif);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.12;
    margin: 0 auto 16px;
    max-width: 780px;
    position: relative;
}

.photodrone-error-description {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(13px, 1.2vw, 15px);
    line-height: 1.55;
    margin: 0 auto;
    max-width: 590px;
    position: relative;
}

.photodrone-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 24px;
    position: relative;
}

.photodrone-error-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 9px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    gap: 14px;
    justify-content: center;
    min-height: 40px;
    padding: 8px 17px;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.photodrone-error-button:hover {
    transform: translateY(-2px);
}

.photodrone-error-button:focus-visible {
    outline: 3px solid rgba(225, 177, 60, 0.52);
    outline-offset: 4px;
}

.photodrone-error-button-primary {
    background: #e1b13c;
    border-color: #e1b13c;
    color: #07152c;
}

.photodrone-error-button-primary:hover {
    background: #f0c655;
    border-color: #f0c655;
    color: #07152c;
}

.photodrone-error-button-secondary {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.photodrone-error-button-secondary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #07152c;
}

.photodrone-error-glow {
    border: 1px solid rgba(225, 177, 60, 0.2);
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
}

.photodrone-error-glow::before,
.photodrone-error-glow::after {
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: inherit;
    content: "";
    position: absolute;
}

.photodrone-error-glow::before {
    inset: 14%;
}

.photodrone-error-glow::after {
    inset: 31%;
}

.photodrone-error-glow-left {
    height: 300px;
    left: -180px;
    top: 8%;
    width: 300px;
}

.photodrone-error-glow-right {
    bottom: -190px;
    height: 380px;
    right: -180px;
    width: 380px;
}

@media (max-width: 767.98px) {
    .photodrone-error-page {
        min-height: max(520px, calc(100vh - 150px));
        padding: 112px 20px 56px;
    }

    .photodrone-error-description {
        font-size: 13px;
    }

    .photodrone-error-actions {
        align-items: stretch;
        flex-direction: column;
        margin: 22px auto 0;
        max-width: 270px;
    }

    .photodrone-error-button {
        width: 100%;
    }
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

.page-title-big-typography .page-title-extra-large h1,
.page-title-big-typography .page-title-extra-large h1 *,
.photodrone-section-title,
.photodrone-section-title *,
.photodrone-regularizacao-title,
.photodrone-regularizacao-title * {
    font-family: var(--font-title, 'Uniwars', sans-serif) !important;
    letter-spacing: 0 !important;
}

.page-title-big-typography .page-title-extra-large h1 {
    font-size: 64px !important;
    line-height: 1.08;
    max-width: 100%;
    word-break: normal;
}

.page-title-big-typography .page-title-extra-large > span {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 15px;
    letter-spacing: 0.08em !important;
    line-height: 1.35;
}

.photodrone-modal-eyebrow,
.photodrone-aerial-eyebrow,
.photodrone-aerea-eyebrow,
.photodrone-blog-eyebrow {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
    letter-spacing: 0.08em !important;
    line-height: 1.35;
}

.photodrone-section-title {
    font-size: 40px !important;
    line-height: 1.15 !important;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.photodrone-contact-title,
.photodrone-contact-form-title,
.photodrone-modal-title {
    font-family: var(--font-title, 'Uniwars', sans-serif) !important;
    letter-spacing: 0 !important;
    line-height: 1.08;
}

.photodrone-contact-title {
    font-size: 36px !important;
    max-width: 560px;
}

.photodrone-contact-form-title {
    font-size: 36px !important;
    max-width: 760px;
}

.photodrone-contact-form-logo,
.photodrone-modal-logo {
    display: inline-block;
    height: auto !important;
    max-height: 72px;
    object-fit: contain;
    width: auto;
}

.photodrone-contact-form-logo {
    max-width: 150px;
}

.photodrone-modal-logo {
    margin-right: 50px;
    max-width: 135px;
}

.photodrone-contact-socials {
    gap: 14px;
}

.photodrone-contact-socials li {
    margin: 0 !important;
}

.photodrone-contact-socials a {
    border: 1px solid rgba(225, 177, 60, 0.42);
    border-radius: 50%;
    color: var(--pd-white, #ffffff);
    height: 42px;
    transition: all 0.25s ease;
    width: 42px;
}

.photodrone-contact-socials a:hover {
    background-color: var(--pd-gold, #e1b13c);
    border-color: var(--pd-gold, #e1b13c);
    color: var(--pd-blue, #080f29);
}

.photodrone-about-skyline {
    font-family: var(--font-title, 'Uniwars', sans-serif) !important;
    letter-spacing: 0 !important;
}

.photodrone-page-gif-banner {
    background-color: var(--pd-blue, #080f29) !important;
    overflow: hidden;
    position: relative;
}

.photodrone-page-gif-banner .container {
    position: relative;
    z-index: 2;
}

.photodrone-page-banner-media,
.photodrone-page-banner-overlay {
    inset: 0;
    position: absolute;
}

.photodrone-page-banner-media {
    display: block;
    z-index: 0;
}

.photodrone-page-banner-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.photodrone-page-banner-overlay {
    background:
        linear-gradient(90deg, rgba(8, 15, 41, 0.72), rgba(8, 15, 41, 0.3) 52%, rgba(8, 15, 41, 0.72)),
        linear-gradient(180deg, rgba(8, 15, 41, 0.28), rgba(8, 15, 41, 0.74));
    pointer-events: none;
    z-index: 1;
}

#sobre {
    color: var(--pd-blue, #080f29);
}

#sobre .photodrone-about-skyline-top {
    background-image: linear-gradient(
        135deg,
        transparent 45%,
        rgba(8, 15, 41, 0.42) 45%,
        rgba(8, 15, 41, 0.42) 55%,
        transparent 0
    ) !important;
}

#sobre .photodrone-about-skyline-bottom {
    color: rgba(8, 15, 41, 0.86) !important;
}

#sobre > .container > .row.align-items-start > .col-12.col-lg-4 h5,
#sobre > .container > .row.align-items-start > .col-12.col-lg-4 p {
    color: var(--pd-blue, #080f29) !important;
    opacity: 0.92 !important;
}

#sobre .sobre-cards .feature-box:not(:hover) {
    border-color: rgba(8, 15, 41, 0.24) !important;
}

#sobre .sobre-cards .feature-box {
    overflow: hidden !important;
}

#sobre .sobre-cards .feature-box .feature-box-overlay {
    background:
        linear-gradient(
            to top,
            rgba(255, 255, 255, 0.82) 0%,
            rgba(255, 255, 255, 0.64) 36%,
            rgba(255, 255, 255, 0.34) 68%,
            rgba(255, 255, 255, 0) 100%
        ) !important;
    opacity: 0 !important;
    transform: translateY(22%);
    transition:
        opacity 0.42s ease,
        transform 0.52s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

#sobre .sobre-cards .feature-box:not(:hover) span,
#sobre .sobre-cards .feature-box:not(:hover) p,
#sobre .sobre-cards .feature-box:not(:hover) i,
#sobre .sobre-cards .feature-box:not(:hover) h3,
#sobre .sobre-cards .feature-box:not(:hover) .vertical-counter {
    color: var(--pd-blue, #080f29) !important;
    opacity: 1 !important;
}

#sobre .sobre-cards .feature-box:hover span,
#sobre .sobre-cards .feature-box:hover p,
#sobre .sobre-cards .feature-box:hover i,
#sobre .sobre-cards .feature-box:hover h3,
#sobre .sobre-cards .feature-box:hover .vertical-counter,
#sobre .sobre-cards .feature-box:hover .text-light-opacity {
    color: var(--pd-blue, #080f29) !important;
    opacity: 1 !important;
    -webkit-text-stroke-color: var(--pd-blue, #080f29) !important;
}

#sobre .sobre-cards .feature-box:hover {
    border-color: rgba(8, 15, 41, 0.3) !important;
}

#sobre .sobre-cards .feature-box:hover .feature-box-overlay {
    opacity: 1 !important;
    transform: translateY(0);
}

/* Vídeo em destaque (Sobre) */
.photodrone-about-video-section {
    padding: clamp(42px, 5vw, 82px) 0;
    background-color: #ffffff;
}

.photodrone-about-video-section .container-fluid {
    padding-right: clamp(16px, 4vw, 72px);
    padding-left: clamp(16px, 4vw, 72px);
}

.photodrone-about-video {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1280px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    overflow: hidden;
    border: 0;
    border-top: 5px solid var(--pd-gold, #e1b13c);
    border-radius: 18px;
    background-color: #0d1526;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.photodrone-about-video::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(6, 16, 36, 0.04), rgba(6, 16, 36, 0.38));
    transition: background-color 0.35s ease;
}

.photodrone-about-video::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    width: 28px;
    height: 28px;
    border-top: 2px solid var(--pd-gold, #e1b13c);
    border-left: 2px solid var(--pd-gold, #e1b13c);
}

.photodrone-about-video img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.photodrone-about-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 62px;
    border-radius: 15px;
    background-color: var(--pd-gold, #e1b13c);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.36);
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.photodrone-about-video__play > span {
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid var(--pd-blue, #080f29);
}

.photodrone-about-video:hover img {
    transform: scale(1.035);
}

.photodrone-about-video:hover::before {
    background-color: rgba(6, 16, 36, 0.12);
}

.photodrone-about-video:hover .photodrone-about-video__play,
.photodrone-about-video:focus-visible .photodrone-about-video__play {
    transform: translate(-50%, -50%) scale(1.08);
}

.photodrone-about-video:focus-visible {
    outline: 3px solid var(--pd-gold, #e1b13c);
    outline-offset: 5px;
}

@media (max-width: 575px) {
    .photodrone-about-video-section {
        padding: 32px 0 42px;
    }

    .photodrone-about-video {
        border-top-width: 4px;
        border-radius: 12px;
    }

    .photodrone-about-video::after {
        top: 12px;
        left: 12px;
        width: 20px;
        height: 20px;
    }

    .photodrone-about-video__play {
        width: 68px;
        height: 48px;
        border-radius: 12px;
    }

    .photodrone-about-video__play > span {
        border-top-width: 9px;
        border-bottom-width: 9px;
        border-left-width: 15px;
    }
}

#sobre .btn {
    background-color: var(--pd-blue, #080f29) !important;
    border-color: var(--pd-blue, #080f29) !important;
    color: var(--pd-white, #ffffff) !important;
}

#sobre .btn .btn-double-text,
#sobre .btn .btn-double-text::before,
#sobre .btn i {
    color: inherit !important;
}

.photodrone-logo-marquee {
    --photodrone-logo-center-width: min(340px, 46vw);
}

.photodrone-logo-track {
    position: relative;
    z-index: 1;
}

.photodrone-logo-marquee::before,
.photodrone-logo-marquee::after {
    content: "";
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    z-index: 0;
}

.photodrone-logo-marquee::before {
    background:
        radial-gradient(ellipse at center, rgba(225, 177, 60, 0.13), rgba(225, 177, 60, 0.06) 42%, transparent 72%);
    border-radius: 999px;
    filter: blur(18px);
    height: 150px;
    opacity: 0.55;
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--photodrone-logo-center-width);
}

.photodrone-logo-marquee::after {
    display: none;
}

.photodrone-cliente-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    position: relative;
    transition:
        border-color 0.45s ease,
        box-shadow 0.45s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.photodrone-cliente-card::before {
    background:
        linear-gradient(135deg, transparent 20%, rgba(225, 177, 60, 0.1), transparent 56%),
        radial-gradient(circle at 50% 0%, rgba(225, 177, 60, 0.1), transparent 58%);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-18%) scale(0.96);
    transition:
        opacity 0.42s ease,
        transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.photodrone-cliente-card:hover {
    border-color: rgba(225, 177, 60, 0.34) !important;
    box-shadow: 0 14px 30px rgba(225, 177, 60, 0.1);
    transform: translateY(-6px) scale(1.025) !important;
}

.photodrone-cliente-card:hover::before {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.photodrone-cliente-card:hover .photodrone-cliente-logo {
    filter: none !important;
    opacity: 1 !important;
    transform: scale(1.04);
}

.photodrone-cliente-logo {
    filter: grayscale(1) saturate(0) contrast(1.08) !important;
    opacity: 0.88 !important;
    position: relative;
    transform: scale(0.96);
    transition:
        filter 0.58s ease,
        opacity 0.42s ease,
        transform 0.58s cubic-bezier(0.22, 1, 0.36, 1) !important;
    z-index: 1;
}

.photodrone-cliente-card.is-center-active {
    border-color: rgba(225, 177, 60, 0.48) !important;
    box-shadow: 0 16px 36px rgba(225, 177, 60, 0.12);
    transform: translateY(-10px) scale(1.045) !important;
    z-index: 2;
}

.photodrone-cliente-card.is-center-active::before {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.photodrone-cliente-card.is-center-active .photodrone-cliente-logo {
    filter: none !important;
    opacity: 1 !important;
    transform: scale(1.08);
}

.photodrone-site-alert {
    background-color: var(--pd-gold, #e1b13c);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    color: var(--pd-blue, #080f29);
    font-weight: 700;
    left: 50%;
    max-width: calc(100% - 32px);
    position: fixed;
    top: 92px;
    transform: translateX(-50%);
    width: 640px;
    z-index: 1055;
}

.photodrone-site-alert .close {
    color: var(--pd-blue, #080f29);
    opacity: 0.8;
}

.photodrone-site-alert.alert-danger,
.photodrone-project-modal .photodrone-form-error {
    background-color: #3a1418;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--pd-white, #ffffff);
}

.photodrone-site-alert.alert-danger .close {
    color: var(--pd-white, #ffffff);
}

.photodrone-home-hero {
    background-color: var(--pd-blue, #080f29);
}

.photodrone-home-hero video {
    background-color: var(--pd-blue, #080f29);
    filter: none;
    opacity: 0;
    transform: scale(1);
    transition:
        opacity 0.45s ease;
    z-index: 1;
}

.photodrone-home-hero__poster {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(0.96) brightness(0.88);
    inset: 0;
    opacity: 1;
    position: absolute;
    transform: scale(1);
    transition:
        opacity 0.45s ease;
    z-index: 0;
}

.photodrone-home-hero__loader {
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    flex-direction: column;
    gap: 14px;
    inset: 0;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-shadow: 0 8px 26px rgba(0, 0, 0, 0.38);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease;
    z-index: 3;
}

.photodrone-home-hero__loader-mark {
    animation: photodrone-loader-spin 1.05s linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.24);
    border-top-color: var(--pd-gold, #e1b13c);
    border-radius: 999px;
    height: 34px;
    width: 34px;
}

.photodrone-home-hero__loader-copy {
    font-family: var(--pd-font-body, "Plus Jakarta Sans", sans-serif);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.photodrone-home-hero__loader-bar {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    display: block;
    height: 2px;
    overflow: hidden;
    position: relative;
    width: min(180px, 48vw);
}

.photodrone-home-hero__loader-bar::before {
    animation: photodrone-loader-bar 1.35s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, var(--pd-gold, #e1b13c), transparent);
    content: "";
    inset: 0;
    position: absolute;
    transform: translateX(-100%);
}

.photodrone-home-hero.is-video-ready video {
    filter: none;
    opacity: 1;
    transform: scale(1);
}

.photodrone-home-hero.is-video-ready .photodrone-home-hero__poster {
    opacity: 0;
}

.photodrone-home-hero.is-video-ready .photodrone-home-hero__loader,
.photodrone-home-hero.is-video-static .photodrone-home-hero__loader {
    opacity: 0;
    transform: translateY(10px);
}

.photodrone-home-hero.is-video-static .photodrone-home-hero__poster {
    opacity: 1;
}

@keyframes photodrone-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes photodrone-loader-bar {
    to {
        transform: translateX(100%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .photodrone-home-hero video,
    .photodrone-home-hero__poster,
    .photodrone-home-hero__loader {
        transition: none;
    }

    .photodrone-home-hero__loader-mark,
    .photodrone-home-hero__loader-bar::before {
        animation: none;
    }
}

.photodrone-home-gallery .portfolio-image img,
.photodrone-aerial-showcase .portfolio-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.photodrone-lightbox {
    align-items: center;
    background: rgba(3, 7, 18, 0.94);
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 24px;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.22s ease;
    z-index: 100000;
}

.photodrone-lightbox.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.photodrone-lightbox-open {
    overflow: hidden;
}

.photodrone-lightbox__figure {
    margin: 0;
    max-height: 100%;
    max-width: min(1180px, 96vw);
    position: relative;
    text-align: center;
}

.photodrone-lightbox__image {
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46);
    display: block;
    max-height: 86vh;
    max-width: 100%;
    object-fit: contain;
}

.photodrone-lightbox__caption {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase;
}

.photodrone-lightbox__close {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-flex;
    font-size: 0;
    height: 44px;
    justify-content: center;
    line-height: 0;
    padding: 0;
    position: fixed;
    right: 22px;
    top: 22px;
    width: 44px;
}

.photodrone-lightbox__close::before,
.photodrone-lightbox__close::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    width: 16px;
}

.photodrone-lightbox__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.photodrone-lightbox__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.photodrone-lightbox__close:hover,
.photodrone-lightbox__close:focus {
    background: var(--pd-gold, #e1b13c);
    border-color: var(--pd-gold, #e1b13c);
    color: var(--pd-blue, #080f29);
}

.photodrone-project-modal .modal-content {
    background-color: var(--pd-black, #14171A);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px;
    color: var(--pd-white, #ffffff);
}

.photodrone-project-modal .modal-body {
    position: relative;
}

.photodrone-modal-close {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    color: var(--pd-white, #ffffff);
    display: inline-flex;
    height: 38px;
    justify-content: center;
    position: absolute;
    right: 18px;
    top: 18px;
    transition: all 0.25s ease;
    width: 38px;
    z-index: 3;
}

.photodrone-modal-close:hover {
    background-color: var(--pd-gold, #e1b13c);
    border-color: var(--pd-gold, #e1b13c);
    color: var(--pd-blue, #080f29);
}

.photodrone-modal-eyebrow {
    color: var(--pd-gold, #e1b13c);
    font-size: 13px;
    letter-spacing: 1px;
}

.photodrone-modal-title {
    font-size: 32px;
    max-width: 560px;
}

.photodrone-project-form .form-label {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.photodrone-project-form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.photodrone-project-form [class*="col-"] {
    margin-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

.photodrone-project-form .form-control {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    color: var(--pd-white, #ffffff) !important;
    min-height: 46px;
}

.photodrone-project-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.55) !important;
    opacity: 1;
}

.photodrone-project-form .form-control:focus {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: var(--pd-gold, #e1b13c);
    box-shadow: none;
    color: var(--pd-white, #ffffff);
}

.photodrone-project-form select.form-control {
    background-position: right 16px center !important;
    color: var(--pd-white, #ffffff) !important;
    font-size: 15px;
    height: 52px !important;
    line-height: 1.3 !important;
    padding: 0 42px 0 16px !important;
}

.photodrone-project-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.62) !important;
}

.photodrone-project-form select.form-control option {
    background-color: var(--pd-black, #14171A);
    color: var(--pd-white, #ffffff);
}

.photodrone-modal-submit {
    align-items: center;
    background-color: var(--pd-gold, #e1b13c) !important;
    color: var(--pd-blue, #080f29) !important;
    display: inline-flex;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 1 !important;
    min-width: 0 !important;
    padding: 13px 28px !important;
    white-space: nowrap;
}

.photodrone-modal-submit i {
    line-height: 1;
}

.photodrone-header .navbar-brand img {
    display: block;
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
}

.photodrone-header .navbar-brand .default-logo,
.photodrone-header .navbar-brand .alt-logo {
    width: 165px !important;
}

.photodrone-header .navbar-brand .mobile-logo {
    max-width: 0;
    width: 0 !important;
}

.photodrone-navbar-toggler {
    margin: 0 !important;
    margin-left: auto !important;
    padding: 0;
}

.photodrone-footer {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.photodrone-footer-logo,
.photodrone-footer-p1 {
    display: block;
    height: auto;
}

.photodrone-footer ul li {
    margin: 0 !important;
}

@media (min-width: 992px) {
    .photodrone-footer p {
        white-space: nowrap;
    }
}

#regularizacao {
    margin-bottom: 0 !important;
    padding-bottom: 72px !important;
}

#regularizacao > .container {
    padding-bottom: 0;
}

#regularizacao .row.mb-6 {
    margin-bottom: 0 !important;
}

.photodrone-regularizacao-title {
    font-size: 34px !important;
    line-height: 1.16 !important;
    max-width: 460px;
    word-break: normal;
}

.photodrone-regularizacao-intro {
    line-height: 1.7;
    max-width: 455px;
}

#regularizacao .position-sticky {
    margin-bottom: 40px;
    position: sticky !important;
    top: 120px !important;
}

.photodrone-aerial-showcase {
    background:
        radial-gradient(circle at 12% 8%, rgba(101, 119, 134, 0.18), transparent 34%),
        radial-gradient(circle at 84% 20%, rgba(225, 177, 60, 0.08), transparent 26%),
        linear-gradient(180deg, #11161d 0%, #080f29 100%);
    padding-bottom: 72px;
    padding-top: 72px;
}

.photodrone-aerial-main-image,
.photodrone-aerial-thumbs li,
.photodrone-aerial-equipment-card {
    border-radius: 8px;
}

.photodrone-aerial-main-image {
    aspect-ratio: 16 / 9;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    object-fit: cover;
}

.photodrone-aerial-frame,
.photodrone-aerial-frame .carousel-inner,
.photodrone-aerial-carousel .carousel-item {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.photodrone-aerial-control {
    background-color: rgba(20, 23, 26, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    bottom: auto;
    height: 38px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    width: 38px;
    z-index: 3;
}

.photodrone-aerial-control:hover,
.photodrone-aerial-control:focus {
    background-color: var(--pd-gold, #e1b13c);
    border-color: var(--pd-gold, #e1b13c);
    transform: translateY(-50%) scale(1.04);
}

.photodrone-aerial-control-prev {
    left: 0;
}

.photodrone-aerial-control-next {
    right: 0;
}

.photodrone-aerial-control .carousel-control-prev-icon,
.photodrone-aerial-control .carousel-control-next-icon {
    background-size: 100% 100%;
    height: 14px;
    width: 14px;
}

.photodrone-aerial-thumb-nav {
    padding-left: 52px;
    padding-right: 52px;
}

.photodrone-aerial-thumbs {
    bottom: auto;
    display: flex !important;
    gap: 12px;
    justify-content: flex-start;
    left: auto;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    right: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    white-space: nowrap;
}

.photodrone-aerial-thumbs::after {
    content: "";
    flex: 0 0 calc(75% + 36px);
    pointer-events: none;
}

.photodrone-aerial-thumbs::-webkit-scrollbar {
    display: none;
}

.photodrone-aerial-carousel .photodrone-aerial-thumbs li {
    background-color: #14171A !important;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.12);
    cursor: pointer;
    flex: 0 0 calc((100% - 36px) / 4);
    height: 86px !important;
    margin: 0;
    max-width: none;
    min-width: calc((100% - 36px) / 4);
    opacity: 0.68;
    scroll-snap-align: start;
    text-indent: -9999px;
    transition: border-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
    width: calc((100% - 36px) / 4) !important;
}

.photodrone-aerial-carousel .photodrone-aerial-thumbs li.active,
.photodrone-aerial-carousel .photodrone-aerial-thumbs li:hover {
    border-color: var(--pd-gold, #e1b13c);
    opacity: 1;
    transform: translateY(-2px);
}

.photodrone-aerial-eyebrow {
    color: var(--pd-gold, #e1b13c);
    font-size: 13px;
}

.photodrone-aerial-title,
.photodrone-aerial-subtitle,
.photodrone-aerial-equipment-heading h3,
.photodrone-aerial-equipment-card h4 {
    font-family: var(--font-title, 'Uniwars', sans-serif) !important;
    letter-spacing: 0 !important;
}

.photodrone-aerial-title {
    font-size: 54px;
    line-height: 1.08;
}

.photodrone-aerial-marker {
    background-color: var(--pd-gold, #e1b13c);
    height: 2px;
    width: 48px;
}

.photodrone-aerial-subtitle {
    font-size: 24px;
}

.photodrone-aerial-services {
    color: rgba(255, 255, 255, 0.82);
}

.photodrone-aerial-services i {
    color: var(--pd-gold, #e1b13c);
}

.photodrone-aerial-equipment-heading span {
    background-color: rgba(255, 255, 255, 0.18);
    height: 1px;
}

.photodrone-aerial-equipment-heading h3 {
    font-size: 24px;
    white-space: nowrap;
}

.photodrone-aerial-equipment-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
        rgba(20, 23, 26, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    padding: 28px 18px 22px;
}

.photodrone-aerial-drone-wrap {
    align-items: center;
    display: flex;
    height: 104px;
    justify-content: center;
    margin-bottom: 18px;
}

.photodrone-aerial-drone {
    animation: photodrone-equipment-float 5.8s ease-in-out infinite;
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.28));
    max-height: 92px;
    object-fit: contain;
    width: 170px;
}

.photodrone-aerial-drone-2 {
    animation-delay: 0.45s;
}

.photodrone-aerial-drone-3 {
    animation-delay: 0.9s;
}

.photodrone-aerial-drone-4 {
    animation-delay: 1.25s;
}

.photodrone-aerial-equipment-card h4 {
    font-size: 17px;
}

.photodrone-aerial-equipment-card p {
    color: rgba(255, 255, 255, 0.66);
}

@keyframes photodrone-equipment-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-1deg);
    }

    50% {
        transform: translate3d(0, -10px, 0) rotate(1deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .photodrone-aerial-drone {
        animation: none;
    }
}

#quote {
    background:
        radial-gradient(circle at 18% 16%, rgba(101, 119, 134, 0.14), transparent 32%),
        linear-gradient(180deg, #14171A 0%, #0d1429 100%);
    color: var(--pd-white, #ffffff);
    padding-bottom: 72px !important;
    padding-top: 72px !important;
}

#quote h2,
#quote .text-dark-gray {
    color: var(--pd-white, #ffffff) !important;
}

#quote h2 {
    font-family: var(--font-title, 'Uniwars', sans-serif) !important;
    font-size: 36px;
    letter-spacing: 0 !important;
    line-height: 1.12;
}

#quote .form-label {
    color: rgba(255, 255, 255, 0.78) !important;
    letter-spacing: 0.08em;
}

#quote .contact-form-style-03 input,
#quote .contact-form-style-03 textarea {
    border-bottom-color: rgba(255, 255, 255, 0.28) !important;
    color: var(--pd-white, #ffffff) !important;
}

#quote .contact-form-style-03 input::placeholder,
#quote .contact-form-style-03 textarea::placeholder {
    color: rgba(255, 255, 255, 0.58) !important;
    opacity: 1;
}

#quote .contact-form-style-03 input:focus,
#quote .contact-form-style-03 textarea:focus,
#quote .contact-form-style-03 .form-control:focus {
    border-bottom-color: var(--pd-gold, #e1b13c) !important;
    box-shadow: none;
    color: var(--pd-white, #ffffff) !important;
}

#quote .form-icon i {
    color: var(--pd-gold, #e1b13c) !important;
}

#quote p {
    color: rgba(255, 255, 255, 0.66);
}

#quote .btn.btn-dark-gray {
    background-color: var(--pd-gold, #e1b13c) !important;
    border-color: var(--pd-gold, #e1b13c) !important;
    color: var(--pd-blue, #080f29) !important;
}

#quote .btn.btn-dark-gray:hover,
#quote .btn.btn-dark-gray:active {
    background-color: var(--pd-white, #ffffff) !important;
    border-color: var(--pd-white, #ffffff) !important;
    color: var(--pd-blue, #080f29) !important;
}

#quote .btn .btn-double-text,
#quote .btn .btn-double-text::before,
#quote .btn i {
    color: inherit !important;
}

.photodrone-aerea-prototype {
    background:
        linear-gradient(90deg, rgba(8, 15, 41, 0.96), rgba(20, 23, 26, 0.98)),
        #14171A;
    padding-bottom: 96px;
    padding-top: 96px;
}

.photodrone-aerea-prototype::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 72px 72px;
    content: "";
    inset: 0;
    opacity: 0.2;
    position: absolute;
}

.photodrone-aerea-eyebrow {
    color: var(--pd-gold, #e1b13c);
    font-size: 13px;
}

.photodrone-aerea-title,
.photodrone-aerea-media-card h3,
.photodrone-aerea-step h3 {
    font-family: var(--font-title, 'Uniwars', sans-serif) !important;
    letter-spacing: 0 !important;
}

.photodrone-aerea-title {
    font-size: 36px;
    line-height: 1.16;
    max-width: 520px;
}

.photodrone-aerea-pill,
.photodrone-aerea-step,
.photodrone-aerea-cta {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.photodrone-aerea-pill {
    padding: 22px;
}

.photodrone-aerea-pill span {
    color: var(--pd-gold, #e1b13c);
    display: block;
    font-weight: 800;
    margin-bottom: 8px;
}

.photodrone-aerea-pill strong {
    color: var(--pd-white, #ffffff);
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
}

.photodrone-aerea-pill p,
.photodrone-aerea-media-card p,
.photodrone-aerea-step p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 0;
}

.photodrone-aerea-tags span {
    border: 1px solid rgba(225, 177, 60, 0.36);
    border-radius: 999px;
    color: var(--pd-white, #ffffff);
    font-size: 13px;
    padding: 8px 14px;
}

.photodrone-aerea-stage {
    background-color: #080f29;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    min-height: 0;
    padding: 22px;
}

.photodrone-aerea-grid {
    background-image:
        linear-gradient(rgba(225, 177, 60, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(225, 177, 60, 0.12) 1px, transparent 1px);
    background-size: 54px 54px;
    inset: 0;
    opacity: 0.28;
    position: absolute;
}

.photodrone-aerea-route {
    border-top: 1px solid rgba(225, 177, 60, 0.6);
    height: 1px;
    left: 9%;
    position: absolute;
    right: 9%;
    top: 42%;
    transform: rotate(-8deg);
}

.photodrone-aerea-route::before,
.photodrone-aerea-route::after {
    background-color: var(--pd-gold, #e1b13c);
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    top: -4px;
    width: 8px;
}

.photodrone-aerea-route::before {
    left: 0;
}

.photodrone-aerea-route::after {
    right: 0;
}

.photodrone-aerea-drone {
    animation: photodrone-aerea-flight 8s ease-in-out infinite;
    height: auto;
    position: absolute;
    right: 12%;
    top: 42px;
    width: 82px;
    z-index: 2;
}

.photodrone-aerea-media-card {
    background-color: rgba(20, 23, 26, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    height: 100%;
    padding: 16px;
    position: relative;
    z-index: 1;
}

.photodrone-aerea-media-card-large {
    min-height: 300px;
}

.photodrone-aerea-media-card h3 {
    color: var(--pd-white, #ffffff);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.photodrone-aerea-media-visual {
    align-items: flex-end;
    background:
        linear-gradient(150deg, rgba(101, 119, 134, 0.24), rgba(8, 15, 41, 0.92)),
        #657786;
    border-radius: 6px;
    display: flex;
    height: 118px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 16px;
}

.photodrone-aerea-media-card-large .photodrone-aerea-media-visual {
    height: 158px;
}

.photodrone-aerea-media-visual i {
    color: rgba(255, 255, 255, 0.92);
    font-size: 34px;
}

.photodrone-aerea-media-visual span {
    color: var(--pd-white, #ffffff);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.photodrone-aerea-media-visual-gold {
    background:
        linear-gradient(150deg, rgba(225, 177, 60, 0.82), rgba(8, 15, 41, 0.96)),
        #e1b13c;
}

.photodrone-aerea-media-visual-steel {
    background:
        linear-gradient(150deg, rgba(101, 119, 134, 0.9), rgba(20, 23, 26, 0.96)),
        #657786;
}

.photodrone-aerea-equipment-card {
    background-color: rgba(255, 255, 255, 0.07);
}

.photodrone-aerea-equipment {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: var(--pd-white, #ffffff);
    font-weight: 800;
    padding: 12px;
}

.photodrone-aerea-equipment small {
    color: rgba(255, 255, 255, 0.62);
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
}

.photodrone-aerea-step {
    padding: 22px;
}

.photodrone-aerea-step i {
    color: var(--pd-gold, #e1b13c);
    font-size: 26px;
    margin-bottom: 18px;
}

.photodrone-aerea-step h3 {
    color: var(--pd-white, #ffffff);
    font-size: 19px;
    margin-bottom: 10px;
}

.photodrone-aerea-cta {
    padding: 18px 22px;
}

@keyframes photodrone-aerea-flight {
    0% {
        transform: translate3d(0, 0, 0) rotate(-3deg);
    }

    35% {
        transform: translate3d(-96px, 58px, 0) rotate(5deg);
    }

    70% {
        transform: translate3d(28px, 96px, 0) rotate(-2deg);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(-3deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .photodrone-aerea-drone {
        animation: none;
    }
}

.regularizacao-copy {
    max-width: 360px;
}

.regularizacao-btn,
.regularizacao-btn > span {
    min-width: 0 !important;
}

.regularizacao-btn > span {
    line-height: 1 !important;
    padding: 10px 24px !important;
}

#regularizacao .regularizacao-logo {
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
    flex: 0 0 96px !important;
    height: 96px !important;
    margin: 0 !important;
    min-width: 96px !important;
    overflow: hidden;
    padding: 15px !important;
    width: 96px !important;
}

#regularizacao .regularizacao-logo img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.regularizacao-separator,
.regularizacao-section .separator-line-5px {
    height: 1px !important;
}

@media (max-width: 991.98px) {
    .photodrone-header {
        min-height: 74px;
    }

    .photodrone-header .navbar-brand {
        padding: 10px 0 !important;
    }

    .photodrone-header .navbar-brand .default-logo,
    .photodrone-header .navbar-brand .alt-logo {
        opacity: 0 !important;
        visibility: hidden !important;
        width: 0 !important;
    }

    .photodrone-header .navbar-brand .mobile-logo {
        max-width: 44vw;
        opacity: 1 !important;
        visibility: visible !important;
        width: 142px !important;
    }

    .photodrone-header .navbar-collapse {
        flex-basis: 100%;
        margin-top: 0 !important;
        padding: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.85);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .photodrone-header .menu-order {
        margin-top: 0 !important;
    }

    .photodrone-header .navbar-nav {
        padding-top: 8px;
    }

    .photodrone-header .navbar-nav .nav-link {
        color: var(--pd-blue, #080f29) !important;
        padding: 10px 0 !important;
        text-align: center;
    }

    .photodrone-section-title {
        font-size: 34px !important;
        line-height: 1.16 !important;
    }

    .page-title-big-typography .page-title-extra-large h1 {
        font-size: 48px !important;
        line-height: 1.1 !important;
    }

    .photodrone-contact-title {
        font-size: 32px !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .photodrone-contact-socials {
        justify-content: center;
    }

    #contato,
    #contato .row,
    #contato [class*="col-"] {
        text-align: center;
    }

    #contato [class*="col-"] {
        margin-left: auto;
        margin-right: auto;
    }

    #contato p {
        margin-left: auto;
        margin-right: auto;
    }

    #contato .col-lg-3 > .text-white {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .photodrone-contact-form-title {
        font-size: 32px !important;
    }

    .photodrone-contact-card {
        padding: 34px 24px !important;
    }

    .photodrone-aerial-showcase {
        padding-bottom: 58px;
        padding-top: 58px;
    }

    .photodrone-aerial-copy {
        padding-top: 12px;
        text-align: center;
    }

    .photodrone-aerial-title {
        font-size: 42px;
    }

    .photodrone-aerial-marker {
        margin-left: auto;
        margin-right: auto;
    }

    .photodrone-aerial-services .d-flex {
        justify-content: center;
    }

    .photodrone-aerial-main-image {
        aspect-ratio: 4 / 3;
    }

    .photodrone-aerial-carousel .photodrone-aerial-thumbs li {
        height: 84px !important;
    }

    .photodrone-aerial-equipment-card {
        padding: 24px 16px 20px;
    }

    .photodrone-aerial-drone-wrap {
        height: 92px;
    }

    .photodrone-aerea-prototype {
        padding-bottom: 72px;
        padding-top: 72px;
    }

    .photodrone-aerea-title {
        font-size: 32px;
    }

    .photodrone-aerea-pill,
    .photodrone-aerea-step {
        padding: 20px;
    }

    .photodrone-aerea-stage {
        min-height: 0;
        padding: 20px;
    }

    .photodrone-aerea-drone {
        right: 22px;
        top: 24px;
        width: 68px;
    }

    .photodrone-aerea-media-card-large {
        min-height: 0;
    }

    .photodrone-aerea-media-card-large .photodrone-aerea-media-visual {
        height: 170px;
    }

    .photodrone-aerea-cta {
        padding: 18px;
        text-align: center;
    }

    .photodrone-modal-logo {
        margin-right: 0;
        max-width: 130px;
    }

    #regularizacao {
        padding-bottom: 54px !important;
        padding-top: 70px !important;
        text-align: center;
    }

    #regularizacao .position-sticky {
        margin-bottom: 28px;
        padding-top: 10px;
        position: sticky !important;
        top: 120px !important;
    }

    .photodrone-regularizacao-title,
    .photodrone-regularizacao-intro,
    .regularizacao-copy {
        margin-left: auto;
        margin-right: auto;
    }

    .photodrone-regularizacao-title {
        font-size: 30px !important;
    }

    .regularizacao-btn {
        font-size: 13px !important;
        padding: 0 !important;
    }

    .regularizacao-btn > span {
        padding: 9px 20px !important;
    }

    #regularizacao .regularizacao-logo {
        flex-basis: 88px !important;
        height: 88px !important;
        min-width: 88px !important;
        width: 88px !important;
    }

    .regularizacao-text {
        width: 100%;
    }

    .photodrone-footer {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .photodrone-footer-credit {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    #sobre {
        background-color: var(--pd-gold, #e1b13c) !important;
    }

    #sobre > .position-absolute[style*="background-color: #e1b13c"] {
        width: 100% !important;
    }

    #sobre .photodrone-about-skyline {
        font-size: clamp(54px, 17vw, 96px) !important;
        line-height: 0.98 !important;
        text-align: center !important;
    }

    #sobre .photodrone-about-skyline-bottom {
        color: rgba(8, 15, 41, 0.72) !important;
        -webkit-text-stroke: 1px rgba(8, 15, 41, 0.28);
        margin-top: 18px;
    }
}

@media (max-width: 575.98px) {
    .photodrone-header {
        min-height: 68px;
    }

    .photodrone-header .navbar-brand .mobile-logo {
        width: 132px !important;
        max-width: 46vw;
    }

    .photodrone-header .navbar-nav {
        padding-top: 0;
    }

    .page-title-big-typography .page-title-extra-large h1 {
        font-size: 34px !important;
    }

    .photodrone-section-title {
        font-size: 28px !important;
    }

    .photodrone-contact-title,
    .photodrone-contact-form-title {
        font-size: 28px !important;
    }

    .photodrone-modal-title {
        font-size: 26px;
    }

    .photodrone-aerial-showcase {
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .photodrone-aerial-title {
        font-size: 31px;
        line-height: 1.12;
    }

    .photodrone-aerial-eyebrow {
        font-size: 12px;
    }

    .photodrone-aerial-copy p {
        margin-bottom: 30px !important;
    }

    .photodrone-aerial-subtitle,
    .photodrone-aerial-equipment-heading h3 {
        font-size: 20px;
    }

    .photodrone-aerial-main-image {
        aspect-ratio: 1 / 1;
    }

    .photodrone-aerial-control {
        height: 34px;
        width: 34px;
    }

    .photodrone-aerial-thumb-nav {
        padding-left: 42px;
        padding-right: 42px;
    }

    .photodrone-aerial-thumbs {
        gap: 10px;
        padding-right: 0;
    }

    .photodrone-aerial-thumbs::after {
        flex-basis: calc(50% + 10px);
    }

    .photodrone-aerial-carousel .photodrone-aerial-thumbs li {
        flex-basis: calc((100% - 10px) / 2);
        height: 78px !important;
        min-width: calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2) !important;
    }

    .photodrone-aerial-equipment-heading {
        margin-top: 36px !important;
    }

    .photodrone-aerial-equipment-card {
        padding: 20px 14px 18px;
    }

    .photodrone-aerial-drone-wrap {
        height: 76px;
        margin-bottom: 12px;
    }

    .photodrone-aerial-drone {
        max-height: 74px;
        width: 138px;
    }

    .photodrone-aerial-equipment-card h4 {
        font-size: 15px;
    }

    #quote {
        padding-bottom: 52px !important;
        padding-top: 52px !important;
    }

    #quote h2 {
        font-size: 27px;
    }

    #quote .btn {
        width: 100%;
    }

    .photodrone-aerea-title {
        font-size: 28px;
    }

    .photodrone-aerea-prototype {
        padding-bottom: 56px;
        padding-top: 56px;
    }

    .photodrone-aerea-pill,
    .photodrone-aerea-step {
        padding: 16px;
    }

    .photodrone-aerea-pill p,
    .photodrone-aerea-media-card p,
    .photodrone-aerea-step p {
        font-size: 14px;
        line-height: 1.45;
    }

    .photodrone-aerea-tags span {
        font-size: 12px;
        padding: 6px 10px;
    }

    .photodrone-aerea-stage {
        padding: 16px;
    }

    .photodrone-aerea-media-card {
        padding: 14px;
    }

    .photodrone-aerea-media-card h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .photodrone-aerea-media-visual,
    .photodrone-aerea-media-card-large .photodrone-aerea-media-visual {
        height: 82px;
        margin-bottom: 12px;
        padding: 12px;
    }

    .photodrone-aerea-media-visual i {
        font-size: 24px;
    }

    .photodrone-aerea-drone {
        opacity: 0.7;
        width: 56px;
    }

    .photodrone-aerea-step i {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .photodrone-aerea-cta {
        padding: 16px;
    }

    .photodrone-aerea-cta .photodrone-modal-submit {
        width: 100%;
    }

    .photodrone-regularizacao-title {
        font-size: 25px !important;
    }

    .photodrone-footer-logo {
        width: 116px;
    }

    .photodrone-footer-credit p {
        font-size: clamp(11px, 2.7vw, 13px) !important;
        line-height: 1.35;
        white-space: nowrap;
    }

    .photodrone-footer-p1 {
        width: 56px;
    }
}

/* Blog */
.photodrone-blog-banner {
    background: #080f29;
}

.photodrone-blog-eyebrow,
.photodrone-blog-section-kicker {
    color: #e1b13c;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em !important;
    line-height: 1.35;
    text-transform: uppercase;
}

.photodrone-blog-page-title,
.photodrone-blog-section-title,
.photodrone-blog-card h3,
.photodrone-blog-show h1,
.photodrone-blog-text-row h2,
.photodrone-blog-quote h2,
.photodrone-blog-author h3 {
    font-family: var(--font-title, 'Uniwars', sans-serif) !important;
    letter-spacing: 0 !important;
}

.photodrone-blog-index,
.photodrone-blog-show,
.photodrone-blog-related {
    background: radial-gradient(circle at 92% 10%, rgba(48, 60, 74, 0.5), transparent 34%), #080f29;
    color: #ffffff;
}

.photodrone-blog-index {
    padding: 86px 0 96px;
}

.photodrone-blog-section-title {
    color: #ffffff;
    font-size: 38px;
    line-height: 1.12;
}

.photodrone-blog-featured {
    background: #ffffff !important;
    color: #14171a;
    padding: 86px 0 40px;
}

.photodrone-blog-featured-title {
    color: #080f29;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
}

.photodrone-blog-featured-divider {
    width: 100%;
    max-width: 1100px;
    height: 1px;
    margin-top: 26px;
    background: rgba(8, 15, 41, 0.12);
}

.photodrone-blog-featured .photodrone-blog-card {
    background: #ffffff;
    border-color: rgba(8, 15, 41, 0.1);
    box-shadow: 0 18px 42px rgba(8, 15, 41, 0.08);
}

.photodrone-blog-featured .photodrone-blog-card:hover {
    border-color: rgba(225, 177, 60, 0.48);
    box-shadow: 0 24px 54px rgba(8, 15, 41, 0.14);
}

.photodrone-blog-featured .photodrone-blog-card h3 a {
    color: #080f29;
}

.photodrone-blog-featured .photodrone-blog-card h3 a:hover {
    color: #b58a20;
}

.photodrone-blog-featured .photodrone-blog-card p {
    color: rgba(20, 23, 26, 0.68);
}

.photodrone-blog-featured .photodrone-blog-date,
.photodrone-blog-featured .photodrone-blog-card-footer {
    color: rgba(20, 23, 26, 0.56);
}

.photodrone-blog-featured .photodrone-blog-card-footer {
    border-top-color: rgba(8, 15, 41, 0.1);
}

@media (max-width: 767px) {
    .photodrone-blog-featured-title {
        font-size: 30px;
    }
}

.photodrone-producoes-icon {
    width: 46px;
    height: auto;
    flex-shrink: 0;
}

/* Section Equipamentos (Produções) — fundo claro */
.photodrone-equip {
    background: #ffffff;
    color: #14171a;
    padding: 66px 0;
}

.photodrone-equip-eyebrow {
    position: relative;
    display: inline-block;
    padding-left: 56px;
    margin-bottom: 24px;
    color: #e1b13c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.photodrone-equip-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #e1b13c;
}

.photodrone-equip-title {
    margin: 0;
    max-width: 620px;
    color: #0e1116;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(24px, 2.4vw, 38px) !important;
    font-weight: 800;
    line-height: 1.12 !important;
    letter-spacing: -0.5px;
}

.photodrone-equip-dot {
    color: #e1b13c;
}

.photodrone-equip-lead {
    max-width: 460px;
    margin: 22px 0 0;
    color: #6b7075;
    font-size: 15px;
    line-height: 1.6;
}

.photodrone-equip-quote {
    padding-left: 22px;
    border-left: 2px solid #e1b13c;
    color: #14171a;
    font-size: 15px;
    line-height: 1.5;
}

.photodrone-equip-quote p {
    margin: 0 0 8px;
}

.photodrone-equip-quote p:last-child {
    margin-bottom: 0;
}

.photodrone-equip-carousel {
    position: relative;
    margin-top: 18px;
}

.photodrone-equip-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 12px 4px 24px;
    scrollbar-width: none;
}

.photodrone-equip-track::-webkit-scrollbar {
    display: none;
}

.photodrone-equip-card {
    scroll-snap-align: start;
    flex: 0 0 clamp(200px, 21vw, 236px);
    padding: 18px 18px 22px;
    background: #ffffff;
    border: 1px solid #eceef0;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 14px 34px rgba(20, 23, 26, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photodrone-equip-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(20, 23, 26, 0.12);
}

.photodrone-equip-card-img {
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.photodrone-equip-card-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.photodrone-equip-card h3 {
    min-height: 38px;
    margin: 0 0 8px;
    color: #14171a;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.25;
    text-transform: uppercase;
}

.photodrone-equip-card p {
    min-height: 34px;
    margin: 0 0 14px;
    color: #8a9096;
    font-size: 13px;
    line-height: 1.4;
}

.photodrone-equip-card-line {
    display: block;
    width: 34px;
    height: 3px;
    margin: 0 auto;
    background: #e1b13c;
    border-radius: 2px;
}

.photodrone-equip-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1b13c;
    border-radius: 50%;
    background: #ffffff;
    color: #14171a;
    cursor: pointer;
    z-index: 3;
    transition: background 0.25s ease, color 0.25s ease;
}

.photodrone-equip-nav:hover {
    background: #e1b13c;
    color: #ffffff;
}

.photodrone-equip-prev {
    left: -24px;
}

.photodrone-equip-next {
    right: -24px;
}

.photodrone-equip-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 32px;
    padding: 26px 28px;
    background: #fbfbfc;
    border: 1px solid #eceef0;
    border-radius: 18px;
}

.photodrone-equip-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.photodrone-equip-feature-icon {
    flex-shrink: 0;
    color: #14171a;
    font-size: 22px;
    line-height: 1;
}

.photodrone-equip-feature strong {
    display: block;
    margin-bottom: 6px;
    color: #14171a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.photodrone-equip-feature p {
    margin: 0;
    color: #8a9096;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 1300px) {
    .photodrone-equip-prev { left: -6px; }
    .photodrone-equip-next { right: -6px; }
}

@media (max-width: 991px) {
    .photodrone-equip { padding: 72px 0; }
    .photodrone-equip-quote { margin-top: 8px; }
    .photodrone-equip-features { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
    .photodrone-equip-features { grid-template-columns: 1fr; }
}

/* Galeria desconstruída (Produções) */
.photodrone-producoes-gallery {
    padding: 96px 0;
}

.photodrone-collage {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 14px;
    height: 640px;
}

.photodrone-collage-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background-color: #0d1526;
    padding: 0;
    border: 0;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.photodrone-collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.photodrone-collage-item:hover img {
    transform: scale(1.06);
}

.photodrone-collage-item::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 22px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: border-color 0.35s ease;
}

.photodrone-collage-item:hover::after {
    border-top-color: #e1b13c;
    border-left-color: #e1b13c;
}

.photodrone-collage-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 16, 36, 0) 40%, rgba(6, 16, 36, 0.55) 100%);
    opacity: 0.55;
    transition: opacity 0.35s ease;
    z-index: 1;
}

.photodrone-collage-item:hover::before {
    opacity: 0.8;
}

.photodrone-collage-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 46px;
    z-index: 2;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.45));
    opacity: 0.92;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.photodrone-collage-play svg {
    width: 100%;
    height: 100%;
    display: block;
}

.photodrone-collage-play .pd-play-shape {
    fill: #e1b13c;
}

.photodrone-collage-item:hover .photodrone-collage-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
}

/* mosaico de vídeos: dois destaques em cima + três embaixo */
.pd-tile-1 { grid-column: 1 / 4; grid-row: 1 / 4; }
.pd-tile-2 { grid-column: 4 / 7; grid-row: 1 / 4; }
.pd-tile-3 { grid-column: 1 / 3; grid-row: 4 / 7; }
.pd-tile-4 { grid-column: 3 / 5; grid-row: 4 / 7; }
.pd-tile-5 { grid-column: 5 / 7; grid-row: 4 / 7; }

@media (max-width: 991px) {
    .photodrone-collage {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
        grid-auto-rows: 170px;
        height: auto;
    }

    .photodrone-collage-item {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .pd-tile-1 { grid-column: span 2 !important; }
}

@media (max-width: 575px) {
    .photodrone-collage {
        grid-template-columns: 1fr;
        grid-auto-rows: 200px;
    }

    .pd-tile-1 { grid-column: auto !important; }
}

.photodrone-video-modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(3, 8, 20, 0.92);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.photodrone-video-modal[hidden] {
    display: none;
}

.photodrone-video-modal__frame {
    position: relative;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
}

.photodrone-video-modal__embed {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #000;
}

.photodrone-video-modal__embed iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.photodrone-video-modal__close {
    position: absolute;
    top: -46px;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.25s ease;
}

.photodrone-video-modal__close:hover {
    color: #e1b13c;
}

@media (max-width: 575px) {
    .photodrone-video-modal__close {
        top: -42px;
    }
}

.photodrone-producoes-service {
    transition: border-color .3s ease, transform .3s ease;
}

.photodrone-producoes-service:hover {
    border-color: rgba(225, 177, 60, 0.6) !important;
    transform: translateY(-4px);
}

.photodrone-blog-clear-filter {
    align-items: center;
    border: 1px solid rgba(225, 177, 60, 0.45);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    gap: 10px;
    padding: 11px 18px;
}

.photodrone-blog-clear-filter:hover {
    background: #e1b13c;
    border-color: #e1b13c;
    color: #080f29;
}

.photodrone-blog-filter-alert {
    background: rgba(225, 177, 60, 0.12);
    border: 1px solid rgba(225, 177, 60, 0.28);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.82);
    padding: 14px 18px;
}

.photodrone-blog-filter-alert strong {
    color: #ffffff;
}

.photodrone-blog-card {
    background: rgba(20, 23, 26, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.photodrone-blog-card:hover {
    border-color: rgba(225, 177, 60, 0.42);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.26);
    transform: translateY(-4px);
}

.photodrone-blog-card-image {
    aspect-ratio: 4 / 3;
    background: #14171a;
    display: block;
    overflow: hidden;
}

.photodrone-blog-card-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    width: 100%;
}

.photodrone-blog-card:hover .photodrone-blog-card-image img {
    transform: scale(1.04);
}

.photodrone-blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.photodrone-blog-category {
    align-items: center;
    border: 1px solid rgba(225, 177, 60, 0.5);
    border-radius: 999px;
    color: #e1b13c;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 11px;
    text-transform: uppercase;
}

.photodrone-blog-category:hover {
    background: #e1b13c;
    color: #080f29;
}

.photodrone-blog-date {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    white-space: nowrap;
}

.photodrone-blog-card h3 {
    font-size: 20px;
    line-height: 1.18;
    margin-bottom: 16px;
}

.photodrone-blog-card h3 a {
    color: #ffffff;
}

.photodrone-blog-card h3 a:hover {
    color: #e1b13c;
}

.photodrone-blog-card p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.photodrone-blog-card-footer {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.58);
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 18px;
}

.photodrone-blog-card-footer a {
    align-items: center;
    color: #e1b13c;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
}

.photodrone-blog-empty {
    background: rgba(20, 23, 26, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 46px 28px;
}

.photodrone-blog-empty i {
    color: #e1b13c;
    font-size: 36px;
    margin-bottom: 18px;
}

.photodrone-blog-empty h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 8px;
}

.photodrone-blog-empty p {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
}

.photodrone-blog-pagination {
    display: flex;
    justify-content: center;
}

.photodrone-blog-pagination-nav {
    text-align: center;
    width: 100%;
}

.photodrone-blog-pager {
    gap: 10px !important;
}

.photodrone-blog-page-control,
.photodrone-blog-page-link,
.photodrone-blog-page-ellipsis {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    text-decoration: none;
}

.photodrone-blog-page-control {
    background: #080f29;
    border: 1px solid #080f29;
    color: #ffffff;
    gap: 8px;
    padding: 0 18px;
}

.photodrone-blog-page-link,
.photodrone-blog-page-ellipsis {
    border: 1px solid rgba(8, 15, 41, 0.16);
    color: #080f29;
    min-width: 42px;
}

.photodrone-blog-page-link:hover,
.photodrone-blog-page-link.is-active,
.photodrone-blog-page-control:hover {
    background: #e1b13c;
    border-color: #e1b13c;
    color: #080f29;
}

.photodrone-blog-page-control.is-disabled {
    background: rgba(8, 15, 41, 0.08);
    border-color: rgba(8, 15, 41, 0.1);
    color: rgba(20, 23, 26, 0.38);
    pointer-events: none;
}

.photodrone-blog-page-ellipsis {
    border-color: transparent;
    color: rgba(20, 23, 26, 0.45);
}

.photodrone-blog-page-summary {
    color: rgba(20, 23, 26, 0.58);
    font-size: 14px;
    font-weight: 700;
}

.photodrone-blog-banner {
    background: #080f29 !important;
    overflow: hidden;
    position: relative;
}

.photodrone-blog-banner .photodrone-blog-page-title {
    color: #ffffff !important;
}

.photodrone-blog-index {
    background: #ffffff !important;
    color: #14171a;
}

.photodrone-blog-index .photodrone-blog-section-title {
    color: #080f29;
}

.photodrone-blog-index .photodrone-blog-clear-filter {
    border-color: rgba(8, 15, 41, 0.18);
    color: #080f29;
}

.photodrone-blog-index .photodrone-blog-clear-filter:hover {
    background: #e1b13c;
    border-color: #e1b13c;
}

.photodrone-blog-index .photodrone-blog-filter-alert {
    background: rgba(225, 177, 60, 0.12);
    border-color: rgba(225, 177, 60, 0.28);
    color: rgba(20, 23, 26, 0.78);
}

.photodrone-blog-index .photodrone-blog-filter-alert strong {
    color: #080f29;
}

.photodrone-blog-index .photodrone-blog-card {
    background: #ffffff;
    border-color: rgba(8, 15, 41, 0.1);
    box-shadow: 0 18px 42px rgba(8, 15, 41, 0.08);
}

.photodrone-blog-index .photodrone-blog-card:hover {
    border-color: rgba(225, 177, 60, 0.48);
    box-shadow: 0 24px 54px rgba(8, 15, 41, 0.14);
}

.photodrone-blog-index .photodrone-blog-card h3 a {
    color: #080f29;
}

.photodrone-blog-index .photodrone-blog-card h3 a:hover {
    color: #b58a20;
}

.photodrone-blog-index .photodrone-blog-card p {
    color: rgba(20, 23, 26, 0.68);
}

.photodrone-blog-index .photodrone-blog-date,
.photodrone-blog-index .photodrone-blog-card-footer {
    color: rgba(20, 23, 26, 0.56);
}

.photodrone-blog-index .photodrone-blog-card-footer {
    border-top-color: rgba(8, 15, 41, 0.1);
}

.photodrone-blog-index .photodrone-blog-empty {
    background: #ffffff;
    border-color: rgba(8, 15, 41, 0.1);
    box-shadow: 0 18px 42px rgba(8, 15, 41, 0.08);
}

.photodrone-blog-index .photodrone-blog-empty h3 {
    color: #080f29;
}

.photodrone-blog-index .photodrone-blog-empty p {
    color: rgba(20, 23, 26, 0.68);
}

.photodrone-blog-show-hero {
    background: radial-gradient(circle at 50% 0, rgba(225, 177, 60, 0.13), transparent 36%), #080f29;
    padding: 170px 0 72px;
}

.photodrone-blog-back-link {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    gap: 10px;
    margin-bottom: 28px;
    padding: 9px 16px;
}

.photodrone-blog-back-link:hover {
    background: #e1b13c;
    border-color: #e1b13c;
    color: #080f29;
}

.photodrone-blog-show-meta {
    align-items: center;
    color: rgba(255, 255, 255, 0.66);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
}

.photodrone-blog-show-meta a {
    color: #e1b13c;
    font-weight: 800;
    text-transform: uppercase;
}

.photodrone-blog-show h1 {
    color: #ffffff;
    font-size: clamp(38px, 5vw, 76px);
    line-height: 1.08;
    margin-bottom: 22px;
}

.photodrone-blog-show-hero p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 20px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 820px;
}

.photodrone-blog-show-image-wrap {
    background: #080f29;
    padding: 0 0 72px;
}

.photodrone-blog-show-image,
.photodrone-blog-content-image {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.photodrone-blog-show-image {
    aspect-ratio: 16 / 9;
}

.photodrone-blog-show-image img,
.photodrone-blog-content-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.photodrone-blog-show-content {
    background: #080f29;
    padding: 10px 0 56px;
}

.photodrone-blog-text-row {
    margin-bottom: 58px;
}

.photodrone-blog-text-row h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.photodrone-blog-body-text {
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.85;
}

.photodrone-blog-body-text p:last-child {
    margin-bottom: 0;
}

.photodrone-blog-content-image {
    aspect-ratio: 16 / 9;
    margin: 0 auto 58px;
    max-width: 1030px;
}

.photodrone-blog-quote {
    background: rgba(20, 23, 26, 0.78);
    border: 1px solid rgba(225, 177, 60, 0.26);
    border-radius: 8px;
    margin-bottom: 58px;
    padding: 42px;
}

.photodrone-blog-quote > span {
    color: #e1b13c;
    display: block;
    font-family: serif;
    font-size: 62px;
    line-height: 0.7;
    margin-bottom: 18px;
}

.photodrone-blog-quote h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 22px;
}

.photodrone-blog-quote-author {
    align-items: baseline;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 20px;
}

.photodrone-blog-quote-author small {
    color: rgba(255, 255, 255, 0.54);
}

.photodrone-blog-quote-text {
    border-top: 1px solid rgba(225, 177, 60, 0.34);
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
    padding-top: 20px;
}

.photodrone-blog-show-bottom {
    background: #080f29;
    padding: 0 0 88px;
}

.photodrone-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 34px;
}

.photodrone-blog-tags a {
    background: rgba(225, 177, 60, 0.12);
    border: 1px solid rgba(225, 177, 60, 0.26);
    border-radius: 999px;
    color: #e1b13c;
    font-size: 13px;
    font-weight: 800;
    padding: 8px 12px;
    text-transform: uppercase;
}

.photodrone-blog-author {
    align-items: center;
    background: rgba(20, 23, 26, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    display: flex;
    gap: 26px;
    margin-bottom: 34px;
    padding: 28px;
}

.photodrone-blog-author-image {
    align-items: center;
    background: #14171a;
    border: 1px solid rgba(225, 177, 60, 0.22);
    border-radius: 50%;
    display: flex;
    flex: 0 0 104px;
    height: 104px;
    justify-content: center;
    overflow: hidden;
    width: 104px;
}

.photodrone-blog-author-image img {
    height: 100%;
    object-fit: contain;
    padding: 14px;
    width: 100%;
}

.photodrone-blog-author span {
    color: #e1b13c;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.photodrone-blog-author h3 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 4px;
}

.photodrone-blog-author strong {
    color: rgba(255, 255, 255, 0.62);
    display: block;
    margin-bottom: 10px;
}

.photodrone-blog-author p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin-bottom: 0;
}

.photodrone-blog-share {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.photodrone-blog-share strong {
    color: #ffffff;
    margin-right: 8px;
}

.photodrone-blog-share a {
    align-items: center;
    border: 1px solid rgba(225, 177, 60, 0.38);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.photodrone-blog-share a:hover {
    background: #e1b13c;
    color: #080f29;
}

.photodrone-blog-related {
    padding: 82px 0 96px;
}

@media (max-width: 991.98px) {
    .photodrone-blog-index {
        padding: 68px 0 78px;
    }

    .photodrone-blog-show-hero {
        padding: 132px 0 58px;
    }

    .photodrone-blog-show-hero p {
        font-size: 18px;
    }

    .photodrone-blog-text-row {
        margin-bottom: 44px;
        text-align: center;
    }

    .photodrone-blog-body-text {
        font-size: 17px;
        line-height: 1.75;
    }
}

@media (max-width: 575.98px) {
    .photodrone-blog-page-title {
        font-size: 33px !important;
    }

    .photodrone-blog-section-title {
        font-size: 28px;
    }

    .photodrone-blog-card-body {
        padding: 22px;
    }

    .photodrone-blog-card-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .photodrone-blog-show h1 {
        font-size: 34px;
    }

    .photodrone-blog-show-image {
        aspect-ratio: 1 / 1;
    }

    .photodrone-blog-quote {
        padding: 28px 22px;
    }

    .photodrone-blog-quote h2 {
        font-size: 22px;
    }

    .photodrone-blog-author {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

.photodrone-blog-detail {
    background: #080f29;
    color: #ffffff;
}

.photodrone-blog-detail-hero {
    background-position: center;
    min-height: 78vh !important;
    padding: 150px 0 90px;
    position: relative;
}

.photodrone-blog-detail-hero > .opacity-extra-medium {
    opacity: 0.78 !important;
}

.photodrone-blog-detail-hero h1,
.photodrone-blog-detail-cover h2,
.photodrone-blog-detail-text h2,
.photodrone-blog-detail-columns h2,
.photodrone-blog-detail-image-columns h2,
.photodrone-blog-detail-quote h2,
.photodrone-blog-detail-related h2 {
    font-family: var(--font-title, 'Uniwars', sans-serif) !important;
    letter-spacing: 0 !important;
}

.photodrone-blog-detail-hero h1 {
    color: #ffffff;
    font-size: clamp(38px, 4.1vw, 64px);
    line-height: 1.12;
    max-width: 900px;
}

.photodrone-blog-detail-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.photodrone-blog-detail-meta a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    font-weight: 700;
}

.photodrone-blog-detail-meta span {
    background: #e1b13c;
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    width: 5px;
}

.photodrone-blog-detail-excerpt {
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 0;
    max-width: 680px;
}

.photodrone-blog-detail-author-line {
    align-items: center;
    display: flex;
    gap: 15px;
    margin-top: 38px;
}

.photodrone-blog-detail-author-line img {
    background: rgba(20, 23, 26, 0.8);
    border: 1px solid rgba(225, 177, 60, 0.32);
    border-radius: 50%;
    height: 80px;
    object-fit: contain;
    padding: 10px;
    width: 80px;
}

.photodrone-blog-detail-author-line a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.photodrone-blog-detail-text,
.photodrone-blog-detail-columns,
.photodrone-blog-detail-image-columns,
.photodrone-blog-detail-quote,
.photodrone-blog-detail-author {
    background: #080f29;
}

.photodrone-blog-detail-text {
    padding: 78px 0;
}

.photodrone-blog-detail-text h2 {
    color: #ffffff;
    font-size: 23px;
    line-height: 1.28;
    margin-bottom: 20px;
}

.photodrone-blog-detail-text p,
.photodrone-blog-detail-copy p,
.photodrone-blog-detail-quote p,
.photodrone-blog-detail-author p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 18px;
    line-height: 1.85;
}

.photodrone-blog-detail-cover {
    background-position: center;
    min-height: 62vh;
    position: relative;
}

.photodrone-blog-detail-cover h2 {
    color: #ffffff;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.18;
    margin-bottom: 22px;
}

.photodrone-blog-detail-cover p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 760px;
}

.photodrone-blog-detail-wide-image {
    background: #080f29;
    padding-bottom: 18px !important;
}

.photodrone-blog-detail-wide-image img,
.photodrone-blog-detail-image-columns img {
    border-radius: 8px;
    display: block;
    object-fit: cover;
}

.photodrone-blog-detail-wide-image img {
    aspect-ratio: 12 / 7;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.photodrone-blog-detail-wide-image p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    margin: 14px 0 0;
    text-align: center;
}

.photodrone-blog-detail-columns {
    padding: 76px 0;
}

.photodrone-blog-detail-columns h2,
.photodrone-blog-detail-image-columns h2 {
    color: #ffffff;
    font-size: clamp(22px, 2.4vw, 32px);
    line-height: 1.22;
    margin-bottom: 32px;
}

.photodrone-blog-detail-copy {
    border-left: 2px solid rgba(225, 177, 60, 0.52);
    height: 100%;
    padding-left: 24px;
}

.photodrone-blog-detail-copy p:last-child {
    margin-bottom: 0;
}

.photodrone-blog-detail-image-columns {
    padding: 0 0 78px;
}

.photodrone-blog-detail-image-columns img {
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 100%;
    width: 100%;
}

.photodrone-blog-detail-quote {
    padding: 72px 0;
}

.photodrone-blog-detail-quote h2 {
    color: #ffffff;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.24;
    margin-bottom: 16px;
}

.photodrone-blog-detail-quote span {
    color: #e1b13c;
    display: inline-block;
    font-weight: 800;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.photodrone-blog-detail-author {
    padding-top: 28px;
}

.photodrone-blog-detail-author .tag-cloud a {
    background: rgba(225, 177, 60, 0.12);
    border: 1px solid rgba(225, 177, 60, 0.28);
    border-radius: 999px;
    color: #e1b13c;
}

.photodrone-blog-author-box {
    background: rgba(20, 23, 26, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
    padding: 38px;
}

.photodrone-blog-author-box img {
    background: #14171a;
    border: 1px solid rgba(225, 177, 60, 0.3);
    height: 120px;
    object-fit: contain;
    padding: 16px;
    width: 120px;
}

.photodrone-blog-author-box a {
    color: #ffffff;
    display: block;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 18px;
}

.photodrone-blog-author-box span {
    color: rgba(255, 255, 255, 0.58);
    display: block;
    font-size: 14px;
    margin-top: 4px;
}

.photodrone-blog-detail-author .elements-social a {
    border-color: rgba(225, 177, 60, 0.38);
    color: #ffffff !important;
}

.photodrone-blog-detail-author .elements-social a i {
    color: currentColor !important;
}

.photodrone-blog-detail-related {
    background: radial-gradient(circle at 12% 0, rgba(48, 60, 74, 0.46), transparent 34%), #080f29;
    padding: 82px 0 96px;
}

.photodrone-blog-detail-related > .container > .row:first-child span {
    color: #e1b13c;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.photodrone-blog-detail-related h2 {
    color: #ffffff;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.18;
}

@media (max-width: 991.98px) {
    .photodrone-blog-detail-hero {
        min-height: 72vh !important;
        padding: 128px 0 72px;
    }

    .photodrone-blog-detail-text,
    .photodrone-blog-detail-columns,
    .photodrone-blog-detail-quote {
        padding: 58px 0;
    }

    .photodrone-blog-detail-copy {
        padding-left: 18px;
    }
}

@media (max-width: 575.98px) {
    .photodrone-blog-detail-hero {
        min-height: 68vh !important;
        padding: 108px 0 58px;
    }

    .photodrone-blog-detail-hero h1 {
        font-size: 30px;
        line-height: 1.18;
    }

    .photodrone-blog-detail-cover h2,
    .photodrone-blog-detail-quote h2 {
        font-size: 24px;
        line-height: 1.25;
    }

    .photodrone-blog-detail-excerpt,
    .photodrone-blog-detail-cover p,
    .photodrone-blog-detail-text p,
    .photodrone-blog-detail-copy p,
    .photodrone-blog-detail-quote p,
    .photodrone-blog-detail-author p {
        font-size: 16px;
        line-height: 1.72;
    }

    .photodrone-blog-detail-author-line img {
        height: 62px;
        width: 62px;
    }

    .photodrone-blog-detail-cover {
        min-height: 54vh;
    }

    .photodrone-blog-detail-wide-image img {
        aspect-ratio: 1 / 1;
    }

    .photodrone-blog-detail-copy {
        border-left: 0;
        border-top: 2px solid rgba(225, 177, 60, 0.52);
        padding-left: 0;
        padding-top: 18px;
    }

    .photodrone-blog-author-box {
        padding: 28px 22px;
        text-align: center;
    }
}
