/*
 Theme Name:  Miro SEO Theme
 Theme URI:   https://miroseo.com
 Description: Custom marketing theme for Miro SEO, child of Blocksy.
 Author:      Miro SEO
 Template:    blocksy
 Version:     1.0.0
*/

/* Global font */
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

/* Landing container (for main content width) */
.miro-landing-wrap {
    max-width: 1120px;
    margin: 32px auto 64px;
    padding: 0 20px;
}

/* Hero styling (dark background that matches yellow button) */
.miro-hero {
    border-radius: 20px;
    padding: 26px 24px;
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, 0.20), transparent 55%),
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 55%),
        linear-gradient(135deg, #020617, #0b1120 45%, #020617 100%);
    color: #e5e7eb;
    box-shadow: 0 24px 55px rgba(15,23,42,0.9);
}

.miro-hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #a5b4fc;
    margin-bottom: 6px;
}

.miro-hero-title {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
    margin: 0 0 8px;
}

.miro-hero-sub {
    font-size: 14px;
    color: #cbd5f5;
    max-width: 540px;
    margin-bottom: 12px;
}

.miro-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.miro-hero-footnote {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 10px;
}

/* ---------------- Buttons ---------------- */

/* ============================
   Primary CTA – clean, premium
   ============================ */

.miro-btn-primary.wp-block-button__link,
a.miro-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 9px 20px;
    border-radius: 999px;
    border: 1px solid #E0A800;
    cursor: pointer;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;

    background: linear-gradient(135deg, #FFC107, #FFD863); /* soft gradient */
    color: #1f2933;

    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.45);
    transition:
        background 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.18s ease;
}

.miro-btn-primary.wp-block-button__link:hover,
a.miro-btn-primary:hover {
    background: linear-gradient(135deg, #FFB300, #FFCF4D);
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.55);
}

.miro-btn-primary.wp-block-button__link:active,
a.miro-btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.45);
}

/* Focus ring */
.miro-btn-primary.wp-block-button__link:focus-visible,
a.miro-btn-primary:focus-visible {
    outline: 2px solid rgba(248, 250, 252, 0.85);
    outline-offset: 2px;
}

/* ============================
   Ghost / secondary CTA
   ============================ */

.miro-btn-ghost.wp-block-button__link,
a.miro-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 193, 7, 0.8);
    cursor: pointer;

    font-size: 13px;
    font-weight: 500;
    text-decoration: none;

    background: transparent;
    color: #E5E7EB;

    box-shadow: none;
    transition:
        background 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}

.miro-btn-ghost.wp-block-button__link:hover,
a.miro-btn-ghost:hover {
    background: rgba(15, 23, 42, 0.85);
    border-color: #FFC107;
    transform: translateY(-1px);
}

.miro-btn-ghost.wp-block-button__link:active,
a.miro-btn-ghost:active {
    transform: translateY(0);
}

/* ---------------- Feature cards ---------------- */

.miro-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.miro-card {
    border-radius: 16px;
    background: #020617;
    border: 1px solid rgba(30,64,175,0.7);
    box-shadow: 0 14px 30px rgba(15,23,42,0.6);
    padding: 14px 14px 16px;
}

.miro-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #e5e7eb;
    margin-bottom: 4px;
}

.miro-card-text {
    font-size: 13px;
    color: #9ca3af;
}

/* Header logo + title styling */
.ct-header-logo,
.ct-header-logo a {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* space between icon and text */
}

/* Site title next to logo */
.ct-header-logo .site-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f172a; /* dark text */
}

/* If your header is dark, flip the color to white */
.ct-header[data-type="type-1"] .ct-header-logo .site-title,
.ct-header[data-type="type-2"] .ct-header-logo .site-title {
    color: #f9fafb;
}

/* ---------------- Trust bar (hero badges) ---------------- */

/* Trust bar under hero title */
.miro-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 33px;   /* <-- change this */
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

:root {
    --theme-palette-color-1: #E0A800 !important; /* MIRO yellow */
}

/* Soft, non-CTA chips */
.miro-trust-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;

    background: rgba(15, 23, 42, 0.55);             /* subtle dark chip */
    border: 1px solid rgba(148, 163, 184, 0.55);    /* slate border */
    color: #E5E7EB;

    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

/* First badge: only a hint of highlight, not a full button */
.miro-trust-badge:first-child {
    border-color: rgba(255, 193, 7, 0.9);
    background: rgba(24, 24, 27, 0.75);
}

/* Emoji/icon spacing */
.miro-trust-badge > *:first-child {
    margin-right: 6px;
}

/* No button-like hover: just a tiny soften */
.miro-trust-badge:hover {
    border-color: rgba(148, 163, 184, 0.85);
}

/* Mobile tweaks for trust bar */
@media (max-width: 640px) {
    .miro-hero-trust {
        gap: 6px;
        margin-top: 14px;
    }

    .miro-trust-badge {
        font-size: 11px;
        padding: 4px 10px;
    }
}

/* ============================
   Stackable Buttons = use Miro primary style
   ============================ */

body a.stk-link.stk-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 9px 20px !important;
    border-radius: 999px !important;
    border: 1px solid #E0A800 !important;
    cursor: pointer;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none !important;

    background: linear-gradient(135deg, #FFC107, #FFD863) !important;
    color: #1f2933 !important;

    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.45) !important;
    transition:
        background 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}

/* Inner text inherits color */
body a.stk-link.stk-button .stk-button__inner-text,
body a.stk-link.stk-button .stk-button__inner-text strong {
    color: inherit !important;
}

/* Hover / focus */
body a.stk-link.stk-button:hover,
body a.stk-link.stk-button:focus-visible {
    background: linear-gradient(135deg, #FFB300, #FFCF4D) !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.55) !important;
    outline: none;
}

/* Active */
body a.stk-link.stk-button:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.45) !important;
}

/* Keep Stackable scale effect but subtle */
body a.stk-link.stk-button.stk--hover-effect-scale:hover {
    transform: translateY(-1px) scale(1.02);
}

/* Outline style for Stackable (if you use it) */
body a.stk-link.stk-button.is-style-outline,
body a.stk-link.stk-button.stk--design-outline {
    background: transparent !important;
    border: 1px solid rgba(255, 193, 7, 0.85) !important;
    color: #E5E7EB !important;
    box-shadow: none !important;
}

body a.stk-link.stk-button.is-style-outline:hover,
body a.stk-link.stk-button.stk--design-outline:hover,
body a.stk-link.stk-button.is-style-outline:focus-visible,
body a.stk-link.stk-button.stk--design-outline:focus-visible {
    background: rgba(15, 23, 42, 0.92) !important;
    border-color: #FFC107 !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45) !important;
}

/* Mobile tweaks for Stackable buttons */
@media (max-width: 640px) {
    body a.stk-link.stk-button {
        font-size: 13px;
        padding: 9px 18px !important;
    }
}
