@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT,WONK@9..144,400..700,50..100,0..1&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

html {
    background: #FFF6EC;
}

.signupster-refresh-body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    background: #FFF6EC;
}

.signupster-refresh {
    --coral-50: #FFF4EE;
    --coral-100: #FFE4D3;
    --coral-200: #FFCBAA;
    --coral-300: #FFA876;
    --coral-500: #FF6B2C;
    --coral-600: #E85419;
    --coral-700: #C24414;
    --peach-50: #FFF8F2;
    --peach-100: #FFEEDB;
    --peach-200: #FCD9B5;
    --cream: #FFF6EC;
    --sage-100: #E6EFE3;
    --sage-500: #5A8A4A;
    --plum-100: #F1E5EE;
    --plum-500: #7E3F75;
    --sky-100: #DDE9F3;
    --sky-500: #3E78B2;
    --ink-900: #1F1611;
    --ink-800: #2E211A;
    --ink-700: #4A382E;
    --ink-500: #7B6557;
    --ink-300: #B7A799;
    --ink-200: #D8CCBE;
    --ink-100: #EFE6DA;
    --ink-50: #F8F2E9;
    --white: #FFFFFF;
    --shadow-sm: 0 1px 2px rgba(60, 30, 10, .06), 0 2px 6px rgba(60, 30, 10, .05);
    --shadow-md: 0 4px 12px rgba(60, 30, 10, .08), 0 12px 24px rgba(60, 30, 10, .07);
    --shadow-lg: 0 8px 20px rgba(60, 30, 10, .1), 0 30px 60px -10px rgba(60, 30, 10, .15);
    --shadow-coral: 0 12px 28px -10px rgba(255, 107, 44, .45);
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --font-display: 'Fraunces', 'Times New Roman', serif;
    --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    min-height: 100vh;
    color: var(--ink-900);
    background: var(--cream);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.signupster-refresh *,
.signupster-refresh *::before,
.signupster-refresh *::after {
    box-sizing: border-box;
}

.signupster-refresh a {
    color: inherit;
    text-decoration: none;
}

.signupster-refresh .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mkt-display,
.mkt-logo {
    font-family: var(--font-display);
    font-optical-sizing: auto;
    font-variation-settings: 'SOFT' 80, 'WONK' 1;
    letter-spacing: -.02em;
}

.mkt-logo {
    display: inline-flex;
    align-items: baseline;
    color: var(--ink-900);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1;
    white-space: nowrap;
}

.mkt-logo-dot {
    width: .42em;
    height: .42em;
    margin-left: .04em;
    border-radius: 999px;
    background: var(--coral-500);
}

.mkt-shell {
    width: 100%;
    overflow-x: hidden;
}

.mkt-container {
    width: min(100% - 112px, 1280px);
    margin: 0 auto;
}

.mkt-container-narrow {
    width: min(100% - 112px, 1180px);
    margin: 0 auto;
}

.mkt-nav {
    padding: 14px 56px;
    background: rgba(255, 246, 236, .94);
    border-bottom: 1px solid var(--ink-100);
}

.mkt-nav-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) minmax(0, 1fr);
    align-items: center;
    column-gap: 24px;
    width: 100%;
    margin: 0 auto;
}

.mkt-nav-left,
.mkt-nav-menu {
    display: flex;
    align-items: center;
    min-width: 0;
}

.mkt-nav-menu {
    justify-self: start;
    gap: 22px;
}

.mkt-nav-search {
    display: flex;
    justify-self: center;
    width: 100%;
    min-width: 0;
}

.mkt-nav-search-field {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 8px 12px;
    background: var(--peach-50);
    border: 1px solid var(--ink-100);
    border-right: 0;
    border-radius: 10px 0 0 10px;
}

.mkt-nav-search input {
    width: 100%;
    min-width: 0;
    color: var(--ink-700);
    background: transparent;
    border: 0;
    outline: 0;
    font: 500 13px/1 var(--font-sans);
}

.mkt-nav-search button {
    padding: 0 16px;
    color: var(--white);
    background: var(--coral-500);
    border: 0;
    border-radius: 0 10px 10px 0;
    font: 700 13px/1 var(--font-sans);
    white-space: nowrap;
}

