* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #17231d;
    background: #fffaf0;
    line-height: 1.6;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.notice-bar {
    background: var(--primary);
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 28px;
    padding: 10px 16px;
    font-size: 0.88rem;
    font-weight: 700;
    flex-wrap: wrap;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 250, 240, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(18, 55, 42, 0.1);
}

.nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(18, 55, 42, 0.22);
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    color: var(--primary);
    font-size: 1rem;
}

.brand small {
    color: #68746d;
    font-size: 0.78rem;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: 800;
    font-size: 0.94rem;
}

.main-nav a {
    color: #33453b;
}

.main-nav a:hover {
    color: var(--accent);
}

.nav-cta {
    background: var(--accent);
    color: #fff !important;
    padding: 11px 18px;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(249, 115, 22, 0.25);
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 42px;
    border: 0;
    background: var(--primary);
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 5px 0;
    border-radius: 10px;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 64px;
    background:
        radial-gradient(circle at top left, rgba(249, 115, 22, 0.22), transparent 30%),
        radial-gradient(circle at 85% 10%, rgba(18, 55, 42, 0.18), transparent 28%),
        linear-gradient(135deg, #fffaf0 0%, var(--secondary) 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 320px;
    height: 320px;
    background: repeating-linear-gradient(
        45deg,
        rgba(18, 55, 42, 0.09) 0,
        rgba(18, 55, 42, 0.09) 12px,
        transparent 12px,
        transparent 24px
    );
    border-radius: 50%;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 56px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.76rem;
    font-weight: 900;
    margin-bottom: 14px;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--accent);
}

.hero h1,
.section-heading h2,
.about-content h2,
.showcase-content h2,
.faq h2,
.final-cta h2 {
    color: var(--primary);
    letter-spacing: -0.04em;
    line-height: 1.04;
}

.hero h1 {
    font-size: clamp(2.45rem, 7vw, 5.2rem);
    max-width: 760px;
}

.hero-text {
    margin-top: 22px;
    color: #4c5b52;
    font-size: 1.08rem;
    max-width: 640px;
}

.hero-actions {
    margin-top: 32px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 18px 34px rgba(249, 115, 22, 0.28);
}

.btn-outline {
    border: 2px solid rgba(18, 55, 42, 0.18);
    color: var(--primary);
    background: rgba(255, 255, 255, 0.58);
}

.hero-stats {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 600px;
}

.hero-stats div {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(18, 55, 42, 0.1);
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 16px 34px rgba(18, 55, 42, 0.08);
}

.hero-stats strong {
    display: block;
    color: var(--primary);
    font-size: 1.18rem;
}

.hero-stats span {
    color: #66736b;
    font-size: 0.9rem;
}

.hero-visual {
    position: relative;
    min-height: 540px;
    display: grid;
    place-items: center;
}

.shop-card {
    width: min(430px, 100%);
    background: #fff;
    border: 10px solid #fff;
    border-radius: 34px;
    box-shadow: 0 34px 80px rgba(18, 55, 42, 0.24);
    overflow: hidden;
    transform: rotate(2deg);
}

.awning {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 96px;
    background: var(--primary);
}

.awning span:nth-child(odd) {
    background: var(--accent);
}

