:root {
    --starter-bg: #f4efe6;
    --starter-surface: #fffdf8;
    --starter-surface-strong: #ffffff;
    --starter-ink: #1f2f2b;
    --starter-muted: #66756f;
    --starter-border: rgba(31, 47, 43, 0.1);
    --starter-shadow: 0 20px 50px rgba(31, 47, 43, 0.08);
    --starter-radius-lg: 20px;
    --starter-radius-md: 14px;
    --starter-radius-sm: 10px;
    --starter-container: 1180px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--starter-ink);
    background:
        radial-gradient(circle at top left, rgba(var(--site-primary-rgb), 0.11), transparent 30%),
        linear-gradient(180deg, #fbf8f1 0%, #f3eee5 100%);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.65;
}

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

img {
    max-width: 100%;
    display: block;
}

.starter-shell {
    overflow-x: clip;
}

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

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

.starter-section-sm {
    padding: 56px 0;
}

.starter-grid {
    display: grid;
    gap: 24px;
}

.starter-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--starter-border);
    border-radius: var(--starter-radius-md);
    box-shadow: var(--starter-shadow);
}

.starter-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(var(--site-primary-rgb), 0.12);
    color: var(--site-primary-strong);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.starter-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.starter-section-head h2,
.starter-page-title,
.starter-hero-copy h1,
.starter-rich-text h2,
.starter-rich-text h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.1;
}

.starter-section-head h2,
.starter-page-title {
    font-size: clamp(2rem, 4vw, 3rem);
}

.starter-section-head p,
.starter-page-lead,
.starter-hero-copy p,
.starter-text-muted {
    color: var(--starter-muted);
}

.starter-btn,
.starter-btn-outline,
.starter-btn-soft,
.starter-xhr-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    padding: 14px 22px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.starter-btn,
.starter-xhr-button {
    color: var(--site-on-primary);
    background: linear-gradient(135deg, var(--site-primary-color), var(--site-primary-strong));
    box-shadow: 0 14px 30px rgba(var(--site-primary-rgb), 0.24);
}

.starter-btn-outline {
    border-color: rgba(var(--site-primary-rgb), 0.3);
    background: rgba(255, 255, 255, 0.7);
    color: var(--starter-ink);
}

.starter-btn-soft {
    background: rgba(var(--site-primary-rgb), 0.12);
    color: var(--site-primary-strong);
}

.starter-btn:hover,
.starter-btn-outline:hover,
.starter-btn-soft:hover,
.starter-xhr-button:hover {
    transform: translateY(-2px);
}

.starter-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(24, 39, 36, 0.08);
    backdrop-filter: blur(14px);
}

.starter-topbar-inner,
.starter-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.starter-topbar-inner {
    min-height: 48px;
    font-size: 0.93rem;
}

.starter-topbar-list,
.starter-social-list,
.starter-meta-list,
.starter-stat-list,
.starter-detail-list,
.starter-footer-links,
.starter-breadcrumbs,
.starter-pagination,
.starter-contact-list,
.starter-mini-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.starter-topbar-list,
.starter-social-list,
.starter-stat-list,
.starter-detail-list,
.starter-breadcrumbs,
.starter-mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.starter-social-list a,
.starter-topbar-list a,
.starter-contact-list a,
.starter-footer-links a,
.starter-breadcrumbs a {
    color: inherit;
}

.starter-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(251, 248, 241, 0.82);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(31, 47, 43, 0.06);
}

.starter-header-main {
    min-height: 84px;
}

.starter-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-weight: 800;
}

.starter-brand img {
    min-height: 44px;
    max-height: 52px;
    width: auto;
}

.starter-brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(var(--site-primary-rgb), 0.2), rgba(var(--site-primary-rgb), 0.06));
    display: grid;
    place-items: center;
    font-weight: 800;
    color: var(--site-primary-strong);
}

.starter-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.starter-nav-list,
.starter-mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.starter-nav-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.starter-nav-list > li {
    position: relative;
}

.starter-nav-list > li > a,
.starter-nav-list > li > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 10px;
    font-weight: 600;
}

.starter-nav-list li.is-active > a,
.starter-nav-list li.is-active > span,
.starter-nav-list > li > a:hover {
    background: rgba(var(--site-primary-rgb), 0.12);
    color: var(--site-primary-strong);
}

.starter-nav-list li > ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    padding: 12px;
    margin: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 14px;
    border: 1px solid var(--starter-border);
    box-shadow: var(--starter-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
}

.starter-nav-list li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.starter-nav-list li > ul li {
    position: relative;
}

.starter-nav-list li > ul li a,
.starter-nav-list li > ul li span {
    display: flex;
    padding: 10px 12px;
    border-radius: 10px;
}

