:root {
    color-scheme: dark;
    --bg: #020814;
    --bg-2: #06111f;
    --bg-3: #071b24;
    --ink: #f8fbff;
    --muted: #b5c0d2;
    --muted-2: #77849a;
    --soft: rgba(13, 29, 48, 0.86);
    --line: rgba(61, 229, 222, 0.18);
    --line-strong: rgba(56, 232, 220, 0.42);
    --panel: rgba(8, 20, 36, 0.86);
    --panel-strong: rgba(13, 28, 48, 0.94);
    --field-bg: rgba(9, 21, 37, 0.82);
    --nav-bg: rgba(2, 8, 20, 0.9);
    --nav-pill: rgba(22, 45, 70, 0.72);
    --teal: #35f1df;
    --blue: #42a9ff;
    --purple: #8b5cf6;
    --amber: #f8b92e;
    --green: #48e5a5;
    --red: #fb7185;
    --brand-contrast: #04101c;
    --hero-overlay: linear-gradient(90deg, rgba(2, 8, 20, 0.99) 0%, rgba(3, 14, 29, 0.9) 38%, rgba(4, 22, 32, 0.34) 76%);
    --hero-overlay-mobile: linear-gradient(180deg, rgba(2, 8, 20, 0.99), rgba(3, 14, 29, 0.8));
    --ring-center: #071223;
    --ring-track: rgba(56, 232, 220, 0.12);
    --shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
    --max-width: 1180px;
}

@media (prefers-color-scheme: light) {
    :root {
        color-scheme: light;
        --bg: #f5f9fc;
        --bg-2: #eaf3f8;
        --ink: #0b1724;
        --muted: #5c6b82;
        --muted-2: #7c8ba3;
        --soft: #e7f0f7;
        --line: rgba(17, 31, 54, 0.13);
        --line-strong: rgba(56, 189, 248, 0.4);
        --panel: rgba(255, 255, 255, 0.88);
        --panel-strong: rgba(255, 255, 255, 0.96);
        --field-bg: #ffffff;
        --nav-bg: rgba(245, 249, 252, 0.88);
        --nav-pill: #ffffff;
        --teal: #0f766e;
        --blue: #0284c7;
        --purple: #6d5dfc;
        --amber: #d97706;
        --green: #16a34a;
        --red: #e11d48;
        --brand-contrast: #f8fbff;
        --hero-overlay: linear-gradient(90deg, rgba(245, 249, 252, 0.98) 0%, rgba(245, 249, 252, 0.88) 38%, rgba(245, 249, 252, 0.16) 76%);
        --hero-overlay-mobile: linear-gradient(180deg, rgba(245, 249, 252, 0.98), rgba(245, 249, 252, 0.76));
        --ring-center: #ffffff;
        --ring-track: #d9e7f0;
        --shadow: 0 24px 70px rgba(31, 57, 78, 0.14);
    }
}

