* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
    color: #111;
    background: #f5f5f2;
    overflow-x: hidden
}

h1,
h2,
h3,
h4 {
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: -.055em;
    font-weight: 600
}

.navbar {
    height: 88px;
    transition: .3s;
    background: transparent
}

.navbar.scrolled {
    height: 70px;
    background: #111 !important;
    box-shadow: 0 5px 30px #0003
}

.navbar-brand {
    font-family: "Space Grotesk";
    font-weight: 700;
    color: #fff !important;
    letter-spacing: .04em;
    font-size: 1.25rem
}

.navbar-brand span {
    color: #ff684d
}

.navbar-brand small {
    font-size: .53rem;
    letter-spacing: .08em;
    margin-left: 2px
}

.navbar-toggler {
    color: #fff;
    border: 0
}

.navbar-nav {
    gap: 28px;
    margin-right: 35px
}

.navbar-nav a {
    color: #eee;
    text-decoration: none;
    font-size: .68rem;
    letter-spacing: .14em;
    font-weight: 600
}

.nav-cta {
    border: 1px solid #ffffff55;
    color: #fff;
    text-decoration: none;
    padding: 12px 16px;
    font-size: .66rem;
    letter-spacing: .1em;
    font-weight: 700
}

.hero {
    background: #101111;
    color: #fff;
    min-height: 100vh;
    position: relative;
    overflow: hidden
}

.hero:after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: #ff684d;
    filter: blur(170px);
    opacity: .13;
    right: -180px;
    top: -150px
}

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

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ffffff2b;
    padding: 8px 12px;
    font-size: .62rem;
    letter-spacing: .13em
}

.pill i {
    font-size: .45rem;
    color: #7dffb3
}

.hero h1 {
    font-size: clamp(4rem, 8vw, 7rem);
    line-height: .84;
    margin: 28px 0
}

.hero h1 b {
    color: #ff684d
}

.hero-copy p {
    max-width: 490px;
    color: #aaa;
    font-size: 1rem;
    line-height: 1.85
}

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

.primary-btn {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    background: #ff684d;
    color: #16100e;
    text-decoration: none;
    padding: 17px 22px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    border: 1px solid #ff684d
}

.plain-link {
    color: #ddd;
    text-decoration: none;
    font-size: .68rem;
    letter-spacing: .12em
}

.domain-visual {
    height: 520px;
    background: #1b1c1c;
    border: 1px solid #ffffff12;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.big-domain {
    font-family: "Space Grotesk";
    font-size: clamp(5rem, 10vw, 8rem);
    font-weight: 700;
    letter-spacing: -.12em;
    position: relative;
    z-index: 2
}

.big-domain strong {
    color: #ff684d
}

.visual-top,
.visual-bottom {
    position: absolute;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: .55rem;
    letter-spacing: .16em
}

.visual-top {
    top: 25px
}

.visual-bottom {
    bottom: 25px
}

.visual-bottom i {
    color: #ff684d
}

.orbit {
    position: absolute;
    border: 1px solid #ffffff14;
    border-radius: 50%
}

.o1 {
    width: 440px;
    height: 440px
}

.o2 {
    width: 620px;
    height: 620px
}

.pixel {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff684d
}

.p1 {
    top: 25%;
    left: 18%
}

.p2 {
    bottom: 22%;
    right: 17%;
    background: #7dffb3
}

.p3 {
    right: 25%;
    top: 18%;
    width: 5px;
    height: 5px
}

.ticker {
    background: #ff684d;
    padding: 17px 0;
    overflow: hidden
}

.ticker-track {
    white-space: nowrap;
    display: flex;
    gap: 35px;
    align-items: center;
    font-family: "Space Grotesk";
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .13em
}

.ticker-track b {
    font-size: .9rem
}

.section {
    padding: 125px 0
}

.eyebrow {
    display: block;
    color: #ff684d;
    font-size: .64rem;
    letter-spacing: .16em;
    font-weight: 800;
    margin-bottom: 22px
}

.about h2,
.offer h2 {
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: .95
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 680px;
    color: #444
}

.stats {
    display: flex;
    gap: 45px;
    margin-top: 50px;
    border-top: 1px solid #d9d9d4;
    padding-top: 25px
}

.stats strong {
    display: block;
    font-family: "Space Grotesk";
    font-size: 1.8rem
}

.stats span {
    font-size: .55rem;
    letter-spacing: .13em;
    color: #888
}

.value {
    background: #121313;
    color: #fff;
    padding: 120px 0
}

.light {
    color: #ff856f
}

.value h2 {
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: .95
}

.value h2 em {
    color: #ff684d;
    font-style: normal
}

.value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #ffffff12
}

.value-grid article {
    background: #1b1c1c;
    padding: 40px;
    min-height: 255px
}

.icon {
    width: 45px;
    height: 45px;
    border: 1px solid #ff684d;
    display: grid;
    place-items: center;
    color: #ff684d
}

