* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: #101827;
    background: #f7f8fa
}

a {
    text-decoration: none;
    color: inherit
}

.container {
    width: min(1160px, calc(100% - 48px));
    margin: auto
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(247, 248, 250, .92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid #e4e7ec
}

.nav {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Manrope;
    font-weight: 800;
    letter-spacing: -.5px
}

.logo-brand img {
    width: 100px;
    height: auto;
    display: block
}

.brand b {
    font-weight: 500
}

.brand-mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    background: #d5005f;
    color: #fff;
    border-radius: 8px
}

.nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
    font-size: 13px;
    font-weight: 600
}

.nav-links a:not(.nav-cta) {
    color: #465162
}

.nav-cta {
    background: #25272a;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 7px
}

.menu-toggle {
    display: none;
    border: 0;
    background: none;
    font-size: 24px
}

.hero {
    min-height: 680px;
    background: #f7f8fa;
    overflow: hidden
}

.hero-grid {
    width: min(1280px, 100%);
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 680px
}

.hero-copy {
    padding: 120px 5vw 80px 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.eyebrow {
    font-size: 11px;
    letter-spacing: 2.2px;
    font-weight: 800;
    color: #6b7482;
    margin-bottom: 20px
}

.hero h1,
h2 {
    font-family: Manrope;
    letter-spacing: -2.8px;
    line-height: 1.02;
    margin: 0
}

.hero h1 {
    font-size: clamp(48px, 6vw, 78px)
}

.hero h1 span,
h2 span {
    color: #d5005f
}

.hero-copy>p {
    max-width: 520px;
    color: #626d7d;
    line-height: 1.7;
    font-size: 17px;
    margin: 28px 0
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 22px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    border: 1px solid transparent;
    cursor: pointer
}

.btn-primary {
    background: #d5005f;
    color: #fff;
    box-shadow: 0 12px 28px rgba(213, 0, 95, .2)
}

.btn-light {
    background: #fff;
    color: #101827
}

.text-link {
    font-size: 13px;
    font-weight: 800
}

.hero-proof {
    display: flex;
    gap: 38px;
    margin-top: 65px;
    padding-top: 25px;
    border-top: 1px solid #dfe3e9
}

.hero-proof div {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.hero-proof strong {
    font-family: Manrope;
    font-size: 15px
}

.hero-proof small {
    color: #7b8491
}

.hero-visual {
    position: relative;
    background: linear-gradient(135deg, #25272a, #3a3b3e);
    overflow: hidden
}

.hero-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 55% 45%, rgba(46, 128, 255, .32), transparent 38%)
}

.product-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.orbit-one {
    width: 520px;
    height: 520px
}

.orbit-two {
    width: 720px;
    height: 720px
}

.tape-card {
    position: absolute;
    z-index: 2;
    background: #e9edf2;
    border-radius: 18px;
    box-shadow: 0 35px 70px rgba(0, 0, 0, .35)
}

.tape-main {
    width: 330px;
    height: 430px;
    left: 50%;
    top: 50%;
    transform: translate(-45%, -50%) rotate(-8deg);
    padding: 40px
}

.tape-roll {
    width: 245px;
    height: 245px;
    border-radius: 50%;
    margin: 25px auto;
    background: radial-gradient(circle, #18283a 0 23%, #27384b 24% 35%, #0d1826 36% 48%, #45576a 49% 52%, #1a2a3c 53%);
    box-shadow: inset 0 0 20px #000
}

.tape-card span {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800
}

.tape-card em {
    display: block;
    color: #6e7885;
    font-size: 11px;
    font-style: normal;
    margin-top: 6px
}

.tape-small {
    width: 150px;
    height: 185px;
    right: 9%;
    top: 14%;
    transform: rotate(13deg);
    padding: 18px
}

.mini-roll {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    margin: 8px auto 15px;
    background: radial-gradient(circle, #1d2b3a 0 30%, #58697a 31% 42%, #172534 43%)
}

.floating-label {
    position: absolute;
    z-index: 3;
    right: 10%;
    bottom: 15%;
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 2px
}

.ticker {
    height: 62px;
    background: #d5005f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.6px
}

.section {
    padding: 120px 0
}

.section-head {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    align-items: end;
    margin-bottom: 60px
}

.section-head h2,
.split h2,
.about h2,
.contact-section h2 {
    font-size: clamp(40px, 5vw, 62px)
}

.section-head>p {
    max-width: 400px;
    color: #697382;
    line-height: 1.7
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.product-card {
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 14px;
    overflow: hidden;
    min-height: 480px;
    transition: .25s
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(16, 24, 39, .08)
}

.product-art {
    height: 245px;
    background: #edf0f3;
    position: relative;
    overflow: hidden
}

.roll-art {
    background: linear-gradient(135deg, #dce2e8, #f6f7f8)
}

.roll-art i {
    position: absolute;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 28px solid #26384b;
    box-shadow: inset 0 0 0 7px #9ba7b3
}

.roll-art i:nth-child(2) {
    width: 110px;
    height: 110px;
    border: 18px solid #18283a
}

.roll-art i:nth-child(3) {
    width: 48px;
    height: 48px;
    border: 8px solid #b7c0c9
}

.adhesive-art div {
    position: absolute;
    width: 260px;
    height: 110px;
    background: #283b50;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-12deg);
    border-radius: 9px;
    box-shadow: 28px 20px 0 #cfd6dd
}

.strap-art div {
    position: absolute;
    width: 220px;
    height: 48px;
    background: #1d3044;
    border-radius: 8px;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%) rotate(16deg)
}

.strap-art div+div {
    top: 63%;
    transform: translate(-50%, -50%) rotate(-8deg);
    background: #3c536b
}

.soft-art div {
    width: 230px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 60px;
    background: #bac8d5;
    box-shadow: 0 15px 0 #7d90a3
}

.die-art div {
    position: absolute;
    width: 110px;
    height: 75px;
    background: #1e344a;
    left: 38%;
    top: 38%;
    transform: rotate(18deg);
    border-radius: 8px
}

.die-art div+div {
    left: 51%;
    top: 52%;
    background: #2e6de0;
    transform: rotate(-18deg)
}

.custom-art {
    display: grid;
    place-items: center;
    background: #25272a;
    color: #fff
}

.custom-art div {
    font-size: 80px;
    font-weight: 200
}

.card-copy {
    padding: 28px
}

.card-copy>span {
    font-size: 10px;
    color: #8993a0
}

.card-copy h3 {
    font-family: Manrope;
    font-size: 21px;
    margin: 12px 0
}

.card-copy p {
    color: #6d7683;
    font-size: 13px;
    line-height: 1.7;
    min-height: 66px
}

.card-copy a {
    font-size: 12px;
    font-weight: 800;
    color: #d5005f
}

.dark-section {
    background: #25272a;
    color: #fff;
    padding: 120px 0
}

.light .eyebrow {
    color: #8290a2
}

.light>p {
    color: #aab4c2
}

.application-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #263344
}

.application-grid>div {
    padding: 34px 30px 38px 0;
    border-bottom: 1px solid #263344
}

.application-grid>div:nth-child(n+2) {
    padding-left: 30px;
    border-left: 1px solid #263344
}

.application-grid b {
    font-size: 10px;
    color: #4f7dbe
}

.application-grid h3 {
    font-family: Manrope;
    margin: 35px 0 10px;
    font-size: 20px
}

.application-grid p {
    font-size: 13px;
    line-height: 1.7;
    color: #8995a6
}

.why {
    background: #fff
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: end
}

.lead {
    font-size: 18px;
    line-height: 1.7;
    color: #667180;
    max-width: 480px
}

.benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 80px;
    border-top: 1px solid #e1e5ea
}

.benefits>div {
    padding: 30px 24px 0 0
}

.benefits>div+div {
    padding-left: 24px;
    border-left: 1px solid #e1e5ea
}

.benefits span {
    font-size: 10px;
    color: #d5005f;
    font-weight: 800
}

.benefits h3 {
    font-family: Manrope;
    font-size: 18px
}

.benefits p {
    font-size: 13px;
    color: #737d8a;
    line-height: 1.7
}

.quote-band {
    background: #d5005f;
    color: #fff;
    padding: 75px 0
}

.quote-band .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.quote-band .eyebrow {
    color: #f3b2cf
}

.quote-band h2 {
    font-size: clamp(38px, 4vw, 55px)
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center
}

.about p {
    color: #687382;
    line-height: 1.8;
    font-size: 15px
}

.about-image {
    height: 500px;
    background: linear-gradient(145deg, #dbe1e7, #f5f6f7);
    border-radius: 15px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden
}

.about-image:before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    border: 1px solid #b9c3ce;
    border-radius: 50%
}

.about-box {
    width: 260px;
    height: 180px;
    background: #25272a;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    box-shadow: 0 35px 55px rgba(10, 25, 43, .22);
    z-index: 1
}

.about-box span {
    font-size: 45px;
    font-weight: 800
}

.about-box b {
    font-size: 11px;
    letter-spacing: 2px
}

.contact-section {
    background: #eef1f4;
    padding: 110px 0
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px
}

.contact-section p {
    color: #6d7785;
    line-height: 1.8;
    max-width: 500px
}

.contact-points {
    display: flex;
    gap: 45px;
    margin-top: 45px
}

.contact-points div {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact-points small {
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #8b94a0;
    font-weight: 800
}

.contact-points strong {
    font-size: 12px
}

.contact-grid form {
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    border: 1px solid #e2e6eb
}

.contact-grid label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #586270;
    margin-bottom: 18px
}

.contact-grid input,
.contact-grid textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    border: 1px solid #dce1e6;
    border-radius: 6px;
    padding: 13px 14px;
    font: inherit;
    font-size: 13px;
    outline: none;
    background: #fbfcfd
}

.contact-grid input:focus,
.contact-grid textarea:focus {
    border-color: #d5005f
}

.full {
    width: 100%
}

.form-note {
    font-size: 10px !important;
    margin: 13px 0 0 !important;
    color: #8b94a0 !important
}

code {
    font-size: 9px
}

footer {
    background: #25272a;
    color: #fff;
    padding: 60px 0 25px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 60px
}

.footer-grid small {
    font-size: 9px;
    letter-spacing: 1.5px;
    color: #77869a
}

.footer-grid p,
.footer-grid a {
    display: block;
    color: #94a0af;
    font-size: 12px;
    line-height: 1.7
}

.footer-grid a {
    margin-top: 10px
}

.copyright {
    border-top: 1px solid #253142;
    margin-top: 50px;
    padding-top: 20px;
    color: #657286;
    font-size: 10px
}

.whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #1ebc62;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    z-index: 30
}

