@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --fd-bg: #f5f7fa;
    --fd-fg: #141c2b;
    --fd-card: #ffffff;
    --fd-primary: #1a3a5c;
    --fd-primary-fg: #ffffff;
    --fd-secondary: #2ecc71;
    --fd-muted-fg: #667085;
    --fd-border: #dde2ea;
    --fd-radius: 0.75rem;
    --fd-secondary-soft: rgba(46, 204, 113, 0.1);
    --fd-secondary-soft-strong: rgba(46, 204, 113, 0.2);
    --fd-white-soft: rgba(255, 255, 255, 0.7);
    --fd-white-faint: rgba(255, 255, 255, 0.6);
    --fd-footer-muted: rgba(255, 255, 255, 0.5);
    --fd-footer-faint: rgba(255, 255, 255, 0.3);
    --fd-footer-border: rgba(255, 255, 255, 0.1);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--fd-bg);
    color: var(--fd-fg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-wordmark {
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
}

.landing-navbar {
    z-index: 50;
}

.landing-brand-mark {
    width: 32px;
    height: 32px;
    background: var(--fd-secondary);
}

.landing-brand-letter {
    font-size: 0.875rem;
}

.landing-bg-glass {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.landing-hero {
    position: relative;
    min-height: 90vh;
    padding-top: 80px;
    background: linear-gradient(135deg, #0f2337, #1a3a5c, #1e4a6e);
}

.landing-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='grain' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='50' cy='10' r='0.5' fill='rgba(255,255,255,0.1)'/%3E%3Ccircle cx='90' cy='40' r='0.5' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100' height='100' fill='url(%23grain)'/%3E%3C/svg%3E");
    opacity: 0.1;
}

.landing-hero-content {
    position: relative;
    z-index: 1;
}

.landing-hero-intro {
    max-width: 720px;
    margin: 0 auto;
}

.landing-hero-badge {
    font-size: 0.875rem;
    color: var(--fd-secondary);
    border-color: rgba(46, 204, 113, 0.3) !important;
    background: var(--fd-secondary-soft);
}

.landing-hero-title {
    line-height: 1.15;
}

.landing-text-gradient {
    background: linear-gradient(135deg, #2ecc71, #3ae68a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.landing-text-gradient-hero {
    background: linear-gradient(135deg, #ffffff, #c8d1dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.landing-hero-description,
.landing-hero-highlights {
    color: var(--fd-white-soft);
}

.invite-page {
    min-height: 100vh;
    background: #f5f7fa;
}

.invite-hero,
.invite-register {
    min-height: 100vh;
    padding: 32px 0;
    display: flex;
    align-items: center;
}

.invite-hero {
    background:
        linear-gradient(135deg, rgba(15, 35, 55, 0.94), rgba(26, 58, 92, 0.9)),
        url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=80') center/cover;
}

.invite-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 420px);
    gap: 48px;
    align-items: center;
}

.invite-copy {
    color: #fff;
}

.invite-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #2ecc71;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.invite-copy h1,
.invite-summary h1 {
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.invite-copy p,
.invite-summary p {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.1rem;
}

.invite-benefits,
.invite-summary-list {
    display: grid;
    gap: 12px;
    margin-top: 32px;
}

.invite-benefits div,
.invite-summary-list div,
.invite-no-payment {
    display: flex;
    align-items: center;
    gap: 12px;
}

.invite-benefits div {
    color: rgba(255, 255, 255, 0.88);
}

.invite-benefits i,
.invite-summary-list i,
.invite-no-payment i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(46, 204, 113, 0.14);
    color: #2ecc71;
    flex: 0 0 auto;
}

.invite-panel,
.invite-form-card,
.invite-summary {
    background: #fff;
    border: 1px solid rgba(20, 28, 43, 0.08);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(20, 28, 43, 0.14);
}

.invite-panel,
.invite-form-card {
    padding: 32px;
}

.invite-panel h2,
.invite-form-card h2 {
    font-weight: 800;
    margin-bottom: 8px;
}

.invite-code-input {
    min-height: 56px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.invite-register {
    background:
        linear-gradient(135deg, rgba(15, 35, 55, 0.94), rgba(26, 58, 92, 0.9)),
        url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=80') center/cover;
}

.invite-register .checkout-logo,
.invite-register .checkout-back {
    color: #fff;
}

.invite-register .checkout-logo span {
    color: #2ecc71;
}

.invite-summary {
    position: sticky;
    top: 24px;
    padding: 32px;
    background: rgba(16, 34, 56, 0.88);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.invite-summary h1 {
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.invite-summary-list div {
    color: rgba(255, 255, 255, 0.86);
}

.invite-type-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid var(--fd-border);
    border-radius: 8px;
    background: #fff;
    font-weight: 700;
}

.invite-no-payment {
    padding: 14px 16px;
    border-radius: 8px;
    background: rgba(46, 204, 113, 0.1);
    color: #157347;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .invite-shell {
        grid-template-columns: 1fr;
    }

    .invite-summary {
        position: static;
    }
}

.landing-hero-highlights {
    max-width: 400px;
    margin: 0 auto;
}

.landing-hero-highlight {
    color: var(--fd-white-faint);
}

.landing-btn-primary {
    color: #fff;
    background: var(--fd-secondary);
}

.landing-btn-primary:hover,
.landing-btn-primary:focus {
    color: #fff;
    background: #29b765;
}

.landing-section {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.landing-section-tag {
    color: var(--fd-secondary);
    letter-spacing: 0.1em;
}

.landing-section-title {
    font-size: 2rem;
}

.landing-section-description {
    max-width: 600px;
}

.landing-pricing-section {
    background: rgba(0, 0, 0, 0.02);
}

.landing-pricing-description {
    max-width: 500px;
}

.landing-billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem;
    border: 1px solid var(--fd-border);
    border-radius: 999px;
    background: var(--fd-card);
}

.landing-billing-toggle--checkout {
    margin-bottom: 1.5rem;
}

.landing-billing-option {
    border: 0;
    background: transparent;
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--fd-fg);
}

.landing-billing-option.is-active {
    color: #fff;
    background: var(--fd-primary);
}

.landing-billing-badge {
    display: inline-flex;
    margin-left: 0.35rem;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    background: rgba(46, 204, 113, 0.18);
    color: var(--fd-secondary);
    font-size: 0.68rem;
    font-weight: 800;
}

.fd-card {
    background: var(--fd-card);
    border: 1px solid var(--fd-border);
    border-radius: var(--fd-radius);
    box-shadow: 0 4px 24px -4px rgba(20, 28, 43, 0.08);
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.fd-card:hover {
    box-shadow: 0 8px 30px -8px rgba(20, 28, 43, 0.14);
}

.shadow-card {
    box-shadow: 0 4px 24px -4px rgba(20, 28, 43, 0.08);
}

.landing-feature-card:hover {
    box-shadow: 0 0 40px -10px rgba(46, 204, 113, 0.3);
}

.landing-feature-card:hover .landing-feature-icon {
    background: var(--fd-secondary-soft-strong);
}

.landing-feature-icon {
    width: 40px;
    height: 40px;
    background: var(--fd-secondary-soft);
    transition: background 0.2s ease;
}

.landing-feature-icon i {
    color: var(--fd-secondary);
}

.landing-pricing-card {
    display: flex;
    flex-direction: column;
}

.landing-pricing-popular {
    color: #fff;
    border: 2px solid var(--fd-secondary);
    background: var(--fd-primary);
    box-shadow: 0 0 40px -10px rgba(46, 204, 113, 0.3);
}

.landing-pricing-badge {
    background: var(--fd-secondary);
}

.landing-pricing-period,
.landing-pricing-muted-popular {
    color: rgba(255, 255, 255, 0.75) !important;
}

.landing-pricing-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.landing-pricing-list i {
    color: var(--fd-secondary);
}

.landing-pricing-btn-popular {
    color: #141c2b;
    background: var(--fd-secondary);
}

.landing-pricing-btn-popular:hover,
.landing-pricing-btn-popular:focus {
    color: #141c2b;
    background: #29b765;
}

.landing-faq-description {
    max-width: 560px;
}

.landing-faq-card {
    height: 100%;
}

.landing-footer {
    padding: 4rem 0;
    color: var(--fd-primary-fg);
    background: var(--fd-primary);
}

.landing-footer-text,
.landing-footer-links {
    color: var(--fd-footer-muted);
}

.landing-footer a {
    color: inherit;
}

.landing-footer-bottom {
    color: var(--fd-footer-faint);
    border-color: var(--fd-footer-border) !important;
}

.checkout-bg {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8f5e9 50%, #f0f4f8 100%);
}

.checkout-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 340px;
    background: linear-gradient(135deg, var(--fd-primary), #1a3a5c, #1e4d6e);
    clip-path: ellipse(120% 100% at 50% 0%);
    z-index: 0;
}

.checkout-wrapper {
    position: relative;
    z-index: 1;
}

.landing-checkout-shell {
    max-width: 1040px;
}

.checkout-logo {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}

.checkout-logo span {
    color: var(--fd-secondary);
}

.checkout-back {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.checkout-back:hover,
.checkout-back:focus {
    color: #fff;
}

.checkout-content-top {
    padding-top: 1rem;
}

.checkout-page-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    transition: color 0.25s ease;
}

.checkout-page-subtitle {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    transition: color 0.25s ease;
}

/* .checkout-page-title.is-neutral {
    color: var(--fd-fg);
} */

.checkout-page-subtitle.is-neutral {
    color: var(--fd-muted-fg);
}

.ck-stepper {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 2rem;
}

.ck-step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 0;
    padding: 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--fd-muted-fg);
    white-space: nowrap;
    background: transparent;
    transition: color 0.3s ease;
}

button.ck-step {
    cursor: pointer;
}

.ck-step.active,
.ck-step.done {
    color: var(--fd-secondary);
}

.ck-step-circle {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--fd-border);
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--fd-muted-fg);
    background: var(--fd-card);
    transition: all 0.3s ease;
}