.starter-nav-list li > ul li a:hover {
    background: rgba(var(--site-primary-rgb), 0.08);
}

.starter-nav-list li > ul li > ul {
    left: calc(100% + 8px);
    top: 0;
}

.starter-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    border: 1px solid var(--starter-border);
    background: rgba(255, 255, 255, 0.72);
}

.starter-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 30;
    pointer-events: none;
}

.starter-mobile-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 24, 22, 0.4);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.starter-mobile-panel {
    position: absolute;
    right: 0;
    top: 0;
    width: min(92vw, 380px);
    height: 100%;
    background: var(--starter-surface-strong);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    padding: 24px;
    overflow-y: auto;
    box-shadow: var(--starter-shadow);
}

body.starter-menu-open .starter-mobile-menu {
    pointer-events: auto;
}

body.starter-menu-open .starter-mobile-overlay {
    opacity: 1;
}

body.starter-menu-open .starter-mobile-panel {
    transform: translateX(0);
}

.starter-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.starter-mobile-close {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid var(--starter-border);
    background: transparent;
}

.starter-mobile-nav-list li {
    border-bottom: 1px solid rgba(31, 47, 43, 0.07);
}

.starter-mobile-nav-list a,
.starter-mobile-nav-list span,
.starter-mobile-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    background: none;
    border: 0;
    font-weight: 600;
    text-align: left;
}

.starter-mobile-nav-list ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
}

.starter-mobile-submenu {
    display: none;
}

.starter-mobile-nav-list li.is-open > .starter-mobile-submenu {
    display: block;
}

.starter-hero {
    padding: 0 0 72px;
}

.starter-hero-frame {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    background: linear-gradient(135deg, rgba(15, 36, 31, 0.92), rgba(var(--site-primary-rgb), 0.82));
    color: #f5f8f7;
    box-shadow: 0 24px 70px rgba(19, 33, 31, 0.2);
}

.starter-hero-slide {
    display: none;
    min-height: 580px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.starter-hero-slide.is-active {
    display: block;
}

.starter-hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 23, 22, 0.88), rgba(12, 23, 22, 0.28));
}

.starter-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 580px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    align-items: center;
    gap: 36px;
    padding: 48px;
}

.starter-hero-copy h1 {
    font-size: clamp(1.8rem, 3.1vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}

.starter-hero-copy p {
    max-width: 620px;
    font-size: 1.08rem;
    margin-bottom: 26px;
    color: rgba(245, 248, 247, 0.84);
}

.starter-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.starter-hero-panel {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 12px;
    backdrop-filter: blur(8px);
}

.starter-video-frame,
.starter-media-frame {
    overflow: hidden;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.18);
}

.starter-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.starter-media-frame {
    aspect-ratio: 4 / 3;
}

.starter-video-frame iframe,
.starter-media-frame img {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.starter-video-frame iframe {
    position: absolute;
    inset: 0;
}

.starter-media-frame img {
    object-fit: cover;
}

.starter-hero-dots {
    position: absolute;
    left: 48px;
    bottom: 28px;
    z-index: 1;
    display: flex;
    gap: 10px;
}

.starter-hero-dots button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.4);
}

.starter-hero-dots button.is-active {
    width: 38px;
    background: #ffffff;
}

.starter-hero-fallback {
    padding: 56px;
    display: grid;
    gap: 26px;
    min-height: 460px;
    align-content: center;
}

.starter-pillars {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: -32px;
}

.starter-pillar {
    padding: 22px;
}

.starter-pillar i {
    font-size: 1.3rem;
    color: var(--site-primary-color);
}

.starter-pillar h3 {
    margin: 14px 0 8px;
    font-size: 1.05rem;
}

.starter-price-current {
    font-size: 2rem;
    font-weight: 800;
}

.starter-price-old,
.starter-price-line {
    color: var(--starter-muted);
    text-decoration: line-through;
}

.starter-price-discount {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f0d9b4;
    color: #6e4b16;
    font-weight: 700;
}

.starter-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.starter-course-card,
.starter-article-card,
.starter-related-card,
.starter-contact-card,
.starter-empty-state,
.starter-sidebar-card,
.starter-content-card,
.starter-pricing-card {
    height: 100%;
}

.starter-article-card,
.starter-related-card {
    overflow: hidden;
}

.starter-course-card {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.starter-card-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(var(--site-primary-rgb), 0.18), rgba(255, 255, 255, 0.3));
}

.starter-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.starter-card-body {
    padding: 22px;
}

.starter-card-body h3 {
    margin: 10px 0 10px;
    font-size: 1.2rem;
    line-height: 1.25;
}