.mkt-nav-search-icon {
    display: none;
}

.mkt-nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--ink-800);
    font-size: 13px;
    font-weight: 600;
}

.mkt-nav-links a {
    white-space: nowrap;
}

.mkt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 12px 20px;
    color: var(--ink-900);
    background: transparent;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font: 700 15px/1 var(--font-sans);
    white-space: nowrap;
    transition: background .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}

.mkt-btn:hover {
    transform: translateY(-1px);
}

.mkt-btn-coral {
    color: var(--white);
    background: var(--coral-500);
    box-shadow: var(--shadow-coral);
}

.mkt-btn-coral:hover {
    background: var(--coral-600);
}

.mkt-btn-ink {
    color: var(--cream);
    background: var(--ink-900);
}

.mkt-btn-ink:hover {
    background: var(--coral-600);
    box-shadow: var(--shadow-coral);
}

.mkt-btn-outline {
    color: var(--ink-900);
    background: transparent;
    border: 1.5px solid var(--ink-900);
}

.mkt-btn-outline:hover {
    color: var(--cream);
    background: var(--ink-900);
}

.mkt-btn-white {
    color: var(--coral-700);
    background: var(--white);
}

.mkt-btn-soft {
    color: var(--white);
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .42);
}

.signupster-refresh a.mkt-btn,
.signupster-refresh button.mkt-btn {
    color: var(--ink-900);
}

.signupster-refresh a.mkt-btn-coral,
.signupster-refresh button.mkt-btn-coral {
    color: var(--white);
}

.signupster-refresh a.mkt-btn-ink,
.signupster-refresh button.mkt-btn-ink {
    color: var(--cream);
}

.signupster-refresh a.mkt-btn-outline,
.signupster-refresh button.mkt-btn-outline {
    color: var(--ink-900);
}

.signupster-refresh a.mkt-btn-outline:hover,
.signupster-refresh button.mkt-btn-outline:hover {
    color: var(--cream);
}

.signupster-refresh a.mkt-btn-white,
.signupster-refresh button.mkt-btn-white {
    color: var(--coral-700);
}

.signupster-refresh a.mkt-btn-soft,
.signupster-refresh button.mkt-btn-soft {
    color: var(--white);
}

.mkt-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    color: var(--ink-800);
    background: var(--ink-100);
    border-radius: 99px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}

.mkt-pill-coral {
    color: var(--coral-700);
    background: var(--coral-100);
}

.mkt-pill-sage {
    color: var(--sage-500);
    background: var(--sage-100);
}

.mkt-pill-plum {
    color: var(--plum-500);
    background: var(--plum-100);
}

.mkt-card {
    background: var(--white);
    border: 1px solid var(--ink-100);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.mkt-section {
    padding: 88px 56px;
}

.mkt-eyebrow {
    color: var(--coral-500);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.mkt-section-title {
    margin: 16px 0 12px;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.05;
}

.mkt-section-copy {
    margin: 0 auto;
    color: var(--ink-700);
    font-size: 16px;
    line-height: 1.65;
}

.mkt-highlight {
    color: var(--coral-500);
    font-style: italic;
}

.mkt-hero {
    padding: 72px 56px 80px;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 168, 118, .26), transparent 26%),
        var(--peach-50);
}

.mkt-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 56px;
}

.mkt-hero-grid > * {
    min-width: 0;
}

.mkt-hero-pill {
    color: var(--coral-700);
    background: var(--white);
    border: 1px solid var(--coral-200);
}

.mkt-hero-pill::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--coral-500);
    border-radius: 999px;
}

.mkt-hero h1 {
    max-width: 680px;
    margin: 20px 0 24px;
    font-size: 76px;
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.025em;
}

.mkt-hero-copy {
    max-width: 540px;
    margin: 0;
    color: var(--ink-700);
    font-size: 18px;
    line-height: 1.55;
}

.mkt-capture {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}

.mkt-capture-card {
    display: flex;
    min-width: 0;
    max-width: 100%;
    padding: 4px;
    background: var(--white);
    border: 1px solid var(--ink-100);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
}