.ck-step.active .ck-step-circle,
.ck-step.done .ck-step-circle {
    color: #fff;
    border-color: var(--fd-secondary);
    background: var(--fd-secondary);
}

.ck-step.active .ck-step-circle {
    box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.15);
}

.ck-step-line {
    position: relative;
    flex: 1;
    height: 2px;
    margin: 0 1rem;
    overflow: hidden;
    background: var(--fd-border);
}

.ck-step-line::after {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    background: var(--fd-secondary);
    transition: width 0.4s ease;
}

.ck-step-line.filled::after {
    width: 100%;
}

.ck-step-check-icon {
    font-size: 0.9rem;
}

.ck-card {
    padding: 2rem;
    border: 1px solid var(--fd-border);
    border-radius: 1rem;
    background: var(--fd-card);
    box-shadow: 0 8px 32px rgba(20, 28, 43, 0.08);
}

.ck-card.entering {
    animation: checkout-slide-up 0.35s ease-out;
}

@keyframes checkout-slide-up {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ck-card-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.ck-card .form-label {
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--fd-fg);
}

.ck-card .form-control {
    padding: 0.65rem 0.9rem;
    font-size: 0.875rem;
    border: 1.5px solid var(--fd-border);
    border-radius: 0.625rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ck-card .form-control:focus {
    border-color: var(--fd-secondary);
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.12);
}

