:root {
    --og-primary: #354c9c;
    --og-secondary: #4961d9;
    --og-accent: #fcb82f;
    --og-accent-light: #ffd77a;
    --og-dark: #040d26;
    --og-light: #f4f6fb;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #132349;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.top-navbar {
    background: var(--og-dark);
    color: #fff;
    font-size: 0.95rem;
    padding: 0.5rem 0;
}

.top-navbar .website-info li {
    color: #cfd9ff;
}

.top-navbar .website-info li a,
.top-navbar .website-icon-social li a {
    color: #cfd9ff;
}

.top-navbar .website-icon-social li a:hover {
    color: var(--og-accent);
}

.nav-bar {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(53, 76, 156, 0.08);
}

.nav-bar .content-box {
    align-items: center;
    gap: 2.5rem;
}

.nav-bar-links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    flex-wrap: nowrap;
}

.nav-bar-links ul.level-1 {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    margin: 0;
    flex-wrap: nowrap;
}

.nav-bar-links ul.level-1 > li {
    margin: 0;
    display: flex;
    align-items: center;
}

.logo-nav {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.logo-nav .logo-img {
    display: block;
    width: auto;
    filter: drop-shadow(0 8px 20px rgba(10, 24, 66, 0.2));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-nav:hover .logo-img {
    transform: translateY(-1px);
    filter: drop-shadow(0 10px 24px rgba(10, 24, 66, 0.28));
}

.logo-brand,
.hero-logo-text,
.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--og-accent), var(--og-accent-light));
    color: var(--og-dark);
    box-shadow: 0 12px 30px rgba(252, 184, 47, 0.35);
    font-size: 1.1rem;
}

.logo-word {
    font-size: 1.2rem;
    color: var(--og-dark);
}

.logo-brand .logo-mark {
    width: 40px;
    height: 40px;
    font-size: 1rem;
}

.logo-brand .logo-word {
    font-size: 1.15rem;
}

.logo-nav:hover .logo-word {
    color: var(--og-secondary);
}

.nav-bar-links ul.level-1 > li > a {
    font-weight: 600;
    color: #1a2554;
    display: inline-flex;
    align-items: center;
}

.nav-bar-links ul.level-1 > li > a:hover {
    color: var(--og-secondary);
}

.nav-bar-btn .og-btn {
    margin-left: 0;
}


.hero-og {
    position: relative;
    background: url("https://ogservicos.com.br/wp-content/uploads/2024/05/banner-inicial-servicos-consultoria-auditoria-empresarial-og-servicos.webp") center/cover no-repeat;
    color: #fff;
    padding: 160px 0 110px;
    overflow: hidden;
}

.hero-og::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(4, 13, 38, 0.88), rgba(53, 76, 156, 0.9));
    z-index: 0;
}

.hero-og::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top right, rgba(252, 184, 47, 0.35), transparent 55%),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.14), transparent 60%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(252, 184, 47, 0.16));
    z-index: 1;
}

.hero-og .container,
.hero-og .row,
.hero-og .hero-content {
    position: relative;
    z-index: 2;
}

.hero-tag {
    display: inline-block;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(252, 184, 47, 0.2);
    color: var(--og-accent);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
}

.hero-og h1 {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.hero-og p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    max-width: 520px;
}

.cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
}

.hero-image {
    position: relative;
    width: 100%;
    max-width: 420px;
    padding: 1.75rem;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(73, 97, 217, 0.16), rgba(252, 184, 47, 0.28));
    box-shadow: 0 35px 70px rgba(4, 13, 38, 0.28);
    overflow: hidden;
}

.hero-image::after {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    pointer-events: none;
}

.hero-image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
}

.hero-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    width: 100%;
    max-width: 420px;
    text-align: center;
    backdrop-filter: blur(6px);
    box-shadow: 0 25px 45px rgba(53, 76, 156, 0.18);
}

.hero-card p {
    font-size: 1rem;
    margin: 1.5rem 0 2rem;
}

.hero-logo-text {
    padding: 0.8rem 1.8rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: 0 25px 50px rgba(4, 13, 38, 0.25);
}

.hero-logo-text .logo-mark {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(252, 184, 47, 0.28);
    color: #040d26;
    box-shadow: none;
    border: 1px solid rgba(252, 184, 47, 0.45);
}

.hero-logo-text .logo-word {
    font-size: 1.35rem;
    color: #fff;
}

.og-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.8rem;
    background: linear-gradient(135deg, var(--og-secondary), var(--og-primary));
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.og-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(73, 97, 217, 0.25);
    color: #fff;
}

.og-btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: #fff;
}

