:root{--cream:#f6f1e8;--cream-dark:#ebe4d6;--terracotta:#c45d3e;--terracotta-dark:#a34a30;--sage:#5c7a6b;--sage-light:#7a9a88;--charcoal:#2a2622;--charcoal-soft:#4a4540;--gold:#c9a962;--gold-light:#e8d5a3;--white:#fffcf7;--shadow:0 4px 24px #2a262214;--shadow-lg:0 12px 48px #2a26221f;--radius:12px;--radius-sm:8px;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Outfit", system-ui, sans-serif;--transition:.25s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:var(--font-body);background:var(--cream);color:var(--charcoal);-webkit-font-smoothing:antialiased;min-height:100dvh;line-height:1.6;overflow-x:hidden}body.mobile-nav-open{overflow:hidden}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}input,textarea,select{font-family:var(--font-body);font-size:1rem}.container{width:100%;max-width:1200px;padding-left:max(16px, env(safe-area-inset-left,0px));padding-right:max(16px, env(safe-area-inset-right,0px));margin:0 auto}.site-main{flex:1;width:100%;overflow-x:hidden}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--cream-dark);background:#f6f1e8eb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;height:72px;display:flex}.logo{align-items:center;gap:10px;display:flex}.logo-mark{background:linear-gradient(135deg, var(--terracotta), var(--gold));border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.logo-text{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.logo-text span{color:var(--terracotta)}.nav-links{align-items:center;gap:8px;display:flex}.nav-link{border-radius:var(--radius-sm);color:var(--charcoal-soft);transition:var(--transition);padding:8px 16px;font-size:.9rem;font-weight:500}.nav-link:hover,.nav-link.active{color:var(--charcoal);background:var(--cream-dark)}.nav-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.nav-actions-mobile-bar{display:none}.mobile-menu-btn{border-radius:var(--radius-sm);border:1.5px solid var(--cream-dark);background:var(--white);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.mobile-menu-icon{background:var(--charcoal);border-radius:1px;width:20px;height:2px;transition:background .2s;position:relative}.mobile-menu-icon:before,.mobile-menu-icon:after{content:"";background:var(--charcoal);border-radius:1px;width:20px;height:2px;transition:transform .25s,top .25s;position:absolute;left:0}.mobile-menu-icon:before{top:-6px}.mobile-menu-icon:after{top:6px}.mobile-menu-icon.open{background:0 0}.mobile-menu-icon.open:before{top:0;transform:rotate(45deg)}.mobile-menu-icon.open:after{top:0;transform:rotate(-45deg)}.mobile-nav-backdrop{z-index:90;cursor:pointer;background:#2a262273;border:none;display:none;position:fixed;inset:56px 0 0}.mobile-nav-panel{display:none}@media (width<=900px){.header-inner{gap:12px;height:auto;min-height:56px;padding:8px 0}.logo-text{font-size:1.25rem}.logo-mark{width:32px;height:32px;font-size:16px}.nav-links,.nav-actions-desktop{display:none!important}.nav-actions-mobile-bar{align-items:center;gap:8px;margin-inline-start:auto;display:flex}.mobile-menu-btn{display:inline-flex}.lang-combo-trigger{min-width:auto;min-height:44px;padding:8px 10px}.lang-combo-label{display:none}.mobile-nav-backdrop{display:block}.mobile-nav-panel{z-index:95;background:var(--white);border-bottom:1px solid var(--cream-dark);max-height:0;box-shadow:var(--shadow-lg);transition:max-height .35s;display:block;position:fixed;top:56px;left:0;right:0;overflow:hidden}.mobile-nav-panel.open{-webkit-overflow-scrolling:touch;max-height:min(85vh,520px);overflow-y:auto}.mobile-nav-links{flex-direction:column;gap:4px;padding:8px 16px;display:flex}.mobile-nav-links .nav-link{border-radius:var(--radius-sm);min-height:48px;padding:14px 16px;font-size:1rem;display:block}.mobile-nav-actions{border-top:1px solid var(--cream-dark);flex-direction:column;gap:10px;padding:12px 16px 20px;display:flex}.mobile-nav-actions .btn{white-space:normal;text-align:center;width:100%;min-height:48px}}.btn{border-radius:var(--radius-sm);transition:var(--transition);white-space:nowrap;touch-action:manipulation;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:12px 24px;font-size:.9rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--terracotta);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--terracotta-dark);box-shadow:var(--shadow);transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--white);color:var(--charcoal);border:1.5px solid var(--cream-dark)}.btn-secondary:hover{border-color:var(--terracotta);color:var(--terracotta)}.btn-ghost{color:var(--charcoal-soft)}.btn-ghost:hover{color:var(--terracotta)}.btn-sage{background:var(--sage);color:var(--white)}.btn-sage:hover{background:var(--sage-light)}.btn-sm{padding:8px 16px;font-size:.85rem}.btn-lg{padding:16px 32px;font-size:1rem}.hero{padding:80px 0 100px;position:relative;overflow:hidden}.hero-bg{pointer-events:none;background:radial-gradient(80% 60% at 70% 20%,#c9a96226,#0000),radial-gradient(60% 50% at 20% 80%,#c45d3e1a,#0000);position:absolute;inset:0}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero-badge{background:var(--white);border:1px solid var(--gold-light);color:var(--sage);border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 14px;font-size:.8rem;font-weight:500;display:inline-flex}.hero h1{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(2.5rem,5vw,3.75rem)}.hero h1 em{color:var(--terracotta);font-style:italic}.hero-desc{color:var(--charcoal-soft);max-width:480px;margin-bottom:32px;font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-visual{height:420px;position:relative}.hero-collage{width:100%;height:100%;position:relative}.collage-item{border-radius:var(--radius);box-shadow:var(--shadow-lg);transition:transform .5s;position:absolute;overflow:hidden}.collage-item:hover{z-index:2;transform:scale(1.03)}.collage-item img{object-fit:cover;width:100%;height:100%}.collage-1{width:55%;height:65%;top:0;left:0}.collage-2{width:45%;height:50%;bottom:0;right:0}.collage-3{border:4px solid var(--cream);width:35%;height:40%;bottom:15%;left:25%}.card{background:var(--white);border-radius:var(--radius);border:1px solid var(--cream-dark);transition:var(--transition);overflow:hidden}.card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.card-img{aspect-ratio:4/3;background:var(--cream-dark);overflow:hidden}.card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.card:hover .card-img img{transform:scale(1.05)}.card-body{padding:20px}.card-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--sage);margin-bottom:8px;font-size:.75rem;font-weight:600;display:inline-block}.card-title{font-family:var(--font-display);margin-bottom:8px;font-size:1.25rem}.card-meta{color:var(--charcoal-soft);justify-content:space-between;align-items:center;margin-top:12px;font-size:.85rem;display:flex}.card-price{color:var(--terracotta);font-weight:600}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.section{padding:80px 0}.section-header{text-align:center;max-width:600px;margin:0 auto 48px}.section-header h2{margin-bottom:12px;font-size:2.25rem}.section-header p{color:var(--charcoal-soft)}.steps{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.step{text-align:center;background:var(--white);border-radius:var(--radius);border:1px solid var(--cream-dark);padding:32px 20px;position:relative}.step-num{background:linear-gradient(135deg, var(--terracotta), var(--gold));width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-weight:600;display:flex}.step h3{margin-bottom:8px;font-size:1.1rem}.step p{color:var(--charcoal-soft);font-size:.85rem}.form-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--cream-dark);max-width:560px;margin:0 auto;padding:40px}.form-group{margin-bottom:20px}.form-group label{color:var(--charcoal-soft);margin-bottom:6px;font-size:.85rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:1.5px solid var(--cream-dark);border-radius:var(--radius-sm);background:var(--cream);width:100%;transition:var(--transition);min-height:48px;padding:12px 16px;font-size:16px}.form-group textarea{min-height:120px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--terracotta);background:var(--white);outline:none}.policy-check{background:var(--cream);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);align-items:flex-start;gap:12px;margin-bottom:10px;padding:14px;display:flex}.policy-check:hover{background:var(--cream-dark)}.policy-check input{accent-color:var(--terracotta);width:18px;height:18px;margin-top:3px}.policy-check strong{margin-bottom:2px;font-size:.9rem;display:block}.policy-check span{color:var(--charcoal-soft);font-size:.8rem}.badge{border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-product{color:var(--sage);background:#5c7a6b26}.badge-service{color:var(--terracotta);background:#c45d3e26}.badge-locked{color:var(--charcoal-soft);background:#2a262214}.badge-unlocked{color:var(--sage);background:#5c7a6b33}.stars{color:var(--gold);letter-spacing:2px}.site-footer{background:var(--charcoal);color:var(--cream);margin-top:auto;padding:60px 0 32px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.footer-brand .logo-text{color:var(--cream);margin-bottom:12px}.footer-brand p{color:#f6f1e8b3;max-width:280px;font-size:.9rem}.footer-col h4{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--gold-light);margin-bottom:16px;font-size:.8rem}.footer-col a{color:#f6f1e8b3;transition:var(--transition);padding:4px 0;font-size:.9rem;display:block}.footer-col a:hover{color:var(--cream)}.footer-bottom{color:#f6f1e880;border-top:1px solid #f6f1e81a;justify-content:space-between;padding-top:24px;font-size:.85rem;display:flex}.detail-layout{grid-template-columns:1.2fr 1fr;gap:48px;padding:40px 0 80px;display:grid}.gallery-main{aspect-ratio:4/3;border-radius:var(--radius);background:var(--cream-dark);margin-bottom:12px;overflow:hidden}.gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-thumbs{gap:8px;display:flex}.gallery-thumb{border-radius:var(--radius-sm);cursor:pointer;opacity:.7;width:72px;height:72px;transition:var(--transition);border:2px solid #0000;overflow:hidden}.gallery-thumb.active,.gallery-thumb:hover{border-color:var(--terracotta);opacity:1}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.detail-info h1{margin-bottom:12px;font-size:2rem}.owner-card{background:var(--cream);border-radius:var(--radius);align-items:center;gap:16px;margin:24px 0;padding:20px;display:flex}.owner-avatar{background:linear-gradient(135deg, var(--sage), var(--sage-light));width:56px;height:56px;color:var(--white);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;display:flex}.contact-gate{border:1.5px dashed var(--terracotta);border-radius:var(--radius);text-align:center;background:linear-gradient(135deg,#c45d3e14,#c9a96214);padding:24px}.contact-gate.unlocked{border-style:solid;border-color:var(--sage);background:linear-gradient(135deg,#5c7a6b1a,#5c7a6b0d)}.contact-reveal{background:var(--white);border-radius:var(--radius-sm);text-align:left;margin-top:16px;padding:16px}.contact-reveal p{margin-bottom:6px;font-size:.9rem}.dashboard-header{padding:40px 0 24px}.dashboard-header h1{font-size:2rem}.dashboard-tabs{border-bottom:1px solid var(--cream-dark);-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:8px;margin-bottom:32px;padding-bottom:0;display:flex;overflow-x:auto}.dashboard-tabs::-webkit-scrollbar{display:none}.tab{color:var(--charcoal-soft);transition:var(--transition);white-space:nowrap;border-bottom:2px solid #0000;flex-shrink:0;min-height:48px;margin-bottom:-1px;padding:12px 20px;font-size:.9rem;font-weight:500}.tab.active{color:var(--terracotta);border-bottom-color:var(--terracotta)}.stat-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.stat-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--cream-dark);padding:24px}.stat-card .value{font-family:var(--font-display);color:var(--terracotta);font-size:2rem;font-weight:700}.stat-card .label{color:var(--charcoal-soft);margin-top:4px;font-size:.85rem}.progress-bar{background:var(--cream-dark);border-radius:4px;height:8px;margin-top:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--sage), var(--sage-light));border-radius:4px;height:100%;transition:width .4s}.table-wrap{-webkit-overflow-scrolling:touch;background:var(--white);border-radius:var(--radius);border:1px solid var(--cream-dark);overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:520px}th,td{text-align:left;padding:14px 20px;font-size:.9rem}th{background:var(--cream);text-transform:uppercase;letter-spacing:.04em;color:var(--charcoal-soft);font-size:.8rem;font-weight:600}tr:not(:last-child) td{border-bottom:1px solid var(--cream-dark)}.status-pill{border-radius:100px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.status-published{color:var(--sage);background:#5c7a6b26}.status-pending{color:#8a7340;background:#c9a96233}.status-draft{color:var(--charcoal-soft);background:#2a262214}.status-rejected{color:var(--terracotta);background:#c45d3e26}.filter-bar{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.filter-chip{background:var(--white);border:1.5px solid var(--cream-dark);transition:var(--transition);border-radius:100px;padding:8px 18px;font-size:.85rem;font-weight:500}.filter-chip:hover,.filter-chip.active{border-color:var(--terracotta);color:var(--terracotta);background:#c45d3e14}.alert{border-radius:var(--radius-sm);margin-bottom:20px;padding:14px 18px;font-size:.9rem}.alert-info{color:var(--sage);background:#5c7a6b1a;border:1px solid #5c7a6b4d}.alert-warning{color:#7a6530;background:#c9a96226;border:1px solid #c9a96266}.page-header{background:var(--white);border-bottom:1px solid var(--cream-dark);margin-bottom:40px;padding:48px 0 32px}.page-header h1{font-size:2.25rem}.page-header p{color:var(--charcoal-soft);margin-top:8px}.category-section{padding:64px 0}.category-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;display:flex}.category-section-header h2{margin:12px 0 8px;font-size:2rem}.category-section-header p{color:var(--charcoal-soft);max-width:520px}.category-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.category-grid-services{grid-template-columns:repeat(3,1fr)}.category-tile{aspect-ratio:4/3;border-radius:var(--radius);transition:var(--transition);display:block;position:relative;overflow:hidden}.category-tile:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.category-tile-bg{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.category-tile:hover .category-tile-bg{transform:scale(1.08)}.category-tile-overlay{background:linear-gradient(#0000 0%,#2a262233 40%,#2a2622d9 100%);position:absolute;inset:0}.category-tile-product .category-tile-overlay{background:linear-gradient(#0000 0%,#5c7a6b40 45%,#5c7a6be6 100%)}.category-tile-service .category-tile-overlay{background:linear-gradient(#0000 0%,#c45d3e40 45%,#c45d3ee6 100%)}.category-tile-content{color:var(--white);flex-direction:column;justify-content:flex-end;padding:20px;display:flex;position:absolute;inset:0}.category-tile-emoji{margin-bottom:8px;font-size:1.75rem}.category-tile-content h3{font-family:var(--font-display);margin-bottom:4px;font-size:1.15rem;font-weight:600}.category-tile-count{opacity:.85;font-size:.8rem}.category-preview{border-top:1px solid var(--cream-dark);margin-top:48px;padding-top:40px}.category-preview h3{font-family:var(--font-display);color:var(--charcoal-soft);margin-bottom:24px;font-size:1.35rem}@media (width<=1024px){.hero-grid{grid-template-columns:1fr}.hero-visual{height:300px}.grid-3,.steps{grid-template-columns:repeat(2,1fr)}.detail-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.stat-grid,.category-grid{grid-template-columns:repeat(3,1fr)}.category-grid-services{grid-template-columns:repeat(2,1fr)}}.lang-combo{position:relative}.lang-combo-trigger{border:1.5px solid var(--cream-dark);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;align-items:center;gap:8px;min-width:130px;padding:6px 10px;font-size:.85rem;display:flex}.lang-combo-trigger:hover{border-color:var(--terracotta)}.lang-combo-flag{object-fit:cover;border-radius:2px;flex-shrink:0;display:block}.lang-combo-label{text-align:start;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.lang-combo-chevron{color:var(--charcoal-soft);font-size:.65rem}.lang-combo-menu{top:calc(100% + 4px);z-index:200;background:var(--white);border:1.5px solid var(--cream-dark);border-radius:var(--radius-sm);min-width:100%;box-shadow:var(--shadow-md,0 8px 24px #0000001a);margin:0;padding:4px;list-style:none;position:absolute;inset-inline-end:0}.lang-combo-option{border-radius:var(--radius-sm);text-align:start;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:.85rem;display:flex}.lang-combo-option:hover,.lang-combo-option.active{background:var(--cream)}.lang-combo-option.active{color:var(--terracotta);font-weight:600}.lang-flags{align-items:center;gap:4px;display:flex}.lang-flag{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1.5px solid #0000;justify-content:center;align-items:center;width:32px;height:28px;padding:0;transition:border-color .15s,background .15s,transform .1s;display:flex}.lang-flag:hover{background:var(--cream);border-color:var(--cream-dark)}.lang-flag.active{background:var(--white);border-color:var(--terracotta);box-shadow:0 0 0 1px #c45d3e26}.lang-flag-emoji{font-size:1.15rem;line-height:1}.tozih-steps{gap:10px;margin:20px 0 0;padding:0;list-style:none;display:grid}.tozih-steps li{color:var(--charcoal-soft);align-items:flex-start;gap:10px;font-size:.95rem;display:flex}.tozih-steps li:before{content:"→";color:var(--sage);flex-shrink:0;font-weight:600}[dir=rtl] .tozih-steps li:before{content:"←"}.lang-select{border:1.5px solid var(--cream-dark);border-radius:var(--radius-sm);background:var(--white);padding:6px 10px;font-size:.85rem}.auth-top-banner{background:var(--cream);border-radius:var(--radius-sm);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px;padding:14px 16px;font-size:.9rem;display:flex}.auth-top-banner.prominent{border:1px solid var(--gold-light);background:linear-gradient(135deg,#c45d3e1a,#c9a9621f)}.auth-top-sep{color:var(--charcoal-soft)}.auth-page-grid{grid-template-columns:1fr 320px;align-items:start;gap:32px;display:grid}.policy-link{text-align:inherit;color:var(--terracotta);cursor:pointer;font:inherit;background:0 0;border:none;padding:0}.policy-link:hover{text-decoration:underline}.modal-overlay{z-index:200;background:#2a26228c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:var(--white);border-radius:var(--radius);width:100%;max-width:560px;max-height:80vh;box-shadow:var(--shadow-lg);padding:28px;overflow-y:auto}.modal-body{color:var(--charcoal-soft);margin:16px 0 24px;font-size:.95rem;line-height:1.7}.modal-actions{justify-content:flex-end;gap:12px;display:flex}.payment-modal .payment-summary{background:var(--cream);border-radius:var(--radius-sm);border:1px solid var(--cream-dark);justify-content:space-between;align-items:center;gap:16px;margin:20px 0;padding:16px 18px;display:flex}.payment-summary-label{color:var(--charcoal-soft);margin-bottom:4px;font-size:.8rem;display:block}.payment-summary-amount{color:var(--terracotta);font-size:1.35rem}.payment-gateway-badge{color:var(--sage);white-space:nowrap;background:#5c7a6b26;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:600}.payment-form{margin-bottom:8px}.payment-routing-note{color:var(--charcoal-soft);margin-top:8px;font-size:.8rem}.owner-card-masked{border-style:dashed}.share-box{background:var(--white);border:1px solid var(--cream-dark);border-radius:var(--radius);padding:24px}.share-box h4{margin-bottom:8px}.share-box p{color:var(--charcoal-soft);margin-bottom:16px;font-size:.9rem}.share-actions{flex-wrap:wrap;gap:8px;display:flex}.tozih-card{background:var(--white);border-radius:var(--radius);border-left:4px solid var(--sage);padding:32px}.tozih-card h2{margin-bottom:12px}.tozih-fa{background:var(--cream);border-radius:var(--radius-sm);text-align:right;direction:rtl;margin-top:16px;padding:12px 16px;font-size:.95rem}.stats-section{background:var(--white);border-block:1px solid var(--cream-dark);padding:40px 0}.live-stat .value{transition:transform .3s}html[dir=rtl] .header-inner,html[dir=rtl] .nav-actions,html[dir=rtl] .hero-actions{flex-direction:row-reverse}@media (width<=900px){.auth-page-grid{grid-template-columns:1fr}}.hero-brief{text-align:center;padding:48px 0 40px}.hero-brief-inner{flex-direction:column;align-items:center;max-width:900px;margin:0 auto;padding:0 4px;display:flex}.hero-brief .hero-slogan{white-space:normal;text-align:center;word-break:break-word;width:100%;margin-bottom:16px;font-size:clamp(1.15rem,4.5vw,2.25rem);line-height:1.25}.hero-brief .hero-desc{text-align:center;margin-inline:auto;max-width:640px;margin-bottom:28px;padding:0 4px;font-size:clamp(.95rem,2.5vw,1.1rem)}.hero-actions-inline{flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.hero-actions-inline .btn{flex:auto;min-width:min(100%,200px);max-width:100%}.auth-forgot-link{color:var(--terracotta);font-size:.9rem;text-decoration:none}.auth-forgot-link:hover{text-decoration:underline}.social-fields{border:none;margin:24px 0 8px;padding:0}.social-fields legend{margin-bottom:4px;font-size:1rem;font-weight:600}.field-hint{color:var(--charcoal-soft);margin:0 0 12px;font-size:.85rem}.interest-group{margin-bottom:16px}.interest-group-title{color:var(--charcoal-soft);margin:0 0 8px;font-size:.9rem;font-weight:600}.interest-checks{flex-wrap:wrap;gap:8px;display:flex}.interest-check{border-radius:var(--radius-sm);border:1.5px solid var(--cream-dark);background:var(--white);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:8px 14px;font-size:.9rem;transition:border-color .15s,background .15s;display:inline-flex}.interest-check input{accent-color:var(--terracotta);width:16px;height:16px;margin:0}.interest-check.checked{border-color:var(--terracotta);background:#c45d3e14}.duo-category-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.duo-tile{border-radius:var(--radius);color:inherit;flex-direction:column;min-height:280px;padding:40px 32px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.duo-tile-product{background:linear-gradient(145deg, #c45d3e1f, var(--white));border:1.5px solid var(--cream-dark)}.duo-tile-service{background:linear-gradient(145deg, #5a7d5a1f, var(--white));border:1.5px solid var(--cream-dark)}.duo-tile:hover{box-shadow:var(--shadow-md,0 12px 32px #00000014);transform:translateY(-4px)}.duo-tile-icon{margin-bottom:12px;font-size:2.5rem}.duo-tile-cta{color:var(--terracotta);margin-top:auto;padding-top:16px;font-weight:600}.home-duo-tile{border-radius:var(--radius);min-height:320px;color:inherit;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.home-duo-tile:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.home-duo-tile-bg{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.home-duo-tile:hover .home-duo-tile-bg{transform:scale(1.06)}.home-duo-tile-overlay{position:absolute;inset:0}.home-duo-tile-product .home-duo-tile-overlay{background:linear-gradient(#2a262226 0%,#5c7a6b59 50%,#5c7a6beb 100%)}.home-duo-tile-service .home-duo-tile-overlay{background:linear-gradient(#2a262226 0%,#c45d3e59 50%,#c45d3eeb 100%)}.home-duo-tile-content{z-index:1;color:var(--white);flex-direction:column;flex:1;justify-content:flex-end;padding:32px;display:flex;position:relative}.home-duo-tile-icon{margin-bottom:12px;font-size:2.5rem}.home-duo-tile-content h2{font-family:var(--font-display);margin-bottom:8px;font-size:clamp(1.35rem,3vw,1.75rem)}.home-duo-tile-content p{opacity:.92;max-width:36ch;font-size:.95rem}.home-duo-tile-cta{margin-top:auto;padding-top:16px;font-size:1rem;font-weight:600}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--cream-dark);padding:24px}.testimonial-card footer{color:var(--charcoal-soft);flex-direction:column;gap:4px;margin-top:16px;font-size:.85rem;display:flex}.section-title-center{text-align:center;margin-bottom:32px}.masked-blur{filter:blur(4px);-webkit-user-select:none;user-select:none;color:var(--charcoal-soft);font-style:italic}.masked-field .masked-blur{min-width:120px;display:inline-block}.catalog-individual-list{flex-direction:column;gap:16px;display:flex}.listing-row-card{color:inherit;grid-template-columns:200px 1fr;gap:20px;padding:0;text-decoration:none;display:grid;overflow:hidden}.listing-row-img img{object-fit:cover;width:100%;height:100%;min-height:160px}.listing-row-body{padding:20px}.card-desc-preview{color:var(--charcoal-soft);margin:8px 0;font-size:.85rem}.catalog-toolbar{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}.catalog-search{border:1.5px solid var(--cream-dark);border-radius:var(--radius-sm);flex:1;min-width:200px;max-width:400px;min-height:48px;padding:12px 16px;font-size:16px}.view-toggle{flex-wrap:wrap;gap:8px;display:flex}.bridge-card{text-align:center;padding:32px}.bridge-section{background:var(--white);border-block:1px solid var(--cream-dark)}.bridge-section-header{text-align:center;max-width:640px;margin:0 auto 40px}.bridge-section-header h2{font-family:var(--font-display);margin-bottom:10px;font-size:clamp(1.5rem,3vw,2.1rem)}.bridge-section-header p{color:var(--charcoal-soft);font-size:clamp(.95rem,2.2vw,1.05rem)}.bridge-layout{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:20px;max-width:960px;margin:0 auto;display:grid}.bridge-side{border-radius:var(--radius);border:1.5px solid var(--cream-dark);background:var(--cream);flex-direction:column;padding:28px 24px;display:flex}.bridge-side-buyer{border-top:4px solid var(--terracotta)}.bridge-side-owner{border-top:4px solid var(--sage)}.bridge-side-head{align-items:center;gap:10px;margin-bottom:16px;display:flex}.bridge-side-icon{font-size:1.75rem}.bridge-side-head h3{font-family:var(--font-display);margin:0;font-size:1.35rem}.bridge-points{flex:1;margin:0 0 24px;padding:0;list-style:none}.bridge-points li{color:var(--charcoal-soft);margin-bottom:10px;padding-inline-start:22px;font-size:.92rem;line-height:1.5;position:relative}.bridge-points li:before{content:"✓";color:var(--sage);font-size:.85rem;font-weight:700;position:absolute;inset-inline-start:0}.bridge-side-buyer .bridge-points li:before{color:var(--terracotta)}.bridge-side-cta{width:100%;min-height:48px}.bridge-connector{flex-direction:column;justify-content:center;align-items:center;gap:8px;min-width:72px;padding:12px 0;display:flex}.bridge-connector-line{background:linear-gradient(to bottom, var(--cream-dark), var(--gold), var(--cream-dark));flex:1;width:2px;min-height:24px}.bridge-connector-hub{border-radius:var(--radius);background:linear-gradient(145deg, var(--gold-light), var(--white));border:1.5px solid var(--gold);box-shadow:var(--shadow);text-align:center;flex-direction:column;align-items:center;gap:4px;padding:14px 12px;display:flex}.bridge-connector-icon{font-size:1.5rem}.bridge-connector-label{text-transform:uppercase;letter-spacing:.04em;color:var(--charcoal-soft);max-width:8ch;font-size:.72rem;font-weight:600;line-height:1.3}.bridge-footer-links{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}@media (width<=768px){.bridge-layout{grid-template-columns:1fr;gap:0}.bridge-connector{flex-direction:row;min-width:0;padding:16px 0}.bridge-connector-line{background:linear-gradient(to right, var(--cream-dark), var(--gold), var(--cream-dark));flex:1;width:auto;height:2px;min-height:0}.bridge-connector-hub{flex-direction:row;gap:8px;padding:10px 16px}.bridge-connector-label{max-width:none}}html[lang=fa],html[lang=ar]{--font-body:"Vazirmatn", "Outfit", system-ui, sans-serif;--font-display:"Vazirmatn", "Cormorant Garamond", Georgia, serif}html[lang=fa] body,html[lang=ar] body{font-family:var(--font-body);letter-spacing:0;line-height:1.75}html[lang=fa] h1,html[lang=fa] h2,html[lang=fa] h3,html[lang=ar] h1,html[lang=ar] h2,html[lang=ar] h3{font-family:var(--font-display);font-weight:600}.auth-shell{padding:32px 0 64px}.auth-shell-inner{max-width:480px}.auth-shell-wide .auth-shell-inner{max-width:960px}.auth-top-link{text-align:center;margin-bottom:16px;font-size:.95rem}.auth-top-link a{color:var(--terracotta);font-weight:600;text-decoration:none}.auth-top-link a:hover{text-decoration:underline}.auth-shell-card{background:var(--white);border:1.5px solid var(--cream-dark);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 24px}.auth-shell-header{margin-bottom:24px}.auth-shell-header h1{font-family:var(--font-display);margin-bottom:6px;font-size:1.75rem}.auth-shell-header p{color:var(--charcoal-soft);margin:0;font-size:.92rem}.auth-form{flex-direction:column;gap:4px;display:flex}.auth-form-wide{max-width:none;box-shadow:none;background:0 0;border:none;padding:0}.auth-form-row{justify-content:flex-end;margin:4px 0 8px;display:flex}.auth-submit{width:100%;min-height:48px;margin-top:16px}.auth-switch-link{text-align:center;margin-top:20px;font-size:.92rem}.auth-privacy-note{text-align:center;color:var(--charcoal-soft);margin-top:20px;font-size:.82rem}.auth-back-link{text-align:center;margin-top:16px;display:block}.password-input-wrap{align-items:stretch;display:flex;position:relative}.password-input-wrap input{flex:1;padding-inline-end:72px}.password-toggle{inset-inline-end:4px;color:var(--terracotta);cursor:pointer;background:0 0;border:none;min-height:44px;padding:8px 10px;font-size:.82rem;position:absolute;top:50%;transform:translateY(-50%)}.password-strength{margin:6px 0 0;font-size:.82rem}.password-strength-weak{color:var(--terracotta)}.password-strength-fair{color:var(--gold)}.password-strength-strong{color:var(--sage)}.catalog-about-panel{border-top:1px solid var(--cream-dark);margin-top:48px;padding-top:32px}.catalog-about-details summary{cursor:pointer;color:var(--charcoal-soft);align-items:center;gap:8px;padding:12px 0;font-weight:600;list-style:none;display:flex}.catalog-about-details summary::-webkit-details-marker{display:none}.catalog-about-details summary:before{content:"▸";transition:transform .2s}.catalog-about-details[open] summary:before{transform:rotate(90deg)}.catalog-about-body{gap:24px;padding-top:16px;display:grid}.catalog-about-tozih,.catalog-about-stats{margin:0}@media (width<=900px){.auth-page-grid{grid-template-columns:1fr}}@media (width<=640px){.container{padding-inline:max(12px, env(safe-area-inset-left,12px)) max(12px, env(safe-area-inset-right,12px))}.section{padding:48px 0}.hero-brief{padding:36px 0 32px}.duo-category-grid{grid-template-columns:1fr}.duo-tile{min-height:auto;padding:28px 20px}.home-duo-tile{min-height:260px}.home-duo-tile-content{padding:24px 20px}.testimonials-grid,.listing-row-card,.grid-3,.grid-2,.steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:28px}.stat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:16px}.stat-card .value{font-size:1.5rem}.category-grid,.category-grid-services{grid-template-columns:1fr}.category-section-header{flex-direction:column;align-items:flex-start}.form-card{max-width:100%;padding:24px 16px}.page-header{margin-bottom:24px;padding:32px 0 24px}.page-header h1{font-size:1.65rem}.dashboard-header h1{font-size:1.5rem}.dashboard-header{padding:24px 0 16px}.detail-layout{gap:24px;padding:24px 0 48px}.detail-info h1{font-size:1.5rem}.owner-card{text-align:start;flex-direction:column;align-items:flex-start}.gallery-thumb{flex-shrink:0;width:56px;height:56px}.gallery-thumbs{-webkit-overflow-scrolling:touch;padding-bottom:4px;overflow-x:auto}.catalog-toolbar{flex-direction:column;align-items:stretch}.catalog-search{width:100%;max-width:none}.filter-bar{gap:8px}.filter-chip{padding:10px 14px;font-size:.8rem}.interest-check{flex:calc(50% - 8px);min-width:140px;padding:10px 12px;font-size:.85rem}.auth-top-banner{text-align:center;flex-direction:column;align-items:stretch}.auth-top-banner .btn{width:100%}.modal-overlay{align-items:flex-end;padding:12px}.modal-card{border-radius:var(--radius) var(--radius) 0 0;max-height:90dvh;padding:20px 16px}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}.share-actions{flex-direction:column}.share-actions .btn{width:100%}.tozih-card{padding:20px 16px}.bridge-card{padding:24px 16px}.site-footer{padding:40px 0 24px;padding-bottom:max(24px, env(safe-area-inset-bottom,24px))}.footer-bottom{text-align:center;flex-direction:column;gap:8px}th,td{padding:10px 12px;font-size:.82rem}.btn-lg{width:100%;padding:14px 20px;font-size:.95rem}.hero-actions .btn-lg{flex:100%;width:auto}.listing-row-body{padding:16px}.listing-row-img img{min-height:140px}.policy-check{padding:12px}.policy-check input{flex-shrink:0;width:22px;height:22px}}@media (width<=380px){.stat-grid{grid-template-columns:1fr}.interest-check{flex:100%}}