.starter-card-body p {
    color: var(--starter-muted);
    margin-bottom: 18px;
}

.starter-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--starter-muted);
    font-size: 0.92rem;
}

.starter-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
}

.starter-price-stack {
    display: grid;
    gap: 4px;
}

.starter-product-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.starter-product-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(var(--site-primary-rgb), 0.12);
    color: var(--site-primary-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.starter-product-type {
    color: var(--starter-muted);
    font-size: 0.86rem;
}

.starter-product-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.starter-product-spec {
    padding: 12px;
    border: 1px solid rgba(31, 47, 43, 0.08);
    border-radius: 10px;
    background: rgba(31, 47, 43, 0.03);
}

.starter-product-spec-label,
.starter-product-price-label {
    display: block;
    color: var(--starter-muted);
    font-size: 0.8rem;
    margin-bottom: 4px;
}

.starter-product-price {
    font-size: 1.25rem;
    line-height: 1.1;
}

.starter-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 28px;
}

.starter-contact-strip,
.starter-insight-card,
.starter-empty-state,
.starter-faq-card,
.starter-page-hero,
.starter-footer {
    padding: 28px;
}

.starter-insight-card h3,
.starter-empty-state h3,
.starter-sidebar-card h3,
.starter-contact-card h3,
.starter-pricing-card h3 {
    margin-top: 0;
}

.starter-contact-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.starter-page-hero-shell {
    padding: 40px 0 24px;
}

.starter-page-hero {
    background: linear-gradient(135deg, rgba(19, 34, 31, 0.96), rgba(var(--site-primary-rgb), 0.75));
    color: #f6f8f7;
    overflow: hidden;
    position: relative;
}

.starter-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 24%);
}

.starter-page-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.6fr);
    gap: 28px;
    align-items: center;
}

.starter-page-hero-visual {
    min-height: 240px;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

.starter-page-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.starter-breadcrumbs {
    margin-bottom: 16px;
    color: rgba(246, 248, 247, 0.8);
}

.starter-breadcrumbs li + li::before {
    content: "/";
    margin-right: 16px;
}

.starter-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.starter-page-body,
.starter-article-layout,
.starter-lesson-layout,
.starter-contact-layout {
    display: grid;
    gap: 28px;
}

.starter-lesson-layout,
.starter-article-layout,
.starter-contact-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
}

.starter-rich-text,
.starter-content-card-body {
    padding: 28px;
}

.starter-rich-text {
    font-size: 1rem;
}

.starter-rich-text ul,
.starter-rich-text ol {
    padding-left: 20px;
}

.starter-rich-text img,
.starter-rich-text iframe,
.starter-rich-text table {
    max-width: 100%;
}

.starter-content-cover {
    aspect-ratio: 16 / 8;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}

.starter-content-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.starter-tabs .nav-link {
    border: 0;
    border-radius: 10px;
    color: var(--starter-muted);
    background: rgba(31, 47, 43, 0.05);
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.starter-tabs .nav-link.active {
    color: var(--site-on-primary);
    background: var(--site-primary-color);
}

.starter-accordion .accordion-item,
.starter-tabs-panel,
.starter-file-grid a,
.starter-contract-card {
    border: 1px solid var(--starter-border);
    border-radius: 14px !important;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
}

.starter-accordion .accordion-button {
    font-weight: 700;
    background: transparent;
}

.starter-accordion .accordion-button:not(.collapsed) {
    color: var(--site-primary-strong);
    background: rgba(var(--site-primary-rgb), 0.08);
}

.starter-tabs-panel {
    margin-top: 16px;
    padding: 22px;
}

.starter-file-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.starter-file-grid a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px;
}

.starter-file-grid i {
    font-size: 1.4rem;
    color: var(--site-primary-color);
}

.starter-sidebar-card,
.starter-pricing-card {
    padding: 24px;
    position: sticky;
    top: 110px;
}

.starter-pricing-card .starter-price-current {
    font-size: 2.2rem;
}

.starter-sidebar-list {
    display: grid;
    gap: 14px;
}

.starter-sidebar-item {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 14px;
    align-items: center;
}

.starter-sidebar-thumb {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: rgba(var(--site-primary-rgb), 0.12);
}

.starter-sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.starter-related-pages,
.starter-bundle-list {
    display: grid;
    gap: 14px;
}

.starter-related-tile,
.starter-bundle-tile {
    display: grid;
    grid-template-columns: 88px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--starter-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.64);
}

.starter-related-tile-thumb,
.starter-bundle-thumb {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(var(--site-primary-rgb), 0.1);
}

.starter-related-tile-thumb img,
.starter-bundle-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.starter-contact-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

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

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

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

