:root {
    --bg: #08090c;
    --bg2: #0d0f14;
    --card: #11141b;
    --card2: #151922;
    --text: #f6f7fb;
    --muted: #9298a7;
    --purple: #7d64ff;
    --purple2: #aa91ff;
    --green: #67e99d;
    --red: #ff7a7a;
    --border: rgba(255, 255, 255, 0.09);
    --radius: 22px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 50% -10%, rgba(125, 100, 255, 0.10), transparent 28%),
        var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
}

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

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

section {
    scroll-margin-top: 100px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(8, 9, 12, 0.75);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
}

.nav {
    width: min(1240px, 90%);
    height: 82px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -1.5px;
}

.logo span {
    color: var(--purple2);
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    font-size: 0.87rem;
    color: #acb0bc;
    transition: 0.2s;
}

.nav-links a:hover {
    color: white;
}

.nav-cta {
    padding: 11px 19px;
    border-radius: 100px;
    background: white;
    color: #111;
    font-weight: 700;
    font-size: 0.84rem;
}

.menu-btn {
    display: none;
    background: transparent;
    border: 0;
    color: white;
    font-size: 1.7rem;
}

.hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 140px 0 90px;
}

.hero-inner {
    width: min(1240px, 90%);
    margin: auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 80px;
    align-items: center;
}

.hero-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
}

.orb-one {
    width: 450px;
    height: 450px;
    background: rgba(125, 100, 255, 0.18);
    right: 5%;
    top: 15%;
}

.orb-two {
    width: 300px;
    height: 300px;
    background: rgba(55, 139, 255, 0.10);
    left: 5%;
    bottom: 10%;
}

.available {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    border: 1px solid var(--border);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.025);
    color: #adb1bd;
    font-size: 0.67rem;
    letter-spacing: 1.5px;
    margin-bottom: 28px;
}

.available span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 15px var(--green);
}

.eyebrow {
    color: var(--purple2);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 2.3px;
}

.hero h1 {
    max-width: 750px;
    margin: 18px 0 28px;
    font-size: clamp(3.8rem, 7vw, 7rem);
    line-height: 0.93;
    letter-spacing: -5px;
    font-weight: 800;
}

.hero h1 em {
    display: block;
    color: #818591;
    font-style: normal;
    font-weight: 500;
}

.hero-description {
    max-width: 590px;
    color: var(--muted);
    font-size: 1.08rem;
}

.hero-actions {
    margin-top: 34px;
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

.btn {
    min-height: 52px;
    padding: 0 22px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 0.86rem;
    font-weight: 750;
    border: 1px solid transparent;
    transition: 0.25s ease;
}

.primary {
    background: var(--purple);
    color: white;
}

.primary:hover {
    transform: translateY(-3px);
    background: #9079ff;
}

.ghost {
    border-color: var(--border);
    background: rgba(255, 255, 255, 0.025);
    color: #d7d9de;
}

.ghost:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.06);
}

.hero-stats {
    margin-top: 60px;
    display: flex;
    gap: 35px;
}

.hero-stats div {
    padding-right: 35px;
    border-right: 1px solid var(--border);
}

.hero-stats div:last-child {
    border: none;
}

.hero-stats strong,
.hero-stats span {
    display: block;
}

.hero-stats strong {
    font-size: 0.9rem;
}

.hero-stats span {
    color: #757a87;
    font-size: 0.71rem;
    margin-top: 3px;
}

.hero-visual {
    position: relative;
}

.browser {
    overflow: hidden;
    border-radius: 24px;
    background: #101319;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 60px 130px rgba(0, 0, 0, 0.7), 0 30px 100px rgba(125, 100, 255, 0.15);
    transform: perspective(1200px) rotateY(-6deg) rotateX(3deg);
}

.browser-top {
    height: 55px;
    padding: 0 19px;
    display: flex;
    align-items: center;
    gap: 25px;
    background: #171a21;
    border-bottom: 1px solid var(--border);
}

.dots {
    display: flex;
    gap: 6px;
}

.dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4a4f59;
}

.browser-url {
    width: 70%;
    padding: 6px 13px;
    border-radius: 7px;
    background: #20242d;
    color: #696f7b;
    font-size: 0.64rem;
}