.awning span {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.storefront {
    padding: 32px;
    background:
        linear-gradient(90deg, rgba(18, 55, 42, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(18, 55, 42, 0.08) 1px, transparent 1px),
        #fffdf7;
    background-size: 28px 28px;
}

.shelf {
    background: #ffffff;
    border: 2px solid rgba(18, 55, 42, 0.12);
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 18px;
    display: flex;
    gap: 12px;
    align-items: flex-end;
    box-shadow: inset 0 -10px 0 rgba(18, 55, 42, 0.05);
}

.shelf span {
    flex: 1;
    border-radius: 12px 12px 4px 4px;
    background: var(--accent);
}

.shelf-one span:nth-child(1) {
    height: 64px;
    background: #f59e0b;
}

.shelf-one span:nth-child(2) {
    height: 86px;
    background: var(--primary);
}

.shelf-one span:nth-child(3) {
    height: 52px;
    background: #ef4444;
}

.shelf-one span:nth-child(4) {
    height: 72px;
    background: #22c55e;
}

.shelf-two span:nth-child(1) {
    height: 72px;
    background: #3b82f6;
}

.shelf-two span:nth-child(2) {
    height: 50px;
    background: #a855f7;
}

.shelf-two span:nth-child(3) {
    height: 82px;
    background: #f97316;
}

.counter {
    background: var(--primary);
    color: #fff;
    border-radius: 24px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter strong,
.counter small {
    display: block;
}

.counter strong {
    font-size: 1.2rem;
}

.counter small {
    color: rgba(255, 255, 255, 0.72);
}

.floating-badge {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(18, 55, 42, 0.1);
    border-radius: 22px;
    padding: 16px 18px;
    box-shadow: 0 22px 50px rgba(18, 55, 42, 0.18);
    max-width: 190px;
}

.floating-badge strong {
    display: block;
    color: var(--primary);
}

.floating-badge span {
    color: #66736b;
    font-size: 0.86rem;
}

.badge-one {
    top: 72px;
    left: 0;
}

.badge-two {
    right: 4px;
    bottom: 92px;
}

.quick-strip {
    background: var(--primary);
    color: #fff;
    padding: 22px 0;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.quick-grid div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quick-grid span {
    color: var(--accent);
    font-weight: 900;
}

.quick-grid strong {
    font-size: 0.96rem;
}

.section {
    padding: 88px 0;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.section-heading h2,
.about-content h2,
.showcase-content h2,
.faq h2,
.final-cta h2 {
    font-size: clamp(2rem, 4.6vw, 3.4rem);
}

.section-heading p,
.about-content p,
.showcase-content p,
.faq-grid > div > p,
.final-cta p {
    color: #58665e;
}

.department-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.department-card {
    background: #fff;
    border: 1px solid rgba(18, 55, 42, 0.1);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 20px 45px rgba(18, 55, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.department-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(18, 55, 42, 0.13);
}

.dept-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--secondary);
    font-size: 1.6rem;
    margin-bottom: 18px;
}

.department-card h3 {
    color: var(--primary);
    margin-bottom: 10px;
    font-size: 1.22rem;
}

.department-card p {
    color: #647168;
}

.about {
    background: #ffffff;
}

.about-grid,
.showcase-grid,
.faq-grid,
.final-cta-card {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
    align-items: center;
}

.about-visual {
    min-height: 420px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 20% 15%, rgba(249, 115, 22, 0.16), transparent 24%),
        linear-gradient(135deg, var(--secondary), #fff);
    border-radius: 36px;
    padding: 28px;
}

.receipt-card {
    width: min(360px, 100%);
    background: #fff;
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 28px 70px rgba(18, 55, 42, 0.18);
    position: relative;
}

.receipt-card::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: -10px;
    height: 20px;
    background: repeating-linear-gradient(
        90deg,
        #fff 0,
        #fff 14px,
        transparent 14px,
        transparent 26px
    );
}

.receipt-top {
    padding-bottom: 18px;
    border-bottom: 2px dashed rgba(18, 55, 42, 0.18);
    margin-bottom: 18px;
}

.receipt-top strong,
.receipt-top span {
    display: block;
}

.receipt-top strong {
    color: var(--primary);
    font-size: 1.24rem;
}

.receipt-top span {
    color: #718077;
    font-size: 0.9rem;
}

.receipt-line,
.receipt-total {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 0;
    color: #5d6b63;
}

.receipt-line strong {
    color: var(--primary);
}

.receipt-total {
    margin-top: 12px;
    border-top: 2px dashed rgba(18, 55, 42, 0.18);
    color: var(--primary);
    font-weight: 900;
    font-size: 1.12rem;
}

.trust-list {
    margin-top: 28px;
    display: grid;
    gap: 14px;
}

.trust-list div {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fffaf0;
    border: 1px solid rgba(18, 55, 42, 0.08);
    border-radius: 20px;
    padding: 16px;
}

.trust-list span {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 900;
}

.process {
    background:
        linear-gradient(135deg, rgba(18, 55, 42, 0.05), rgba(249, 115, 22, 0.07)),
        #fffaf0;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.process-grid article {
    background: var(--primary);
    color: #fff;
    border-radius: 32px;
    padding: 30px;
    min-height: 230px;
    position: relative;
    overflow: hidden;
}

.process-grid article::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.process-grid span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: var(--accent);
    color: #fff;
    font-weight: 900;
    margin-bottom: 22px;
}

.process-grid h3 {
    font-size: 1.28rem;
    margin-bottom: 10px;
}

.process-grid p {
    color: rgba(255, 255, 255, 0.74);
}

.showcase {
    background: #fff;
}

.showcase-grid {
    grid-template-columns: 0.95fr 1.05fr;
}

.feature-list {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feature-list span {
    background: var(--secondary);
    border: 1px solid rgba(18, 55, 42, 0.08);
    color: var(--primary);
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 800;
    font-size: 0.9rem;
}

.product-wall {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 145px;
    gap: 16px;
}

.product-tile {
    border-radius: 28px;
    padding: 20px;
    background: var(--secondary);
    color: var(--primary);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 18px 40px rgba(18, 55, 42, 0.09);
    position: relative;
    overflow: hidden;
}

.product-tile::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: -28px;
    bottom: -28px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.22);
}

.product-tile span {
    position: relative;
    z-index: 2;
    font-weight: 900;
    color: var(--accent);
    text-transform: uppercase;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
}

.product-tile strong {
    position: relative;
    z-index: 2;
    font-size: 1.25rem;
    line-height: 1.1;
}

.product-tile.tall {
    grid-row: span 2;
    background: var(--accent);
    color: #fff;
}

.product-tile.tall span {
    color: #fff;
}

.product-tile.dark {
    background: var(--primary);
    color: #fff;
}

.product-tile.dark span {
    color: var(--accent);
}

.product-tile.wide {
    grid-column: span 2;
    background: #fff;
    border: 1px solid rgba(18, 55, 42, 0.08);
}

.testimonials {
    background: #fffaf0;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid rgba(18, 55, 42, 0.1);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(18, 55, 42, 0.08);
}

.featured-testimonial {
    background: var(--primary);
    color: #fff;
    transform: translateY(-12px);
}

.stars {
    color: var(--accent);
    letter-spacing: 0.12em;
    margin-bottom: 16px;
    font-size: 0.9rem;
}

.testimonial-card p {
    margin-bottom: 22px;
    color: #526157;
}

.featured-testimonial p {
    color: rgba(255, 255, 255, 0.78);
}

.testimonial-card strong,
.testimonial-card span {
    display: block;
}

.testimonial-card strong {
    color: var(--primary);
}

.featured-testimonial strong {
    color: #fff;
}

.testimonial-card span {
    color: #7a877f;
    font-size: 0.9rem;
}

.featured-testimonial span {
    color: rgba(255, 255, 255, 0.58);
}

.faq {
    background: #fff;
}

.faq-grid {
    align-items: flex-start;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    border: 1px solid rgba(18, 55, 42, 0.12);
    border-radius: 24px;
    overflow: hidden;
    background: #fffaf0;
}

.faq-item button {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    color: var(--primary);
    font-weight: 900;
    text-align: left;
}

.faq-item button span {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    display: grid;
    place-items: center;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.faq-answer p {
    padding: 0 22px 22px;
    color: #5b6a61;
}

.faq-item.active .faq-answer {
    max-height: 180px;
}

.faq-item.active button span {
    transform: rotate(45deg);
}

.final-cta {
    padding: 88px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(249, 115, 22, 0.22), transparent 28%),
        linear-gradient(135deg, var(--primary), #071d15);
    color: #fff;
}

.final-cta-card {
    grid-template-columns: 1fr 0.82fr;
}

.final-cta h2 {
    color: #fff;
}

.final-cta p {
    color: rgba(255, 255, 255, 0.74);
}

.contact-panel {
    background: #fff;
    color: var(--primary);
    border-radius: 32px;
    padding: 26px;
    display: grid;
    gap: 14px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.contact-panel a,
.contact-panel div {
    display: block;
    padding: 16px;
    border-radius: 20px;
    background: #fffaf0;
    border: 1px solid rgba(18, 55, 42, 0.08);
}

.contact-panel span,
.contact-panel strong {
    display: block;
}

.contact-panel span {
    color: #75827a;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.contact-panel strong {
    word-break: break-word;
}

.contact-panel .contact-button {
    background: var(--accent);
    color: #fff;
    border: 0;
    text-align: center;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 80;
    background: #25d366;
    color: #fff;
    font-weight: 900;
    padding: 14px 18px;
    border-radius: 999px;
    box-shadow: 0 18px 44px rgba(18, 55, 42, 0.24);
}

.site-footer {
    background: #071d15;
    color: #fff;
    padding: 30px 0;
}

.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-grid p {
    color: rgba(255, 255, 255, 0.62);
    margin-top: 4px;
}

.footer-grid a {
    color: var(--accent);
    font-weight: 900;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 920px) {
    .nav-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 78px;
        left: 16px;
        right: 16px;
        background: #fff;
        border: 1px solid rgba(18, 55, 42, 0.12);
        border-radius: 24px;
        padding: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        box-shadow: 0 24px 60px rgba(18, 55, 42, 0.16);
    }

    .main-nav.open {
        display: flex;
    }

    .main-nav a {
        padding: 10px 12px;
    }

    .hero-grid,
    .about-grid,
    .showcase-grid,
    .faq-grid,
    .final-cta-card {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 460px;
    }

    .quick-grid,
    .department-grid,
    .process-grid,
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-testimonial {
        transform: none;
    }
}

@media (max-width: 640px) {
    .notice-bar {
        justify-content: flex-start;
        gap: 12px;
        font-size: 0.78rem;
    }

    .brand strong {
        font-size: 0.92rem;
    }

    .brand small {
        display: none;
    }

    .hero {
        padding: 58px 0 48px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .hero-stats,
    .quick-grid,
    .department-grid,
    .process-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 410px;
    }

    .shop-card {
        transform: none;
    }

    .floating-badge {
        position: static;
        margin-top: 14px;
        max-width: 100%;
    }

    .hero-visual {
        display: block;
    }

    .product-wall {
        grid-template-columns: 1fr;
        grid-auto-rows: 140px;
    }

    .product-tile.tall,
    .product-tile.wide {
        grid-row: auto;
        grid-column: auto;
    }

    .section {
        padding: 66px 0;
    }

    .footer-grid {
        flex-direction: column;
        align-items: flex-start;
    }

    .whatsapp-float {
        left: 18px;
        right: 18px;
        text-align: center;
    }
}