.og-btn-outline:hover {
    border-color: #fff;
    color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.og-btn-light {
    background: linear-gradient(135deg, var(--og-accent), var(--og-accent-light));
    color: #040d26;
}

.og-btn-light:hover {
    color: #040d26;
    box-shadow: 0 15px 30px rgba(252, 184, 47, 0.28);
}

.og-section {
    padding: 100px 0;
}

.og-section-light {
    background: var(--og-light);
}

.og-section-tag {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--og-secondary);
    margin-bottom: 1rem;
}

.og-section h2 {
    font-size: 2.5rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}

.og-section p {
    font-size: 1.05rem;
    color: #4a5876;
}

.og-feature-card {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(53, 76, 156, 0.08);
    text-align: left;
    height: 100%;
}

.og-feature-card .icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(252, 184, 47, 0.15);
    color: var(--og-secondary);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.og-feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.og-about-panel .panel {
    background: #fff;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 20px 45px rgba(53, 76, 156, 0.08);
    margin-bottom: 1.5rem;
}

.og-about-media {
    display: grid;
    gap: 1.8rem;
}

.og-list-check {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.og-list-check li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 0.9rem;
}

.og-list-check li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--og-accent);
}

.section-header {
    max-width: 760px;
    margin: 0 auto 3rem;
}

.og-service-card {
    background: #fff;
    padding: 2.4rem 2rem;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(53, 76, 156, 0.08);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.og-service-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(53, 76, 156, 0.08);
    color: var(--og-secondary);
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
}

.og-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(53, 76, 156, 0.14);
}

.og-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(252, 184, 47, 0.18), rgba(252, 184, 47, 0.32));
    color: var(--og-secondary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1.5rem;
    box-shadow: 0 18px 36px rgba(53, 76, 156, 0.16);
}

.og-badge i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(252, 184, 47, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.og-image-frame {
    position: relative;
    padding: 1.5rem;
}

.og-image-frame::before,
.og-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 36px;
    pointer-events: none;
}

.og-image-frame::before {
    background: linear-gradient(135deg, rgba(252, 184, 47, 0.18), rgba(252, 184, 47, 0.03));
    opacity: 0.9;
}

.og-image-frame::after {
    border: 1px solid rgba(53, 76, 156, 0.08);
}

.og-image-frame > * {
    position: relative;
    z-index: 1;
}

.og-intro-media {
    margin-top: 2rem;
}

.og-image {
    width: 100%;
    display: block;
    border-radius: 28px;
    border: 1px solid rgba(53, 76, 156, 0.12);
    box-shadow: 0 35px 70px rgba(53, 76, 156, 0.12);
    background: #fff;
}

.og-illustration {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 58%),
        radial-gradient(circle at 82% 28%, rgba(252, 184, 47, 0.4), transparent 54%),
        radial-gradient(circle at 48% 82%, rgba(255, 255, 255, 0.12), transparent 60%);
    background-color: rgba(53, 76, 156, 0.85);
    box-shadow: 0 35px 80px rgba(4, 13, 38, 0.22);
}

.og-illustration::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    top: -16%;
    right: -12%;
    background: rgba(255, 255, 255, 0.18);
}

.og-illustration::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 12px, transparent 12px 24px);
    mix-blend-mode: screen;
    opacity: 0.35;
}

.og-illustration-compliance {
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.26), transparent 58%),
        radial-gradient(circle at 80% 22%, rgba(252, 184, 47, 0.5), transparent 54%),
        radial-gradient(circle at 52% 82%, rgba(255, 255, 255, 0.14), transparent 62%);
    background-color: rgba(53, 76, 156, 0.92);
}

.og-illustration-compliance::before {
    background: rgba(252, 184, 47, 0.4);
}

.og-illustration-solutions {
    background:
        radial-gradient(circle at 16% 26%, rgba(255, 255, 255, 0.24), transparent 58%),
        radial-gradient(circle at 78% 24%, rgba(252, 184, 47, 0.48), transparent 55%),
        radial-gradient(circle at 60% 80%, rgba(255, 255, 255, 0.12), transparent 64%);
    background-color: rgba(4, 13, 38, 0.95);
}

.og-illustration-solutions::before {
    background: rgba(252, 184, 47, 0.55);
}

.og-form-layout {
    display: grid;
    gap: 2rem;
}

.og-form {
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem 2rem;
    box-shadow: 0 35px 70px rgba(53, 76, 156, 0.12);
}

.og-form fieldset {
    border: 1px solid rgba(53, 76, 156, 0.12);
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.og-form legend,
.og-form .form-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--og-secondary);
}

.og-form .form-label {
    font-weight: 600;
    color: #132349;
}

.og-form .form-control,
.og-form .form-select {
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(53, 76, 156, 0.2);
}

.og-form-checks legend {
    font-size: 1.1rem;
}

.og-form .form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.og-form .form-check-input {
    margin-top: 0.2rem;
}

