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

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #060914;
    color: #ffffff;
    line-height: 1.6;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(6, 9, 20, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.5px;

    text-decoration: none;
    color: inherit;
}

.brand-logo {
    width: 42px;
    height: 42px;
    display: block;
}

.mobile-menu-button {
    display: none;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
}

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

.nav-links a,
.nav-button,
.primary-button,
.secondary-button,
.store-button {
    color: #ffffff;
    text-decoration: none;
}

.nav-links a {
    color: #b8c0d9;
    font-size: 15px;
}

.nav-links a:hover {
    color: #ffffff;
}

.nav-button {
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f7cff, #8a5cff);
    font-weight: 700;
}

.hero {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 24px 80px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.eyebrow,
.section-label {
    color: #7ea2ff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    margin-bottom: 14px;
}

.hero h1 {
    font-size: clamp(48px, 8vw, 84px);
    line-height: 0.95;
    margin-bottom: 24px;
}

.hero-text {
    color: #c5cbe0;
    font-size: 20px;
    max-width: 650px;
}

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

.primary-button,
.secondary-button {
    padding: 14px 22px;
    border-radius: 14px;
    font-weight: 800;
}

.primary-button {
    background: linear-gradient(135deg, #4f7cff, #8a5cff);
}

.secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
}

.feature-card,
.price-card,
.preview-card,
.risk-card,
.founder-profile-card,
.founder-card,
.showcase-card,
.trust-card,
.testimonial-card,
.feature-vote-card,
.countdown-card,
.early-access-card,
.beta-application-card {
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.feature-card:hover,
.price-card:hover,
.preview-card:hover,
.risk-card:hover,
.founder-profile-card:hover,
.founder-card:hover,
.showcase-card:hover,
.trust-card:hover,
.testimonial-card:hover,
.feature-vote-card:hover,
.countdown-card:hover,
.early-access-card:hover,
.beta-application-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}

.hero-card {
    padding: 26px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(79, 124, 255, 0.4), transparent 35%),
        rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    color: #c5cbe0;
}

.card-top strong {
    color: #5dffb1;
}

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

.metric-grid div {
    padding: 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.metric-grid small {
    display: block;
    color: #aab3d1;
    margin-bottom: 8px;
}

.metric-grid strong {
    font-size: 24px;
}

.section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
}

.section h2 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.05;
    margin-bottom: 22px;
}

.section p {
    color: #c5cbe0;
    max-width: 850px;
    font-size: 18px;
}

.dark-section {
    max-width: none;
    padding-left: max(24px, calc((100vw - 1200px) / 2 + 24px));
    padding-right: max(24px, calc((100vw - 1200px) / 2 + 24px));
    background: rgba(255, 255, 255, 0.035);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 38px;
}

.why-card {
    padding: 28px;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(79, 124, 255, 0.16), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.11);
}

.why-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 16px;
    color: #c5cbe0;
}

.feature-grid,
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 36px;
    max-width: 1200px;
}

.feature-card,
.price-card {
    padding: 26px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-card h3,
.price-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.feature-card p,
.price-card p {
    font-size: 16px;
}

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

.price-card strong {
    display: block;
    margin-top: 22px;
    color: #7ea2ff;
}

.highlighted {
    border-color: rgba(126, 162, 255, 0.7);
    box-shadow: 0 20px 60px rgba(79, 124, 255, 0.16);
}

.roadmap-container {
    margin-top: 50px;
    position: relative;
}

.roadmap-container::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgba(255,255,255,0.12);
}

.roadmap-item {
    position: relative;
    display: flex;
    gap: 24px;
    margin-bottom: 34px;
}

.roadmap-marker {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    z-index: 2;
    background: #1f2433;
    border: 2px solid rgba(255,255,255,0.15);
}

.roadmap-item.completed .roadmap-marker {
    background: #1bbf73;
    color: white;
}

.roadmap-item.current .roadmap-marker {
    background: #4f7cff;
    color: white;
}

.roadmap-content {
    flex: 1;
    padding: 22px;
    border-radius: 20px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
}

.roadmap-content h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.roadmap-content p {
    color: #c5cbe0;
}

.roadmap-progress {
    width: 100%;
    height: 10px;

    margin-top: 14px;
    margin-bottom: 8px;

    border-radius: 999px;

    overflow: hidden;

    background: rgba(255,255,255,0.08);
}

.roadmap-progress-bar {
    height: 100%;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #14b8a6,
            #7dd3fc
        );
}

.roadmap-progress-text {
    display: inline-block;

    color: #7dd3fc;

    font-size: 14px;
    font-weight: 700;
}
.platform-preview-section {
    max-width: 1200px;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 38px;
}

.preview-card {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
}

.preview-image {
    height: 220px;
    border-radius: 18px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(79, 124, 255, 0.35), rgba(138, 92, 255, 0.22)),
        rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

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