.ck-card .form-select {
    padding: 0.65rem 0.9rem;
    font-size: 0.875rem;
    border: 1.5px solid var(--fd-border);
    border-radius: 0.625rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ck-card .form-select:focus {
    border-color: var(--fd-secondary);
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.12);
}

.checkout-type-option {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-height: 100%;
    padding: 1rem 1.05rem;
    border: 1.5px solid var(--fd-border);
    border-radius: 0.875rem;
    background: var(--fd-card);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.checkout-type-option.is-active {
    border-color: var(--fd-secondary);
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.12);
}

.checkout-type-option__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--fd-fg);
}

.checkout-type-option__text,
.checkout-type-note {
    font-size: 0.82rem;
    line-height: 1.45;
    color: var(--fd-muted-fg);
}

.checkout-security-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--fd-secondary);
}

.checkout-card-input {
    padding-right: 3.5rem;
}

.checkout-card-main-icon,
.checkout-card-help-icon {
    right: 14px;
    color: var(--fd-muted-fg);
}

.checkout-card-main-icon {
    font-size: 1.15rem;
}

.checkout-card-help-icon {
    font-size: 0.85rem;
    cursor: help;
}

.card-brands {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.card-brands span {
    width: 40px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--fd-border);
    border-radius: 0.375rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--fd-muted-fg);
    background: var(--fd-card);
}