.browser-page {
    padding: 25px;
    background:
        radial-gradient(circle at 85% 10%, rgba(125, 100, 255, 0.3), transparent 35%),
        linear-gradient(145deg, #0e1117, #08090d);
}

.browser-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.58rem;
    letter-spacing: 1px;
}

.browser-nav div {
    color: #6f7580;
}

.browser-main {
    padding: 85px 20px 75px;
}

.browser-main p {
    color: var(--purple2);
    letter-spacing: 2px;
    font-size: 0.55rem;
}

.browser-main h2 {
    max-width: 500px;
    margin: 16px 0 28px;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 0.98;
    letter-spacing: -2.6px;
}

.browser-main button {
    border: 0;
    padding: 10px 18px;
    border-radius: 100px;
    font-size: 0.65rem;
    font-weight: 700;
}

.browser-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--border);
}

.browser-cards div {
    padding: 20px 10px;
    border-right: 1px solid var(--border);
}

.browser-cards div:last-child {
    border: none;
}

.browser-cards span,
.browser-cards strong {
    display: block;
}

.browser-cards span {
    color: var(--purple2);
    font-size: 0.54rem;
}

.browser-cards strong {
    margin-top: 5px;
    font-size: 0.68rem;
}

.floating-tag {
    position: absolute;
    z-index: 5;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 100px;
    backdrop-filter: blur(15px);
    background: rgba(17, 20, 27, 0.85);
    font-size: 0.72rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.tag-one {
    right: -15px;
    top: 50px;
}

.tag-two {
    left: -30px;
    bottom: 70px;
}

.ticker {
    overflow: hidden;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: #0c0e13;
}

.ticker-track {
    min-width: max-content;
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 0 30px;
    color: #767b87;
    font-size: 0.72rem;
    letter-spacing: 1.4px;
}

.ticker-track b {
    color: var(--purple);
}

.section {
    width: min(1240px, 90%);
    margin: auto;
    padding: 125px 0;
    border-bottom: 1px solid var(--border);
}

.section-heading {
    max-width: 800px;
    margin-bottom: 65px;
}

.section-heading h2,
.about h2,
.contact-content h2 {
    margin-top: 14px;
    font-size: clamp(2.8rem, 5.5vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -4px;
}

.section-heading h2 span,
.about h2 span,
.contact-content h2 span {
    display: block;
    color: #767b87;
    font-weight: 500;
}

.section-heading > p:last-child {
    max-width: 600px;
    margin-top: 22px;
    color: var(--muted);
}

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

.service {
    min-height: 320px;
    padding: 30px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: linear-gradient(145deg, #12151c, #0d0f14);
    transition: 0.3s;
}

.service:hover {
    transform: translateY(-6px);
    border-color: rgba(125, 100, 255, 0.45);
    background:
        radial-gradient(circle at 100% 0%, rgba(125, 100, 255, 0.13), transparent 40%),
        #12151c;
}

.service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-top > span {
    color: #666b77;
    font-size: 0.65rem;
}

.icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--purple2);
    background: rgba(125, 100, 255, 0.10);
    border: 1px solid rgba(125, 100, 255, 0.18);
    font-size: 0.9rem;
}

.service h3 {
    margin: 65px 0 13px;
    font-size: 1.35rem;
}

.service p {
    color: var(--muted);
    font-size: 0.9rem;
    min-height: 78px;
}

.service a {
    display: inline-block;
    margin-top: 25px;
    color: #c1b7ff;
    font-size: 0.78rem;
}

.projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.project-wide {
    grid-column: 1 / -1;
}

.project {
    cursor: pointer;
}

.project-screen {
    min-height: 430px;
    display: flex;
    align-items: center;
    padding: 45px;
    border-radius: 24px;
    overflow: hidden;
    transition: 0.35s;
}

.project-wide .project-screen {
    min-height: 540px;
}

.project:hover .project-screen {
    transform: translateY(-7px);
}

.restaurant-screen {
    background:
        radial-gradient(circle at 80% 20%, rgba(218, 153, 91, 0.45), transparent 30%),
        linear-gradient(135deg, #3b2922, #15100e);
}

.construction-screen {
    background:
        radial-gradient(circle at 80% 20%, rgba(215, 181, 80, 0.35), transparent 30%),
        linear-gradient(135deg, #34352f, #12130f);
}

.fitness-screen {
    background:
        radial-gradient(circle at 80% 20%, rgba(65, 121, 255, 0.45), transparent 30%),
        linear-gradient(135deg, #152039, #0a0d14);
}

.mock-site {
    width: 100%;
    max-width: 720px;
    margin: auto;
    border-radius: 17px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.13);
    background: rgba(8, 9, 12, 0.82);
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 70px rgba(0,0,0,0.4);
}

.mock-nav {
    padding: 18px 23px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    font-size: 0.56rem;
    letter-spacing: 1px;
}

.mock-nav span {
    color: #777c87;
}

.mock-content {
    padding: 65px 45px;
}

.mock-content p {
    color: var(--purple2);
    font-size: 0.54rem;
    letter-spacing: 2px;
}

.mock-content h3 {
    max-width: 500px;
    margin: 17px 0 30px;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 0.98;
    letter-spacing: -2px;
}

.mock-content button {
    padding: 10px 17px;
    border: 0;
    border-radius: 100px;
    font-size: 0.65rem;
    font-weight: 700;
}

.project-info {
    padding: 20px 3px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-info small {
    color: #737884;
    font-size: 0.62rem;
    letter-spacing: 1.4px;
}

.project-info h3 {
    margin-top: 5px;
    font-size: 1.35rem;
}

.project-open {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: transparent;
    color: white;
    font-size: 1rem;
    transition: 0.25s;
}

.project:hover .project-open {
    background: white;
    color: black;
}

.process {
    border-top: 1px solid var(--border);
}

.process-item {
    padding: 36px 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    border-bottom: 1px solid var(--border);
}

.process-item > span {
    color: var(--purple2);
    font-size: 0.71rem;
}

.process-item > div {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 60px;
}

.process-item h3 {
    font-size: 1.65rem;
}

.process-item p {
    max-width: 540px;
    color: var(--muted);
}

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

.pricing-card {
    position: relative;
    padding: 36px;
    border-radius: 23px;
    background: #11141b;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
}

.pricing-card.featured {
    background:
        radial-gradient(circle at 100% 0%, rgba(125, 100, 255, 0.18), transparent 40%),
        #13161e;
    border-color: rgba(125, 100, 255, 0.6);
}

.popular {
    position: absolute;
    top: -13px;
    right: 24px;
    padding: 7px 12px;
    background: var(--purple);
    border-radius: 100px;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.package {
    color: var(--purple2);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.price {
    margin: 26px 0 10px;
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -2px;
}

.price small {
    margin-left: 5px;
    color: #777c88;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0;
}

.price-description {
    color: var(--muted);
    font-size: 0.84rem;
}

.pricing-card ul {
    list-style: none;
    margin: 32px 0;
    flex-grow: 1;
}

.pricing-card li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    color: #b3b7c1;
    font-size: 0.85rem;
}

.pricing-card li::before {
    content: "✓";
    color: var(--purple2);
    margin-right: 9px;
}

.select-package {
    width: 100%;
    min-height: 50px;
    border-radius: 100px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,0.04);
    color: white;
    font-weight: 700;
    transition: 0.25s;
}

.select-package:hover {
    background: white;
    color: black;
}

.featured-button {
    background: var(--purple);
    border-color: var(--purple);
}

.featured-button:hover {
    background: #927aff;
    color: white;
}

.pricing-note {
    margin-top: 30px;
    padding: 25px 28px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
}

.pricing-note strong {
    display: block;
    margin-bottom: 7px;
    color: var(--text);
    font-size: 0.9rem;
}

.pricing-note p {
    max-width: 900px;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.7;
}

.about {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 100px;
}

.about-right {
    max-width: 650px;
}

.about-lead {
    color: white !important;
    font-size: 1.4rem;
    line-height: 1.45;
    margin-bottom: 25px;
}

.about-right > p {
    color: var(--muted);
}

.team {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.team-member {
    display: flex;
    align-items: center;
    gap: 17px;
}

.founder-avatar {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--purple), #a18aff);
    font-weight: 900;
}

.team-member strong,
.team-member span {
    display: block;
}

.team-member span {
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.78rem;
}

.faq {
    max-width: 900px;
}

.faq-item {
    border-bottom: 1px solid var(--border);
}

.faq-question {
    width: 100%;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    border: none;
    background: transparent;
    color: white;
    font-size: 1rem;
}

.faq-question span {
    font-size: 1.3rem;
    color: #858a96;
}

.faq-answer {
    max-width: 700px;
    display: none;
    padding-bottom: 25px;
    color: var(--muted);
}

.faq-item.active .faq-answer {
    display: block;
}

.contact-section {
    width: min(1240px, 90%);
    margin: 100px auto;
    padding: 75px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    border-radius: 30px;
    border: 1px solid rgba(125, 100, 255, 0.28);
    background:
        radial-gradient(circle at 0% 0%, rgba(125, 100, 255, 0.18), transparent 35%),
        #10131a;
}

.contact-content h2 {
    margin-bottom: 25px;
}

.contact-content p:last-child {
    color: var(--muted);
}

.contact-form {
    padding: 32px;
    border-radius: 22px;
    border: 1px solid var(--border);
    background: rgba(8, 9, 12, 0.6);
}

.form-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.contact-form label {
    display: block;
    margin-bottom: 18px;
    color: #abb0bb;
    font-size: 0.76rem;
}

input,
select,
textarea {
    width: 100%;
    margin-top: 7px;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: #141820;
    color: white;
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--purple);
}

textarea {
    resize: vertical;
}

.submit-button {
    width: 100%;
    border: none;
}

.submit-button:disabled {
    opacity: 0.6;
    cursor: wait;
}

.form-message {
    min-height: 24px;
    margin-top: 14px;
    font-size: 0.8rem;
}

.form-message.success {
    color: var(--green);
}

.form-message.error {
    color: var(--red);
}

.hidden-field {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

footer {
    border-top: 1px solid var(--border);
}

.footer-inner {
    width: min(1240px, 90%);
    min-height: 150px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 50px;
    align-items: center;
}

.footer-inner p {
    color: #757a86;
    font-size: 0.72rem;
    margin-top: 5px;
}

.footer-links {
    display: flex;
    gap: 25px;
}

.footer-links a {
    color: #979ca8;
    font-size: 0.78rem;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(4, 5, 7, 0.88);
    backdrop-filter: blur(13px);
}

.modal.active {
    display: flex;
}

.modal-card {
    width: min(540px, 100%);
    position: relative;
    padding: 45px;
    border-radius: 24px;
    border: 1px solid var(--border);
    background:
        radial-gradient(circle at 100% 0%, rgba(125,100,255,0.13), transparent 40%),
        #12151c;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 17px;
    border: 0;
    background: transparent;
    color: white;
    font-size: 2rem;
}

.modal-card h2 {
    margin: 16px 0 5px;
    font-size: 2.5rem;
    letter-spacing: -2px;
}

.modal-card h4 {
    color: var(--purple2);
    margin-bottom: 20px;
}

.modal-card > p:not(.eyebrow) {
    color: var(--muted);
    margin-bottom: 30px;
}

.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 950px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        padding: 25px 5%;
        flex-direction: column;
        align-items: flex-start;
        background: #0c0e13;
        border-bottom: 1px solid var(--border);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-cta {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .hero-inner,
    .about,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 140px;
    }

    .hero-visual {
        max-width: 750px;
    }

    .browser {
        transform: none;
    }

    .services {
        grid-template-columns: 1fr 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 650px;
    }

    .contact-section {
        padding: 55px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        padding: 40px 0;
        gap: 20px;
    }
}

@media (max-width: 650px) {
    .hero h1 {
        letter-spacing: -3px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .hero-stats {
        gap: 15px;
    }

    .hero-stats div {
        padding-right: 15px;
    }

    .floating-tag {
        display: none;
    }

    .browser-main {
        padding: 55px 10px;
    }

    .browser-nav div {
        display: none;
    }

    .services,
    .projects {
        grid-template-columns: 1fr;
    }

    .project-wide {
        grid-column: auto;
    }

    .project-screen,
    .project-wide .project-screen {
        min-height: 360px;
        padding: 20px;
    }

    .mock-content {
        padding: 45px 25px;
    }

    .section {
        padding: 90px 0;
    }

    .section-heading h2,
    .about h2,
    .contact-content h2 {
        letter-spacing: -2px;
    }

    .process-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .process-item > div {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .contact-section {
        width: 92%;
        padding: 38px 22px;
        border-radius: 22px;
    }

    .contact-form {
        padding: 22px;
    }

    .form-two {
        grid-template-columns: 1fr;
    }

    .footer-links {
        flex-wrap: wrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