.preview-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.preview-card p {
    font-size: 16px;
    color: #c5cbe0;
}

.download-section {
    text-align: center;
}

.download-section p {
    margin: 0 auto;
}

.download-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.store-button {
    min-width: 190px;
    padding: 18px 22px;
    border-radius: 18px;
    background: #ffffff;
    color: #060914;
    font-weight: 900;
}

.store-button span {
    display: block;
    color: #5d6680;
    font-size: 13px;
    margin-top: 4px;
}

.risk-card {
    margin-top: 34px;
    padding: 34px;
    border-radius: 24px;
    background: rgba(255, 177, 66, 0.08);
    border: 1px solid rgba(255, 177, 66, 0.28);
}

.risk-card p {
    margin-bottom: 18px;
    color: #f0d8b0;
}

.risk-card p:last-child {
    margin-bottom: 0;
}

.founder-profile-section {
    margin-bottom: 80px;
}

.founder-profile-container {
    width: 100%;
}

.founder-profile-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 36px;
    align-items: center;

    padding: 40px;

    border-radius: 28px;

    background:
        radial-gradient(circle at top left, rgba(79,124,255,0.25), transparent 40%),
        rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.10);

    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.founder-photo-container {
    width: 180px;
    height: 180px;
}

.founder-photo {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 24px;

    border: 2px solid rgba(255,255,255,0.12);

    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.founder-profile-content h2 {
    margin: 10px 0;
}

.founder-profile-content {
    position: relative;
    z-index: 2;
}

.founder-title {
    margin-bottom: 18px;

    color: #7dd3fc;

    font-size: 18px;
    font-weight: 700;
}

.founder-mission {
    max-width: 850px;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
}

.founder-card {
    margin-top: 36px;
    padding: 40px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(79,124,255,0.22), transparent 40%),
        rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
}

.founder-card p {
    margin-bottom: 22px;
    max-width: 900px;
}

.founder-card p:last-child {
    margin-bottom: 0;
}

.platform-showcase-section {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.platform-showcase-section > p {
    max-width: 850px;
    margin: 0 auto;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 38px;
}

.showcase-card {
    padding: 28px 22px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(125,211,252,0.18), transparent 42%),
        rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 45px rgba(0,0,0,0.22);
    transform: translateY(0);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.showcase-card:hover {
    transform: translateY(-8px);
    border-color: rgba(125,211,252,0.35);
    box-shadow: 0 26px 70px rgba(0,0,0,0.34);
}

.showcase-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            rgba(79,124,255,0.35),
            rgba(20,184,166,0.35)
        );

    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.showcase-card h3 {
    margin-bottom: 12px;
    color: #ffffff;
}

.showcase-card p {
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
    font-size: 15px;
}

.social-proof-section {
    text-align: center;
}

.social-proof-section > p {
    max-width: 820px;
    margin: 0 auto;
}

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

.trust-card {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255,255,255,0.055);
    border: 1px solid rgba(255,255,255,0.10);
}

.live-stat-card strong {
    font-size: 36px;
    color: #7dd3fc;
}

.trust-card strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 20px;
}

.trust-card span {
    color: rgba(255,255,255,0.68);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 34px;
}

.testimonial-card {
    padding: 28px;
    border-radius: 24px;
    text-align: left;
    background:
        radial-gradient(circle at top left, rgba(79,124,255,0.18), transparent 42%),
        rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
}

.testimonial-card p {
    margin-bottom: 18px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
}

.testimonial-card span {
    color: #7dd3fc;
    font-weight: 700;
}

.testimonial-card.placeholder {
    opacity: 0.72;
}

.faq-container {
    margin-top: 40px;
}

.faq-item {
    margin-bottom: 16px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.05);
}

.faq-question {
    width: 100%;
    padding: 22px;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    background: transparent;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 0 22px 22px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.feature-voting-section {
    text-align: center;
}

.feature-voting-section > p {
    max-width: 820px;
    margin: 0 auto;
}

.feature-vote-list {
    max-width: 850px;
    margin: 38px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-vote-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;

    padding: 22px 24px;

    border-radius: 20px;

    background:
        radial-gradient(circle at top left, rgba(125,211,252,0.15), transparent 42%),
        rgba(255,255,255,0.055);

    border: 1px solid rgba(255,255,255,0.10);

    text-align: left;
}

.feature-vote-card strong {
    display: block;
    margin-bottom: 6px;

    color: #ffffff;
    font-size: 18px;
}

.feature-vote-card span {
    color: rgba(255,255,255,0.68);
}

.feature-vote-card button {
    padding: 12px 18px;
    border: none;
    border-radius: 12px;

    cursor: pointer;

    color: #06111f;
    background: #7dd3fc;

    font-weight: 800;
}

.changelog-section {
    text-align: center;
}

.changelog-section > p {
    max-width: 820px;
    margin: 0 auto;
}

.changelog-list {
    max-width: 900px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.changelog-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 22px;
    align-items: start;

    padding: 24px;

    border-radius: 22px;

    background:
        radial-gradient(circle at top left, rgba(125,211,252,0.14), transparent 42%),
        rgba(255,255,255,0.055);

    border: 1px solid rgba(255,255,255,0.10);

    text-align: left;
}

.changelog-date {
    color: #7dd3fc;
    font-weight: 800;
    font-size: 15px;
}

.changelog-content h3 {
    margin-bottom: 8px;
    color: #ffffff;
}

.changelog-content p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
}

