* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    font-family: "Inter", sans-serif;
    color: #20252b;
    background: #ffffff;
    line-height: 1.6;
}


img {
    display: block;
    max-width: 100%;
}


a {
    text-decoration: none;
    color: inherit;
}


button,
input,
textarea,
select {
    font-family: inherit;
}


.container {
    width: min(1180px, 92%);
    margin: auto;
}


/* ================= NAVBAR ================= */

.navbar {
    height: 82px;
    background: #ffffff;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
}


.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.brand img {
    width: 190px;
    height: 65px;
    object-fit: contain;
}


nav {
    display: flex;
    gap: 28px;
}


nav a {
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}


nav a:hover {
    color: #e05b20;
}


.nav-button {
    background: #e05b20;
    color: #ffffff;
    padding: 12px 21px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}


.menu-btn {
    display: none;
    border: none;
    background: transparent;
    font-size: 27px;
    cursor: pointer;
}


/* ================= HERO ================= */

.hero {
    min-height: 680px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #171c24;
}


.hero-background {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            #111923 0%,
            #202c3b 55%,
            #562718 100%
        );
}


.hero-background::before,
.hero-background::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}


.hero-background::before {
    width: 500px;
    height: 500px;
    right: -150px;
    top: -150px;
    background: rgba(224, 91, 32, 0.22);
}


.hero-background::after {
    width: 400px;
    height: 400px;
    left: -150px;
    bottom: -150px;
    background: rgba(16, 67, 130, 0.28);
}


.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.7),
            rgba(0,0,0,.15)
        );
}


.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 100px 0;
}


.hero-tag {
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 800;
}


.hero h1 {
    font-size: clamp(45px, 6vw, 76px);
    line-height: 1.05;
    margin: 22px 0;
    font-weight: 800;
}


.hero h1 span,
h2 span {
    color: #f27432;
}


.hero p {
    max-width: 600px;
    font-size: 17px;
    color: #e4e4e4;
    margin-bottom: 32px;
}


.hero-buttons {
    display: flex;
    gap: 15px;
}


.btn {
    display: inline-block;
    padding: 14px 25px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}


.primary {
    background: #e05b20;
    color: white;
}


.secondary {
    border: 1px solid white;
    color: white;
}


/* ================= TRUST ================= */

.trust {
    background: #202a36;
    color: white;
}


.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}


.trust-grid div {
    padding: 25px 15px;
    text-align: center;
    border-right: 1px solid #3b4652;
}


.trust-grid strong,
.trust-grid span {
    display: block;
}


.trust-grid strong {
    font-size: 21px;
    color: #f27432;
}


.trust-grid span {
    font-size: 12px;
    color: #c3c8cd;
}


/* ================= SECTIONS ================= */

.section {
    padding: 100px 0;
}


.section-label {
    color: #e05b20;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
}


.section-heading {
    max-width: 650px;
    margin-bottom: 50px;
}


.section-heading h2,
.about-content h2,
.contact-info h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    margin: 12px 0 18px;
}


.section-heading p {
    color: #666;
}


/* ================= ABOUT ================= */

.about {
    background: #ffffff;
}


.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}


.about-visual {
    position: relative;
}


.brick-placeholder {
    height: 500px;
    border-radius: 10px;
    background:
        linear-gradient(
            135deg,
            #f0f2f4,
            #dce2e7
        );

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border: 1px solid #d2d7dc;
}


.placeholder-bricks {
    width: 260px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.placeholder-bricks span {
    height: 55px;
    border-radius: 4px;
    background: linear-gradient(
        135deg,
        #d75a2c,
        #9d341b
    );
    box-shadow:
        inset 0 -7px rgba(0,0,0,.1),
        0 5px 10px rgba(0,0,0,.1);
}


.placeholder-bricks span:nth-child(2) {
    width: 85%;
    align-self: flex-end;
}


.brick-placeholder p {
    margin-top: 25px;
    color: #7a8188;
    font-size: 13px;
    font-weight: 600;
}


.quality-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #e05b20;
    color: white;
    padding: 24px 28px;
    border-radius: 6px;
}


.quality-badge strong,
.quality-badge span {
    display: block;
}