.mkt-capture-card input {
    width: min(240px, 42vw);
    padding: 10px 14px;
    color: var(--ink-900);
    background: transparent;
    border: 0;
    outline: 0;
    font: 500 14px/1.2 var(--font-sans);
}

.mkt-capture-note {
    color: var(--ink-500);
    font-size: 12px;
}

.mkt-alert {
    display: inline-flex;
    margin-top: 14px;
    padding: 10px 12px;
    color: var(--sage-500);
    background: var(--sage-100);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
}

.mkt-trust-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
    margin-top: 32px;
    color: var(--ink-500);
    font-size: 12px;
}

.mkt-trust-strip strong {
    color: var(--ink-800);
    font-weight: 800;
    letter-spacing: .04em;
}

.mkt-hero-visual {
    position: relative;
    min-height: 460px;
}

.mkt-product-card {
    position: absolute;
    top: 0;
    right: 0;
    width: min(380px, 92%);
    padding: 18px;
    border-radius: 20px;
}

.mkt-product-card h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}

.mkt-product-sub {
    margin: 6px 0 14px;
    color: var(--ink-500);
    font-size: 12px;
}

.mkt-slot-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

.mkt-slot {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 9px;
    border-radius: 8px;
}

.mkt-slot-claimed {
    background: var(--sage-100);
}

.mkt-slot-open {
    background: var(--peach-50);
    border: 1.5px dashed var(--coral-300);
}

.mkt-slot-title {
    font-size: 10px;
    font-weight: 800;
}

.mkt-slot-meta {
    color: var(--coral-600);
    font-size: 9px;
    font-weight: 700;
}

.mkt-slot-claimed .mkt-slot-meta {
    color: var(--sage-500);
}

.mkt-sms-card {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: min(300px, 78%);
    padding: 16px;
    border-radius: 18px;
    transform: rotate(-3deg);
    box-shadow: var(--shadow-lg);
}

.mkt-sms-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--coral-700);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.mkt-sms-bubble {
    margin-top: 10px;
    padding: 10px 12px;
    color: var(--ink-800);
    background: var(--peach-50);
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
}

.mkt-sms-caption {
    margin-top: 8px;
    color: var(--ink-500);
    font-size: 10px;
}

.mkt-started-tag {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 10px 14px;
    color: var(--cream);
    background: var(--ink-900);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    font-size: 12px;
    transform: rotate(2deg);
}

.mkt-started-tag span {
    display: block;
    color: var(--coral-300);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
}

.mkt-centered {
    text-align: center;
}

.mkt-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.mkt-step-card {
    padding: 32px;
    text-align: left;
}

.mkt-step-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mkt-step-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    font-size: 24px;
}

.mkt-step-number {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .1em;
}

.mkt-step-card h3 {
    margin: 20px 0 10px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15;
}

.mkt-step-card p,
.mkt-feature-card p,
.mkt-love-card p {
    margin: 0;
    color: var(--ink-700);
    font-size: 14px;
    line-height: 1.6;
}

.mkt-dark {
    padding: 80px 56px;
    color: var(--cream);
    background: var(--ink-900);
}

.mkt-dark .mkt-section-title {
    max-width: 1000px;
    color: var(--cream);
    font-size: 64px;
}

.mkt-dark-copy {
    max-width: 720px;
    margin: 0;
    color: #C9BCA8;
    font-size: 16px;
    line-height: 1.65;
}

.mkt-dark-pill {
    color: var(--coral-300);
    background: rgba(255, 107, 44, .15);
}

.mkt-love-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.mkt-love-card {
    padding: 24px;
    background: rgba(255, 246, 236, .04);
    border: 1px solid rgba(255, 246, 236, .1);
    border-radius: 18px;
}

.mkt-love-card span {
    font-size: 32px;
}

.mkt-love-card h3 {
    margin: 18px 0 8px;
    color: var(--cream);
    font-size: 22px;
    font-weight: 600;
}

.mkt-love-card p {
    color: #C9BCA8;
    font-size: 13px;
}

.mkt-import-strip {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    padding: 18px 20px;
    color: #C9BCA8;
    background: rgba(255, 246, 236, .04);
    border: 1px solid rgba(255, 246, 236, .1);
    border-radius: 18px;
    font-size: 13px;
}