.starter-field label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.starter-field input,
.starter-field select,
.starter-field textarea {
    width: 100%;
    border: 1px solid rgba(31, 47, 43, 0.14);
    border-radius: 16px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.9);
}

.starter-form-help {
    color: var(--starter-muted);
    font-size: 0.95rem;
}

.starter-result {
    border-radius: 16px;
    padding: 14px 16px;
    background: rgba(var(--site-primary-rgb), 0.1);
}

.starter-result.d-none {
    display: none !important;
}

.starter-footer {
    padding-top: 42px;
    margin-top: 30px;
    background: #17211f;
    color: #f3f4f2;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.starter-footer .starter-brand,
.starter-footer h3,
.starter-footer strong,
.starter-footer a,
.starter-footer span {
    color: inherit;
}

.starter-footer .starter-text-muted,
.starter-footer .starter-footer-bottom {
    color: rgba(243, 244, 242, 0.72);
}

.starter-footer .starter-brand-mark {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.starter-footer .starter-social-list a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-grid;
    place-items: center;
}

.starter-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.6fr)) minmax(220px, 0.8fr);
    gap: 24px;
}

.starter-footer-links {
    display: grid;
    gap: 10px;
}

.starter-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 28px;
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.starter-empty-state {
    text-align: center;
}

.starter-pagination .pagination {
    justify-content: center;
}

.starter-pagination .page-link {
    border-radius: 10px !important;
    margin: 0 4px;
    border-color: rgba(31, 47, 43, 0.1);
    color: var(--starter-ink);
}

.starter-pagination .active > .page-link,
.starter-pagination .page-link.active {
    background: var(--site-primary-color);
    border-color: var(--site-primary-color);
}

.starter-scrolltop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.2s ease;
}

.starter-scrolltop.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.starter-scrolltop button {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    border: 0;
    color: var(--site-on-primary);
    background: var(--site-primary-color);
    box-shadow: 0 16px 28px rgba(var(--site-primary-rgb), 0.25);
}

.starter-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: var(--starter-muted);
    margin-bottom: 20px;
}

.starter-share-list {
    display: flex;
    gap: 12px;
}

.starter-share-list a {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(var(--site-primary-rgb), 0.1);
    color: var(--site-primary-strong);
}

.starter-nav-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.starter-nav-card {
    padding: 18px;
    border-radius: 14px;
    border: 1px solid var(--starter-border);
    background: rgba(255, 255, 255, 0.75);
}

.starter-contract-shell {
    padding: 60px 0 80px;
}

.starter-contract-card {
    padding: 28px;
}

.starter-contract-card table {
    width: 100% !important;
}

@media (max-width: 1199px) {
    .starter-cards,
    .starter-footer-grid,
    .starter-home-grid,
    .starter-lesson-layout,
    .starter-article-layout,
    .starter-contact-layout,
    .starter-page-hero-inner,
    .starter-hero-inner {
        grid-template-columns: 1fr;
    }

    .starter-pillars {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .starter-sidebar-card,
    .starter-pricing-card {
        position: static;
    }
}

@media (max-width: 991px) {
    .starter-nav {
        display: none;
    }

    .starter-nav-toggle {
        display: inline-grid;
        place-items: center;
    }

    .starter-topbar {
        display: none;
    }

    .starter-header-main {
        min-height: 76px;
    }

    .starter-hero-inner,
    .starter-hero-fallback {
        padding: 32px;
        min-height: auto;
    }

    .starter-hero-dots {
        left: 32px;
    }
}

@media (max-width: 767px) {
    .starter-section,
    .starter-section-sm {
        padding: 48px 0;
    }

    .starter-pillars,
    .starter-cards,
    .starter-form-grid,
    .starter-file-grid,
    .starter-nav-cards {
        grid-template-columns: 1fr;
    }

    .starter-contact-strip,
    .starter-section-head,
    .starter-footer-bottom,
    .starter-topbar-inner,
    .starter-header-main {
        gap: 14px;
    }

    .starter-contact-strip,
    .starter-section-head,
    .starter-footer-bottom {
        align-items: start;
        flex-direction: column;
    }

    .starter-hero-copy h1 {
        font-size: 2rem;
    }

    .starter-hero-slide,
    .starter-hero-inner {
        min-height: auto;
    }

    .starter-page-hero,
    .starter-card-body,
    .starter-form-card,
    .starter-contact-card,
    .starter-content-card-body,
    .starter-rich-text,
    .starter-sidebar-card,
    .starter-pricing-card,
    .starter-empty-state,
    .starter-footer,
    .starter-contract-card {
        padding: 22px;
    }
}