:root[data-theme="dark"],
:root.theme-dark,
body[data-theme="dark"] {
    color-scheme: dark;
    --bg: #020814;
    --bg-2: #06111f;
    --bg-3: #071b24;
    --ink: #f8fbff;
    --muted: #b5c0d2;
    --muted-2: #77849a;
    --soft: rgba(13, 29, 48, 0.86);
    --line: rgba(61, 229, 222, 0.18);
    --line-strong: rgba(56, 232, 220, 0.42);
    --panel: rgba(8, 20, 36, 0.86);
    --panel-strong: rgba(13, 28, 48, 0.94);
    --field-bg: rgba(9, 21, 37, 0.82);
    --nav-bg: rgba(2, 8, 20, 0.9);
    --nav-pill: rgba(22, 45, 70, 0.72);
    --teal: #35f1df;
    --blue: #42a9ff;
    --purple: #8b5cf6;
    --amber: #f8b92e;
    --green: #48e5a5;
    --red: #fb7185;
    --brand-contrast: #04101c;
    --hero-overlay: linear-gradient(90deg, rgba(2, 8, 20, 0.99) 0%, rgba(3, 14, 29, 0.9) 38%, rgba(4, 22, 32, 0.34) 76%);
    --hero-overlay-mobile: linear-gradient(180deg, rgba(2, 8, 20, 0.99), rgba(3, 14, 29, 0.8));
    --ring-center: #071223;
    --ring-track: rgba(56, 232, 220, 0.12);
    --shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

:root[data-theme="light"],
:root.theme-light,
body[data-theme="light"] {
    color-scheme: light;
    --bg: #f5f9fc;
    --bg-2: #eaf3f8;
    --ink: #0b1724;
    --muted: #5c6b82;
    --muted-2: #7c8ba3;
    --soft: #e7f0f7;
    --line: rgba(17, 31, 54, 0.13);
    --line-strong: rgba(56, 189, 248, 0.4);
    --panel: rgba(255, 255, 255, 0.88);
    --panel-strong: rgba(255, 255, 255, 0.96);
    --field-bg: #ffffff;
    --nav-bg: rgba(245, 249, 252, 0.88);
    --nav-pill: #ffffff;
    --teal: #0f766e;
    --blue: #0284c7;
    --purple: #6d5dfc;
    --amber: #d97706;
    --green: #16a34a;
    --red: #e11d48;
    --brand-contrast: #f8fbff;
    --hero-overlay: linear-gradient(90deg, rgba(245, 249, 252, 0.98) 0%, rgba(245, 249, 252, 0.88) 38%, rgba(245, 249, 252, 0.16) 76%);
    --hero-overlay-mobile: linear-gradient(180deg, rgba(245, 249, 252, 0.98), rgba(245, 249, 252, 0.76));
    --ring-center: #ffffff;
    --ring-track: #d9e7f0;
    --shadow: 0 24px 70px rgba(31, 57, 78, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--ink);
    background:
        radial-gradient(circle at 92% 4%, rgba(139, 92, 246, 0.18), transparent 28rem),
        radial-gradient(circle at 8% 0%, rgba(53, 241, 223, 0.16), transparent 30rem),
        radial-gradient(circle at 70% 70%, rgba(53, 241, 223, 0.08), transparent 26rem),
        linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 48%, #020711 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:root[data-theme="dark"] body,
:root.theme-dark body,
body[data-theme="dark"] {
    color: #f8fbff;
    background:
        radial-gradient(circle at 92% 4%, rgba(139, 92, 246, 0.18), transparent 28rem),
        radial-gradient(circle at 8% 0%, rgba(53, 241, 223, 0.16), transparent 30rem),
        radial-gradient(circle at 70% 70%, rgba(53, 241, 223, 0.08), transparent 26rem),
        linear-gradient(180deg, #020814 0%, #06111f 48%, #020711 100%);
}

:root[data-theme="light"] body,
:root.theme-light body,
body[data-theme="light"] {
    color: #0b1724;
    background:
        radial-gradient(circle at 92% 4%, rgba(56, 189, 248, 0.1), transparent 28rem),
        radial-gradient(circle at 8% 0%, rgba(45, 212, 191, 0.1), transparent 30rem),
        linear-gradient(180deg, #f5f9fc 0%, #eaf3f8 48%, #f5f9fc 100%);
}

:root[data-theme="light"] .dashboard-preview,
:root.theme-light .dashboard-preview,
body[data-theme="light"] .dashboard-preview {
    border-color: rgba(17, 31, 54, 0.14);
    background:
        radial-gradient(circle at 88% 0%, rgba(56, 189, 248, 0.13), transparent 13rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(231, 240, 247, 0.82));
    box-shadow: 0 24px 70px rgba(31, 57, 78, 0.16);
}

:root[data-theme="light"] .dashboard-preview .mini-stat,
:root.theme-light .dashboard-preview .mini-stat,
body[data-theme="light"] .dashboard-preview .mini-stat {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(17, 31, 54, 0.12);
}

:root[data-theme="light"] .dashboard-preview .steps-ring,
:root.theme-light .dashboard-preview .steps-ring,
body[data-theme="light"] .dashboard-preview .steps-ring {
    background:
        radial-gradient(circle, #ffffff 58%, transparent 59%),
        conic-gradient(#0f9f8f 0 78%, #dceaf2 78% 100%);
}

:root[data-theme="light"] .dashboard-preview .chart-bars span,
:root.theme-light .dashboard-preview .chart-bars span,
body[data-theme="light"] .dashboard-preview .chart-bars span {
    background: linear-gradient(to top, #0284c7, #14b8a6);
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.page-shell {
    width: min(var(--max-width), calc(100% - 32px));
    margin: 0 auto;
}

.marketing-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.marketing-nav {
    width: min(var(--max-width), calc(100% - 32px));
    min-height: 74px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-size: 1.08rem;
    font-weight: 900;
}

.brand-logo {
    display: block;
    width: clamp(148px, 15vw, 220px);
    height: auto;
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 0 18px rgba(53, 241, 223, 0.18));
}

.footer-brand-logo {
    width: clamp(160px, 18vw, 260px);
    max-height: 72px;
}

.brand-mark {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--brand-contrast);
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.7), transparent 6px),
        linear-gradient(135deg, var(--blue) 0%, var(--teal) 58%, var(--green) 100%);
    box-shadow:
        0 0 28px rgba(53, 241, 223, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.nav-links,
.nav-actions,
.hero-actions,
.hero-proof,
.footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-actions {
    gap: 14px;
    margin-top: 32px;
}

.hero-proof {
    gap: 14px;
    margin-top: 18px;
}

.nav-links a {
    padding: 10px 12px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.93rem;
    font-weight: 800;
}

.nav-links a:hover,
.nav-links a.is-active {
    color: var(--ink);
    background: var(--nav-pill);
    box-shadow:
        0 0 0 1px rgba(53, 241, 223, 0.18),
        0 14px 34px rgba(53, 241, 223, 0.08);
}

.btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 17px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 900;
}

.btn-primary,
.btn-google {
    color: var(--brand-contrast);
    background: linear-gradient(135deg, var(--blue) 0%, var(--teal) 58%, var(--green) 100%);
    box-shadow:
        0 18px 42px rgba(53, 241, 223, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.btn-google i {
    color: var(--brand-contrast);
}

.btn-secondary {
    color: var(--ink);
    background: var(--nav-pill);
    border-color: var(--line);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.theme-toggle {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 44px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--teal);
    background: var(--nav-pill);
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: var(--teal);
    background: rgba(53, 241, 223, 0.1);
    border: 1px solid rgba(53, 241, 223, 0.26);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--green);
}

.hero {
    position: relative;
    min-height: calc(100vh - 74px);
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: 64px 0;
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    background:
        var(--hero-overlay),
        var(--hero-image) center / cover;
}

.hero-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.5fr);
    gap: 34px;
    align-items: center;
}

.hero-copy h1,
.compact-hero h1 {
    max-width: 800px;
    margin: 18px 0 18px;
    font-size: clamp(3rem, 7vw, 6.8rem);
    line-height: 0.92;
    letter-spacing: 0;
}

.hero-brand-logo {
    display: block;
    width: min(100%, 420px);
    height: auto;
    margin: 0 0 22px;
    filter: drop-shadow(0 0 26px rgba(53, 241, 223, 0.2));
}

:root[data-theme="light"] .brand-logo,
:root.theme-light .brand-logo,
body[data-theme="light"] .brand-logo,
:root[data-theme="light"] .hero-brand-logo,
:root.theme-light .hero-brand-logo,
body[data-theme="light"] .hero-brand-logo {
    filter:
        drop-shadow(0 12px 26px rgba(2, 8, 20, 0.12))
        drop-shadow(0 0 18px rgba(20, 184, 166, 0.12));
}

.hero-copy p,
.compact-hero p,
.section-heading p,
.split-content p,
.contact-card p,
.cta-content p,
.faq-card p,
.selling-card p,
.feature-card p,
.plan-copy {
    color: var(--muted);
    line-height: 1.68;
}

.hero-copy p {
    max-width: 650px;
    font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.proof-pill {
    padding: 10px 13px;
    border-radius: 999px;
    background: var(--panel);
    border: 1px solid var(--line);
    font-weight: 850;
    color: var(--muted);
}

.proof-pill i,
.plan-list i,
.check-item i,
.contact-method i {
    color: var(--teal);
}

.dashboard-preview {
    padding: 24px;
    border: 1px solid var(--line-strong);
    border-radius: 28px;
    background: var(--panel);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    background:
        radial-gradient(circle at 88% 0%, rgba(53, 241, 223, 0.12), transparent 13rem),
        linear-gradient(145deg, rgba(9, 21, 38, 0.92), rgba(8, 20, 36, 0.78));
}

.preview-topline {
    display: flex;
    justify-content: space-between;
    color: var(--muted);
    font-weight: 850;
}

.steps-ring {
    width: 210px;
    height: 210px;
    margin: 26px auto;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    background:
        radial-gradient(circle, var(--ring-center) 58%, transparent 59%),
        conic-gradient(var(--teal) 0 78%, var(--ring-track) 78% 100%);
}

.steps-ring strong {
    display: block;
    font-size: 2.55rem;
}

.steps-ring span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}

.mini-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.mini-stat,
.check-item,
.contact-method {
    padding: 14px;
    border-radius: 8px;
    background: var(--soft);
    border: 1px solid var(--line);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.mini-stat strong {
    display: block;
    font-size: 1.15rem;
}

.mini-stat span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.chart-bars {
    display: flex;
    align-items: end;
    gap: 8px;
    height: 110px;
    margin-top: 22px;
}

.chart-bars span {
    flex: 1;
    min-height: 20px;
    border-radius: 999px 999px 4px 4px;
    background: linear-gradient(to top, var(--blue), var(--teal));
}

.marketing-section {
    padding: 72px 0;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 30px;
}

.section-heading.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading h2,
.split-content h2,
.cta-content h2 {
    margin: 12px 0 10px;
    font-size: clamp(2rem, 4.6vw, 4.2rem);
    line-height: 1;
    letter-spacing: 0;
}

.selling-grid,
.feature-grid,
.pricing-grid,
.faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.selling-card,
.feature-card,
.pricing-card,
.faq-card,
.contact-card,
.contact-form,
.cms-editor {
    background:
        radial-gradient(circle at 100% 0%, rgba(66, 169, 255, 0.08), transparent 14rem),
        var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.selling-card,
.feature-card,
.pricing-card,
.faq-card {
    padding: 24px;
}

.selling-card span {
    color: var(--teal);
    font-weight: 950;
}

.selling-card h3,
.feature-card h3,
.faq-card h2,
.pricing-card h2,
.contact-card h2 {
    margin: 10px 0 8px;
    font-size: 1.35rem;
    line-height: 1.15;
}

.feature-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--brand-contrast);
    background: linear-gradient(135deg, var(--blue), var(--teal));
    box-shadow: 0 0 28px rgba(53, 241, 223, 0.16);
    margin-bottom: 18px;
}

.image-split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 24px;
    align-items: stretch;
}

.image-panel {
    min-height: 450px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow);
}

.split-content {
    padding: 24px 0 24px 24px;
}

.check-list,
.contact-methods,
.plan-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.check-item,
.contact-method,
.plan-list li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
}

.pricing-card.featured {
    border-color: var(--line-strong);
    background:
        radial-gradient(circle at 88% 0%, rgba(53, 241, 223, 0.16), transparent 16rem),
        radial-gradient(circle at 100% 100%, rgba(139, 92, 246, 0.13), transparent 16rem),
        var(--panel-strong);
    box-shadow: 0 26px 80px rgba(53, 241, 223, 0.14);
}

.plan-badge {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--brand-contrast);
    background: linear-gradient(135deg, var(--amber), #ffcf63);
    font-size: 0.74rem;
    font-weight: 950;
    text-transform: uppercase;
}

.price {
    display: flex;
    align-items: end;
    gap: 7px;
    margin: 20px 0;
}

.price strong {
    font-size: 3rem;
}

.price span {
    padding-bottom: 9px;
    color: var(--muted);
}

.plan-list {
    padding: 0;
    list-style: none;
}

.compact-hero {
    padding: 76px 0 20px;
}

.compact-hero .page-shell {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line);
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 22px;
}

