/*
Theme Name: Tikopanel
Author: Tikopanel
Description: قالب اختصاصی راست‌به‌چپ برای سایت عمومی و پنل کاربری تیکوپنل.
Version: 1.1.84
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: tikopanel
*/

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('assets/fonts/vazirmatn/Vazirmatn-Variable.woff2') format('woff2-variations');
}

:root {
    --tiko-ink: #121a2b;
    --tiko-heading: #0b1220;
    --tiko-muted: #596579;
    --tiko-surface: #ffffff;
    --tiko-surface-soft: #f8f8fc;
    --tiko-canvas: #f4f6fb;
    --tiko-primary: #0855df;
    --tiko-primary-dark: #0644b7;
    --tiko-primary-soft: #ecf1fd;
    --tiko-accent: #f4aa19;
    --tiko-success: #087a55;
    --tiko-danger: #b42318;
    --tiko-line: #dfe4ed;
    --tiko-line-strong: #c9d0dc;
    --tiko-radius-sm: 12px;
    --tiko-radius: 20px;
    --tiko-radius-lg: 30px;
    --tiko-shadow-sm: 0 10px 30px rgba(27, 22, 61, 0.07);
    --tiko-shadow: 0 24px 64px rgba(31, 24, 76, 0.12);
    --tiko-focus: 0 0 0 4px rgba(8, 85, 223, 0.2);
    --tiko-container: 1200px;
    --tiko-reading: 820px;
}

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

html {
    direction: rtl;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    min-width: 320px;
    margin: 0;
    background: var(--tiko-canvas);
    color: var(--tiko-ink);
    font-family: 'Vazirmatn';
    font-size: 16px;
    line-height: 1.85;
    text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
    font-family: 'Vazirmatn';
}

img,
video,
iframe {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
select {
    cursor: pointer;
}

input,
select,
textarea {
    max-width: 100%;
    min-height: 46px;
    padding: 9px 13px;
    border: 1px solid var(--tiko-line-strong);
    border-radius: 11px;
    background: #fff;
    color: var(--tiko-ink);
}

textarea {
    width: 100%;
    min-height: 150px;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--tiko-primary);
    outline: 0;
    box-shadow: var(--tiko-focus);
}

input[type='checkbox'],
input[type='radio'] {
    width: 18px;
    min-height: 18px;
    margin-inline-end: 6px;
    accent-color: var(--tiko-primary);
}

button,
input[type='submit'],
input[type='button'] {
    border: 0;
}

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

a,
button,
summary,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--tiko-primary);
    outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--tiko-heading);
    line-height: 1.45;
    overflow-wrap: anywhere;
}

p,
li,
dd,
td,
th {
    overflow-wrap: anywhere;
}

.tiko-container {
    width: min(var(--tiko-container), calc(100% - 40px));
    margin-inline: auto;
}

.tiko-narrow-container {
    max-width: var(--tiko-reading);
}

.tiko-main {
    min-height: 58vh;
}

.screen-reader-text,
.tiko-skip-link:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.screen-reader-text:focus {
    position: fixed !important;
    z-index: 100000;
    inset-block-start: 8px;
    inset-inline-start: 8px;
    width: auto !important;
    height: auto !important;
    padding: 12px 16px !important;
    clip: auto !important;
    clip-path: none !important;
    border-radius: 8px;
    background: #fff;
    color: var(--tiko-heading);
}

.tiko-skip-link:focus {
    position: fixed;
    z-index: 100000;
    inset-block-start: 10px;
    inset-inline-start: 10px;
    padding: 11px 16px;
    border-radius: 10px;
    background: var(--tiko-heading);
    color: #fff;
    font-weight: 700;
    box-shadow: var(--tiko-shadow-sm);
}

/* Header and navigation */
.tiko-public-announcement {
    position: relative;
    overflow: hidden;
    background: #123d88;
    color: #fff;
}

.tiko-public-announcement[hidden] {
    display: none !important;
}

.tiko-public-announcement-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.18;
}

.tiko-public-announcement-inner {
    position: relative;
    z-index: 1;
    min-height: 50px;
    padding-block: 8px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.tiko-public-announcement-inner p {
    margin: 0;
    flex: 1 1 auto;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
}

.tiko-public-announcement-action {
    min-height: 34px;
    padding: 5px 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 9px;
    background: #fff;
    color: #123d88;
    font-size: 0.82rem;
    font-weight: 800;
}

.tiko-public-announcement-action:hover,
.tiko-public-announcement-action:focus-visible {
    background: #eef4ff;
    color: #092858;
}

.tiko-public-announcement-dismiss {
    width: 34px;
    height: 34px;
    padding: 0;
    display: inline-grid;
    place-items: center;
    flex: 0 0 34px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 9px;
    background: transparent;
    color: #fff;
}

.tiko-public-announcement-dismiss:hover,
.tiko-public-announcement-dismiss:focus-visible {
    background: rgba(255, 255, 255, 0.14);
}

.tiko-public-announcement-dismiss .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.tiko-site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid #edf0f6;
    background: #fff;
    box-shadow: 0 4px 15px rgba(31, 48, 82, 0.055);
}

.admin-bar .tiko-site-header {
    top: 32px;
}

.tiko-header-inner {
    min-height: 80px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.tiko-site-header.is-home-shell .tiko-header-inner {
    justify-content: space-between;
}

.tiko-site-header.is-home-shell .tiko-brand-mark {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    box-shadow: none;
}

.tiko-home-welcome {
    color: #676b73;
    font-size: 0.84rem;
}

.tiko-home-avatar,
.tiko-home-avatar-image {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 2px;
}

.tiko-brand-wrap {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tiko-custom-logo-title {
    color: var(--tiko-heading);
    font-size: 1.05rem;
    font-weight: 800;
}

.tiko-brand,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--tiko-heading);
    font-size: 0.92rem;
    font-weight: 800;
}

.custom-logo {
    display: block;
    width: auto;
    max-width: 190px;
    max-height: 52px;
}

.tiko-brand-mark {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(8, 85, 223, 0.22);
}

.tiko-brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
}

.tiko-desktop-nav {
    min-width: 0;
    flex: 1 1 auto;
}