.mkt-import-strip .mkt-btn {
    margin-left: auto;
    white-space: nowrap;
}

.mkt-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.mkt-feature-card {
    padding: 24px;
    background: var(--peach-50);
    border: 1px solid var(--peach-100);
    border-radius: 18px;
    transition: transform .16s ease, box-shadow .16s ease;
}

.mkt-feature-card:hover,
.mkt-step-card:hover,
.mkt-price-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.mkt-feature-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
}

.mkt-feature-card h3 {
    margin: 18px 0 6px;
    font-size: 20px;
    font-weight: 600;
}

.mkt-feature-card p {
    font-size: 13px;
}

.mkt-testimonial {
    padding: 72px 56px;
    background: var(--peach-50);
}

.mkt-testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
    width: min(100% - 112px, 1100px);
    margin: 0 auto;
}

.mkt-testimonial h3 {
    margin: 16px 0 20px;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.1;
}

.mkt-testimonial blockquote {
    margin: 0;
    color: var(--ink-700);
    font-size: 16px;
    line-height: 1.6;
}

.mkt-person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.mkt-avatar {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--white);
    background: var(--plum-500);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
}

.mkt-person strong {
    display: block;
    font-size: 14px;
}

.mkt-person span {
    color: var(--ink-500);
    font-size: 13px;
}

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

.mkt-stat-card {
    padding: 20px;
    border-radius: 16px;
}

.mkt-stat-card strong {
    display: block;
    color: var(--coral-500);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.mkt-stat-card span {
    display: block;
    margin-top: 8px;
    color: var(--ink-700);
    font-size: 13px;
}

.mkt-price-toggle {
    display: inline-flex;
    gap: 4px;
    margin-top: 32px;
    padding: 4px;
    background: var(--peach-50);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
}

.mkt-price-toggle span {
    padding: 8px 16px;
    color: var(--ink-500);
    border-radius: 8px;
}

.mkt-price-toggle span:first-child {
    color: var(--ink-900);
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.mkt-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1080px;
    margin: 40px auto 0;
}

.mkt-price-card {
    position: relative;
    padding: 32px;
    text-align: left;
    border-radius: 22px;
    transition: transform .16s ease, box-shadow .16s ease;
}

.mkt-price-card h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.mkt-price-value {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 8px;
}

.mkt-price-value strong {
    color: var(--coral-500);
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
}

.mkt-price-value span,
.mkt-price-card p {
    color: var(--ink-500);
    font-size: 14px;
}

.mkt-price-card p {
    margin: 10px 0 0;
    color: var(--ink-700);
    font-size: 13px;
    line-height: 1.5;
}

.mkt-price-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.mkt-price-card li {
    display: flex;
    gap: 10px;
    color: var(--ink-800);
    font-size: 13px;
    line-height: 1.45;
}

.mkt-price-featured {
    color: var(--cream);
    background: var(--ink-900);
    border-color: transparent;
    box-shadow: var(--shadow-lg);
}

.mkt-price-featured .mkt-price-value strong {
    color: var(--coral-300);
}

.mkt-price-featured .mkt-price-value span,
.mkt-price-featured p {
    color: #C9BCA8;
}

.mkt-price-featured li {
    color: var(--cream);
}

.mkt-popular {
    position: absolute;
    top: -12px;
    left: 32px;
    padding: 4px 10px;
    color: var(--white);
    background: var(--coral-500);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
}

.mkt-enterprise-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1080px;
    margin: 32px auto 0;
    padding: 20px 24px;
    text-align: left;
    background: var(--peach-50);
    border: 1px solid var(--peach-100);
    border-radius: 14px;
}

.mkt-enterprise-strip strong {
    display: block;
    font-size: 14px;
}

.mkt-enterprise-strip span {
    display: block;
    margin-top: 4px;
    color: var(--ink-700);
    font-size: 13px;
}

.mkt-final-cta {
    padding: 64px 56px;
    color: var(--white);
    text-align: center;
    background: var(--coral-500);
}

.mkt-final-cta h2 {
    margin: 0;
    font-size: 64px;
    font-weight: 500;
    line-height: 1;
}