.value-grid h3 {
    font-size: 1.5rem;
    margin: 25px 0 10px
}

.value-grid p {
    font-size: .82rem;
    color: #999;
    line-height: 1.8;
    margin: 0
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 45px
}

.section-title h2 {
    font-size: clamp(2.8rem, 5vw, 4.7rem);
    margin: 0
}

.idea {
    background: #ecece8;
    border: 1px solid #ddd;
    padding: 32px;
    height: 280px;
    position: relative;
    transition: .25s
}

.idea:hover,
.idea.active {
    background: #ff684d;
    border-color: #ff684d;
    transform: translateY(-6px)
}

.idea-no {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: .62rem;
    color: #888
}

.idea i {
    font-size: 1.6rem
}

.idea h4 {
    font-size: 1.35rem;
    margin: 75px 0 10px
}

.idea p {
    font-size: .78rem;
    line-height: 1.7;
    color: #666
}

.ownership {
    padding: 0 0 125px
}

.ownership-panel {
    background: #e7e7e2;
    padding: 75px;
    position: relative;
    overflow: hidden
}

.ownership h2 {
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: .94
}

.ownership h2 em {
    color: #ff684d;
    font-style: normal
}

.ownership p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px
}

.dot-grid {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 320px;
    height: 320px;
    background-image: radial-gradient(#ff684d 1.5px, transparent 1.5px);
    background-size: 17px 17px;
    opacity: .7
}

.offer {
    background: #ff684d
}

.offer h2 b {
    color: #fff
}

.offer p {
    line-height: 1.8;
    color: #47251f
}

.availability {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: .62rem;
    letter-spacing: .1em;
    font-weight: 800;
    margin-top: 28px
}

.availability i {
    color: #fff
}

.offer-wrap form {
    background: #fff;
    padding: 35px
}

.offer input,
.offer textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
    outline: 0;
    font-family: inherit;
    font-size: .85rem
}

.money {
    position: relative
}

.money span {
    position: absolute;
    top: 13px;
    font-weight: 700
}

.money input {
    padding-left: 20px
}

.offer button {
    width: 100%;
    background: #151515;
    color: #fff;
    border: 0;
    padding: 17px;
    font-size: .68rem;
    letter-spacing: .13em;
    font-weight: 700
}

.offer button i {
    margin-left: 10px
}

.show-msg {
    font-size: .75rem;
    margin-top: 15px;
    color: #398558
}

.show-msg i {
    margin-right: 5px
}

footer {
    background: #111;
    color: #fff;
    padding: 55px 0 20px
}

.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.footer-main p {
    margin: 0;
    color: #888;
    font-size: .72rem
}

.footer-main>a:not(.navbar-brand) {
    color: #ff684d;
    text-decoration: none;
    font-size: .66rem;
    letter-spacing: .12em;
    font-weight: 700
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffffff12;
    margin-top: 40px;
    padding-top: 20px;
    color: #666;
    font-size: .58rem;
    letter-spacing: .12em
}
.footer-bottom span a{
    color : white;
}
.whatsapp {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99;
    background: #25d366;
    color: #fff;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.7rem;
    box-shadow: 0 10px 30px #0004
}

.whatsapp span {
    position: absolute;
    right: 64px;
    background: #111;
    color: #fff;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: .65rem;
    opacity: 0;
    pointer-events: none;
    transition: .2s
}

.whatsapp:hover span {
    opacity: 1
}

@media(max-width:991px) {
    .navbar {
        background: #111;
        height: 72px
    }

    .navbar-collapse {
        background: #111;
        padding: 20px
    }

    .navbar-nav {
        gap: 0
    }

    .navbar-nav li {
        padding: 10px 0
    }

    .nav-cta {
        display: inline-block;
        margin-top: 10px
    }

    .hero {
        padding-top: 72px
    }

    .domain-visual {
        height: 430px
    }

    .section {
        padding: 85px 0
    }

    .value {
        padding: 85px 0
    }

    .ownership-panel {
        padding: 50px
    }

    .ownership {
        padding-bottom: 85px
    }

    .footer-main {
        flex-direction: column;
        text-align: center
    }

    .whatsapp {
        right: 18px;
        bottom: 18px
    }
}

@media(max-width:575px) {
    .hero h1 {
        font-size: 4.2rem
    }

    .hero-actions {
        gap: 18px;
        flex-wrap: wrap
    }

    .domain-visual {
        height: 350px
    }

    .big-domain {
        font-size: 5.5rem
    }

    .o1 {
        width: 310px;
        height: 310px
    }

    .o2 {
        width: 440px;
        height: 440px
    }

    .stats {
        gap: 20px
    }

    .stats strong {
        font-size: 1.3rem
    }

    .lead-text {
        font-size: 1rem
    }

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

    .value-grid article {
        min-height: 210px
    }

    .section-title {
        display: block
    }

    .ownership-panel {
        padding: 40px 25px
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center
    }

    .offer-wrap form {
        padding: 25px
    }

    .whatsapp span {
        display: none
    }
}