@media(max-width:900px) {
    .nav-links {
        display: none
    }

    .menu-toggle {
        display: block
    }

    .nav-links.open {
        position: absolute;
        display: flex;
        flex-direction: column;
        left: 0;
        right: 0;
        top: 76px;
        background: #fff;
        padding: 25px;
        border-bottom: 1px solid #ddd
    }

    .hero-grid,
    .about-grid,
    .contact-grid,
    .split {
        grid-template-columns: 1fr
    }

    .hero-copy {
        padding: 85px 24px
    }

    .hero-visual {
        min-height: 560px
    }

    .product-grid {
        grid-template-columns: 1fr 1fr
    }

    .application-grid {
        grid-template-columns: 1fr 1fr
    }

    .application-grid>div:nth-child(n+2) {
        padding-left: 0;
        border-left: 0
    }

    .benefits {
        grid-template-columns: 1fr 1fr
    }

    .section-head {
        display: block
    }

    .section-head>p {
        margin-top: 25px
    }

    .quote-band .container {
        display: block
    }

    .quote-band .btn {
        margin-top: 30px
    }

    .contact-grid {
        gap: 50px
    }
}

@media(max-width:600px) {
    .container {
        width: min(100% - 32px, 1160px)
    }

    .nav {
        height: 68px
    }

    .hero {
        min-height: auto
    }

    .hero-grid {
        min-height: auto
    }

    .hero-copy {
        padding: 75px 0
    }

    .hero h1 {
        font-size: 48px
    }

    .hero-visual {
        min-height: 480px
    }

    .tape-main {
        width: 250px;
        height: 330px;
        padding: 25px
    }

    .tape-roll {
        width: 180px;
        height: 180px
    }

    .tape-small {
        width: 110px;
        height: 135px
    }

    .mini-roll {
        width: 75px;
        height: 75px
    }

    .ticker {
        gap: 35px;
        overflow: hidden;
        justify-content: flex-start;
        padding-left: 25px;
        white-space: nowrap
    }

    .section,
    .dark-section {
        padding: 80px 0
    }

    .product-grid,
    .application-grid,
    .benefits {
        grid-template-columns: 1fr
    }

    .product-card {
        min-height: auto
    }

    .application-grid>div,
    .application-grid>div:nth-child(n+2) {
        padding: 25px 0;
        border-left: 0
    }

    .benefits>div,
    .benefits>div+div {
        padding: 25px 0;
        border-left: 0;
        border-bottom: 1px solid #e1e5ea
    }

    .about-image {
        height: 350px
    }

    .contact-points {
        display: block
    }

    .contact-points div+div {
        margin-top: 22px
    }

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

.logo-brand {
    min-width: 178px
}

.contact-points strong {
    word-break: break-word
}

.whatsapp {
    background: #d5005f
}