@font-face {
    font-family: "Space Grotesk";
    src: url("../fonts/Space_Grotesk/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit/Outfit-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --oliveira-red: #e30613;
    --oliveira-bg: #727272;
    --oliveira-card: rgba(8, 9, 9, .50);
    --oliveira-card-soft: rgba(255, 255, 255, .06);
    --oliveira-border: rgba(255, 255, 255, .30);
    --oliveira-border-strong: rgba(255, 255, 255, .26);
    --oliveira-text: #fff;
    --oliveira-muted: rgba(255, 255, 255, .72);
    --oliveira-muted-2: rgba(255, 255, 255, .55);
    --oliveira-radius: 3rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    min-height: 100vh;
    margin: 0;
    color: var(--oliveira-text);
    background:
        linear-gradient(180deg, rgb(0 0 0 / 0.71), transparent 32%),
        var(--oliveira-bg);
    font-family: "Space Grotesk", "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

a { color: inherit; }

.page {
    min-height: 100vh;
    padding-bottom: 104px !important;
}

.shell { max-width: 1180px; }

.hero-section {
    padding: 50px 10px 18px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.brand-logo {
    width: min(360px, 78vw);
    height: auto;
    margin-bottom: clamp(3rem, 4vw, 4rem);
}

.display-title {
    max-width: 760px;
    margin: 0 auto .9rem;
    font-size: clamp(2.15rem, 5vw, 4.45rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 560;
}

.lead-copy {
    max-width: 740px;
    color: var(--oliveira-muted);
    font-size: clamp(1.04rem, 3.8vw, 1.28rem);
    line-height: 1.55;
    font-weight: 430;
}

.btn-oliveira,
.btn-oliveira:focus,
.btn-oliveira:active {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--oliveira-red);
    --bs-btn-border-color: var(--oliveira-red);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff101f;
    --bs-btn-hover-border-color: #ff101f;
    --bs-btn-active-bg: #bf0510;
    --bs-btn-active-border-color: #bf0510;
    box-shadow: 0 16px 38px rgba(227, 6, 19, .28);
    font-weight: 780;
}

.btn-outline-oliveira,
.btn-outline-oliveira:focus,
.btn-outline-oliveira:active {
    --bs-btn-color: #fff;
    --bs-btn-border-color: var(--oliveira-border-strong);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(255,255,255,.12);
    --bs-btn-hover-border-color: rgba(255,255,255,.36);
    --bs-btn-active-bg: rgba(255,255,255,.16);
    --bs-btn-active-border-color: rgba(255,255,255,.42);
    background: rgba(255,255,255,.07);
    font-weight: 760;
}

.btn-dark-oliveira {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(255,255,255,.10);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(255,255,255,.16);
    --bs-btn-hover-border-color: transparent;
    font-weight: 780;
}

.hero-actions .btn { min-height: 54px; }

.card {
    color: var(--oliveira-text);
    background: var(--oliveira-card);
    border: 1px solid var(--oliveira-border);
    border-radius: var(--oliveira-radius);
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: hidden;
}

.service-card .card-body { padding: 1.35rem; min-height: 190px; }


.service-visual {
    width: 150px;
    height: 150px;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: center;
    justify-items: center;
    border-radius: 2rem;
    color: #ff7979;
    background: radial-gradient(circle, rgb(101 0 3), rgb(48 3 6 / 0.82));
    box-shadow: inset 0 0 0 1px rgba(227, 6, 19, .39), 0 18px 42px rgb(71 3 3 / 0.24);
    overflow: hidden;
}

.service-visual svg,
.service-visual i {
    font-size: 3.45rem;
    line-height: 1;
    margin-top: 16px;
}

.service-visual strong {
    width: 100%;
    display: block;
    padding: 12px 10px 14px;
    font-size: .88rem;
    line-height: 1.05;
    letter-spacing: -.005em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

.service-text {
    max-width: 390px;
    color: var(--oliveira-muted);
    font-size: clamp(1.18rem, 2.8vw, 1.48rem);
    line-height: 1.36;
    font-weight: 200;
    letter-spacing: -.005em;
}

.request-card .card-body,
.contact-card .card-body { padding: clamp(1.5rem, 4vw, 2.2rem); }

.section-title {
    margin: 0 0 .75rem;
    font-size: clamp(1.75rem, 5vw, 2.55rem);
    letter-spacing: -.05em;
    font-weight: 650;
}

.section-title-sm { font-size: clamp(1.55rem, 4vw, 2rem); }

.section-lead {
    max-width: 760px;
    margin: 0 0 2.1rem;
    color: var(--oliveira-muted);
    line-height: 1.55;
    font-size: clamp(1rem, 2.5vw, 1.16rem);
}

.form-label {
    color: rgba(255,255,255,.86);
    font-weight: 760;
    margin-bottom: .55rem;
}

.form-control,
.form-select {
    color: #fff;
    background-color: rgba(255,255,255,.085);
    border: 1px solid var(--oliveira-border-strong);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    font-weight: 520;
}

.form-control::placeholder { color: rgba(255,255,255,.45); }
.form-control:focus,
.form-select:focus {
    color: #fff;
    background-color: rgba(255,255,255,.10);
    border-color: rgba(227, 6, 19, .72);
    box-shadow: 0 0 0 .25rem rgba(227, 6, 19, .14);
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23f5f5f5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-select option { color: #111; background: #fff; }
textarea.form-control { min-height: 132px; resize: vertical; }

.mini-note,
.note {
    color: var(--oliveira-muted-2);
    line-height: 1.45;
}

.mini-note { font-size: .9rem; }
.note { margin-top: 1rem; font-size: .94rem; }

.install-tip {
    display: none;
    max-width: 650px;
    padding: 14px 16px;
    border: 1px solid var(--oliveira-border);
    border-radius: 1.35rem;
    background: rgba(255,255,255,.07);
    color: var(--oliveira-muted);
    font-size: .95rem;
    line-height: 1.45;
    text-align: left;
}
.install-tip.is-visible { display: block; }
.install-tip strong { color: #fff; }

.contact-list {
    display: grid;
    gap: 1rem;
}

.contact-list a,
.contact-list span {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    color: rgba(255,255,255,.86);
    text-decoration: none;
    line-height: 1.45;
    font-weight: 520;
}

.contact-list svg,
.contact-list i {
    width: 22px;
    margin-top: .2rem;
    color: var(--oliveira-red);
    flex-shrink: 0;
}

.map-card { min-height: 360px; }
.map-card iframe {
    width: 100%;
    min-height: 360px;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(.12) contrast(1.04);
}

.footer {
    padding: 1.65rem 0 0;
    color: rgba(255,255,255,.42);
    font-size: .82rem;
}

.mobile-bar {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1020;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .6rem;
    padding: .65rem;

    background: rgba(15,15,15,.86);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 -20px 60px rgba(0,0,0,1);
}

.mobile-bar .btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    border: 0;
    font-size: .92rem;
}

@media (min-width: 768px) {
    .page { padding-bottom: 3rem !important; }
    .mobile-bar { display: none; }
}

@media (max-width: 575.98px) {
    .hero-section { padding-top: 50px; }
    .brand-logo { width: min(320px, 80vw); }
    .display-title { font-size: clamp(2rem, 10vw, 3.3rem); }
    .service-card .card-body { min-height: 170px; padding: 1rem; }
    .service-visual { width: 132px; height: 132px; border-radius: 1.65rem; }
    .service-visual svg,
    .service-visual i { font-size: 2.8rem; margin-top: 12px; }
    .service-visual strong { font-size: .75rem; padding: 10px 8px 12px; }
    .service-text { font-size: clamp(1.04rem, 4.6vw, 1.22rem); }
    .request-card .card-body,
    .contact-card .card-body { padding: 1.45rem; }
}

@media (max-width: 380px) {
    .hero-section { padding-top: 50px; }
    .mobile-bar .btn span { display: none; }
    .service-card .card-body { gap: .85rem !important; }
    .service-visual { width: 112px; height: 112px; border-radius: 1.35rem; }
    .service-visual svg,
    .service-visual i { font-size: 2.25rem; }
    .service-visual strong { font-size: .66rem; }
    .service-text { font-size: 1rem; }
}


.form-privacy {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 1.5rem;
    background: rgba(255,255,255,.055);
    color: rgba(255,255,255,.68);
    font-size: .92rem;
    line-height: 1.45;
}

.form-check-input {
    background-color: rgba(255,255,255,.10);
    border-color: rgba(255,255,255,.36);
}

.form-check-input:checked {
    background-color: var(--oliveira-red);
    border-color: var(--oliveira-red);
}

.form-privacy a,
.legal-links a,
.legal-page a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.legal-links {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .55rem .9rem;
    color: rgba(255,255,255,.58);
    font-size: .84rem;
}

.company-legal {
    max-width: 880px;
    margin: 1rem auto 0;
    color: rgba(255,255,255,.52);
    line-height: 1.55;
    font-size: .82rem;
}

.complaints-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .85rem;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    text-decoration: none !important;
}

.legal-page {
    max-width: 920px;
    margin: 0 auto;
}

.legal-page .card-body {
    padding: clamp(1.6rem, 4vw, 2.6rem);
}

.legal-page h1 {
    font-size: clamp(2rem, 6vw, 3.4rem);
    letter-spacing: -.055em;
    font-weight: 600;
    margin-bottom: 1rem;
}

.legal-page h2 {
    margin-top: 2rem;
    font-size: clamp(1.35rem, 4vw, 1.9rem);
    letter-spacing: -.035em;
    font-weight: 600;
}

.legal-page p,
.legal-page li {
    color: rgba(255,255,255,.76);
    line-height: 1.65;
}

.legal-page .legal-muted {
    color: rgba(255,255,255,.55);
    font-size: .95rem;
}