.launch-countdown-section {
    text-align: center;
}

.launch-countdown-section > p {
    max-width: 820px;
    margin: 0 auto;
}

.countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 36px;
}

.countdown-card {
    padding: 28px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top left, rgba(125,211,252,0.18), transparent 45%),
        rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
}

.countdown-card strong {
    display: block;
    margin-bottom: 8px;
    color: #7dd3fc;
    font-size: 42px;
    font-weight: 800;
}

.countdown-card span {
    color: rgba(255,255,255,0.72);
    font-weight: 700;
}

.early-access-section {
    display: flex;
    justify-content: center;
}

.early-access-card {
    width: 100%;
    max-width: 900px;
    padding: 44px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(79, 124, 255, 0.35), transparent 36%),
        rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.early-access-form {
    margin-top: 30px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.early-access-form input,
.early-access-form select {
    width: 100%;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 16px;
    outline: none;
}

.early-access-form select {
    margin-top: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.early-access-form select option {
    background: #0f172a;
    color: #ffffff;
}

.early-access-form input::placeholder {
    color: #9ca6c5;
}

.early-access-form button {
    margin-top: 18px;
    padding: 16px 24px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #4f7cff, #8a5cff);
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
}

.beta-application-section {
    margin-bottom: 80px;
}

.beta-application-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(79,124,255,0.22), transparent 40%),
        rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
}

.beta-application-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.beta-application-form input,
.beta-application-form select,
.beta-application-form textarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.05);
    color: #ffffff;
}

.beta-application-form select {
    color: #ffffff;
}

.beta-application-form select option {
    background: #0f172a;
    color: #ffffff;
}

.beta-application-form textarea {
    min-height: 140px;
    resize: vertical;
}

.beta-application-form button {
    padding: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 700;
}

.form-message {
    margin-top: 16px;
    color: #5dffb1 !important;
    font-weight: 700;
}

.preview-lightbox-img {
    cursor: zoom-in;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.preview-lightbox-img:hover {
    transform: scale(1.04);
    opacity: 0.92;
}

.screenshot-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(0, 0, 0, 0.86);
}

.screenshot-lightbox.active {
    display: flex;
}

.screenshot-lightbox img {
    max-width: 94vw;
    max-height: 88vh;
    border-radius: 18px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
}

.close-lightbox {
    position: fixed;
    top: 22px;
    right: 26px;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #060914;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.site-footer {
    padding: 44px 24px;
    text-align: center;
    color: #9ca6c5;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(5, 10, 20, 0.75);
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}

.footer-logo {
    width: 38px;
    height: 38px;
}

.footer-brand h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
}

.footer-description {
    margin-bottom: 14px;
    color: #7dd3fc;
    font-weight: 700;
}

.footer-note {
    margin-bottom: 18px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 18px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover {
    color: #7dd3fc;
}

.footer-copyright {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
}

.footer-note {
    margin-top: 8px;
    font-size: 14px;
}

html {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
}

@media (max-width: 900px) {
    .mobile-menu-button {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 72px;
        left: 24px;
        right: 24px;
        display: none;
        flex-direction: column;
        gap: 16 px;
        padding: 22px;
        border-radius: 20px;
        background: rgba(6, 9, 20, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

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

    .nav-button {
        display: none;
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 70px;
    }

    .changelog-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .feature-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

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

    .early-access-card {
        padding: 28px;
    }

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

    .trust-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

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

    .showcase-card {
        padding: 26px 20px;
    }

    .testimonial-card {
        text-align: center;
    }

    .feature-vote-card {
        flex-direction: column;
        text-align: center;
    }

    .preview-image {
        height: 180px;
    }

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

    .countdown-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .countdown-card strong {
        font-size: 34px;
    }

    .founder-profile-section {
        padding: 70px 18px;
    }

    .founder-profile-card {
        grid-template-columns: 1fr;
        padding: 30px 24px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .founder-photo-placeholder {
        width: 140px;
        height: 140px;
        margin: 0 auto;
        font-size: 38px;
    }

    .founder-mission {
        font-size: 1rem;
    }

html {
    scroll-behavior: smooth;
}

}