.tiko-menu,
.tiko-mobile-menu,
.tiko-footer-menu,
.tiko-trust-row,
.tiko-order-flow {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tiko-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.tiko-menu > li {
    position: relative;
}

.tiko-menu > li > a {
    min-height: 42px;
    padding: 9px 11px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: var(--tiko-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.tiko-menu > li > a:hover,
.tiko-menu > li > a:focus-visible,
.tiko-menu > .current-menu-item > a,
.tiko-menu > .current_page_item > a,
.tiko-menu > .current-menu-ancestor > a {
    background: #f4f6fc;
    color: var(--tiko-primary-dark);
}

.tiko-menu .sub-menu {
    position: absolute;
    z-index: 5;
    inset-block-start: calc(100% + 6px);
    inset-inline-start: 0;
    width: 220px;
    padding: 8px;
    margin: 0;
    visibility: hidden;
    list-style: none;
    border: 1px solid var(--tiko-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--tiko-shadow-sm);
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.tiko-menu li:hover > .sub-menu,
.tiko-menu li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.tiko-menu .sub-menu a {
    padding: 8px 10px;
    display: block;
    border-radius: 8px;
    color: var(--tiko-muted);
}

.tiko-menu .sub-menu a:hover,
.tiko-menu .sub-menu a:focus-visible {
    background: var(--tiko-surface-soft);
    color: var(--tiko-primary-dark);
}

.tiko-header-actions,
.tiko-hero-actions,
.tiko-mobile-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tiko-button,
.wp-element-button,
button[type='submit'],
input[type='submit'] {
    min-height: 46px;
    padding: 10px 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.tiko-button:hover,
.tiko-button:focus-visible,
.wp-element-button:hover,
.wp-element-button:focus-visible,
button[type='submit']:hover,
input[type='submit']:hover {
    transform: translateY(-1px);
}

.tiko-button-small {
    min-width: 66px;
    min-height: 45px;
    padding: 8px 17px;
    border-radius: 5px;
    font-size: 0.78rem;
}

.tiko-button-primary,
.wp-element-button,
button[type='submit'],
input[type='submit'] {
    background: var(--tiko-primary);
    color: #fff;
    box-shadow: 0 11px 25px rgba(8, 85, 223, 0.21);
}

.tiko-button-primary:hover,
.tiko-button-primary:focus-visible,
.wp-element-button:hover,
.wp-element-button:focus-visible,
button[type='submit']:hover,
button[type='submit']:focus-visible,
input[type='submit']:hover,
input[type='submit']:focus-visible {
    background: var(--tiko-primary-dark);
    color: #fff;
}

.tiko-button-ghost {
    border-color: var(--tiko-line-strong);
    background: #fff;
    color: var(--tiko-heading);
}

.tiko-site-header .tiko-button-primary {
    border-color: #d0406d;
    background: #d0406d;
    box-shadow: 0 7px 18px rgba(208, 64, 109, 0.2);
}

.tiko-site-header .tiko-button-primary:hover,
.tiko-site-header .tiko-button-primary:focus-visible {
    border-color: #b93460;
    background: #b93460;
}

.tiko-site-header .tiko-button-ghost {
    border-color: #f4f5f9;
    background: #f4f5f9;
    color: #70788a;
}

.tiko-button-ghost:hover,
.tiko-button-ghost:focus-visible {
    border-color: var(--tiko-primary);
    color: var(--tiko-primary-dark);
}

.tiko-mobile-nav {
    position: relative;
    display: none;
}

.tiko-mobile-nav > summary {
    width: 46px;
    height: 46px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 5px;
    border: 1px solid var(--tiko-line);
    border-radius: 12px;
    background: #fff;
    list-style: none;
    cursor: pointer;
}

.tiko-mobile-nav > summary::-webkit-details-marker {
    display: none;
}

.tiko-mobile-nav > summary > span:not(.screen-reader-text) {
    width: 21px;
    height: 2px;
    border-radius: 3px;
    background: var(--tiko-heading);
}

.tiko-mobile-nav[open] > summary {
    border-color: var(--tiko-primary);
    background: var(--tiko-primary-soft);
}

.tiko-mobile-nav-panel {
    position: absolute;
    z-index: 60;
    inset-block-start: calc(100% + 10px);
    inset-inline-end: 0;
    width: min(360px, calc(100vw - 28px));
    padding: 14px;
    border: 1px solid var(--tiko-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--tiko-shadow);
}

.tiko-mobile-menu li {
    margin: 2px 0;
}

.tiko-mobile-menu a {
    min-height: 44px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    border-radius: 9px;
    color: var(--tiko-muted);
    font-weight: 700;
}

.tiko-mobile-menu a:hover,
.tiko-mobile-menu a:focus-visible,
.tiko-mobile-menu .current-menu-item > a,
.tiko-mobile-menu .current_page_item > a {
    background: var(--tiko-primary-soft);
    color: var(--tiko-primary-dark);
}

.tiko-mobile-menu .sub-menu {
    padding-inline-start: 18px;
    margin: 0;
    list-style: none;
}

.tiko-mobile-actions {
    padding-top: 13px;
    margin-top: 10px;
    border-top: 1px solid var(--tiko-line);
}

.tiko-mobile-actions .tiko-button {
    flex: 1 1 50%;
}

/* Homepage */
.tiko-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(68px, 9vw, 112px) 0 80px;
    background: var(--tiko-canvas);
}

.tiko-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
    align-items: center;
    gap: clamp(42px, 7vw, 78px);
}

.tiko-eyebrow {
    margin: 0 0 13px;
    color: var(--tiko-primary-dark);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.tiko-hero h1 {
    max-width: 730px;
    margin: 0;
    font-size: clamp(2.35rem, 5.4vw, 4.75rem);
    letter-spacing: -0.045em;
    line-height: 1.23;
}

.tiko-hero-copy {
    max-width: 650px;
    margin: 23px 0 30px;
    color: var(--tiko-muted);
    font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.tiko-hero-actions {
    flex-wrap: wrap;
}

.tiko-trust-row {
    margin-top: 31px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    color: var(--tiko-muted);
    font-size: 0.88rem;
}

.tiko-trust-row li::before {
    width: 8px;
    height: 8px;
    margin-inline-end: 8px;
    display: inline-block;
    border-radius: 50%;
    background: var(--tiko-success);
    content: '';
}

.tiko-panel-preview {
    padding: clamp(20px, 3vw, 27px);
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: var(--tiko-radius-lg);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--tiko-shadow);
    transform: rotate(-1deg);
}

.tiko-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 21px;
    border-bottom: 1px solid var(--tiko-line);
}

.tiko-preview-head > div {
    display: grid;
    gap: 3px;
}

.tiko-preview-head strong {
    font-size: 1.05rem;
}

.tiko-preview-kicker {
    color: var(--tiko-muted);
    font-size: 0.78rem;
}

.tiko-status {
    padding: 5px 11px;
    border-radius: 999px;
    background: #e8f8f2;
    color: #075d43;
    font-size: 0.76rem;
    font-weight: 800;
    white-space: nowrap;
}

.tiko-order-flow {
    display: grid;
    gap: 12px;
    padding-top: 20px;
}

.tiko-order-flow li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px;
    border: 1px solid var(--tiko-line);
    border-radius: 16px;
    background: #fff;
}

.tiko-order-flow li.is-current {
    border-color: rgba(8, 85, 223, 0.35);
    background: #f1f5ff;
}

.tiko-flow-number {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: var(--tiko-primary-soft);
    color: var(--tiko-primary-dark);
    font-weight: 800;
}

.tiko-order-flow li.is-current .tiko-flow-number {
    background: var(--tiko-primary);
    color: #fff;
}

.tiko-order-flow div {
    display: grid;
    gap: 1px;
}

.tiko-order-flow div span {
    color: var(--tiko-muted);
    font-size: 0.81rem;
}

.tiko-section {
    padding: clamp(64px, 8vw, 96px) 0;
}

.tiko-features {
    background: var(--tiko-surface);
}

.tiko-section-heading {
    max-width: 730px;
    margin: 0 auto 39px;
    text-align: center;
}

.tiko-section-heading h2 {
    margin: 0 0 11px;
    font-size: clamp(1.85rem, 4vw, 3rem);
}

.tiko-section-heading p:not(.tiko-eyebrow) {
    margin: 0;
    color: var(--tiko-muted);
}

.tiko-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tiko-feature-card {
    padding: clamp(23px, 3vw, 30px);
    border: 1px solid var(--tiko-line);
    border-radius: var(--tiko-radius);
    background: var(--tiko-surface);
    box-shadow: 0 12px 34px rgba(27, 22, 61, 0.035);
}

.tiko-feature-number {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: var(--tiko-primary-soft);
    color: var(--tiko-primary-dark);
    font-weight: 800;
}

.tiko-feature-card h3 {
    margin: 18px 0 8px;
    font-size: 1.13rem;
}

.tiko-feature-card p {
    margin: 0;
    color: var(--tiko-muted);
    font-size: 0.94rem;
}

.tiko-capabilities {
    background: var(--tiko-canvas);
}

.tiko-split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(40px, 7vw, 84px);
}

.tiko-section-heading-side {
    margin: 0;
    text-align: start;
}

.tiko-section-heading-side .tiko-text-link {
    margin-top: 20px;
}

.tiko-text-link {
    display: inline-flex;
    align-items: center;
    color: var(--tiko-primary-dark);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(8, 85, 223, 0.35);
    text-underline-offset: 5px;
}

.tiko-text-link:hover,
.tiko-text-link:focus-visible {
    text-decoration-color: currentColor;
}

.tiko-capability-list {
    display: grid;
    gap: 14px;
}

.tiko-capability-list article {
    padding: 19px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border: 1px solid var(--tiko-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--tiko-shadow-sm);
}

.tiko-capability-list article > span {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: var(--tiko-primary-soft);
    color: var(--tiko-primary-dark);
    font-weight: 900;
}

.tiko-capability-list h3 {
    margin: 0 0 3px;
    font-size: 1rem;
}

.tiko-capability-list p {
    margin: 0;
    color: var(--tiko-muted);
    font-size: 0.88rem;
}

.tiko-front-content {
    border-top: 1px solid var(--tiko-line);
    background: #fff;
}

.tiko-final-cta {
    padding-top: 42px;
}

.tiko-cta-card {
    padding: clamp(28px, 5vw, 52px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    border-radius: var(--tiko-radius-lg);
    background: #19152f;
    color: #fff;
    box-shadow: var(--tiko-shadow);
}

.tiko-cta-card h2 {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.tiko-cta-card .tiko-eyebrow {
    color: #cbdcff;
}

.tiko-cta-card .tiko-button-ghost {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.tiko-cta-card .tiko-button-ghost:hover,
.tiko-cta-card .tiko-button-ghost:focus-visible {
    background: rgba(255, 255, 255, 0.16);
}

/* Pages, posts and archives */
.tiko-page-hero,
.tiko-panel-heading {
    padding: clamp(58px, 8vw, 92px) 0;
    border-bottom: 1px solid var(--tiko-line);
    background: #f8f8fc;
}

.tiko-page-hero-compact,
.tiko-panel-heading {
    padding-block: clamp(45px, 6vw, 70px);
}

.tiko-page-hero h1,
.tiko-panel-heading h1 {
    max-width: 880px;
    margin: 0;
    font-size: clamp(2rem, 4.6vw, 3.7rem);
    letter-spacing: -0.035em;
}

.tiko-page-hero p:not(.tiko-eyebrow),
.tiko-archive-description {
    max-width: 760px;
    margin: 13px 0 0;
    color: var(--tiko-muted);
}

.tiko-archive-description > :first-child,
.tiko-archive-description > :last-child {
    margin-block: 0;
}

.tiko-content-shell {
    max-width: var(--tiko-reading);
}

.tiko-prose {
    font-size: 1.01rem;
}

.tiko-prose > :first-child {
    margin-block-start: 0;
}

.tiko-prose > :last-child {
    margin-block-end: 0;
}

.tiko-prose h2,
.tiko-prose h3,
.tiko-prose h4 {
    margin-block: 1.8em 0.65em;
}

.tiko-prose h2 {
    font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.tiko-prose h3 {
    font-size: clamp(1.25rem, 2.3vw, 1.65rem);
}

.tiko-prose p,
.tiko-prose ul,
.tiko-prose ol,
.tiko-prose blockquote,
.tiko-prose pre,
.tiko-prose table {
    margin-block: 0 1.35em;
}

.tiko-prose a:not(.tiko-button):not(.wp-element-button) {
    color: var(--tiko-primary-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tiko-prose ul,
.tiko-prose ol {
    padding-inline-start: 1.5em;
}

.tiko-prose li + li {
    margin-top: 0.35em;
}

.tiko-prose blockquote {
    padding: 17px 21px;
    border-inline-start: 4px solid var(--tiko-primary);
    border-radius: 0 13px 13px 0;
    background: var(--tiko-primary-soft);
}

.tiko-prose blockquote > :last-child {
    margin-bottom: 0;
}

.tiko-prose code,
.tiko-prose pre {
    direction: ltr;
    font-family: 'Vazirmatn';
    text-align: left;
}

.tiko-prose code {
    padding: 2px 6px;
    border-radius: 5px;
    background: #eceff4;
    font-size: 0.9em;
}

.tiko-prose pre {
    max-width: 100%;
    padding: 18px;
    overflow: auto;
    border-radius: 14px;
    background: #161b2b;
    color: #f7f8fb;
}

.tiko-prose pre code {
    padding: 0;
    background: transparent;
    color: inherit;
}

.tiko-prose hr {
    margin-block: 2.5em;
    border: 0;
    border-top: 1px solid var(--tiko-line);
}

.tiko-prose table,
.tiko-app-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tiko-prose th,
.tiko-prose td,
.tiko-app-content th,
.tiko-app-content td {
    padding: 11px 13px;
    border: 1px solid var(--tiko-line);
    text-align: start;
    vertical-align: top;
}

.tiko-prose th,
.tiko-app-content th {
    background: var(--tiko-surface-soft);
}

.tiko-featured-image {
    margin: 0 0 35px;
}

.tiko-featured-image img {
    width: 100%;
    display: block;
    border-radius: var(--tiko-radius);
}

.tiko-post-categories {
    margin-bottom: 12px;
    color: var(--tiko-primary-dark);
    font-weight: 800;
}

.tiko-post-categories a:hover,
.tiko-post-categories a:focus-visible {
    text-decoration: underline;
}

.tiko-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 18px;
    color: var(--tiko-muted);
    font-size: 0.82rem;
}

.tiko-post-meta > * + *::before {
    margin-inline-end: 10px;
    color: var(--tiko-line-strong);
    content: '•';
}

.tiko-single-hero h1 {
    max-width: 820px;
}

.tiko-single-hero .tiko-post-meta {
    margin-top: 18px;
}

.tiko-single-content {
    padding-bottom: 45px;
}

.tiko-tags {
    padding-top: 20px;
    margin-top: 35px;
    border-top: 1px solid var(--tiko-line);
    color: var(--tiko-muted);
}

.tiko-tags > span {
    color: var(--tiko-heading);
    font-weight: 800;
}

.tiko-tags a {
    color: var(--tiko-primary-dark);
}

.tiko-edit-link a {
    color: var(--tiko-primary-dark);
    font-size: 0.86rem;
    text-decoration: underline;
}

.tiko-page-links {
    padding: 15px;
    margin-top: 25px;
    border: 1px solid var(--tiko-line);
    border-radius: 12px;
    background: #fff;
}

.tiko-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.tiko-post-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--tiko-line);
    border-radius: var(--tiko-radius);
    background: #fff;
    box-shadow: var(--tiko-shadow-sm);
}

.tiko-post-thumbnail {
    aspect-ratio: 16 / 9;
    display: block;
    overflow: hidden;
    background: var(--tiko-primary-soft);
}

.tiko-post-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 220ms ease;
}

.tiko-post-card:hover .tiko-post-thumbnail img {
    transform: scale(1.025);
}

.tiko-post-card-body {
    padding: 23px;
}

.tiko-post-card h2 {
    margin: 10px 0 9px;
    font-size: 1.2rem;
}

.tiko-post-card h2 a:hover,
.tiko-post-card h2 a:focus-visible {
    color: var(--tiko-primary-dark);
}

.tiko-post-excerpt {
    color: var(--tiko-muted);
    font-size: 0.91rem;
}

.tiko-post-excerpt p {
    margin: 0 0 14px;
}

.navigation.pagination,
.comments-pagination {
    margin-top: 38px;
}

.nav-links {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.page-numbers {
    min-width: 43px;
    min-height: 43px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tiko-line);
    border-radius: 10px;
    background: #fff;
    color: var(--tiko-muted);
    font-weight: 700;
}

.page-numbers.current,
.page-numbers:hover,
.page-numbers:focus-visible {
    border-color: var(--tiko-primary);
    background: var(--tiko-primary);
    color: #fff;
}

.post-navigation {
    padding-block: 32px;
    border-block: 1px solid var(--tiko-line);
}

.post-navigation .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.post-navigation a {
    height: 100%;
    padding: 16px;
    display: grid;
    border: 1px solid var(--tiko-line);
    border-radius: 14px;
    background: #fff;
    font-weight: 700;
}

.post-navigation a:hover,
.post-navigation a:focus-visible {
    border-color: var(--tiko-primary);
}

.tiko-nav-label {
    display: block;
    color: var(--tiko-muted);
    font-size: 0.76rem;
    font-weight: 400;
}

/* Search, empty states and error pages */
.tiko-search-form {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 9px;
}

.tiko-search-form input[type='search'] {
    min-width: 0;
    flex: 1 1 auto;
}

.tiko-hero-search {
    max-width: 570px;
    margin-top: 24px;
}

.tiko-empty-state,
.tiko-error-card {
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid var(--tiko-line);
    border-radius: var(--tiko-radius);
    background: #fff;
    text-align: center;
    box-shadow: var(--tiko-shadow-sm);
}

.tiko-empty-state {
    max-width: 760px;
    margin-inline: auto;
}

.tiko-empty-state h2 {
    margin: 0 0 8px;
}

.tiko-empty-state p {
    margin: 0 0 20px;
    color: var(--tiko-muted);
}

.tiko-empty-state .tiko-search-form {
    max-width: 560px;
    margin-inline: auto;
}

.tiko-error-page {
    min-height: 70vh;
    padding: clamp(64px, 10vw, 120px) 0;
    display: grid;
    align-items: center;
    background: var(--tiko-canvas);
}

.tiko-error-card {
    max-width: 780px;
}

.tiko-error-code {
    margin: 0;
    color: var(--tiko-primary);
    font-size: clamp(4rem, 12vw, 8rem);
    font-weight: 900;
    letter-spacing: -0.07em;
    line-height: 1;
}

.tiko-error-card h1 {
    margin: 0 0 9px;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.tiko-error-card > p:not(.tiko-error-code):not(.tiko-eyebrow) {
    max-width: 580px;
    margin: 0 auto 24px;
    color: var(--tiko-muted);
}

.tiko-error-search {
    max-width: 570px;
    margin: 0 auto 20px;
}

.tiko-error-card .tiko-hero-actions {
    justify-content: center;
}

/* Read-only provider return result. The short-lived capability is kept in the
   address bar only; this surface never performs settlement or accepts totals. */
.tiko-payment-result-page {
    min-height: 72vh;
    padding: clamp(52px, 8vw, 96px) 0;
    display: grid;
    align-items: center;
    background: var(--tiko-canvas);
}

.tiko-payment-result-shell {
    display: flex;
    justify-content: center;
}

.tiko-payment-result-card {
    width: min(100%, 760px);
    padding: clamp(26px, 5vw, 48px);
    border: 1px solid var(--tiko-line);
    border-top: 5px solid var(--tiko-primary);
    border-radius: var(--tiko-radius-lg);
    background: var(--tiko-surface);
    text-align: center;
    box-shadow: var(--tiko-shadow);
}

.tiko-payment-result-symbol {
    width: 66px;
    height: 66px;
    margin: 0 auto 16px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--tiko-primary-soft);
    color: var(--tiko-primary);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.tiko-payment-result-symbol::before {
    content: '…';
}

.tiko-payment-result-card.is-success {
    border-top-color: var(--tiko-success);
}

.tiko-payment-result-card.is-success .tiko-payment-result-symbol {
    background: #e8f7f0;
    color: var(--tiko-success);
}

.tiko-payment-result-card.is-success .tiko-payment-result-symbol::before {
    content: '✓';
}

.tiko-payment-result-card.is-failed {
    border-top-color: var(--tiko-danger);
}

.tiko-payment-result-card.is-failed .tiko-payment-result-symbol {
    background: #fff0ee;
    color: var(--tiko-danger);
}

.tiko-payment-result-card.is-failed .tiko-payment-result-symbol::before {
    content: '×';
}

.tiko-payment-result-card > .tiko-eyebrow {
    margin: 0 0 6px;
}

.tiko-payment-result-card h1 {
    margin: 0 0 10px;
    font-size: clamp(1.55rem, 4vw, 2.25rem);
}

.tiko-payment-result-card > p:not(.tiko-eyebrow):not(.tiko-payment-result-help) {
    max-width: 600px;
    margin: 0 auto 25px;
    color: var(--tiko-muted);
}

.tiko-payment-result-details {
    margin: 0 0 25px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    text-align: start;
}

.tiko-payment-result-details > div {
    min-width: 0;
    padding: 13px 15px;
    border: 1px solid var(--tiko-line);
    border-radius: var(--tiko-radius-sm);
    background: var(--tiko-surface-soft);
}

.tiko-payment-result-details dt {
    margin-bottom: 3px;
    color: var(--tiko-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.tiko-payment-result-details dd {
    margin: 0;
    color: var(--tiko-heading);
    font-weight: 850;
    overflow-wrap: anywhere;
}

.tiko-payment-result-details code {
    font-family: 'Vazirmatn';
    font-size: 0.82rem;
    unicode-bidi: isolate;
}

.tiko-payment-result-help {
    margin: 18px 0 0;
    color: var(--tiko-muted);
    font-size: 0.76rem;
}

/* Comments */
.tiko-comments {
    padding-block: 42px 75px;
}

.tiko-comments-title,
.comment-reply-title {
    margin: 0 0 24px;
    font-size: 1.45rem;
}

.tiko-comment-list,
.tiko-comment-list .children {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tiko-comment-list .children {
    padding-inline-start: 24px;
}

.tiko-comment-list .comment-body {
    padding: 20px;
    margin-bottom: 14px;
    border: 1px solid var(--tiko-line);
    border-radius: 16px;
    background: #fff;
}

.tiko-comment-list .comment-meta {
    margin-bottom: 12px;
}

.tiko-comment-list .comment-author {
    display: flex;
    align-items: center;
    gap: 9px;
}

.tiko-comment-list .avatar {
    border-radius: 50%;
}

.tiko-comment-list .says {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.tiko-comment-list .comment-metadata,
.tiko-comment-list .reply {
    color: var(--tiko-muted);
    font-size: 0.78rem;
}

.tiko-comment-list .comment-metadata a:hover,
.tiko-comment-list .reply a:hover {
    color: var(--tiko-primary-dark);
    text-decoration: underline;
}

.tiko-comment-list .comment-content p:last-child {
    margin-bottom: 0;
}

.comment-respond {
    padding: clamp(22px, 4vw, 34px);
    margin-top: 30px;
    border: 1px solid var(--tiko-line);
    border-radius: var(--tiko-radius);
    background: #fff;
}

.tiko-comment-form p {
    margin: 0 0 15px;
}

.tiko-comment-form label {
    display: block;
    margin-bottom: 5px;
    color: var(--tiko-heading);
    font-weight: 700;
}

.tiko-comment-form input[type='text'],
.tiko-comment-form input[type='email'],
.tiko-comment-form input[type='url'] {
    width: 100%;
}

.tiko-comment-form .comment-form-cookies-consent label {
    display: inline;
    font-weight: 400;
}

.tiko-comments-closed {
    color: var(--tiko-muted);
}

/* Shortcode-powered service and dashboard pages */
.tiko-panel-heading {
    padding-block: 34px;
}

.tiko-panel-heading h1 {
    font-size: clamp(1.75rem, 3.7vw, 2.7rem);
}

.tiko-panel-section {
    padding: 32px 0 78px;
}

.tiko-app-content {
    min-width: 0;
}

.tiko-app-content::after {
    display: table;
    clear: both;
    content: '';
}

.tiko-app-content > :first-child {
    margin-block-start: 0;
}

.tiko-app-content > :last-child {
    margin-block-end: 0;
}

.tiko-app-content form {
    max-width: 100%;
}

.tiko-app-content label {
    color: var(--tiko-heading);
}

.tiko-app-content table {
    display: block;
    overflow-x: auto;
    border-radius: 12px;
    background: #fff;
    white-space: nowrap;
}

.tiko-app-content .notice,
.tiko-app-content [role='alert'],
.tiko-app-content .tiko-notice {
    padding: 13px 15px;
    margin-bottom: 18px;
    border: 1px solid var(--tiko-line);
    border-inline-start: 4px solid var(--tiko-primary);
    border-radius: 10px;
    background: #fff;
}

.tiko-app-content fieldset {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--tiko-line);
    border-radius: 14px;
}

/* WordPress content defaults */
.alignleft {
    float: left;
    margin: 0.5em 1.5em 1em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 1em 1.5em;
}

.aligncenter {
    display: block;
    margin-inline: auto;
}

.alignwide {
    width: min(var(--tiko-container), calc(100vw - 40px));
    max-width: none;
    margin-inline: calc((100% - min(var(--tiko-container), calc(100vw - 40px))) / 2);
}

.alignfull {
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
}

.wp-caption,
.gallery-caption {
    max-width: 100%;
    color: var(--tiko-muted);
    font-size: 0.82rem;
}

.wp-caption-text {
    margin-top: 6px;
}

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

.gallery-item {
    margin: 0;
}

.gallery-item img {
    display: block;
}

.sticky {
    border-color: rgba(8, 85, 223, 0.4);
}

.bypostauthor > .comment-body {
    border-color: rgba(8, 85, 223, 0.35);
}

/* Footer */
.tiko-site-footer {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    overflow-x: hidden;
    border-top: 0;
    background: #35373a;
    color: #cfd1d7;
    font-size: 0.9rem;
}

.tiko-footer-main {
    min-height: 0;
    padding: 0;
    background: #35373a;
}

.tiko-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr) minmax(220px, 0.9fr);
    gap: 50px;
}

.tiko-brand-footer {
    margin-bottom: 14px;
    color: #fff;
}

.tiko-footer-about p,
.tiko-footer-support p {
    max-width: 430px;
    margin: 0;
}

.tiko-footer-title {
    margin: 0 0 13px;
    color: #fff;
    font-size: 1rem;
}

.tiko-footer-menu li + li {
    margin-top: 7px;
}

.tiko-footer-menu a:hover,
.tiko-footer-menu a:focus-visible,
.tiko-legal-links a:hover,
.tiko-legal-links a:focus-visible {
    color: #fff;
    text-decoration: underline;
}

.tiko-footer-support .tiko-text-link {
    margin-top: 9px;
}

.tiko-footer-detail {
    margin-top: 7px !important;
    color: #fff;
}

.tiko-footer-socials {
    min-height: 24px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.tiko-footer-socials:empty {
    display: none;
}

.tiko-footer-socials a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.06);
}

.tiko-footer-socials a:hover,
.tiko-footer-socials a:focus-visible {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.tiko-footer-socials img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.tiko-footer-contact {
    width: fit-content;
    margin-top: 7px;
    display: block;
    color: #fff;
    direction: ltr;
    font-weight: 700;
    text-align: right;
}

.tiko-footer-contact:hover,
.tiko-footer-contact:focus-visible {
    color: #fff;
    text-decoration: underline;
}

.tiko-footer-widget-columns {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
}

.tiko-footer-copyright {
    margin-top: 60px;
    background: #2b2d30;
}

.tiko-footer-widget + .tiko-footer-widget {
    margin-top: 22px;
}

.tiko-footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tiko-footer-bottom {
    min-height: 0;
    margin-top: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 24px;
    border-top: 0;
    color: #a2a2a2;
    font-size: 14px;
    text-align: right;
}

.tiko-footer-bottom p {
    margin: 0;
    padding: 31px 0;
}

.tiko-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.tiko-public-mobile-bar {
    display: none;
}

@media (max-width: 1050px) {
    .tiko-desktop-nav,
    .tiko-header-actions {
        display: none;
    }

    .tiko-header-inner {
        justify-content: space-between;
    }

    .tiko-mobile-nav {
        display: block;
    }

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

@media (max-width: 900px) {
    .tiko-hero-grid,
    .tiko-split-section {
        grid-template-columns: 1fr;
    }

    .tiko-hero-grid {
        gap: 48px;
    }

    .tiko-panel-preview {
        width: min(100%, 640px);
        transform: none;
    }

    .tiko-feature-grid {
        grid-template-columns: 1fr;
    }

    .tiko-feature-card {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0 16px;
    }

    .tiko-feature-card .tiko-feature-number {
        grid-row: 1 / 3;
    }

    .tiko-feature-card h3 {
        margin: 0 0 5px;
    }

}

@media (max-width: 782px) {
    .admin-bar .tiko-site-header {
        top: 46px;
    }
}

@media (max-width: 680px) {
    body.tiko-has-public-mobile-bar {
        padding-bottom: calc(72px + env(safe-area-inset-bottom));
    }

    .tiko-container {
        width: min(100% - 28px, var(--tiko-container));
    }

    .tiko-payment-result-details {
        grid-template-columns: 1fr;
    }

    .tiko-public-announcement-inner {
        min-height: 58px;
        flex-wrap: wrap;
        gap: 9px;
    }

    .tiko-public-announcement-inner p {
        min-width: calc(100% - 44px);
        font-size: 0.78rem;
        line-height: 1.75;
    }

    .tiko-public-announcement-action {
        min-height: 32px;
        margin-inline-start: auto;
        font-size: 0.72rem;
    }

    .tiko-public-mobile-bar {
        position: fixed;
        z-index: 9990;
        inset-inline: 0;
        inset-block-end: 0;
        min-height: calc(66px + env(safe-area-inset-bottom));
        padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(0, 1fr);
        border-top: 1px solid var(--tiko-line);
        background: #fff;
        box-shadow: 0 -10px 28px rgba(31, 54, 98, 0.12);
    }

    .tiko-public-mobile-bar a {
        min-width: 0;
        min-height: 54px;
        padding: 5px 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        border-radius: 11px;
        color: #647086;
        font-size: 0.66rem;
        font-weight: 700;
        line-height: 1.35;
        text-align: center;
    }

    .tiko-public-mobile-bar a:hover,
    .tiko-public-mobile-bar a:focus-visible {
        background: var(--tiko-primary-soft);
        color: var(--tiko-primary-dark);
    }

    .tiko-public-mobile-bar .dashicons {
        width: 22px;
        height: 22px;
        font-size: 22px;
    }

    .tiko-public-mobile-bar a.is-primary {
        color: var(--tiko-primary-dark);
    }

    .tiko-header-inner {
        min-height: 68px;
    }

    .tiko-brand-mark {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 12px;
    }

    .tiko-site-header.is-home-shell .tiko-brand-mark {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .tiko-brand-text {
        font-size: 1.05rem;
    }

    .custom-logo {
        max-width: 150px;
        max-height: 46px;
    }

    .tiko-hero {
        padding-block: 56px 62px;
    }

    .tiko-hero h1 {
        font-size: clamp(2.15rem, 12vw, 3.2rem);
    }

    .tiko-hero-actions,
    .tiko-cta-card {
        align-items: stretch;
        flex-direction: column;
    }

    .tiko-hero-actions .tiko-button,
    .tiko-cta-card .tiko-button {
        width: 100%;
    }

    .tiko-preview-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .tiko-feature-card {
        display: block;
    }

    .tiko-feature-card h3 {
        margin-top: 16px;
    }

    .tiko-cta-card {
        gap: 25px;
    }

    .tiko-post-grid {
        grid-template-columns: 1fr;
    }

    .post-navigation .nav-links,
    .tiko-footer-grid {
        grid-template-columns: 1fr;
    }

    .tiko-footer-about {
        grid-column: auto;
    }

    .tiko-footer-widget-columns {
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .tiko-footer-bottom {
        align-items: center;
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
        text-align: center;
    }

    .tiko-footer-bottom p {
        padding: 15px 0;
    }

    .tiko-legal-links {
        justify-content: center;
        padding-bottom: 15px;
    }

    .tiko-search-form {
        flex-direction: column;
    }

    .tiko-search-form .tiko-button {
        width: 100%;
    }

    .tiko-comment-list .children {
        padding-inline-start: 12px;
    }

    .alignleft,
    .alignright {
        float: none;
        margin-inline: 0;
    }
}

@media (max-width: 480px) {
    .tiko-mobile-nav-panel {
        position: fixed;
        inset-block-start: 76px;
        inset-inline: 14px;
        width: auto;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
    }

    .admin-bar .tiko-mobile-nav-panel {
        inset-block-start: 122px;
        max-height: calc(100vh - 138px);
    }

    .tiko-mobile-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .tiko-order-flow li {
        align-items: flex-start;
    }

    .tiko-flow-number {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .tiko-post-meta > * + *::before {
        display: none;
    }
}

/* Public storefront and managed authentication pages */
.tiko-hero {
    padding: 0;
    background: #fff;
}

.tiko-kando-home-hero {
    height: 798px;
    margin-top: -6px;
    padding: 160px 0 125px;
    background: #fff;
    box-sizing: border-box;
}

.tiko-kando-home-hero.has-reference-art {
    background:
        url("assets/images/tikopanel-home-abstract-v2.png") right 0 top 30px no-repeat,
        url("assets/images/tikopanel-home-hero-bg-v2.png") center top no-repeat,
        #fff;
}

.tiko-kando-home-hero-grid {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    align-items: start;
    gap: 0;
}

.tiko-kando-home-copy {
    position: relative;
    z-index: 2;
    max-width: none;
    transform: none;
}

.tiko-kando-home-kicker,
.tiko-auth-page-kicker {
    display: inline-flex;
    align-items: center;
    color: #6f7076;
    font-size: 0.86rem;
    font-weight: 800;
}

.tiko-kando-home-kicker {
    margin-bottom: 12px;
}

.tiko-kando-home-copy h1 {
    max-width: 100%;
    margin: 0 0 25px;
    color: #46484d;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
}

.tiko-kando-home-copy h1 span,
.tiko-kando-home-copy h1 strong {
    display: inline;
    color: inherit;
    font-weight: 600;
}

.tiko-kando-home-copy h1 strong {
    margin-top: 1px;
}

.tiko-kando-home-copy > p {
    max-width: 100%;
    margin: 0;
    color: #7f8187;
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
}

.tiko-kando-home-actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    direction: rtl;
}

.tiko-kando-home-actions a {
    direction: rtl;
}

.tiko-kando-primary-button,
.tiko-kando-outline-button {
    min-height: 36px;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.tiko-kando-primary-button {
    background: #f58;
    color: #fff;
    box-shadow: none;
}

.tiko-kando-primary-button:hover,
.tiko-kando-primary-button:focus-visible {
    background: #ff316f;
    color: #fff;
}

.tiko-kando-outline-button {
    background: #757a86;
    color: #fff;
}

.tiko-kando-outline-button:hover,
.tiko-kando-outline-button:focus-visible {
    background: #646973;
    color: #fff;
}

.tiko-kando-home-art {
    position: relative;
    height: 100%;
    min-height: 0;
    display: grid;
    place-items: center;
    transform: none;
}

.tiko-kando-home-illustration {
    width: min(540px, 100%);
    max-height: 570px;
    display: block;
    object-fit: contain;
}

.tiko-kando-home-illustration.is-logo-fallback {
    width: min(220px, 52%);
    max-height: 220px;
}

.tiko-kando-social-strip {
    padding: 54px 0 26px;
    background: #fff;
}

.tiko-kando-social-grid {
    padding: 12px 18px;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    border: 1px solid #cfd8ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
}

.tiko-kando-social-grid a {
    min-width: 0;
    min-height: 102px;
    padding: 9px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border-radius: 13px;
    color: #334056;
    text-align: center;
    transition: background-color 150ms ease, color 150ms ease;
}

.tiko-kando-social-grid a:hover,
.tiko-kando-social-grid a:focus-visible {
    background: #f1f5fd;
    color: var(--tiko-primary-dark);
}

.tiko-kando-social-grid img {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
}

.tiko-kando-social-grid strong {
    width: 100%;
    overflow: hidden;
    color: #697181;
    font-size: 0.75rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tiko-kando-service-focus {
    padding: 62px 0 78px;
    background: #fff;
    text-align: center;
}

.tiko-kando-service-focus img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 7px;
    object-fit: contain;
}

.tiko-kando-service-focus h2 {
    margin: 0;
    color: #6a7280;
    font-size: 0.82rem;
    font-weight: 600;
}

.tiko-kando-chat-fab {
    position: fixed;
    z-index: 45;
    inset-inline-end: 22px;
    inset-block-end: 22px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #1760de;
    color: #fff;
    box-shadow: 0 8px 22px rgba(23, 96, 222, 0.28);
}

.tiko-kando-chat-fab .dashicons {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
}

.tiko-kando-quick-order,
.tiko-kando-benefits,
.tiko-kando-blog,
.tiko-kando-final-cta {
    padding: clamp(68px, 8vw, 98px) 0;
}

.tiko-kando-quick-order {
    border-block: 1px solid #e0e6f0;
    background: #f6f8fc;
}

.tiko-kando-section-heading {
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

.tiko-kando-section-heading h2 {
    margin: 8px 0 9px;
    color: #10192d;
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    letter-spacing: -0.035em;
}

.tiko-kando-section-heading p {
    margin: 0;
    color: #657186;
}

.tiko-kando-wizard-shell {
    max-width: 960px;
    padding: clamp(18px, 3vw, 30px);
    margin-inline: auto;
    border: 1px solid #dbe2ee;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(31, 54, 98, 0.08);
}

.tiko-kando-wizard-shell .tiko-quick-order {
    width: 100%;
    margin: 0;
}

.tiko-kando-wizard-shell .tiko-quick-order-intro {
    background: #f1f5fd;
}

.tiko-kando-benefits {
    background: #fff;
}

.tiko-kando-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.tiko-kando-benefit-grid article {
    min-height: 255px;
    padding: 27px 24px;
    border: 1px solid #dfe5ef;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 13px 34px rgba(31, 54, 98, 0.055);
}

.tiko-kando-benefit-grid .dashicons {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #eaf0fd;
    color: var(--tiko-primary);
    font-size: 25px;
    line-height: 48px;
}

.tiko-kando-benefit-grid h3 {
    margin: 21px 0 8px;
    font-size: 1.08rem;
}

.tiko-kando-benefit-grid p {
    margin: 0;
    color: #667287;
    font-size: 0.88rem;
    line-height: 1.9;
}

.tiko-kando-blog {
    border-block: 1px solid #e0e6f0;
    background: #f6f8fc;
}

.tiko-kando-post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.tiko-kando-post-grid article,
.tiko-kando-empty-posts {
    overflow: hidden;
    border: 1px solid #dfe5ef;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 13px 34px rgba(31, 54, 98, 0.05);
}

.tiko-kando-post-image {
    aspect-ratio: 16 / 9;
    display: block;
    overflow: hidden;
    background: #eaf0fd;
}

.tiko-kando-post-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.tiko-kando-post-grid article > div {
    padding: 23px;
}

.tiko-kando-post-grid time {
    color: #778397;
    font-size: 0.76rem;
}

.tiko-kando-post-grid h3 {
    margin: 8px 0;
    font-size: 1.08rem;
}

.tiko-kando-post-grid h3 a:hover,
.tiko-kando-post-grid h3 a:focus-visible {
    color: var(--tiko-primary-dark);
}

.tiko-kando-post-grid p {
    margin: 0;
    color: #687489;
    font-size: 0.86rem;
}

.tiko-kando-empty-posts {
    padding: 34px;
    color: #657186;
    text-align: center;
}

.tiko-kando-final-cta {
    background: #fff;
}

.tiko-kando-final-card {
    padding: clamp(28px, 5vw, 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-radius: 24px;
    background: #131b31;
    color: #fff;
    box-shadow: 0 20px 48px rgba(17, 25, 48, 0.18);
}

.tiko-kando-final-card > div:first-child > span {
    color: #bcd0fb;
}

.tiko-kando-final-card h2 {
    max-width: 690px;
    margin: 7px 0 0;
    color: #fff;
    font-size: clamp(1.35rem, 2.6vw, 2.15rem);
}

.tiko-kando-final-card > div:last-child {
    flex: 0 0 auto;
    margin-top: 0;
}

.tiko-kando-final-card .tiko-kando-outline-button {
    border-color: #526078;
    background: #202a42;
    color: #fff;
}

.tiko-kando-final-card .tiko-kando-outline-button:hover,
.tiko-kando-final-card .tiko-kando-outline-button:focus-visible {
    border-color: #9db8ee;
    background: #293651;
}

.tiko-auth-page-shell {
    min-height: 64vh;
    padding-bottom: clamp(58px, 8vw, 92px);
    background: #f5f7fb;
}

.tiko-auth-page-heading {
    padding: clamp(36px, 5vw, 58px) 0;
    border-bottom: 1px solid #dce3ee;
    background: #edf3ff;
}

.tiko-auth-page-heading-inner {
    max-width: 900px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.tiko-auth-page-heading img {
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    display: block;
    filter: drop-shadow(0 10px 16px rgba(8, 85, 223, 0.17));
}

.tiko-auth-page-heading h1 {
    margin: 2px 0 5px;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    letter-spacing: -0.035em;
}

.tiko-auth-page-heading-inner > div > p:last-child {
    max-width: 660px;
    margin: 0;
    color: #5b687c;
}

.tiko-auth-page-content {
    max-width: 720px;
    padding-top: clamp(38px, 6vw, 64px);
}

.tiko-auth-page .tiko-auth-card {
    width: 100%;
    max-width: 660px;
    padding: clamp(24px, 5vw, 38px);
    border: 1px solid #dce3ee;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(31, 54, 98, 0.09);
}

.tiko-auth-page .tiko-auth-card > h2 {
    margin: 0 0 7px;
    font-size: clamp(1.55rem, 3vw, 2rem);
}

.tiko-auth-page .tiko-auth-card > h3 {
    margin: 24px 0 6px;
    font-size: 1.08rem;
}

.tiko-auth-page .tiko-auth-card > p:not(.tiko-auth-links) {
    margin-top: 0;
    color: #637086;
}

.tiko-auth-page .tiko-auth-card hr {
    margin: 28px 0 22px;
    border: 0;
    border-top: 1px solid #e1e6ef;
}

.tiko-auth-page .tiko-form {
    gap: 16px;
}

.tiko-auth-page .tiko-form + .tiko-form {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e3e8f0;
}

.tiko-auth-page .tiko-form label {
    gap: 7px;
    color: #202a3d;
    font-size: 0.9rem;
}

.tiko-auth-page .tiko-form input:not([type='checkbox']) {
    min-height: 50px;
    border-color: #cfd6e2;
    border-radius: 10px;
}

.tiko-auth-page .tiko-form .tiko-app-button {
    width: 100%;
    min-height: 49px;
    border-radius: 10px;
}

.tiko-auth-page .tiko-auth-links {
    padding-top: 20px;
    margin: 25px 0 0;
    border-top: 1px solid #e3e8f0;
}

.tiko-auth-page-content > .tiko-edit-link {
    margin: 16px auto 0;
    text-align: center;
}

@media (max-width: 991px) {
    .tiko-kando-home-hero {
        padding-top: 120px;
    }

    .tiko-kando-home-hero-grid {
        grid-template-columns: minmax(0, 50%) minmax(0, 50%);
    }
}

@media (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 12px;
    }

    body.tiko-has-public-mobile-bar {
        padding-bottom: calc(47px + env(safe-area-inset-bottom));
    }

    .tiko-header-inner {
        min-height: 71px;
    }

    .tiko-site-footer {
        padding-top: 40px;
    }

    .tiko-footer-copyright {
        margin-top: 30px;
    }

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

    .tiko-footer-about {
        grid-column: 1 / -1;
    }

    .tiko-kando-home-hero {
        height: auto;
        margin-top: 0;
        padding: 65px 0 20px;
        text-align: center;
    }

    .tiko-kando-home-hero.has-reference-art {
        background:
            url("assets/images/tikopanel-home-abstract-v2.png") right 0 top 30px no-repeat,
            #fff;
    }

    .tiko-kando-home-hero-grid {
        width: min(100% - 30px, var(--tiko-container));
        height: auto;
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tiko-kando-home-copy {
        width: 100%;
        max-width: none;
        transform: none;
    }

    .tiko-kando-home-actions {
        justify-content: center;
        margin-bottom: 50px;
    }

    .tiko-kando-home-art {
        width: min(500px, 100%);
        height: auto;
        min-height: 0;
        margin-inline: auto;
        transform: none;
    }

    .tiko-kando-home-hero.has-reference-art .tiko-kando-home-art {
        display: none;
    }

    .tiko-kando-home-illustration {
        width: min(470px, 100%);
        max-height: 480px;
    }

    .tiko-public-mobile-bar {
        position: fixed;
        z-index: 998;
        inset-inline: 0;
        inset-block-end: 0;
        height: calc(47px + env(safe-area-inset-bottom));
        min-height: 0;
        padding: 4px 0 calc(8px + env(safe-area-inset-bottom));
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(0, 1fr);
        align-items: start;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .tiko-public-mobile-bar-bg {
        position: absolute;
        z-index: 0;
        inset-inline: 0;
        inset-block-end: -15px;
        width: 100%;
        height: 93px;
        display: block;
        object-fit: fill;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
        pointer-events: none;
    }

    .tiko-public-mobile-bar a {
        position: relative;
        z-index: 1;
        width: 35px;
        height: 35px;
        min-width: 0;
        min-height: 0;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        justify-self: center;
        gap: 0;
        border-radius: 9px;
        background: transparent;
        color: #444;
        font-size: 18px;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
    }

    .tiko-public-mobile-bar a > span:not(.dashicons) {
        display: none;
    }

    .tiko-public-mobile-bar .dashicons {
        width: 18px;
        height: 18px;
        font-size: 18px;
        line-height: 18px;
    }

    .tiko-public-mobile-bar a.is-primary {
        top: -39px;
        width: 56px;
        height: 56px;
        border: 2px solid #fff;
        border-radius: 50%;
        background: #1e2f9d;
        color: #fff;
        box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
    }

    .tiko-public-mobile-bar a.is-primary .dashicons {
        width: 22px;
        height: 22px;
        font-size: 22px;
        line-height: 22px;
    }
}

@media (max-width: 620px) {
    .tiko-kando-home-actions {
        align-items: center;
        flex-direction: row;
    }

    .tiko-kando-home-illustration {
        width: min(400px, 100%);
        max-height: 410px;
    }

    .tiko-auth-page-heading-inner {
        align-items: flex-start;
        gap: 15px;
    }

    .tiko-auth-page-heading img {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .tiko-auth-page-heading h1 {
        font-size: 2rem;
    }

    .tiko-auth-page-heading-inner > div > p:last-child {
        font-size: 0.88rem;
        line-height: 1.85;
    }

    .tiko-auth-page .tiko-auth-links {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .tiko-kando-home-art {
        min-height: 300px;
    }

    .tiko-kando-home-illustration {
        max-height: 330px;
    }

    .tiko-auth-page-heading-inner {
        display: block;
    }

    .tiko-auth-page-heading img {
        margin-bottom: 12px;
    }
}

@media (max-width: 374px) {
    .tiko-kando-home-hero-grid {
        width: min(100% - 20px, var(--tiko-container));
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .tiko-site-header,
    .tiko-site-footer,
    .tiko-hero-actions,
    .post-navigation,
    .tiko-comments,
    .tiko-edit-link {
        display: none !important;
    }

    body {
        background: #fff;
        color: #000;
    }

    .tiko-page-hero,
    .tiko-section {
        padding-block: 20px;
        background: #fff;
    }

    a {
        text-decoration: underline;
    }
}