.og-form .form-status {
    margin-top: 1rem;
    font-weight: 600;
    color: var(--og-secondary);
}

.og-mini-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 18px 40px rgba(53, 76, 156, 0.08);
    height: 100%;
}

.og-mini-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.og-section-light .og-mini-card {
    background: #ffffff;
}

.og-solutions {
    background: linear-gradient(135deg, #040d26, #4961d9);
    color: #fff;
}

.og-solutions .og-mini-card-dark {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 1rem;
}

.og-solutions .og-mini-card-dark h3,
.og-solutions .og-mini-card-dark p {
    color: #fff;
}

.og-cta {
    background: linear-gradient(135deg, var(--og-primary), var(--og-secondary));
    color: #fff;
    text-align: center;
}

.og-cta h2 {
    max-width: 780px;
    margin: 0 auto 2rem;
}

.og-accordion .accordion-item {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 15px 35px rgba(53, 76, 156, 0.1);
}

.og-accordion .accordion-button {
    font-weight: 600;
    font-size: 1.05rem;
    padding: 1.2rem 1.5rem;
    background: #fff;
}

.og-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.og-accordion .accordion-body {
    padding: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
}

.og-contact-info {
    display: grid;
    gap: 1.2rem;
}

.og-contact-info .info-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.og-contact-info .info-item i {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(53, 76, 156, 0.1);
    color: var(--og-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.contact-form-wrap {
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem 2rem;
    box-shadow: 0 30px 60px rgba(53, 76, 156, 0.12);
}

.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea {
    border-radius: 12px;
    border: 1px solid rgba(53, 76, 156, 0.2);
    padding: 0.75rem 1rem;
}

.contact-form .contact-status {
    margin-top: 1rem;
    color: var(--og-secondary);
    font-weight: 600;
}

.footer {
    background: #050b21;
    color: #d6e0ff;
}

.footer-top {
    padding: 80px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    color: #fff;
}

.footer-logo .logo-mark {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--og-accent), var(--og-accent-light));
    color: #040d26;
    box-shadow: 0 12px 30px rgba(252, 184, 47, 0.22);
    border: none;
}

.footer-logo .logo-word {
    color: #fff;
}

.footer-social {
    display: flex;
    gap: 0.8rem;
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer-social a:hover {
    background: var(--og-accent);
    color: #040d26;
}

.footer-widget h4 {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.7rem;
}

.footer-links li {
    color: #d6e0ff;
}

.footer-links i {
    margin-right: 0.6rem;
    color: var(--og-accent);
}

.footer-bottom {
    padding: 20px 0;
    font-size: 0.9rem;
}

.footer-bottom a {
    color: #d6e0ff;
}

.footer-bottom-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.footer-bottom-links a:hover {
    color: var(--og-accent);
}

.developer-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: var(--og-accent);
}

.developer-mark::after {
    content: '\f35d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.85em;
}

@media (min-width: 992px) {
    .og-form-layout {
        align-items: stretch;
    }

    .og-form-layout form,
    .og-form-layout .contact-form {
        align-self: stretch;
    }

    .og-about-media {
        align-content: start;
    }
}

@media (max-width: 991.98px) {
    .og-intro-media {
        margin-top: 1.5rem;
    }

    .logo-nav .logo-img {
        height: 48px;
    }

    .nav-bar-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .nav-bar-links ul.level-1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
    }

    .nav-bar-links ul.level-1 > li {
        width: 100%;
    }

    .nav-bar-links ul.level-1 > li > a {
        width: 100%;
    }

    .logo-brand .logo-mark {
        width: 34px;
        height: 34px;
    }

    .logo-brand .logo-word {
        font-size: 1.05rem;
    }

    .hero-og {
        padding: 120px 0 80px;
        text-align: center;
    }

    .hero-og h1 {
        font-size: 2.4rem;
    }

    .hero-og p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-card {
        margin-top: 3rem;
    }

    .nav-bar-btn .og-btn {
        margin: 1.5rem 0 0;
    }

    .og-section h2 {
        font-size: 2.1rem;
    }
}

@media (max-width: 575.98px) {
    .logo-nav .logo-img {
        height: 42px;
    }

    .og-btn {
        width: 100%;
    }

    .hero-image {
        padding: 1.2rem;
    }

    .hero-image::after {
        inset: 12px;
    }

    .og-form-layout {
        gap: 1.5rem;
    }

    .hero-logo-text {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.9rem 1.4rem;
    }

    .og-badge {
        width: 100%;
        justify-content: center;
    }

    .hero-og h1 {
        font-size: 2.1rem;
    }

    .og-form,
    .contact-form-wrap {
        padding: 2rem 1.5rem;
    }

    .og-section {
        padding: 80px 0;
    }
}
