*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --bg: #ebe8f4;
    --surface: #ffffff;
    --text: #3a3668;
    --text-muted: #6b6794;
    --accent: #6f63d8;
    --accent-hover: #5b50c4;
    --border: #4f4a7a;
    --shadow: rgba(58, 54, 104, 0.12);
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    min-height: 100dvh;
    line-height: 1.5;
}

.page {
    max-width: 420px;
    margin: 0 auto;
    padding: 2.75rem 1.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

/* Header */
.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.35rem;
    width: 100%;
}

.logo {
    width: min(320px, 88vw);
    height: auto;
    display: block;
}

.description {
    font-size: 1.05rem;
    color: var(--text);
    font-weight: 500;
    line-height: 1.4;
}

/* Links */
.links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    margin-top: 0.25rem;
}

.link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.9rem 1.5rem;
    background: var(--surface);
    border: 1.5px solid var(--border);
    border-radius: 999px;
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.link-btn:hover,
.link-btn:focus-visible {
    background: #f7f6fc;
    border-color: var(--accent);
    box-shadow: 0 4px 14px var(--shadow);
    transform: translateY(-1px);
    outline: none;
}

.link-btn:active {
    transform: translateY(0);
}

.link-btn--cta {
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
    margin-top: 0.15rem;
}

.link-btn--cta:hover,
.link-btn--cta:focus-visible {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    color: #ffffff;
}

/* Social */
.social {
    display: flex;
    gap: 1.1rem;
    margin-top: 1.25rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    text-decoration: none;
    transition: color 0.2s, transform 0.15s;
}

.social-link:hover,
.social-link:focus-visible {
    color: var(--accent);
    transform: translateY(-1px);
    outline: none;
}

.social-link svg {
    width: 1.15rem;
    height: 1.15rem;
}

/* Footer */
.footer {
    font-size: 0.72rem;
    color: var(--text-muted);
    text-align: center;
    margin-top: 0.35rem;
}

/* Inner pages */
.page--inner {
    max-width: 520px;
    gap: 1.25rem;
}

.logo-link {
    display: block;
    line-height: 0;
}

.back-link {
    font-size: 0.82rem;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.back-link:hover,
.back-link:focus-visible {
    color: var(--accent);
    outline: none;
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.content-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--text);
    text-align: center;
    line-height: 1.3;
}

.content-lead {
    font-size: 0.95rem;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.55;
}

.content-section h2 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.55rem;
}

.content-section p,
.content-section li {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.6;
}

.content-section p + p {
    margin-top: 0.65rem;
}

.content-section--highlight {
    background: var(--surface);
    border: 1.5px solid rgba(79, 74, 122, 0.2);
    border-radius: 16px;
    padding: 1.1rem 1.15rem;
}

.content-cta {
    margin-top: 0.5rem;
}

/* Team */
.team {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--surface);
    border: 1.5px solid rgba(79, 74, 122, 0.2);
    border-radius: 20px;
    padding: 1.65rem 1.35rem 1.45rem;
    box-shadow: 0 6px 20px var(--shadow);
}

.team-badge {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: linear-gradient(145deg, #f0ecfb 0%, #e2dcf5 100%);
    border: 2px solid rgba(111, 99, 216, 0.2);
}

.team-badge-icon {
    font-size: 1.85rem;
    line-height: 1;
}

.team-name {
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.3rem;
}

.team-role {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.85rem;
}

.team-bio {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.65;
    max-width: 36ch;
    margin-bottom: 1rem;
}

.team-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--text);
    text-decoration: none;
    padding: 0.55rem 1.1rem;
    border: 1.5px solid var(--border);
    border-radius: 999px;
    background: var(--bg);
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
}

.team-linkedin svg {
    width: 1rem;
    height: 1rem;
}

.team-linkedin:hover,
.team-linkedin:focus-visible {
    background: #f7f6fc;
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-1px);
    outline: none;
}

/* Journey */
.journey {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.journey-step {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    background: var(--surface);
    border: 1.5px solid rgba(79, 74, 122, 0.2);
    border-radius: 14px;
    padding: 0.95rem 1rem;
}

.journey-num {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--accent);
    flex-shrink: 0;
    width: 1.75rem;
}

.journey-step h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.25rem;
}

.journey-step p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.feature-list {
    padding-left: 1.1rem;
}

.feature-list li {
    margin-bottom: 0.45rem;
}

/* Pricing */
.pricing {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
}

.pricing-card {
    background: var(--surface);
    border: 1.5px solid rgba(79, 74, 122, 0.2);
    border-radius: 20px;
    padding: 1.35rem 1.25rem;
    text-align: center;
    box-shadow: 0 6px 20px var(--shadow);
}

.pricing-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.65rem;
}

.pricing-price {
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1;
    margin-bottom: 0.35rem;
}

.pricing-currency {
    font-size: 1.1rem;
    font-weight: 500;
    vertical-align: top;
    margin-right: 0.15rem;
}

.pricing-period {
    font-size: 0.82rem;
    color: var(--text-muted);
}

.pricing-note {
    font-size: 0.82rem;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.55;
}
