@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');:root {
    --dn-bg: #f3f4ff;
    --dn-surface: #ffffff;
    --dn-primary: #4f46e5;   /* indigo */
    --dn-primary-soft: #eef2ff;
    --dn-accent: #06b6d4;    /* cyan */
    --dn-text-main: #0f172a;
    --dn-text-muted: #6b7280;
    --dn-border-subtle: #e5e7eb;
}

body {
    /*font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;*/
    font-family: "Montserrat", sans-serif;
    background-color: #fff;  /* or #f9fafb, whichever you prefer */
    color: var(--dn-text-main);
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero-section {
    background:
        radial-gradient(circle, rgba(148, 186, 94, 0.25) 1.5px, transparent 1.5px) 0 0 / 24px 24px repeat,
        radial-gradient(circle at top left, #e0f2fe, #f9fafb 40%, #eef2ff 100%);
}

/* HEADER */
.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    /*background-color: #ffffff;              !* solid white *!*/
    /*border-bottom: 1px solid #e5e7eb;*/
    /*box-shadow: 0 1px 0 rgba(148,163,184,0.1); !* subtle line / depth *!*/
    backdrop-filter: none;                  /* no blur needed */
    /*background:*/
    /*    radial-gradient(circle, rgba(148, 186, 94, 0.25) 1.5px, transparent 1.5px) 0 0 / 24px 24px repeat,*/
    /*    radial-gradient(circle at top left, #e0f2fe, #f9fafb 40%, #eef2ff 100%);*/
    background: #fff;
}

.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.navbar-brand-text {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
}

.logo-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--dn-primary), var(--dn-accent));
    margin-right: 0.5rem;
}

.nav-link {
    font-size: 0.9rem;
    color: var(--dn-text-muted) !important;
}

.nav-link.active {
    color: var(--dn-text-main) !important;
    font-weight: 500;
}

.btn-outline-soft {
    border-radius: 999px;
    border: 1px solid #d1d5db;
    font-size: 0.86rem;
    padding: 0.45rem 1rem;
    color: var(--dn-text-main);
    background-color: #ffffff;
}

.btn-outline-soft:hover {
    background-color: #f9fafb;
}

.btn-primary-pill {
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, var(--dn-primary), var(--dn-accent));
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.4rem;
    color: #ffffff;
}

.btn-primary-pill:hover {
    filter: brightness(1.05);
    color: #ffffff;
}

/* Make hero feel more spacious and white */
.hero-section {
    padding: 5rem 0 4rem;

}

/* Kill the card border/shadow so it feels like open white space */
.hero-card {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

/* Centered bits for the new layout */
.hero-card.text-center .brand-pill {
    justify-content: center;
}

.hero-card.text-center .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
}

.hero-card .chip-row {
    justify-content: center;
}

.brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: var(--dn-primary-soft);
    color: var(--dn-text-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.brand-pill span.dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--dn-primary), var(--dn-accent));
}

.hero-eyebrow {
    font-size: 0.9rem;
    color: var(--dn-text-muted);
}

.hero-title {
    font-size: clamp(2rem, 3vw + 0.5rem, 3rem);
    line-height: 1.05;
    text-align: center; /* just to be explicit */
}

.hero-title span.highlight {
    background: linear-gradient(135deg, var(--dn-primary), var(--dn-accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-subtitle {
    font-size: 1rem;
    color: var(--dn-text-muted);
    max-width: 34rem;
}

.chip-row {
    font-size: 0.82rem;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.28rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #e5e7eb;
    color: var(--dn-text-muted);
}

.chip i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--dn-primary-soft);
    font-style: normal;
    font-size: 0.75rem;
    color: var(--dn-primary);
}

.hero-meta {
    font-size: 0.8rem;
    color: var(--dn-text-muted);
}

/* Analyze card */
.waitlist-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1.25rem;
    border: 1px solid var(--dn-border-subtle);
    padding: 1.5rem 1.35rem;
}

.waitlist-title {
    font-size: 0.95rem;
    font-weight: 600;
}

.waitlist-text {
    font-size: 0.85rem;
    color: var(--dn-text-muted);
}

.form-control {
    border-radius: 999px;
    border-color: #d1d5db;
    font-size: 0.9rem;
    padding-inline: 1rem;
}

.form-control:focus {
    box-shadow: 0 0 0 .15rem rgba(79, 70, 229, .18);
    border-color: var(--dn-primary);
}

.tiny-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: var(--dn-text-muted);
}

.tiny-label span {
    color: var(--dn-primary);
    font-weight: 600;
}

.footnote {
    font-size: 0.8rem;
    color: var(--dn-text-muted);
}

/* Rotating word styles */
.rotating-word {
    display: block;           /* own line */
    position: relative;
    overflow: hidden;
    min-width: 10ch;
    margin: 0 auto;           /* center the block */
    padding-bottom: 0.15em;   /* room for descenders/animation */
    /* remove this now that it's on its own line */
    /* margin-left: -0.2em; */
    /* vertical-align: -0.15em;   <- not needed on its own line */
}

