body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f8f8f8;
    color: #111;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 60px;
    background: white;
    border-bottom: 1px solid #E5E5E5;
}

.logo {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.header-nav {
    display: flex;
    gap: 28px;
}

.header-nav a {
    text-decoration: none;
    color: #111;
    font-size: 15px;
    font-weight: 500;
}

.hero {
    text-align: center;
    padding: 85px 20px 75px;
    background: white;
}

.hero-content {
    max-width: 920px;
    margin: auto;
    padding: 78px 72px 70px;
    position: relative;
}

.hero-content::before {
    content: "+";
    position: absolute;
    top: 22px;
    left: 28px;
    font-family: monospace;
    font-size: 22px;
    color: rgba(0,0,0,0.28);
}

.hero-content::after {
    content: "+";
    position: absolute;
    bottom: 22px;
    right: 28px;
    font-family: monospace;
    font-size: 22px;
    color: rgba(0,0,0,0.28);
}

.topline {
    font-size: 14px;
    color: #777;
    margin-bottom: 28px;
}

.hero h1 {
    font-size: 56px;
    max-width: 1050px;
    margin: 0 auto 42px;
    line-height: 1.08;
}

.rolling {
    font-size: 22px;
    color: #444;
    margin-bottom: 10px;
}

.sub {
    font-size: 22px;
    line-height: 1.6;
    color: #444;
    max-width: 760px;
    margin: 26px auto 34px;
    text-align: center;
}

.readiness,
.support {
    font-size: 18px;
    color: #555;
    margin: 6px 0;
}

.readiness {
    margin-bottom: 8px;
}

.readiness {
    margin-bottom: 8px;
}

.tm {
    font-size: 0.42em;
    position: relative;
    vertical-align: super;
    margin-left: 1px;
    opacity: 0.65;
}

.cta-buttons {
    margin-top: 36px;
}
.cta-buttons a {
    display: inline-block;
    margin: 10px;
    padding: 14px 28px;
    color: #111;
    text-decoration: none;
    border-radius: 8px;
}

@media (max-width: 768px) {

    .hero {
        padding: 55px 20px 65px;
    }

    .hero-content {
        padding: 55px 24px 60px;
        max-width: 100%;
    }

    .hero h1 {
        font-size: 28px;
        line-height: 1.12;
        max-width: 520px;
        margin: 0 auto 30px;
    }

    .sub {
        font-size: 18px;
        line-height: 1.5;
        max-width: 420px;
        margin: 0 auto 30px;
    }

    .cta-buttons {
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .cta-buttons a {
        margin: 0;
        padding: 14px 20px;
    }

.site-header {
    padding: 20px 24px;
}

.logo {
    font-size: 24px;
}

.header-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
}

.header-nav a {
    display: none !important;
}

.header-nav::after {
    content: "☰ Menu";
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
}
    
}

/* Demo = Pink */
.cta-buttons a:first-child {
    background: #E7C1E8;
}

/* Call = Blue */
.cta-buttons a:last-child {
    background: #BFDDF3;
}

.tri-factor {
    padding: 120px 40px 0;
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
}

.tri-factor::before,
.tri-factor::after {
    content: "+";
    position: absolute;
    color: rgba(113,81,168,0.18);
    font-size: 34px;
    font-weight: 300;
    pointer-events: none;
    z-index: 1;
}

.tri-factor::before {
    top: 16%;
    left: 10%;
}

.tri-factor::after {
    bottom: 22%;
    right: 12%;
}

.tri-factor h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 26px;
    color: #111;
}

.tri-factor-intro {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(0,0,0,0.62);
}

.cards {
    display: flex;
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto 42px;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    background: #ffffff;
    padding: 26px 36px 24px;
    border-radius: 18px;
    width: 420px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.card h3 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 1.15;
    white-space: nowrap;
}

.card p {
    color: #5f5f5f;
    line-height: 1.55;
    margin-bottom: 0;
}

.card ul {
    padding-left: 18px;
}
#rolling-line {
  font-weight: 400;
  text-align: center;
}

.feature-screenshot {
    max-width: 1280px;
    width: 92%;
    aspect-ratio: 16 / 9;
    max-height: 640px;
    margin: 120px auto 0;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,0.20);
    position: relative;
}

.feature-screenshot img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 2%;
    transform: none;
}

.getting-started {
    position: relative;
    z-index: 2;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 60px 20px 100px;
    background: #fff;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.getting-started h2 {
    font-size: 56px;
    margin-bottom: 15px;
}

.gs-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 55px;
}

.gs-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
    max-width: 1020px;
    margin: 0 auto;
}

.gs-process-panel {
    background: #f3f3f3;
    border-radius: 26px;
    padding: 58px 64px;
    width: 520px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
    box-shadow: none;
}

