
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --navy: #071525;
    --navy-2: #0c2036;
    --gold: #d6a84f;
    --gold-light: #f0c96f;
    --white: #ffffff;
    --text: #17202b;
    --muted: #687382;
    --light: #f5f7fa;
    --border: rgba(12, 32, 54, .10);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: #fff;
    overflow-x: hidden;
}

section {
    scroll-margin-top: 80px;
}

.navbar {
    padding: 18px 0;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(7,21,37,.06);
    z-index: 1000;
}

.navbar-brand {
    color: var(--navy);
    font-size: 1.25rem;
    letter-spacing: -.03em;
}

.navbar-brand span:last-child {
    color: var(--gold);
}

.brand-symbol {
    color: var(--gold) !important;
    margin-right: 5px;
}

.nav-link {
    color: #34404e;
    font-size: .92rem;
    font-weight: 500;
}

.nav-link:hover {
    color: var(--gold);
}

.navbar-toggler {
    border: 0;
    color: var(--navy);
    font-size: 1.5rem;
}

.btn-brand {
    background: var(--gold);
    color: #071525;
    border: 1px solid var(--gold);
    font-weight: 700;
    border-radius: 8px;
    transition: .25s ease;
}

.btn-brand:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
    color: #071525;
    transform: translateY(-2px);
}

.hero-section {
    position: relative;
    color: var(--white);
    background:
        radial-gradient(circle at 80% 25%, rgba(214,168,79,.14), transparent 28%),
        radial-gradient(circle at 20% 80%, rgba(33,83,125,.22), transparent 30%),
        linear-gradient(135deg, #050d18 0%, #08192b 55%, #071525 100%);
    padding-top: 100px;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to right, black, transparent 80%);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-eyebrow,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--gold);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .16em;
}

.hero-eyebrow span {
    width: 28px;
    height: 2px;
    background: var(--gold);
}

.hero-section h1 {
    max-width: 850px;
    line-height: 1.02;
    letter-spacing: -.055em;
}

.hero-section h1 span {
    display: block;
    color: var(--gold);
}

.hero-description {
    max-width: 700px;
    color: #bdc7d2;
    line-height: 1.8;
    font-size: 1.05rem;
}

.btn-outline-light {
    border-color: rgba(255,255,255,.3);
    border-radius: 8px;
}

.btn-outline-light:hover {
    color: var(--navy);
}

.hero-points {
    color: #c8d1dc;
    font-size: .88rem;
}

.hero-points i {
    color: var(--gold);
    margin-right: 5px;
}

.hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-photo-placeholder {
    width: 380px;
    height: 480px;
    border-radius: 22px;
    border: 1px solid rgba(214,168,79,.35);
    background:
        radial-gradient(circle at 50% 35%, rgba(214,168,79,.18), transparent 25%),
        linear-gradient(145deg, #132b43, #07111e);
    box-shadow: 0 35px 90px rgba(0,0,0,.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.4);
}

.hero-photo-placeholder i {
    font-size: 6rem;
    margin-bottom: 15px;
}

.hero-photo-placeholder span {
    font-weight: 600;
    letter-spacing: .08em;
}

.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 18px;
    background: rgba(10,27,45,.9);
    border: 1px solid rgba(214,168,79,.35);
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,.3);
}

.floating-card i {
    color: var(--gold);
    font-size: 1.4rem;
}

.floating-card small {
    display: block;
    color: #8491a0;
    font-size: .62rem;
    letter-spacing: .12em;
}

.floating-card strong {
    display: block;
    color: white;
    font-size: .85rem;
}

.floating-card-one {
    top: 22%;
    left: -10px;
}

.floating-card-two {
    bottom: 18%;
    right: -10px;
}

.section-padding {
    padding: 110px 0;
}

.problems-section {
    background: var(--light);
}

.section-heading {
    max-width: 760px;
}

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

.section-heading h2,
.solutions-section h2,
.about-section h2,
.cta-box h2 {
    margin-top: 12px;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -.045em;
    font-weight: 800;
    color: var(--navy);
}

.section-heading p,
.solutions-section .row > div > p {
    color: var(--muted);
    line-height: 1.75;
    margin-top: 18px;
}

.problem-card {
    padding: 32px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 14px;
    transition: .25s ease;
}

.problem-card:hover,
.solution-card:hover,
.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(7,21,37,.09);
}

.problem-card > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: var(--navy);
    color: var(--gold);
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.problem-card h3,
.solution-card h3,
.project-card h3 {
    color: var(--navy);
    font-size: 1.15rem;
    font-weight: 700;
}

.problem-card p,
.solution-card p,
.project-card p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.solutions-section {
    background: #fff;
}

.solution-card {
    position: relative;
    height: 100%;
    padding: 32px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    transition: .25s ease;
    overflow: hidden;
}

