/* /rehber_panel_urun_ekleme — panel ürün ekleme rehberi */
.rehber-urun-hero {
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
    background:
        radial-gradient(ellipse 50% 42% at 0% 0%, rgba(253, 105, 5, 0.07), transparent 55%),
        radial-gradient(ellipse 45% 40% at 100% 0%, rgba(253, 105, 5, 0.05), transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 72%);
}
.rehber-urun-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(253, 105, 5, 0.22);
    background: rgba(253, 105, 5, 0.06);
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fd6905;
}
.rehber-urun-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
}
.rehber-urun-hero__stat {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    background: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
}
.rehber-urun-hero__stat strong {
    margin-right: 0.25rem;
    color: #0f172a;
}
.rehber-urun-cta-row {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 1.75rem;
}
@media (min-width: 640px) {
    .rehber-urun-cta-row {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.rehber-urun-btn-solid,
.rehber-urun-btn-ghost {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.25rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.rehber-urun-btn-solid {
    background: #fd6905;
    color: #ffffff !important;
    border: 1px solid #fd6905;
}
.rehber-urun-btn-solid:hover {
    background: #e05a04;
    border-color: #e05a04;
    color: #ffffff !important;
}
.rehber-urun-btn-ghost {
    background: #ffffff;
    color: #0f172a !important;
    border: 1px solid #e2e8f0;
}
.rehber-urun-btn-ghost:hover {
    border-color: rgba(253, 105, 5, 0.45);
    color: #fd6905 !important;
}

.rehber-urun-demo {
    background: #ffffff;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}
.rehber-urun-demo__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.rehber-urun-demo__label {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
}
.rehber-urun-demo__title {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    font-weight: 800;
    color: #0f172a;
}
.rehber-urun-demo__note {
    max-width: 28rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
}
.rehber-urun-demo__note strong {
    color: #0f172a;
    font-weight: 700;
}
.rehber-urun-demo__frame {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #f1f5f9;
    box-shadow: 0 16px 48px -24px rgba(15, 23, 42, 0.25);
}
.rehber-urun-demo__viewport {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 16rem;
}
@media (min-width: 640px) {
    .rehber-urun-demo__viewport {
        min-height: 20rem;
    }
}
@media (min-width: 768px) {
    .rehber-urun-demo__viewport {
        min-height: 24rem;
    }
}
.rehber-urun-demo__viewport iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.rehber-urun-demo__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    font-size: 0.75rem;
    color: #64748b;
}
.rehber-urun-demo__bar span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.rehber-urun-demo__dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 9999px;
    background: #22c55e;
}

.rehber-urun-body {
    background: #f4f7f9;
}
.rehber-urun-layout {
    display: grid;
    gap: 2rem;
}
@media (min-width: 1024px) {
    .rehber-urun-layout {
        grid-template-columns: minmax(12rem, 14.5rem) minmax(0, 1fr);
        gap: 2.5rem;
        align-items: start;
    }
}

.rehber-urun-side {
    display: none;
}
@media (min-width: 1024px) {
    .rehber-urun-side {
        display: block;
        position: sticky;
        top: 5.5rem;
    }
}
.rehber-urun-side__title {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
}
.rehber-urun-side__nav {
    margin: 0.85rem 0 0;
    padding: 0;
    list-style: none;
}
.rehber-urun-side__nav li + li {
    margin-top: 0.35rem;
}
.rehber-urun-side__nav a {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.45rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
    color: #475569;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}
.rehber-urun-side__nav a:hover {
    background: rgba(253, 105, 5, 0.08);
    color: #fd6905;
}
.rehber-urun-side__nav a.is-active {
    background: rgba(253, 105, 5, 0.12);
    color: #fd6905;
}
.rehber-urun-side__num {
    flex-shrink: 0;
    font-size: 0.6875rem;
    font-weight: 800;
    color: #94a3b8;
    padding-top: 0.1rem;
}
.rehber-urun-side__nav a.is-active .rehber-urun-side__num {
    color: #fd6905;
}
.rehber-urun-side__help {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.75rem;
    line-height: 1.55;
    color: #64748b;
}
.rehber-urun-side__help a {
    font-weight: 700;
    color: #fd6905;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.rehber-urun-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
    .rehber-urun-tabs {
        display: none;
    }
}
.rehber-urun-tabs a {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.4rem 0.9rem;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    background: #ffffff;
    color: #334155;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.rehber-urun-tabs a:hover,
.rehber-urun-tabs a.is-active {
    border-color: #fd6905;
    background: #fd6905;
    color: #ffffff;
}

.rehber-urun-intro {
    margin-bottom: 1.75rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #ffffff;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #475569;
}
.rehber-urun-intro p + p {
    margin-top: 0.85rem;
}
.rehber-urun-intro strong {
    color: #0f172a;
    font-weight: 700;
}

.rehber-urun-step {
    scroll-margin-top: 6.5rem;
    margin-bottom: 1.15rem;
    padding: 1.35rem 1.35rem 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #ffffff;
}
.rehber-urun-step__head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}
.rehber-urun-step__badge {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.5rem;
    background: rgba(253, 105, 5, 0.1);
    font-size: 0.8125rem;
    font-weight: 800;
    color: #fd6905;
}
.rehber-urun-step__title {
    margin: 0;
    padding-top: 0.2rem;
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
}
.rehber-urun-step__body {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #475569;
}
.rehber-urun-step__body strong {
    color: #0f172a;
    font-weight: 700;
}
.rehber-urun-step__list {
    margin: 0.85rem 0 0;
    padding: 0;
    list-style: none;
}
.rehber-urun-step__list li {
    position: relative;
    padding-left: 1.15rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #475569;
}
.rehber-urun-step__list li + li {
    margin-top: 0.55rem;
}
.rehber-urun-step__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 9999px;
    background: #fd6905;
    opacity: 0.75;
}
.rehber-urun-step__list strong {
    color: #0f172a;
    font-weight: 700;
}

.rehber-urun-tips {
    scroll-margin-top: 6.5rem;
    padding: 1.35rem;
    border: 1px dashed rgba(253, 105, 5, 0.35);
    border-radius: 0.65rem;
    background: rgba(253, 105, 5, 0.04);
}
.rehber-urun-tips__title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0f172a;
}
.rehber-urun-tips__list {
    margin: 0.85rem 0 0;
    padding: 0;
    list-style: none;
}
.rehber-urun-tips__list li {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #475569;
}
.rehber-urun-tips__list li + li {
    margin-top: 0.5rem;
}
.rehber-urun-tips__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.75rem;
    font-weight: 800;
    color: #fd6905;
}

.rehber-urun-footer-cta {
    border-top: 1px solid rgba(226, 232, 240, 0.95);
    background: #ffffff;
}
.rehber-urun-footer-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
}
@media (min-width: 640px) {
    .rehber-urun-footer-cta__inner {
        flex-direction: row;
        align-items: center;
    }
}
.rehber-urun-footer-cta__eyebrow {
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fd6905;
}
.rehber-urun-footer-cta__title {
    margin-top: 0.35rem;
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
}
.rehber-urun-footer-cta__text {
    margin-top: 0.45rem;
    max-width: 30rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}
.rehber-urun-footer-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    width: 100%;
}
@media (min-width: 640px) {
    .rehber-urun-footer-cta__actions {
        width: auto;
        flex-shrink: 0;
    }
}