.quality-badge strong {
    font-size: 23px;
}


.about-content p {
    color: #666;
    margin-bottom: 18px;
}


.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 27px;
}


.features span {
    color: #e05b20;
    font-weight: 800;
    margin-right: 8px;
}


/* ================= PRODUCTS ================= */

.products {
    background: #f5f6f7;
}


.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


.product-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e1e3e5;
    transition: .3s;
}


.product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 45px rgba(0,0,0,.1);
}


.product-placeholder {
    height: 300px;
    background: #e8ecef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}


.product-placeholder small {
    margin-top: 25px;
    color: #78818a;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 800;
}


.interlocking-shape {
    display: flex;
    gap: 7px;
    align-items: center;
}


.interlocking-shape span {
    width: 70px;
    height: 105px;
    background: #8b949b;
    border-radius: 7px;
    transform: rotate(45deg);
}


.interlocking-shape span:nth-child(2) {
    margin-left: -27px;
    margin-right: -27px;
    z-index: 2;
}


.red-brick-placeholder {
    background: #eee4df;
}


.red-bricks {
    width: 270px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}


.red-bricks span {
    height: 48px;
    background: linear-gradient(
        135deg,
        #d96339,
        #9f351d
    );
    border-radius: 3px;
    box-shadow:
        inset 0 -4px rgba(0,0,0,.1);
}


.red-bricks span:nth-child(even) {
    transform: translateY(20px);
}


.product-info {
    padding: 28px;
}


.product-number {
    color: #e05b20;
    font-size: 12px;
    font-weight: 800;
}


.product-info h3 {
    font-size: 25px;
    margin: 5px 0 10px;
}


.product-info p {
    color: #666;
    font-size: 14px;
}


.product-details {
    display: flex;
    gap: 50px;
    margin-top: 22px;
    padding: 18px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}


.product-details small,
.product-details strong {
    display: block;
}


.product-details small {
    color: #8a8f94;
    font-size: 10px;
    letter-spacing: 1px;
}


.product-details strong {
    margin-top: 4px;
    color: #20252b;
}


.product-info button {
    margin-top: 20px;
    border: none;
    background: none;
    color: #e05b20;
    font-weight: 800;
    cursor: pointer;
    font-size: 14px;
}


/* ================= WHY US ================= */

.why-us {
    background: #202a36;
    color: white;
}


.light .section-label {
    color: #f27432;
}


.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.why-card {
    border: 1px solid #3d4955;
    padding: 30px;
    border-radius: 7px;
}


.why-icon {
    color: #f27432;
    font-size: 30px;
    margin-bottom: 15px;
}


.why-card h3 {
    margin-bottom: 10px;
}


.why-card p {
    color: #aeb5bc;
    font-size: 14px;
}


/* ================= APPLICATIONS ================= */

.application-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.application-card {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 7px;
    transition: .3s;
}


.application-card:hover {
    border-color: #e05b20;
    transform: translateY(-5px);
}


.application-icon {
    font-size: 35px;
    color: #e05b20;
    margin-bottom: 15px;
}


.application-card h3 {
    margin-bottom: 8px;
}


.application-card p {
    color: #666;
    font-size: 14px;
}


/* ================= GALLERY ================= */

.gallery {
    background: #f5f6f7;
}


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}


.gallery-placeholder {
    height: 270px;
    border: 2px dashed #c8cdd1;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    color: #7d858c;
}


.gallery-placeholder span {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #c8cdd1;
    display: grid;
    place-items: center;
    font-size: 30px;
}


.gallery-placeholder p {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
}


/* ================= CTA ================= */

.cta {
    background: #e05b20;
    color: white;
    padding: 70px 0;
}


.cta-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


.cta .section-label {
    color: white;
}


.cta h2 {
    font-size: 45px;
    line-height: 1.1;
    margin-top: 10px;
}


.light-btn {
    background: white;
    color: #e05b20;
}


/* ================= CONTACT ================= */

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}


.contact-info p {
    color: #666;
    max-width: 500px;
    margin-bottom: 30px;
}


.contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin: 24px 0;
}