.contact-card,
.contact-form,
.cms-editor {
    padding: 28px;
}

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

.form-field {
    display: grid;
    gap: 8px;
}

.form-field.full {
    grid-column: 1 / -1;
}

.form-field label,
.cms-editor label {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 900;
}

.form-field input,
.form-field textarea,
.cms-editor textarea {
    width: 100%;
    color: var(--ink);
    background: var(--field-bg);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px 15px;
}

.form-field input:focus,
.form-field textarea:focus,
.cms-editor textarea:focus {
    border-color: var(--line-strong);
    box-shadow: 0 0 0 4px rgba(53, 241, 223, 0.08);
    outline: none;
}

.form-field textarea {
    min-height: 160px;
    resize: vertical;
}

.cms-editor textarea {
    min-height: 680px;
    margin-top: 10px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.88rem;
    line-height: 1.55;
}

.notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 8px;
    font-weight: 850;
}

.notice.success {
    color: var(--teal);
    background: rgba(45, 212, 191, 0.12);
    border: 1px solid rgba(45, 212, 191, 0.22);
}

.notice.error {
    color: var(--red);
    background: rgba(251, 113, 133, 0.1);
    border: 1px solid rgba(251, 113, 133, 0.2);
}

.cta-panel {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(139, 92, 246, 0.22), transparent 18rem),
        radial-gradient(circle at 0% 0%, rgba(53, 241, 223, 0.18), transparent 17rem),
        linear-gradient(120deg, rgba(2, 8, 20, 0.95), rgba(9, 24, 42, 0.84)),
        url("/static/marketing/move-dash-hero.png") center / cover;
    color: #f4f8ff;
    box-shadow: var(--shadow);
}

