@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Orbitron:wght@600;700;800;900&display=swap');

:root {
    --orange: #ff5a13;
    --yellow: #ffb20b;
    --dark: #07090c;
    --panel: #101318;
    --text: #f6f7f9;
    --muted: #949aa5
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--dark);
    color: var(--text);
    font-family: Montserrat, Arial, sans-serif;
    min-height: 100vh;
    overflow-x: hidden
}

.background {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 82% 75%, rgba(255, 86, 12, .14), transparent 26%), radial-gradient(circle at 50% 40%, rgba(255, 150, 0, .045), transparent 30%), #080a0d;
    overflow: hidden
}

.grid {
    position: absolute;
    inset: 0;
    opacity: .2;
    background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to bottom, black, transparent 90%)
}

.glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .12
}

.glow-one {
    width: 420px;
    height: 420px;
    background: var(--orange);
    right: -100px;
    bottom: -180px
}

.glow-two {
    width: 300px;
    height: 300px;
    background: #ffb000;
    left: -180px;
    top: 180px
}

.shape {
    position: absolute;
    opacity: .28;
    border-color: #9b470c
}

.hex {
    width: 150px;
    height: 130px;
    border: 1px solid;
    clip-path: polygon(25% 0, 75% 0, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0 75%, 0 25%)
}

.h1 {
    right: 10%;
    top: 11%
}

.h2 {
    left: 8%;
    bottom: 14%;
    transform: scale(.65)
}

.line {
    height: 1px;
    width: 260px;
    background: #813807;
    transform: rotate(-45deg)
}

.l1 {
    top: 15%;
    left: 15%
}

.l2 {
    bottom: 18%;
    right: 3%
}

.l3 {
    top: 55%;
    left: -5%
}

.page {
    max-width: 1180px;
    margin: auto;
    padding: 0 30px
}

.navbar {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Orbitron, sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px
}

.brand img {
    width: 52px;
    height: 52px;
    object-fit: contain
}

.brand b {
    color: var(--orange)
}

.status {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 800;
    color: #d9dce2;
    display: flex;
    align-items: center;
    gap: 8px
}

.status i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff9712;
    box-shadow: 0 0 12px #ff7912
}

.hero {
    padding: 105px 0 55px;
    max-width: 780px
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ff9b16;
    font-family: Orbitron, sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 700
}

.eyebrow span {
    height: 1px;
    width: 42px;
    background: var(--orange)
}

h1,
h2 {
    font-family: Orbitron, sans-serif
}

.hero h1 {
    font-size: clamp(42px, 7vw, 82px);
    line-height: 1.02;
    letter-spacing: -3px;
    margin: 19px 0 24px;
    font-weight: 900
}

.hero h1 strong {
    background: linear-gradient(90deg, var(--orange), #ffbc16);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero p {
    max-width: 650px;
    line-height: 1.8;
    color: var(--muted);
    font-size: 15px
}

.actions {
    display: flex;
    gap: 13px;
    margin-top: 33px;
    flex-wrap: wrap
}

.btn {
    min-height: 49px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    transition: .25s
}

.primary {
    background: linear-gradient(100deg, #ff4715, #ff8e0d);
    box-shadow: 0 10px 35px rgba(255, 73, 10, .2)
}

.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 73, 10, .35)
}

.secondary {
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .025)
}

.secondary:hover {
    border-color: #ff7911;
    background: rgba(255, 115, 10, .07)
}

.progress-card {
    border: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(100deg, rgba(17, 20, 25, .85), rgba(10, 12, 15, .58));
    backdrop-filter: blur(10px);
    padding: 24px 27px;
    max-width: 650px;
    margin-bottom: 145px
}

.progress-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.progress-top span {
    display: block;
    color: #777f8a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px
}

.progress-top strong {
    font-size: 12px;
    letter-spacing: 1px
}

.progress-top b {
    font-family: Orbitron;
    color: #ff9d12
}

.progress {
    height: 5px;
    background: #22262d;
    overflow: hidden
}

