
:root {
    --bg: #071426;
    --bg-2: #0B1D35;
    --primary: #1689F5;
    --primary-dark: #0B6ED0;
    --text: #152033;
    --muted: #667085;
    --light: #f5f8fb;
    --white: #ffffff;
    --border: #e7ecf2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", Arial, sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: rgba(8, 13, 23, .86);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}

.logo-icon {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    background: var(--primary);
    color: #ffffff;
    border-radius: 10px;
}

.menu {
    display: flex;
    gap: 28px;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    font-weight: 500;
}

.menu a:hover {
    color: #fff;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    background: var(--primary);
    color: #ffffff;
    border-radius: 10px;
    font-weight: 800;
    transition: .25s ease;
    border: 1px solid var(--primary);
}

.btn:hover {
    transform: translateY(-2px);
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-small {
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
}

.btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,.35);
}

.btn-outline:hover {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.6);
}

.hero {
    min-height: 760px;
    display: flex;
    align-items: center;
    position: relative;
    background:
        linear-gradient(90deg, rgba(5,10,18,.92) 0%, rgba(5,10,18,.74) 48%, rgba(5,10,18,.30) 100%),
        url("https://itrustsystems.com/cdn/shop/articles/267604b4-7aee-45e0-80f2-349174529bbc.webp?v=1781327927&width=1536")
        center/cover no-repeat;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 75px;
}

.hero-text {
    max-width: 680px;
    color: #fff;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.eyebrow.dark {
    color: #0877D1;
}

.hero h1 {
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -3px;
    margin-bottom: 24px;
}

.hero p {
    max-width: 640px;
    font-size: 18px;
    color: rgba(255,255,255,.78);
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.hero-points {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 32px;
    font-size: 13px;
    color: rgba(255,255,255,.72);
}

.section {
    padding: 100px 0;
}

.intro {
    padding-bottom: 65px;
}

.section-heading {
    max-width: 680px;
    margin-bottom: 48px;
}

.section-heading.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading h2,
.split-content h2,
.security-content h2,
.contact h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.section-heading p {
    margin-top: 18px;
    color: var(--muted);
    font-size: 17px;
}

.services {
    background: var(--light);
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    border: 1px solid var(--border);
    box-shadow: 0 10px 35px rgba(20,35,60,.05);
    transition: .25s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(20,35,60,.10);
}

.icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #EAF4FF;
    font-size: 24px;
    margin-bottom: 20px;
}

.card h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

.card p {
    color: var(--muted);
    font-size: 14px;
}

.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 650px;
}

.split-image {
    min-height: 560px;
    background-size: cover;
    background-position: center;
}

.image-lighting {
    background-image:
        linear-gradient(rgba(8,12,20,.08), rgba(8,12,20,.08)),
        url("https://images.eu.ctfassets.net/8lnvtf96butm/3KyUvw9BSX0MfmO9kzNTTv/3d3277aab4c5305c769f56fd833ca11d/Smart_lighting_ideas02__1_.jpg");
}

.split-content {
    padding: 90px clamp(35px, 6vw, 95px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.split-content > p {
    margin-top: 22px;
    color: var(--muted);
    font-size: 16px;
}

.mini-list {
    margin-top: 35px;
    display: grid;
    gap: 18px;
}

.mini-list div {
    display: flex;
    gap: 16px;
    align-items: center;
}

.mini-list span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: #EAF4FF;
    color: #0B6ED0;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
}

.mini-list p {
    font-weight: 600;
    color: #354052;
}

.benefits {
    background: #fff;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.benefit {
    padding: 34px 26px;
    border-right: 1px solid var(--border);
}

.benefit:last-child {
    border-right: none;
}

.benefit strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.benefit p {
    color: var(--muted);
    font-size: 14px;
}

.security-banner {
    min-height: 560px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7,12,22,.92), rgba(7,12,22,.45)),
        url("https://bulldogsecurityservice.com/wp-content/uploads/2024/09/integrating-smart-cameras-into-your-home-security-ovq.jpg")
        center/cover no-repeat;
}

.security-content > div {
    max-width: 620px;
}

.security-content p {
    margin-top: 20px;
    max-width: 560px;
    color: rgba(255,255,255,.78);
    font-size: 17px;
}

.process {
    background: var(--light);
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.step {
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid var(--border);
}

.step > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: var(--bg);
    color: #fff;
    border-radius: 12px;
    font-weight: 800;
    margin-bottom: 24px;
}

.step h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.step p {
    font-size: 14px;
    color: var(--muted);
}

.contact {
    background: var(--bg);
    padding: 90px 0;
    color: #fff;
}

.contact-box {
    display: grid;
    grid-template-columns: 1.5fr .8fr;
    gap: 45px;
    align-items: center;
}

.contact p {
    max-width: 690px;
    margin-top: 18px;
    color: rgba(255,255,255,.7);
}

.whatsapp-button {
    min-height: 64px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #25D366;
    color: #ffffff;
    border-radius: 14px;
    font-weight: 800;
    transition: .25s;
}

.whatsapp-button:hover {
    transform: translateY(-3px);
    filter: brightness(.96);
}

.wa-icon {
    width: 28px;
    height: 28px;
    display: block;
    color: #ffffff;
    flex: 0 0 auto;
}

footer {
    background: #060b13;
    color: rgba(255,255,255,.62);
    padding: 40px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    font-size: 13px;
}

.footer-logo {
    margin-bottom: 12px;
}

.floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 40;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25D366;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

@media (max-width: 920px) {
    .menu {
        display: none;
    }

    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .split-section {
        grid-template-columns: 1fr;
    }

    .split-image {
        min-height: 430px;
    }

    .benefit-grid,
    .steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit:nth-child(2) {
        border-right: none;
    }

    .contact-box {
        grid-template-columns: 1fr;
    }

    .whatsapp-button {
        max-width: 330px;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 28px, 1120px);
    }

    .header .btn-small {
        display: none;
    }

    .hero {
        min-height: 700px;
    }

    .hero h1 {
        letter-spacing: -2px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-points {
        flex-direction: column;
        gap: 8px;
    }

    .section {
        padding: 75px 0;
    }

    .cards,
    .benefit-grid,
    .steps {
        grid-template-columns: 1fr;
    }

    .benefit {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

    .benefit:last-child {
        border-bottom: none;
    }

    .split-content {
        padding: 65px 28px;
    }

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

.floating-whatsapp-icon {
    width: 34px;
    height: 34px;
    display: block;
    color: #ffffff;
}


.security-services {
    background: #ffffff;
}

.security-cards {
    max-width: 1000px;
    margin: 0 auto;
}




@media (max-width:620px) {
  
  
}

/* Logo Volier - transparente e sem cortes */
.logo-image-link {
    display: flex;
    align-items: center;
    background: transparent !important;
    padding: 0;
    overflow: visible;
}

.brand-logo {
    display: block;
    width: 180px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
    object-position: center;
    background: transparent;
}

.footer-brand-logo {
    width: 190px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width: 620px) {
    .brand-logo {
        width: 145px;
        max-height: 40px;
    }

    .footer-brand-logo {
        width: 165px;
        max-height: 46px;
    }
}