.ck-btn-primary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    border: 0;
    border-radius: 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, var(--fd-secondary), #27ae60);
    box-shadow: 0 4px 16px rgba(46, 204, 113, 0.3);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ck-btn-primary:hover,
.ck-btn-primary:focus {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(46, 204, 113, 0.4);
}

.ck-btn-primary:active {
    transform: translateY(0);
}

.ck-btn-primary:disabled {
    opacity: 0.8;
    cursor: wait;
}

.ck-btn-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0;
    margin-top: 1rem;
    border: 0;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--fd-muted-fg);
    background: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.ck-btn-back:hover,
.ck-btn-back:focus {
    color: var(--fd-fg);
}

.ck-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--fd-border);
}

.ck-security span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--fd-muted-fg);
}

.ck-security i {
    font-size: 0.85rem;
    color: var(--fd-secondary);
}

.checkout-summary-top {
    padding-top: 3.5rem;
}

.ck-summary {
    position: sticky;
    top: 2rem;
    overflow: hidden;
    border: 1px solid var(--fd-border);
    border-radius: 1rem;
    background: var(--fd-card);
    box-shadow: 0 8px 32px rgba(20, 28, 43, 0.08);
}

.ck-summary-header {
    padding: 1.75rem 1.75rem 1.5rem;
    color: #fff;
    background: linear-gradient(135deg, var(--fd-primary), #1e4d6e);
}

.plan-badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--fd-secondary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(46, 204, 113, 0.2);
}

.ck-summary-header h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.price {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.1;
}

.price small {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.7;
}

.ck-summary-body {
    padding: 1.5rem 1.75rem;
}

.ck-feature {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 0;
    font-size: 0.85rem;
    color: var(--fd-fg);
}

.ck-feature i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 0.65rem;
    color: var(--fd-secondary);
    background: rgba(46, 204, 113, 0.1);
}

.ck-guarantee {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.25rem 1.75rem;
    border-top: 1px solid var(--fd-border);
}

.ck-guarantee-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: var(--fd-muted-fg);
}

.ck-guarantee-item i {
    font-size: 0.85rem;
    color: var(--fd-secondary);
}

.ck-success {
    padding: 3rem 2rem;
    text-align: center;
}

.ck-success-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: rgba(46, 204, 113, 0.1);
    animation: checkout-success-pulse 1.5s ease-in-out infinite;
}

.ck-success-icon i {
    font-size: 2rem;
    color: var(--fd-secondary);
}

.ck-success-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.ck-success-link {
    display: inline-flex;
    width: auto;
    padding: 0.75rem 2rem;
}

@keyframes checkout-success-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.2);
    }

    50% {
        box-shadow: 0 0 0 16px rgba(46, 204, 113, 0);
    }
}

@media (max-width: 767.98px) {
    .checkout-bg::before {
        height: 260px;
    }

    .checkout-content-top {
        padding-top: 0.5rem;
    }

    .checkout-page-title {
        font-size: 1.4rem;
    }

    .ck-stepper {
        overflow-x: auto;
        padding-bottom: 0.25rem;
    }

    .ck-step {
        font-size: 0.78rem;
    }

    .ck-step-line {
        min-width: 32px;
        margin: 0 0.5rem;
    }

    .ck-card {
        padding: 1.5rem;
    }

    .checkout-summary-top {
        padding-top: 0;
    }

    .ck-summary {
        position: static;
    }

    .ck-security {
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .landing-section {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .landing-section-title {
        font-size: 1.75rem;
    }

    .landing-display-title {
        font-size: 2.5rem;
    }
}