.cta-content {
    max-width: 720px;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.78);
}

.marketing-footer {
    margin-top: 40px;
    padding: 32px 0;
    border-top: 1px solid var(--line);
}

.footer-grid {
    width: min(var(--max-width), calc(100% - 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--muted);
    font-weight: 800;
}

@media (max-width: 980px) {
    .marketing-nav {
        flex-wrap: wrap;
        padding: 12px 0;
    }

    .nav-links {
        order: 3;
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .brand-logo {
        width: clamp(132px, 36vw, 190px);
    }

    .hero-layout,
    .image-split,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .hero-backdrop {
        background:
            var(--hero-overlay-mobile),
            var(--hero-image) center / cover;
    }

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

    .split-content {
        padding: 0;
    }
}

@media (max-width: 640px) {
    .nav-actions {
        width: 100%;
    }

    .nav-actions .btn {
        flex: 1;
    }

    .hero-copy h1,
    .compact-hero h1 {
        font-size: clamp(2.55rem, 16vw, 4.2rem);
    }

    .hero-brand-logo {
        width: min(100%, 320px);
        margin-bottom: 18px;
    }

    .dashboard-preview {
        padding: 18px;
    }

    .form-grid,
    .mini-stats {
        grid-template-columns: 1fr;
    }

    .cta-panel {
        padding: 28px;
    }
}