.solution-number {
    position: absolute;
    top: 22px;
    right: 25px;
    color: rgba(7,21,37,.12);
    font-size: 2.3rem;
    font-weight: 800;
}

.solution-card > i {
    display: block;
    color: var(--gold);
    font-size: 2rem;
    margin-bottom: 45px;
}

.projects-section {
    background: var(--light);
}

.project-card {
    padding: 32px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    transition: .25s ease;
}

.project-featured {
    padding: 0;
    overflow: hidden;
}

.project-image-placeholder {
    min-height: 320px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    background:
        radial-gradient(circle at 75% 35%, rgba(214,168,79,.28), transparent 25%),
        linear-gradient(135deg, #0a2036, #07111e);
}

.project-image-placeholder span {
    font-size: 2.4rem;
    font-weight: 800;
}

.project-image-placeholder small {
    margin-top: 5px;
    color: var(--gold);
    letter-spacing: .15em;
}

.project-content {
    padding: 32px;
}

.project-category {
    display: block;
    color: var(--gold);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .13em;
    margin-bottom: 12px;
}

.project-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    color: var(--navy);
    text-decoration: none;
    font-weight: 700;
}

.project-link:hover {
    color: var(--gold);
}

.project-mini-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin-bottom: 35px;
    border-radius: 13px;
    background: var(--navy);
    color: var(--gold);
    font-size: 1.5rem;
}

.process-section {
    background: #fff;
}

.process-line {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
}

.process-line::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: rgba(214,168,79,.45);
}

.process-step {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 15px;
}

.process-step > span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: var(--navy);
    color: var(--gold);
    border: 4px solid white;
    box-shadow: 0 0 0 1px rgba(214,168,79,.5);
    font-weight: 700;
}

.process-step h3 {
    font-size: 1rem;
    color: var(--navy);
}

.process-step p {
    color: var(--muted);
    font-size: .85rem;
    line-height: 1.6;
}

.about-section {
    background: var(--navy);
    color: white;
}

.about-section h2 {
    color: white;
}

.about-section h2 span {
    color: var(--gold);
}

.about-section .lead,
.about-section p:not(.lead) {
    color: #b9c5d1;
    line-height: 1.8;
}

.about-photo-placeholder {
    min-height: 520px;
    border-radius: 20px;
    border: 1px solid rgba(214,168,79,.35);
    background:
        radial-gradient(circle at 50% 30%, rgba(214,168,79,.2), transparent 25%),
        linear-gradient(145deg, #132b43, #07111e);
    display: grid;
    place-items: center;
}

.about-photo-placeholder i {
    font-size: 7rem;
    color: rgba(255,255,255,.3);
}

.about-signature {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.about-signature strong {
    font-size: 1.2rem;
}

.about-signature span {
    color: var(--gold);
    font-size: .8rem;
    letter-spacing: .08em;
}

.cta-section {
    background: var(--light);
}

.cta-box {
    max-width: 850px;
    padding: 70px 30px;
}

.cta-box h2 {
    margin-top: 15px;
}

.cta-box p {
    max-width: 650px;
    margin: 20px auto 0;
    color: var(--muted);
    line-height: 1.8;
}

.footer-section {
    padding: 35px 0;
    background: #050d18;
    color: #8996a5;
}

.footer-section .navbar-brand {
    color: white;
}

.footer-section p {
    font-size: .82rem;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 15px;
        padding: 15px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 15px 35px rgba(7,21,37,.1);
    }

    .hero-section {
        padding-top: 130px;
        padding-bottom: 70px;
    }

    .hero-visual {
        min-height: 450px;
    }

    .process-line {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .process-line::before {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .section-padding {
        padding: 75px 0;
    }

    .hero-section h1 {
        font-size: 3rem;
    }

    .hero-photo-placeholder {
        width: 290px;
        height: 380px;
    }

    .floating-card {
        transform: scale(.85);
    }

    .floating-card-one {
        left: -20px;
    }

    .floating-card-two {
        right: -20px;
    }

    .project-image-placeholder {
        min-height: 240px;
    }

    .project-image-placeholder span {
        font-size: 1.8rem;
    }
}

/* FIX FOTO HERO */
.hero-photo-placeholder {
    overflow: hidden;
    padding: 0;
}

.hero-photo-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}


/* FOTO ABOUT */
.about-photo-placeholder {
    overflow: hidden;
    padding: 0;
}

.about-photo-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
/* FIX ABOUT SECTION */
.about-section .row {
    align-items: center;
}

.about-section .col-lg-7 {
    min-width: 0;
}

.about-section h2 {
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.08;
    max-width: 650px;
}

.about-photo-placeholder {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .about-photo-placeholder {
        max-width: 500px;
    }

    .about-section h2 {
        max-width: 100%;
    }
}