/* Arsan Homepage Manager — scoped frontend styles */
.arsan-homepage{
    --arsan-orange:#FFA800;
    --arsan-ink:#1F2328;
    --arsan-text:#40454D;
    --arsan-muted:#6D737C;
    --arsan-border:#E5E7EA;
    --arsan-surface:#FFFFFF;
    --arsan-surface-soft:#F7F7F5;
    --arsan-warm:#FAF7F1;
    --arsan-radius-sm:8px;
    --arsan-radius-md:12px;
    --arsan-radius-lg:14px;
    --arsan-container:1360px;
    direction:rtl;
    color:var(--arsan-text);
    background:#fff;
    font-size:16px;
    line-height:1.8;
    overflow:hidden;
}
.arsan-homepage *,.arsan-homepage *::before,.arsan-homepage *::after{box-sizing:border-box}
.arsan-homepage img{max-width:100%;height:auto}
.arsan-homepage a{color:inherit;text-decoration:none}
.arsan-homepage a:focus-visible,.arsan-homepage button:focus-visible,.arsan-homepage input:focus-visible,.arsan-homepage summary:focus-visible,.arsan-homepage label:focus-visible{outline:3px solid rgba(255,168,0,.35);outline-offset:3px}
.arsan-hp-container{width:calc(100% - 80px);max-width:var(--arsan-container);margin-inline:auto}
.arsan-hp-section{padding-block:82px;position:relative}
.arsan-hp-surface-soft{background:var(--arsan-surface-soft)}
.arsan-hp-warm{background:var(--arsan-warm)}
.arsan-hp-section-heading{max-width:760px;margin:0 0 30px}
.arsan-hp-section-heading--wide{max-width:900px}
.arsan-homepage h1,.arsan-homepage h2,.arsan-homepage h3{color:var(--arsan-ink);margin-top:0;font-weight:700;letter-spacing:-.015em}
.arsan-homepage h1{font-size:36px!important;line-height:1.4!important;margin-bottom:16px}
.arsan-homepage h2{font-size:26px!important;line-height:1.55!important;margin-bottom:12px}
.arsan-homepage h3{font-size:18px!important;line-height:1.65!important;margin-bottom:8px}
.arsan-homepage p{margin:0 0 1em}.arsan-homepage p:last-child{margin-bottom:0}
.arsan-hp-section-heading>p{color:var(--arsan-muted);font-size:16px;margin:0}
.arsan-hp-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--arsan-muted);font-weight:700;font-size:14px;margin-bottom:12px}
.arsan-hp-eyebrow::before{content:"";width:22px;height:2px;background:var(--arsan-orange);border-radius:999px}
.arsan-hp-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:24px}
.arsan-hp-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:var(--arsan-radius-sm);font-weight:700;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.arsan-hp-btn--primary{background:var(--arsan-ink);color:#fff!important;border-color:var(--arsan-ink)}
.arsan-hp-btn--primary:hover{background:#33383f;border-color:var(--arsan-orange);transform:translateY(-1px)}
.arsan-hp-btn--secondary{background:#fff;color:var(--arsan-ink)!important;border-color:#D7DADF}
.arsan-hp-btn--secondary:hover{border-color:var(--arsan-orange);transform:translateY(-1px)}
.arsan-hp-text-link{display:inline-flex;align-items:center;gap:4px;font-weight:700;color:var(--arsan-ink);transition:color .2s ease}
.arsan-hp-text-link:hover{color:#9a6500}
.arsan-hp-media-placeholder{width:100%;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f7f7f5,#ecece9);color:var(--arsan-muted);border:1px dashed var(--arsan-border);font-size:13px;text-align:center;padding:15px}
.arsan-hp-media-placeholder--hero{aspect-ratio:4/3;border-radius:var(--arsan-radius-lg)}
.arsan-hp-media-placeholder--tall{aspect-ratio:4/5;border-radius:var(--arsan-radius-lg)}

/* Hero */
.arsan-hp-hero{padding-block:44px 62px;position:relative;isolation:isolate;overflow:hidden;background:
    radial-gradient(circle at 82% 24%,rgba(255,168,0,.075) 0,rgba(255,168,0,0) 27%),
    radial-gradient(circle at 13% 82%,rgba(31,35,40,.055) 0,rgba(31,35,40,0) 30%),
    linear-gradient(135deg,#fff 0%,#fbf9f4 53%,#fff 100%)}
.arsan-hp-hero::before{content:"";position:absolute;z-index:-1;pointer-events:none;width:520px;height:520px;border:1px solid rgba(255,168,0,.12);border-radius:50%;right:-260px;top:-300px;box-shadow:0 0 0 72px rgba(255,168,0,.025),0 0 0 144px rgba(255,168,0,.018)}
.arsan-hp-hero::after{content:"";position:absolute;z-index:-1;pointer-events:none;width:460px;height:460px;border:1px solid rgba(31,35,40,.055);border-radius:38%;left:-300px;bottom:-330px;transform:rotate(28deg)}
.arsan-hp-hero>.arsan-hp-container{position:relative;z-index:1}
.arsan-hp-hero h1{font-size:32px!important}
.arsan-hp-hero__grid{display:grid;grid-template-columns:minmax(0,42fr) minmax(0,58fr);align-items:center;gap:54px}
.arsan-hp-hero__content{padding-block:24px;max-width:590px}
.arsan-hp-hero__description{font-size:17px;color:var(--arsan-text);max-width:610px}
.arsan-hp-hero__media{min-width:0}
.arsan-hp-hero__picture{display:block;overflow:hidden;border-radius:var(--arsan-radius-lg);background:var(--arsan-warm);aspect-ratio:4/3}
.arsan-hp-hero__image{display:block;width:100%;height:100%!important;max-height:none;object-fit:cover;object-position:center}

/* Families */
.arsan-hp-family-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.arsan-hp-family-card{display:flex;flex-direction:column;background:var(--arsan-surface);border:1px solid var(--arsan-border);border-radius:var(--arsan-radius-md);overflow:hidden;min-width:0;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
a.arsan-hp-family-card:hover{transform:translateY(-2px);border-color:#d2d5d9;box-shadow:0 7px 20px rgba(0,0,0,.05)}
.arsan-hp-family-card__media{margin:0;aspect-ratio:4/5;overflow:hidden;background:#f6f6f4}
.arsan-hp-family-card__image{display:block;width:100%;height:100%!important;object-fit:cover;transition:transform .2s ease}
a.arsan-hp-family-card:hover .arsan-hp-family-card__image{transform:scale(1.02)}
.arsan-hp-family-card__body{padding:18px;display:flex;flex-direction:column;flex:1}
.arsan-hp-family-card__body p{font-size:14.5px;color:var(--arsan-muted);margin-bottom:15px}
.arsan-hp-family-card__body .arsan-hp-text-link{margin-top:auto;font-size:14px}

/* Paths */
.arsan-hp-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.arsan-hp-path-card{position:relative;background:#fff;border:1px solid var(--arsan-border);border-radius:var(--arsan-radius-md);padding:24px;min-height:220px;display:flex;flex-direction:column;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.arsan-hp-path-card::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--arsan-orange);transform:scaleX(0);transform-origin:center;transition:transform .2s ease;border-radius:12px 12px 0 0}
a.arsan-hp-path-card:hover,a.arsan-hp-path-card:focus-visible{border-color:#d2d5d9;box-shadow:0 7px 20px rgba(0,0,0,.045);transform:translateY(-2px)}
a.arsan-hp-path-card:hover::before,a.arsan-hp-path-card:focus-visible::before,a.arsan-hp-path-card:active::before{transform:scaleX(1)}
.arsan-hp-path-card__icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:var(--arsan-ink);margin-bottom:22px}
.arsan-hp-path-card__icon svg{width:30px;height:30px;display:block}
.arsan-hp-path-card p{font-size:15px;color:var(--arsan-muted)}
.arsan-hp-path-card .arsan-hp-text-link{margin-top:auto;padding-top:14px}

/* Split product sections */
.arsan-hp-split{display:grid;grid-template-columns:minmax(0,55fr) minmax(0,45fr);gap:64px;align-items:center}
.arsan-hp-split--media-text{grid-template-columns:minmax(0,45fr) minmax(0,55fr)}
.arsan-hp-copy{max-width:720px}
.arsan-hp-rich,.arsan-hp-antitheft__content{color:var(--arsan-text)}
.arsan-hp-media-block{min-width:0}
.arsan-hp-product-feature__image{display:block;width:100%;max-height:580px;object-fit:cover;border-radius:var(--arsan-radius-lg);background:#f7f7f5}
.arsan-hp-chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}
.arsan-hp-chip{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 104px;width:104px;min-height:40px;padding:7px 10px;border-radius:10px;border:1px solid #4d7b63;background:#f6faf7;color:#284b3b;font-size:13.5px;font-weight:700;transition:border-color .2s ease,color .2s ease,background-color .2s ease,transform .2s ease}
.arsan-hp-chip::before{content:"";width:7px;height:7px;border-radius:50%;background:#4d7b63;flex:0 0 7px}
.arsan-hp-chip:hover,.arsan-hp-chip:focus-visible{border-color:#315d47;background:#eef6f0;color:#1f4533;transform:translateY(-1px)}
.arsan-hp-feature-list{display:flex;flex-wrap:wrap;gap:8px 16px;padding:0;margin:20px 0 0;list-style:none}
.arsan-hp-feature-list li{position:relative;padding-right:16px;color:var(--arsan-text);font-weight:600;font-size:14px}
.arsan-hp-feature-list li::before{content:"";position:absolute;right:0;top:.78em;width:6px;height:6px;border-radius:50%;background:var(--arsan-orange)}
.arsan-hp-antitheft__toggle{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.arsan-hp-antitheft__more{display:none}

/* Process */
.arsan-hp-process-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;counter-reset:steps}
.arsan-hp-process-step{position:relative;display:block;padding:0 0 0 28px;min-height:150px}
.arsan-hp-process-step:not(:last-child)::after{content:"";position:absolute;right:42px;left:0;top:21px;height:1px;background:var(--arsan-border);z-index:0}
.arsan-hp-process-step__num{position:relative;z-index:2;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--arsan-orange);color:#845800;font-size:13px;font-weight:800}
.arsan-hp-process-step>div:last-child{position:relative;z-index:1;margin-top:14px;max-width:235px;background:#fff}
.arsan-hp-process-step h3{margin:0 0 7px}.arsan-hp-process-step p{font-size:14px;color:var(--arsan-muted)}

/* Trust */
.arsan-hp-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 36px;border-top:1px solid var(--arsan-border);border-bottom:1px solid var(--arsan-border);padding-block:20px}
.arsan-hp-fact{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:18px 0}
.arsan-hp-fact__num{color:#9a6500;font-weight:800;font-size:14px;letter-spacing:.08em}.arsan-hp-fact p{font-size:14.5px;color:var(--arsan-muted)}
.arsan-hp-projects{margin-top:48px}.arsan-hp-projects__title{font-size:21px!important;margin-bottom:18px!important}
.arsan-hp-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.arsan-hp-project-card{background:#fff;border:1px solid var(--arsan-border);border-radius:var(--arsan-radius-md);overflow:hidden}
.arsan-hp-project-card__media{aspect-ratio:4/3;overflow:hidden}.arsan-hp-project-card__image{width:100%;height:100%!important;object-fit:cover}
.arsan-hp-project-card__body{padding:16px}.arsan-hp-project-card__meta{font-weight:700;color:var(--arsan-ink);font-size:14px;margin-bottom:7px}.arsan-hp-project-card p{font-size:14px;color:var(--arsan-muted)}

/* Secondary products */
.arsan-hp-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.arsan-hp-secondary-card{border:1px solid var(--arsan-border);border-radius:var(--arsan-radius-md);overflow:hidden;background:#fff}
.arsan-hp-secondary-card__media{aspect-ratio:16/9;overflow:hidden;background:#f7f7f5}.arsan-hp-secondary-card__image{width:100%;height:100%!important;object-fit:cover}
.arsan-hp-secondary-card__body{padding:24px}.arsan-hp-secondary-card__body h3{font-size:23px!important;line-height:1.55!important;margin-bottom:12px}

/* Guides */
.arsan-hp-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.arsan-hp-guide-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--arsan-border);border-radius:var(--arsan-radius-md);overflow:hidden;transition:transform .2s ease,border-color .2s ease}
.arsan-hp-guide-card:hover{transform:translateY(-2px);border-color:#d2d5d9}
.arsan-hp-guide-card__media{aspect-ratio:16/10;overflow:hidden}.arsan-hp-guide-card__image{width:100%;height:100%!important;object-fit:cover}
.arsan-hp-guide-card__body{padding:18px;display:flex;flex-direction:column;flex:1}.arsan-hp-guide-card__body h3{font-size:18px}.arsan-hp-guide-card__body p{font-size:14px;color:var(--arsan-muted)}.arsan-hp-guide-card__body .arsan-hp-text-link{margin-top:auto;font-size:14px}

/* Final CTA */
.arsan-hp-final{padding-top:28px;padding-bottom:64px}
.arsan-hp-final__box{background:var(--arsan-surface-soft);border:1px solid var(--arsan-border);border-radius:var(--arsan-radius-lg);padding:34px 38px}
.arsan-hp-final__copy h2{font-size:25px!important;line-height:1.55!important}
.arsan-hp-final__copy p{max-width:680px;color:var(--arsan-muted)}.arsan-hp-final__consult{margin-top:20px}


@media(max-width:1365px){
    .arsan-hp-container{width:calc(100% - 64px)}
    .arsan-hp-section{padding-block:70px}
    .arsan-homepage h1{font-size:34px!important}
    .arsan-hp-hero h1{font-size:30px!important}
    .arsan-hp-hero__grid{gap:40px}
}
@media(max-width:1023px){
    .arsan-hp-container{width:calc(100% - 56px)}
    .arsan-hp-section{padding-block:60px}
    .arsan-homepage h1{font-size:30px!important}.arsan-homepage h2{font-size:24px!important}
    .arsan-hp-hero h1{font-size:27px!important}
    .arsan-hp-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .arsan-hp-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .arsan-hp-split{gap:38px}
    .arsan-hp-process-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 0}
    .arsan-hp-process-step{min-height:135px}
    .arsan-hp-process-step::after{display:none!important}
    .arsan-hp-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:899px){
    .arsan-hp-hero{padding-top:32px}
    .arsan-hp-hero__grid,.arsan-hp-split,.arsan-hp-split--media-text{grid-template-columns:1fr}
    .arsan-hp-hero__content{max-width:720px;padding:0}
    .arsan-hp-hero__media{order:2}
    .arsan-hp-hero__picture,.arsan-hp-media-placeholder--hero{aspect-ratio:4/5}
    .arsan-hp-split--media-text .arsan-hp-media-block{order:2}
    .arsan-hp-product-feature__image{max-height:none}
    .arsan-hp-path-grid{grid-template-columns:1fr}
    .arsan-hp-path-card{min-height:0}
    .arsan-hp-antitheft[data-mode="full"] .arsan-hp-antitheft__content{position:relative;max-height:14.5em;overflow:hidden;transition:max-height .25s ease}
    .arsan-hp-antitheft[data-mode="full"] .arsan-hp-antitheft__content::after{content:"";position:absolute;inset:auto 0 0;height:4.8em;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}
    .arsan-hp-antitheft__toggle{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
    .arsan-hp-antitheft[data-mode="full"] .arsan-hp-antitheft__more{display:inline-flex;cursor:pointer;margin-top:9px;color:var(--arsan-ink);font-weight:700;font-size:14px}
    .arsan-hp-antitheft__more-close{display:none}
    .arsan-hp-antitheft__toggle:checked + .arsan-hp-antitheft__content{max-height:2000px}
    .arsan-hp-antitheft__toggle:checked + .arsan-hp-antitheft__content::after{display:none}
    .arsan-hp-antitheft__toggle:checked ~ .arsan-hp-antitheft__more .arsan-hp-antitheft__more-open{display:none}
    .arsan-hp-antitheft__toggle:checked ~ .arsan-hp-antitheft__more .arsan-hp-antitheft__more-close{display:inline}
    .arsan-hp-secondary-grid{grid-template-columns:1fr}
    .arsan-hp-final__box{padding:30px}
}
@media(max-width:767px){
    .arsan-hp-container{width:calc(100% - 40px)}
    .arsan-hp-section{padding-block:48px}
    .arsan-homepage{font-size:15px}
    .arsan-homepage h1{font-size:25px!important}.arsan-homepage h2{font-size:21px!important}.arsan-homepage h3{font-size:17px!important}
    .arsan-hp-hero h1{font-size:23px!important}
    .arsan-hp-hero__description{font-size:15px}
    .arsan-hp-hero__image{max-height:none}
    .arsan-hp-section-heading{margin-bottom:26px}
    .arsan-hp-family-grid{gap:12px}
    .arsan-hp-family-card__body{padding:14px}.arsan-hp-family-card__body p{font-size:13.5px}
    .arsan-hp-actions{gap:8px}.arsan-hp-btn{min-height:46px;padding:10px 15px}
    .arsan-hp-process-list{grid-template-columns:1fr;gap:0}
    .arsan-hp-process-step{min-height:0;padding:0 0 30px 0;display:grid;grid-template-columns:42px minmax(0,1fr);gap:13px}
    .arsan-hp-process-step>div:last-child{margin-top:0;max-width:none;background:transparent}
    .arsan-hp-process-step:not(:last-child)::after{display:block!important;right:20px;left:auto;top:42px;width:1px;height:calc(100% - 14px)}
    .arsan-hp-facts{grid-template-columns:1fr}.arsan-hp-fact{padding:13px 0}
    .arsan-hp-project-grid,.arsan-hp-guide-grid{grid-template-columns:1fr}
    .arsan-hp-final{padding-top:20px;padding-bottom:48px}.arsan-hp-final__box{padding:24px 20px}
}
@media(max-width:399px){
    .arsan-hp-container{width:calc(100% - 32px)}
    .arsan-hp-family-grid{grid-template-columns:1fr}
    .arsan-hp-family-card{display:grid;grid-template-columns:112px minmax(0,1fr)}
    .arsan-hp-family-card__media{aspect-ratio:1/1;height:100%}.arsan-hp-family-card__body{justify-content:center}.arsan-hp-family-card__body p{display:none}
    .arsan-hp-btn{width:100%}.arsan-hp-actions{align-items:stretch;flex-direction:column}
    .arsan-hp-chip{flex-basis:94px;width:94px}
}
@media(prefers-reduced-motion:reduce){
    .arsan-homepage *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
/* Hide common theme page-title/breadcrumb wrappers only for the dedicated Arsan homepage template. */
body.arsan-homepage-template .page_title,
body.arsan-homepage-template .page-title:not(.entry-title),
body.arsan-homepage-template .cz_breadcrumbs,
body.arsan-homepage-template .breadcrumbs,
body.arsan-homepage-template .breadcrumb{display:none!important}