.contact-item > span {
    width: 45px;
    height: 45px;
    background: #f8e7df;
    display: grid;
    place-items: center;
    border-radius: 50%;
    flex-shrink: 0;
}


.contact-item small,
.contact-item strong {
    display: block;
}


.contact-item small {
    color: #888;
    font-size: 10px;
    letter-spacing: 1px;
}


.contact-item strong {
    margin-top: 3px;
}


/* ================= FORM ================= */

.contact-form {
    background: #f5f6f7;
    padding: 35px;
    border-radius: 8px;
}


.contact-form h3 {
    font-size: 26px;
    margin-bottom: 20px;
}


.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}


input,
textarea,
select {
    width: 100%;
    border: 1px solid #ddd;
    background: white;
    padding: 14px;
    margin-bottom: 15px;
    outline: none;
    border-radius: 4px;
}


select {
    color: #555;
}


input:focus,
textarea:focus,
select:focus {
    border-color: #e05b20;
}


.submit-btn {
    width: 100%;
    border: none;
    background: #e05b20;
    color: white;
    padding: 15px;
    border-radius: 4px;
    font-weight: 800;
    cursor: pointer;
}


/* ================= FOOTER ================= */

footer {
    background: #151b22;
    color: white;
    padding-top: 60px;
}


.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 50px;
}


.footer-logo {
    width: 180px;
    height: 65px;
    object-fit: contain;
}


.footer-grid p {
    color: #aeb5bc;
    max-width: 350px;
    margin-top: 15px;
}


.footer-grid h4 {
    margin-bottom: 15px;
}


.footer-grid a {
    display: block;
    color: #aeb5bc;
    font-size: 14px;
    margin: 8px 0;
}


.footer-grid a:hover {
    color: white;
}


.copyright {
    border-top: 1px solid #303840;
    padding: 20px;
    text-align: center;
    color: #777;
    font-size: 13px;
}


/* ================= WHATSAPP ================= */

.whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #25D366;
    display: grid;
    place-items: center;
    font-size: 26px;
    z-index: 900;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}


/* ================= MODAL ================= */

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 20px;
}


.modal.active {
    display: flex;
}


.modal-content {
    background: white;
    width: min(450px, 100%);
    padding: 35px;
    border-radius: 8px;
    position: relative;
}


.modal-content h2 {
    margin-bottom: 5px;
}


.modal-content p {
    color: #e05b20;
    margin-bottom: 20px;
}


.close {
    position: absolute;
    right: 18px;
    top: 12px;
    border: none;
    background: none;
    font-size: 30px;
    cursor: pointer;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 950px) {

    nav {
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        background: white;
        display: none;
        flex-direction: column;
        padding: 25px;
        gap: 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,.08);
    }


    nav.active {
        display: flex;
    }


    .nav-button {
        display: none;
    }


    .menu-btn {
        display: block;
    }


    .trust-grid {
        grid-template-columns: 1fr 1fr;
    }


    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }


    .product-grid {
        grid-template-columns: 1fr;
    }


    .why-grid {
        grid-template-columns: 1fr 1fr;
    }


    .application-grid {
        grid-template-columns: 1fr 1fr;
    }


    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

}


@media (max-width: 600px) {

    .navbar {
        height: 72px;
    }


    .brand img {
        width: 155px;
        height: 58px;
    }


    nav {
        top: 72px;
    }


    .section {
        padding: 70px 0;
    }


    .hero {
        min-height: 600px;
    }


    .hero h1 {
        font-size: 45px;
    }


    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }


    .trust-grid,
    .why-grid,
    .application-grid,
    .gallery-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }


    .brick-placeholder {
        height: 350px;
    }


    .quality-badge {
        right: 10px;
    }


    .input-row {
        grid-template-columns: 1fr;
        gap: 0;
    }


    .cta-content {
        flex-direction: column;
        align-items: flex-start;
    }


    .cta h2 {
        font-size: 35px;
    }


    .gallery-placeholder {
        height: 230px;
    }

}
.actual-product-image {
    padding: 0;
    overflow: hidden;
}

.actual-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.actual-gallery-image {
    padding: 0;
    overflow: hidden;
}

.actual-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actual-gallery-image p {
    display: none;
}