.progress div {
    width: 75%;
    height: 100%;
    background: linear-gradient(90deg, var(--orange), var(--yellow));
    box-shadow: 0 0 18px rgba(255, 139, 5, .5)
}

.progress-card small {
    display: block;
    color: #747b85;
    font-size: 10px;
    margin-top: 13px
}

.owners {
    padding: 25px 0 110px
}

.section-heading span,
.modal-label {
    color: #ff9410;
    font-family: Orbitron, sans-serif;
    font-size: 10px;
    letter-spacing: 3px
}

.section-heading h2 {
    font-size: clamp(30px, 5vw, 50px);
    margin: 10px 0
}

.section-heading em {
    font-style: normal;
    color: var(--orange)
}

.section-heading p {
    color: var(--muted);
    font-size: 13px
}

.owner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px
}

.owner {
    position: relative;
    min-height: 230px;
    border: 1px solid rgba(255, 255, 255, .09);
    background: linear-gradient(135deg, rgba(24, 27, 33, .95), rgba(11, 13, 17, .85));
    padding: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: .3s
}

.owner:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255, 125, 8, .18);
    clip-path: polygon(25% 0, 75% 0, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0 75%, 0 25%);
    right: -65px;
    top: -60px
}

.owner:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 123, 10, .6);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .3)
}

.owner-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px
}

.avatar,
.modal-avatar {
    flex: 0 0 auto;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-family: Orbitron;
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(135deg, #ff4614, #ffb20b);
    color: #08090b;
    box-shadow: 0 0 0 5px rgba(255, 123, 10, .09)
}

.owner .tag {
    font-size: 9px;
    letter-spacing: 2px;
    color: #ff9510;
    font-weight: 800
}

.owner h3 {
    font-family: Orbitron;
    margin: 6px 0 5px;
    font-size: 20px
}

.owner p {
    font-size: 11px;
    color: #8d949e
}

.view {
    position: absolute;
    bottom: 27px;
    left: 30px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #fff
}

.view span {
    color: var(--orange);
    margin-left: 8px
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.modal.show {
    display: flex
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .74);
    backdrop-filter: blur(9px)
}

.modal-card {
    position: relative;
    width: min(460px, 100%);
    background: linear-gradient(150deg, #161a20, #090b0f);
    border: 1px solid rgba(255, 128, 11, .35);
    padding: 48px 38px;
    text-align: center;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .7)
}

.close {
    position: absolute;
    right: 16px;
    top: 12px;
    border: 0;
    background: none;
    color: #9ca2aa;
    font-size: 30px;
    cursor: pointer
}

.modal-avatar {
    width: 94px;
    height: 94px;
    margin: 0 auto 24px;
    font-size: 30px
}

.modal-card h2 {
    margin: 10px 0 6px;
    font-size: 28px
}

.modal-card>p:not(.modal-bio) {
    color: #ff9410;
    font-size: 12px
}

.modal-divider {
    height: 1px;
    background: rgba(255, 255, 255, .08);
    margin: 25px 0
}

.modal-bio {
    color: #959ba5;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 25px
}

.small {
    min-height: 43px;
    padding: 0 17px;
    font-size: 9px
}

footer {
    max-width: 1180px;
    margin: auto;
    padding: 25px 30px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    display: flex;
    justify-content: space-between;
    color: #59606a;
    font-size: 9px;
    letter-spacing: 1.5px
}

@media(max-width:700px) {
    .page {
        padding: 0 20px
    }

    .navbar {
        height: 82px
    }

    .brand span {
        display: none
    }

    .hero {
        padding-top: 75px
    }

    .hero h1 {
        letter-spacing: -2px
    }

    .progress-card {
        margin-bottom: 80px
    }

    .owner-grid {
        grid-template-columns: 1fr
    }

    .owner {
        min-height: 205px
    }

    .owner-inner {
        gap: 15px
    }

    footer {
        padding: 22px 20px
    }

    .status {
        font-size: 8px
    }

    .actions {
        flex-direction: column;
        align-items: stretch
    }

    .btn {
        width: 100%
    }
}

.avatar img,
.modal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}