.mkt-final-cta p {
    margin: 14px auto 0;
    max-width: 640px;
    font-size: 16px;
    line-height: 1.55;
    opacity: .92;
}

.mkt-cta-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.mkt-footer {
    padding: 56px 56px 28px;
    color: var(--cream);
    background: var(--ink-900);
}

.mkt-footer-inner {
    width: min(100% - 112px, 1280px);
    margin: 0 auto;
}

.mkt-footer-top {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 246, 236, .1);
}

.mkt-footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(4, 1fr);
    gap: 32px;
    padding-top: 40px;
}

.mkt-footer p {
    max-width: 280px;
    margin: 14px 0 0;
    color: #C9BCA8;
    font-size: 13px;
    line-height: 1.55;
}

.mkt-footer h3 {
    margin: 0;
    color: var(--coral-300);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.mkt-footer ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 14px 0 0;
    padding: 0;
    color: #C9BCA8;
    font-size: 13px;
    list-style: none;
}

.mkt-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
    padding-top: 24px;
    color: #A89B85;
    border-top: 1px solid rgba(255, 246, 236, .1);
    font-size: 12px;
}

.mkt-icon {
    display: inline-block;
    flex: 0 0 auto;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .mkt-container,
    .mkt-container-narrow,
    .mkt-testimonial-grid,
    .mkt-footer-inner {
        width: min(100% - 48px, 920px);
    }

    .mkt-nav {
        padding: 14px 24px;
    }

    .mkt-nav-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 14px 20px;
    }

    .mkt-nav-menu {
        gap: 18px;
        margin-left: auto;
    }

    .mkt-nav-search {
        order: 3;
        width: 100%;
        flex-basis: 100%;
    }

    .mkt-hero,
    .mkt-section,
    .mkt-dark,
    .mkt-testimonial,
    .mkt-final-cta,
    .mkt-footer {
        padding-right: 24px;
        padding-left: 24px;
    }

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

    .mkt-hero-visual {
        min-height: 500px;
    }

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

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

@media (max-width: 768px) {
    .mkt-nav-links {
        display: none;
    }

    .mkt-hero h1 {
        font-size: 54px;
    }

    .mkt-section-title,
    .mkt-dark .mkt-section-title,
    .mkt-final-cta h2 {
        font-size: 42px;
    }

    .mkt-steps-grid,
    .mkt-love-grid,
    .mkt-features-grid,
    .mkt-testimonial-grid,
    .mkt-pricing-grid,
    .mkt-stats-grid,
    .mkt-footer-grid {
        grid-template-columns: 1fr;
    }

    .mkt-capture-card,
    .mkt-capture-card .mkt-btn {
        width: 100%;
    }

    .mkt-capture-card {
        flex-direction: column;
    }

    .mkt-capture-card input {
        width: 100%;
    }

    .mkt-product-card,
    .mkt-sms-card,
    .mkt-started-tag {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 16px 0 0;
        transform: none;
    }

    .mkt-hero-visual {
        min-height: 0;
    }

    .mkt-import-strip,
    .mkt-enterprise-strip,
    .mkt-footer-top,
    .mkt-footer-bottom,
    .mkt-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .mkt-import-strip .mkt-btn {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .mkt-container,
    .mkt-container-narrow,
    .mkt-testimonial-grid,
    .mkt-footer-inner {
        width: 100%;
    }

    .mkt-nav {
        padding: 12px 16px;
    }

    .mkt-nav-inner {
        gap: 14px;
    }

    .mkt-nav .mkt-btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .mkt-nav-search button {
        width: 42px;
        padding: 0;
    }

    .mkt-nav-search-label {
        display: none;
    }

    .mkt-nav-search-icon {
        display: inline-flex;
    }

    .mkt-hero,
    .mkt-section,
    .mkt-dark,
    .mkt-testimonial,
    .mkt-final-cta,
    .mkt-footer {
        padding-right: 16px;
        padding-left: 16px;
    }

    .mkt-hero h1 {
        font-size: 42px;
        line-height: 1.02;
        letter-spacing: -.015em;
    }

    .mkt-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}