.process-item h3 {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
}

.process-item p {
    margin: 0;
    color: #5f5f5f;
    line-height: 1.55;
    font-size: 18px;
}

.process-arrow {
    font-size: 42px;
    color: rgba(0,0,0,0.28);
    line-height: 1;
    margin: 4px 0;
}

.gs-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-frame {
    width: 245px;
    background: #4a4b52;
    border-radius: 33px;
    padding: 3px;
    border: 1.2px solid rgba(70,70,78,0.50);
    box-shadow:
        0 5px 14px rgba(0,0,0,0.07),
        0 1px 2px rgba(0,0,0,0.03);
}

.phone-frame img {
    width: 100%;
    display: block;
    border-radius: 30px;
}

.gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 20px 0 80px;
    background: #fff;
    overflow: hidden;
    max-width: none;
}

.gallery-row {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    width: 100%;
    padding: 0 40px;
    background: #fff;
}

.project-thinking-copy {
    flex: 0 0 260px;
    min-height: 560px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    color: #111;

    padding-left: 24px;
    padding-right: 12px;
}

.project-thinking-copy p {
    margin: 0 0 105px;
}

.project-thinking-copy p:last-child {
    margin-bottom: 0;
}

.gallery-carousel {
    flex: 1;
    display: flex;
    gap: 28px;
    overflow-x: auto;
    padding: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.gallery-carousel::-webkit-scrollbar {
    display: none;
}

.thinking-card {
    min-width: 380px;
    height: 560px;
    border-radius: 34px;
    overflow: hidden;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.thinking-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

* {
    box-sizing: border-box;
}

.final-cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #E5FCD9;
    color: #111;
    text-align: center;
    padding: 110px 20px;
}

.final-cta h2 {
    font-size: 56px;
    margin-bottom: 20px;
}

.final-cta-text {
    max-width: 720px;
    margin: 0 auto 40px;
    font-size: 22px;
    color: rgba(0,0,0,0.65);
    line-height: 1.5;
}

.footer {
    width: 100vw;
    margin-left: calc(50% - 50vw);

    background: #111;
    color: rgba(255,255,255,0.78);
    padding: 56px 60px;
    border-top: 1px solid rgba(255,255,255,0.08);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.footer-brand {
    flex: 1;
    text-align: left;
}

.footer-brand h3 {
    margin: 0 0 6px;
    color: white;
}

.footer-brand p {
    margin: 0;
    font-size: 14px;
}

.footer-links {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex: 1;
}

.footer-links a {
    color: rgba(255,255,255,0.78);
    text-decoration: none;
    font-size: 14px;
}

.footer-copy {
    flex: 1;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    text-align: right;
}

@media (max-width: 900px) {
    .site-header {
        padding: 20px 24px;
    }

    .logo {
        font-size: 24px;
    }

    .header-nav {
        display: block !important;
    }

    .header-nav a {
        display: none !important;
    }

    .header-nav::after {
        content: "☰ Menu";
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #111;
    }
}

@media (max-width: 768px) {

  .gallery-carousel {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 18px;
    padding: 20px;
    max-width: none;
  }

  .gallery .thinking-card {
    flex: 0 0 320px !important;
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    height: 470px !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    background: #f3f3f3;
  }

  .gallery .thinking-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }
}


/* CONTACT CTA */

.contact-cta-wrap {
    text-align: center;
    margin: 80px 0;
}

.contact-btn {
    background: #E7C1E8;
    color: #111;
    border: none;
    padding: 16px 34px;
    border-radius: 999px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.25s;
}

.contact-btn:hover {
    opacity: 0.9;
}


/* MODAL */

.contact-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 24px;
}

.contact-modal.active {
    display: flex;
}


/* CONTACT BOX */

.contact-box {
    background: #fff;
    width: 100%;
    max-width: 560px;
    padding: 36px;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

.contact-box h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 30px;
}

.contact-intro {
    color: rgba(0,0,0,0.62);
    margin-bottom: 26px;
    line-height: 1.5;
}


/* FORM */

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #ddd;
    border-radius: 14px;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #E7C1E8;
}


/* SUBMIT */

.submit-btn {
    background: #E7C1E8;
    color: #111;
    border: none;
    padding: 14px;
    border-radius: 999px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.25s;
}

.submit-btn:hover {
    opacity: 0.9;
}


/* NOTE */

.contact-note {
    margin-top: 18px;
    font-size: 14px;
    color: rgba(0,0,0,0.52);
    text-align: center;
}


/* CLOSE */

.close-modal {
    position: absolute;
    top: 18px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: rgba(0,0,0,0.45);
}