.rotating-word .js-llm {
    display: block;
    background: linear-gradient(135deg, var(--dn-primary), var(--dn-accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.1;         /* tiny bit more height */
    width: 100%;
    text-align: center;
}

.slide-out {
    animation: rotateOut 0.35s ease-in forwards;
}

.slide-in {
    animation: rotateIn 0.35s ease-out forwards;
}

@keyframes rotateOut {
    from { opacity: 1; transform: translateY(0); }
    to   { opacity: 0; transform: translateY(-0.6em); }
}

@keyframes rotateIn {
    from { opacity: 0; transform: translateY(0.6em); }
    to   { opacity: 1; transform: translateY(0); }
}

/* LOGO STRIP */

.logo-strip {
    padding: 1.25rem 0;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.logo-strip-label {
    font-size: 1.1rem;
    color: var(--dn-text-muted);
}

/* Logo layout */
.logo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 1.75rem;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 992px) {
    .logo-row {
        justify-content: flex-end;
    }
}

.logo-item img {
    height: 24px;          /* consistent height; width auto */
    width: auto;
    opacity: 0.7;
    filter: grayscale(100%);
    transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.logo-item img:hover {
    opacity: 1;
    filter: none;
    transform: translateY(-1px);
}

.logo-pill {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    padding: 0.4rem 1rem;
    font-size: 0.78rem;
    color: var(--dn-text-muted);
    background-color: rgba(255,255,255,0.9);
}

/* SECTION WRAPPERS */
.section {
    padding: 3.5rem 0;
}

.section-heading {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
}

.section-intro {
    font-size: 0.98rem;
    color: var(--dn-text-muted);
    max-width: 34rem;
}

/* Problem / solution */
.problem-card {
    background-color: rgba(255,255,255,0.9);
    border-radius: 1.25rem;
    border: 1px solid var(--dn-border-subtle);
    padding: 1.75rem 1.5rem;
}

.problem-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #f97316;
    margin-bottom: 0.3rem;
}

.problem-list li {
    font-size: 0.88rem;
    color: var(--dn-text-muted);
    margin-bottom: 0.25rem;
}

.solution-card {
    background:
        radial-gradient(circle at top, rgba(79,70,229,0.1), transparent 70%),
        #0f172a;
    color: #e5e7eb;
    border-radius: 1.25rem;
    padding: 1.75rem 1.5rem;
}

.solution-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.solution-card p {
    font-size: 0.9rem;
    color: #cbd5f5;
}

.solution-pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    background: rgba(15,23,42,0.9);
    border: 1px solid rgba(148,163,184,0.5);
}

.solution-pill span {
    color: #a5b4fc;
}

/* Features grid */
.feature-card {
    background-color: rgba(255,255,255,0.95);
    border-radius: 1.2rem;
    border: 1px solid var(--dn-border-subtle);
    padding: 1.4rem 1.35rem;
    height: 100%;
}

.feature-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background-color: var(--dn-primary-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: var(--dn-primary);
    margin-bottom: 0.6rem;
}

.feature-title {
    font-size: 0.98rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feature-text {
    font-size: 0.9rem;
    color: var(--dn-text-muted);
}

.feature-meta {
    font-size: 0.78rem;
    color: #9ca3af;
    margin-top: 0.5rem;
}

/* Steps */
.step-card {
    background-color: rgba(255,255,255,0.9);
    border-radius: 1.1rem;
    border: 1px solid var(--dn-border-subtle);
    padding: 1.25rem 1.2rem;
    height: 100%;
}

.step-number {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--dn-primary-soft);
    color: var(--dn-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.step-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.step-text {
    font-size: 0.88rem;
    color: var(--dn-text-muted);
}

/* Use cases */
.usecase-card {
    background-color: rgba(255,255,255,0.95);
    border-radius: 1.25rem;
    border: 1px solid var(--dn-border-subtle);
    padding: 1.4rem 1.35rem;
    height: 100%;
}

.usecase-tag {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: var(--dn-text-muted);
    margin-bottom: 0.25rem;
}

.usecase-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.usecase-text {
    font-size: 0.88rem;
    color: var(--dn-text-muted);
}

.usecase-list {
    font-size: 0.86rem;
    color: var(--dn-text-muted);
    padding-left: 1rem;
    margin-bottom: 0;
}

/* CTA band */
.cta-band {
    background:
        radial-gradient(circle at top left, rgba(79,70,229,0.18), transparent 60%),
        radial-gradient(circle at bottom right, rgba(6,182,212,0.16), transparent 60%),
        #0f172a;
    border-radius: 1.5rem;
    padding: 2rem 2rem;
    color: #e5e7eb;
}

.cta-band h2 {
    font-size: 1.5rem;
}

.cta-band p {
    font-size: 0.96rem;
    color: #cbd5f5;
}

/* FOOTER */
.site-footer {
    padding: 2.5rem 0 1.5rem;
    font-size: 0.8rem;
    color: var(--dn-text-muted);
}

.footer-link {
    color: var(--dn-text-muted);
    text-decoration: none;
    font-size: 0.8rem;
}

.footer-link:hover {
    text-decoration: underline;
}

/* Larger, cleaner input */
#domain.form-control {
    font-size: 1.05rem;
    padding: 0.85rem 1.2rem;
    border-radius: 2rem; /* softer roundness */
    border: 1.5px solid #ddd;
    background: #fff;
    transition: all 0.2s ease;
}

/* Glow + color shift on focus */
#domain.form-control:focus {
    border-color: var(--dn-accent);
    box-shadow: 0 0 0 3px rgba(0, 153, 255, 0.18);
}

/* Placeholder refinement */
#domain::placeholder {
    color: #9ea4b2;
    opacity: 1;
}

#domain.form-control {
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

#domain.form-control:focus {
    box-shadow: 0 3px 12px rgba(0,0,0,0.08), 0 0 0 3px rgba(0, 153, 255, 0.18);
}
