/* ========== BitJob v2 Styles (RTL) ========== */
:root{
  --bg:#0b1020;
   --bg-elev: #0f172a;
  --text:#e5e7eb;
  --muted:#9aa0a6;
  --surface:#0f162e;
  --glass:rgba(255,255,255,.06);
  --primary:#8b86ff;
  --primary-contrast:#0b1020;
    --brand: #7c3aed;
  --brand-2: #06b6d4;
  --border:#1f2a44;
  --radius:16px;
  --shadow:0 10px 30px rgba(0,0,0,.25);
}
html[datatheme="light"]{
  --bg:#f8fafc;               /* روشن‌تر و خواناتر */
  --bg-elev: #ffffff;
  --text:#0b1020;             /* تیره‌تر برای کنتراست بهتر */
  --muted:#475569;            /* خواناتر از خاکستری روشن */
  --surface:#ffffff;          /* کارت سفید تمیز */
  --glass:rgba(255,255,255,.85);
  --primary:#635bff;
  --primary-contrast:#ffffff;
    --brand: #7c3aed;
  --brand-2: #0891b2;
  --border:#e2e8f0;           /* مرز واضح‌تر */
  --shadow:0 10px 24px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Vazirmatn",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  line-height:1.75;
}
* {
    font-family: "Vazirmatn", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

a{color:inherit;text-decoration:none}
img,svg,video{max-width:100%;height:auto}
.container{width:min(1120px,92%);margin-inline:auto}
.section{padding-block:4rem}
.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}
.link{color:var(--primary);font-weight:700}

/* Header (glass) */
.header{position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px);background:color-mix(in oklab,var(--glass) 100%, transparent)}
.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.6rem 0}
.brand{display:flex;align-items:center;gap:.6rem}
.brand__name{font-weight:900;font-size:1.15rem;letter-spacing:-.3px}
.logo{width:34px;height:34px}
.nav__toggle{display:none;width:24px;height:24px;border-radius:12px;border:1px solid var(--border);background:var(--surface);margin-bottom: 10px;}
.nav__toggle .bar{display:block;width:20px;height:2px;background:var(--text);margin:4px auto;border-radius:2px}
.nav__list{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}
.nav__list a{padding:.5rem .75rem;border-radius:10px}
.nav__list a:hover{background:var(--surface)}
.actions{display:flex;align-items:center;gap:.5rem}
.icon-btn{width:44px;height:44px;border-radius:12px;border:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center}
.icon{width:22px;height:22px;fill:currentColor}
.btn{--_bg:var(--surface);--_fg:var(--text);display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border-radius:12px;border:1px solid var(--border);background:var(--_bg);color:var(--_fg);font-weight:800;box-shadow:var(--shadow);cursor:pointer;transition:transform .06s ease}
.btn:active{transform:translateY(1px)}
.btn--primary{--_bg:var(--primary);--_fg:var(--primary-contrast);border-color:transparent}
.btn--ghost{background:transparent;box-shadow:none}

/* Hero */
.hero{position:relative;isolation:isolate;padding-block:4.2rem 6rem;overflow:hidden}
.hero__bg{position:absolute;inset:0;z-index:-1;background:radial-gradient(1200px 500px at 70% -10%,color-mix(in oklab,var(--primary) 35%, transparent),transparent 60%),linear-gradient(180deg,transparent,transparent 70%,color-mix(in oklab,var(--primary) 12%, var(--bg)) 100%)}
.blob{position:absolute;filter:blur(30px);opacity:.35}
.blob.b1{width:420px;height:420px;background:conic-gradient(from 20deg at 50% 50%,#9b8cff,#00e5ff,#9b8cff);right:-120px;top:-120px;border-radius:50%}
.blob.b2{width:340px;height:340px;background:conic-gradient(from 120deg at 50% 50%,#22d3ee,#818cf8,#22d3ee);left:-120px;bottom:-160px;border-radius:50%}
.noise{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);background-size:18px 18px;mask:linear-gradient(180deg,white,white 70%,transparent)}
.hero__content{text-align:center}
.hero h1{font-size:clamp(1.5rem,1rem + 3.2vw,3.1rem);line-height:1.15;margin:0}
.accent{color:var(--primary)}
.lead{margin:.6rem auto 1.2rem;max-width:700px;color:var(--muted)}
.dock{display:grid;grid-template-columns:1fr 1fr auto;gap:.6rem;background:color-mix(in oklab,var(--surface) 70%, transparent);backdrop-filter:blur(12px);padding:.6rem;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);margin-inline:auto;max-width:820px}
.dock input{width:100%;padding:.85rem .9rem;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--text)}
.dock input::placeholder{color:var(--muted)}
.kpis{display:flex;gap:1rem;justify-content:center;list-style:none;padding:0;margin:1rem 0 0}
.kpis li{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.6rem .9rem;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center}
.kpis strong{font-size:1.1rem}
.chips{display:flex;gap:.5rem;overflow:auto;padding-top:1rem;justify-content:center}
.chip{padding:.5rem .8rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);cursor:pointer;white-space:nowrap;color: var(--text);transition: all 0.3s ease;}
.chip:hover{border-color:color-mix(in oklab,var(--primary) 40%, var(--border));background: color-mix(in oklab, var(--primary) 10%, var(--surface));color: var(--primary);}

/* Cards */
.grid{display:grid;gap:1rem}
.grid--cards{grid-template-columns:repeat(3,1fr)}
.card{padding:1.1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}
.card--hover{transition:transform .15s ease,border-color .15s ease}
.card--hover:hover{transform:translateY(-3px);border-color:color-mix(in oklab,var(--primary) 30%, var(--border))}
.card__icon{width:40px;height:40px;margin-bottom:.5rem}

/* Sliders */
.slider{
  display:grid;
  grid-auto-flow:column;
  /* On desktop: ~3 per view, min width to keep cards readable */
  grid-auto-columns:minmax(280px, 33%);
  gap:1rem;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:.4rem;
}
.slider::-webkit-scrollbar{height:8px}
.slider::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}
.slider__controls{display:flex;gap:.4rem;align-items:center}
.person{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;scroll-snap-align:start;box-shadow:var(--shadow);text-align:center}
.person__avatar{width:90px;height:90px;border-radius:50%;margin-bottom:.5rem}
.person__tags{margin:.2rem 0 .3rem;color:var(--muted)}
.person__meta{margin:0 0 .6rem;color:var(--muted)}
.tcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;scroll-snap-align:start;box-shadow:var(--shadow)}

/* Timeline */
.timeline{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;position:relative}
.tl__dot{width:14px;height:14px;border-radius:50%;background:var(--primary);display:inline-block;margin-bottom:.4rem}
.tl__body h3{margin:.2rem 0 .3rem}
.tl__body p{margin:0;color:var(--muted)}

/* Video */
.video-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem;box-shadow:var(--shadow)}
.video{display:block;width:100%;border-radius:12px}
.video-card__play{position:absolute;inset-inline:1rem;inset-block-end:1rem;border:none;border-radius:999px;width:56px;height:56px;font-size:1.2rem;background:var(--primary);color:var(--primary-contrast);box-shadow:var(--shadow);display:grid;place-items:center;cursor:pointer}

/* FAQ */
.faq{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;margin-bottom:.6rem}
.faq summary{cursor:pointer;font-weight:800}
.faq p{margin:.6rem 0 0;color:var(--muted)}

/* CTA */
.cta{text-align:center;background:linear-gradient(180deg,color-mix(in oklab,var(--primary) 12%, var(--surface)),transparent);border-radius:var(--radius);padding:3rem 1rem}
.cta__actions{display:inline-flex;gap:.5rem;margin-top:.8rem}

/* Footer */
.footer{border-top:1px solid var(--border);margin-top:3rem}
.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:1rem;padding-block:2rem}
.footer__copy{padding-block:1rem;border-top:1px solid var(--border);color:var(--muted);text-align:center}

/* ========== Enhanced Bottom Bar with Floating Circle ========== */

/* Circle Button - شناور در گوشه */
.floating-circle {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border: none;
  box-shadow: 0 8px 25px rgba(0,0,0,.3), 0 0 0 0 rgba(124, 58, 237, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: pulse 3s ease-in-out infinite;
}

.floating-circle:hover {
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 12px 35px rgba(0,0,0,.4), 0 0 0 10px rgba(124, 58, 237, 0.15);
}

.floating-circle:active {
  transform: translateX(-50%) scale(0.95);
}

.floating-circle svg {
  width: 28px;
  height: 28px;
  fill: white;
  transition: transform 0.3s ease;
}

.floating-circle.expanded svg {
  transform: rotate(45deg);
}

/* Pulse Animation */
@keyframes pulse {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(0,0,0,.3), 0 0 0 0 rgba(124, 58, 237, 0.3);
  }
  50% {
    box-shadow: 0 8px 25px rgba(0,0,0,.3), 0 0 0 15px rgba(124, 58, 237, 0.1);
  }
}

/* Bottom bar - پنهان در ابتدا */
.bottombar {
  position: fixed; 
  bottom: 20px; 
  left: 50%; 
  transform: translateX(-50%) translateY(120px);
  display: flex; 
  gap: .5rem; 
  align-items: center; 
  justify-content: space-between;
  width: min(600px, 90%); 
  padding: .8rem; 
  border-radius: 25px;
  background: color-mix(in oklab, var(--bg-elev) 95%, transparent);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  box-shadow: 0 15px 40px rgba(0,0,0,.25), 0 5px 15px rgba(0,0,0,.1);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* حالت باز شده */
.bottombar.expanded {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* مخفی کردن دکمه دایره وقتی bottom bar باز است */
.floating-circle.hidden {
  transform: translateX(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
}

.bb-item {
  flex: 1; 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  gap: .2rem; 
  padding: .6rem .4rem;
  color: var(--muted); 
  text-decoration: none; 
  font-size: .75rem; 
  font-weight: 500;
  border-radius: 16px; 
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.bb-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(6, 182, 212, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 16px;
}

.bb-item svg { 
  width: 24px; 
  height: 24px; 
  fill: currentColor;
  transition: all 0.3s ease;
}

.bb-item.active, 
.bb-item:hover { 
  color: var(--text); 
  transform: translateY(-2px);
}

.bb-item.active::before,
.bb-item:hover::before {
  opacity: 1;
}

.bb-item.active svg,
.bb-item:hover svg {
  transform: scale(1.1);
}

.bb-cta { 
  background: linear-gradient(135deg, var(--brand), var(--brand-2)); 
  color: white;
  font-weight: 700;
  min-width: 120px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
}

.bb-cta::before {
  background: linear-gradient(135deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
}

.bb-cta:hover { 
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.4);
}

/* Overlay for click outside */
.bottombar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.bottombar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Utilities */
.muted{color:var(--muted)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,1px,1px);white-space:nowrap;border:0}

/* Slider responsive widths */
@media (max-width:980px){
  /* دو کارت در دید */
  .slider{ grid-auto-columns:minmax(240px, 50%); }
}
@media (max-width:560px){
  /* همچنان دو کارت، اما حداقل عرض کمی کمتر برای گوشی‌های کوچکتر */
  .slider{ grid-auto-columns:minmax(200px, 50%); }
}

/* Responsive */
@media (max-width:980px){
  .nav__toggle{display:inline-flex}
  .nav__list{display:none}
  .nav__list.open{display:grid;position:absolute;right:1rem;top:72px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:.6rem;gap:.25rem;min-width:220px}
  .dock{grid-template-columns:1fr;max-width:100%}
  .grid--cards{grid-template-columns:repeat(2,1fr)}
  .timeline{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr 1fr}
  body{padding-bottom:92px}
}

@media (max-width:560px){
  .grid--cards{grid-template-columns:1fr}
  .cta__actions{display:grid}
  
  .bottombar {
    width: min(520px, 95%);
    padding: .6rem;
    border-radius: 20px;
  }
  
  .bb-item {
    padding: .5rem .3rem;
    font-size: .7rem;
  }
  
  .bb-item svg {
    width: 20px;
    height: 20px;
  }
  
  .floating-circle {
    width: 56px;
    height: 56px;
    bottom: 15px;
  }
  
  .floating-circle svg {
    width: 24px;
    height: 24px;
  }
}



/* Enhanced Skills Slider Styles */
.skills-slider-section {
    background: linear-gradient(180deg, transparent, color-mix(in oklab, var(--primary) 8%, var(--bg)) 100%);
    border-radius: var(--radius);
    margin-block: 2rem;
}

    .skills-slider-section .section__head {
        text-align: center;
        margin-bottom: 2rem;
    }

    .skills-slider-section h2 {
        font-size: clamp(1.25rem, 1rem + 2vw, 2rem);
        line-height: 1.3;
        margin-bottom: 0.5rem;
    }

/* Skills Tabs */
.skills-tabs-wrapper {
    overflow-x: auto;
    margin-bottom: 2rem;
    scrollbar-width: thin;
    scrollbar-color: var(--border) transparent;
}

    .skills-tabs-wrapper::-webkit-scrollbar {
        height: 6px;
    }

    .skills-tabs-wrapper::-webkit-scrollbar-thumb {
        background: var(--border);
        border-radius: 6px;
    }

.skills-tabs {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    min-width: max-content;
    background: var(--surface);
    border-radius: 20px;
    border: 1px solid var(--border);
    width: fit-content;
    margin: 0 auto;
}

.skills-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.8rem 1rem;
    border-radius: 16px;
    border: none;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 120px;
    font-size: 0.85rem;
    font-weight: 600;
}

.skills-tab__icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .skills-tab__icon svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

.skills-tab:hover,
.skills-tab.active {
    color: var(--text);
    background: color-mix(in oklab, var(--primary) 15%, transparent);
    transform: translateY(-2px);
}

.skills-tab.active {
    background: linear-gradient(135deg, color-mix(in oklab, var(--primary) 20%, transparent), color-mix(in oklab, var(--brand-2) 15%, transparent) );
    border: 1px solid color-mix(in oklab, var(--primary) 30%, var(--border));
}

    .skills-tab.active .skills-tab__icon {
        transform: scale(1.1);
    }

/* Skills Content */
.skills-content {
    position: relative;
    min-height: 400px;
}

.skills-panel {
    display: none;
    animation: fadeInUp 0.5s ease;
}

    .skills-panel.active {
        display: block;
    }

.skills-panel__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: start;
}

.skills-panel__image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--surface);
    border-radius: var(--radius);
    padding: 2rem;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

    .skills-panel__image img {
        width: 100%;
        max-width: 280px;
        height: auto;
        object-fit: contain;
    }

.skills-panel__content {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 1.5rem;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

/* Skills Grid */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.8rem;
}

.skill-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.8rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--text);
    font-size: 0.9rem;
}

    .skill-item:hover {
        background: color-mix(in oklab, var(--primary) 10%, transparent);
        transform: translateX(4px);
    }

.skill-bullet {
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
    flex-shrink: 0;
}

.skill-item--more {
    font-weight: 700;
    color: var(--primary);
    justify-content: center;
    grid-column: 1 / -1;
    margin-top: 0.5rem;
    border: 1px solid var(--border);
    background: color-mix(in oklab, var(--primary) 5%, transparent);
}

    .skill-item--more svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
    }

    .skill-item--more:hover {
        background: color-mix(in oklab, var(--primary) 15%, transparent);
        border-color: var(--primary);
        transform: translateY(-2px);
    }

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 980px) {
    .skills-panel__grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .skills-panel__image {
        order: -1;
        padding: 1.5rem;
    }

        .skills-panel__image img {
            max-width: 200px;
        }

    .skills-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 0.6rem;
    }

    .skills-tab {
        min-width: 100px;
        padding: 0.6rem 0.8rem;
        font-size: 0.8rem;
    }

    .skills-tabs {
        padding: 0.3rem;
        gap: 0.3rem;
    }

    .skills-tab__icon {
        width: 24px;
        height: 24px;
    }

        .skills-tab__icon svg {
            width: 18px;
            height: 18px;
        }
}

@media (max-width: 560px) {
    .skills-slider-section {
        margin-block: 1rem;
    }

    .skills-panel__content {
        padding: 1rem;
    }

    .skills-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .skill-item {
        padding: 0.5rem 0.6rem;
        font-size: 0.85rem;
    }

    .skills-tab {
        min-width: 80px;
        padding: 0.5rem 0.6rem;
        font-size: 0.75rem;
        gap: 0.2rem;
    }

        .skills-tab span {
            display: none;
        }

    .skills-tab__icon {
        width: 20px;
        height: 20px;
    }

        .skills-tab__icon svg {
            width: 16px;
            height: 16px;
        }

    /* Show tooltip on mobile */
    .skills-tab {
        position: relative;
    }

        .skills-tab::after {
            content: attr(aria-label);
            position: absolute;
            bottom: -30px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--surface);
            color: var(--text);
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            font-size: 0.7rem;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            border: 1px solid var(--border);
            z-index: 10;
        }

        .skills-tab:hover::after {
            opacity: 1;
            visibility: visible;
        }
}

/* Theme Toggle & User Authentication Styles */

/* Actions Section */
.actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Theme Toggle Button */
.icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: var(--surface);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--text);
}

    .icon-btn:hover {
        background: color-mix(in oklab, var(--primary) 15%, var(--surface));
        border-color: var(--primary);
        transform: translateY(-1px);
    }

    .icon-btn .icon {
        width: 20px;
        height: 20px;
        fill: currentColor;
        transition: transform 0.3s ease;
    }

    .icon-btn:hover .icon {
        transform: rotate(180deg);
    }

/* User Dropdown */
.notification-list {
    position: relative;
    list-style: none;
}

.nav-user {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.8rem;
    border-radius: 12px;
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--text);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .nav-user:hover {
        background: color-mix(in oklab, var(--primary) 10%, var(--surface));
        border-color: var(--primary);
        transform: translateY(-1px);
    }

    .nav-user img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid var(--border);
    }

.pro-user-name {
    font-weight: 600;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

    .pro-user-name i {
        font-size: 0.8rem;
        transition: transform 0.3s ease;
    }

.nav-user[aria-expanded="true"] .pro-user-name i {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: var(--shadow);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

    .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu::before {
        content: '';
        position: absolute;
        top: -6px;
        right: 20px;
        width: 12px;
        height: 12px;
        background: var(--surface);
        border: 1px solid var(--border);
        border-bottom: none;
        border-right: none;
        transform: rotate(45deg);
    }

/* Dropdown Items */
.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 1rem;
    color: var(--text);
    text-decoration: none;
    transition: background 0.2s ease;
    font-size: 0.9rem;
}

    .dropdown-item:hover {
        background: color-mix(in oklab, var(--primary) 10%, transparent);
        color: var(--text);
    }

    .dropdown-item i {
        font-size: 1rem;
        width: 16px;
        text-align: center;
        color: var(--muted);
    }

    .dropdown-item:hover i {
        color: var(--primary);
    }

/* Notification Title */
.noti-title {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0.5rem;
}

    .noti-title h6 {
        margin: 0;
        font-weight: 700;
        color: var(--text);
        font-size: 0.9rem;
    }

/* Dropdown Divider */
.dropdown-divider {
    height: 1px;
    background: var(--border);
    margin: 0.5rem 0;
}

/* Authentication Buttons */
.auth-buttons {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

/* Responsive */
@media (max-width: 768px) {
    .pro-user-name span {
        display: none;
    }

    .nav-user {
        padding: 0.5rem;
    }

    .dropdown-menu {
        right: -50px;
        min-width: 180px;
    }

        .dropdown-menu::before {
            right: 70px;
        }

    .actions {
        gap: 0.3rem;
    }

    .icon-btn {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .dropdown-menu {
        right: -80px;
        left: auto;
        min-width: 160px;
    }

    .dropdown-item {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
}

.checkbox-dropdown .dropdown-checkbox {
    display: none;
}

.checkbox-dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.checkbox-dropdown .dropdown-checkbox:checked ~ .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.checkbox-dropdown .dropdown-checkbox:checked ~ label .pro-user-name i {
    transform: rotate(180deg);
}

.checkbox-dropdown label {
    cursor: pointer;
}

.social-links {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: color-mix(in oklab, var(--primary) 10%, transparent);
    transition: all 0.3s ease;
}

    .social-link:hover {
        background: var(--primary);
        transform: translateY(-2px);
    }

.social-icon {
    width: 24px;
    height: 24px;
    fill: var(--text);
    transition: fill 0.3s ease;
}

.social-link:hover .social-icon {
    fill: var(--primary-contrast);
}

/* Simple Sections Styles */
.simple-section-1,
.simple-section-2,
.simple-section-3 {
    padding: 2rem 0;
}

.simple-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

/* Square Image Section */
.square-image {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
    background-color: white;
}

    .square-image:hover {
        transform: scale(1.05);
    }

/* Rectangle Image Section */
.rect-image {
    width: 300px;
    height: 200px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
}

    .rect-image:hover {
        transform: scale(1.02);
    }

/* Text Styles */
.simple-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
    margin: 0;
    max-width: 300px;
    line-height: 1.4;
}

.text-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.description-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--muted);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .simple-section-1,
    .simple-section-2,
    .simple-section-3 {
        padding: 1.5rem 0;
    }

    .square-image {
        width: 150px;
        height: 150px;
        background-color: white;
    }

    .rect-image {
        width: 250px;
        height: 167px;
    }

    .simple-text {
        font-size: 1rem;
        max-width: 250px;
    }

    .description-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .square-image {
        width: 120px;
        height: 120px;
        background-color: white;
    }

    .rect-image {
        width: 200px;
        height: 133px;
    }

    .simple-text {
        font-size: 0.9rem;
        max-width: 200px;
    }

    .description-text {
        font-size: 0.9rem;
    }

    .text-content {
        max-width: 100%;
        padding: 0 1rem;
    }
}


/* Welcome Notification Styles */
.welcome-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    z-index: 1000;
    transform: translateX(400px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
}

    .welcome-notification.show {
        transform: translateX(0);
    }

    .welcome-notification.hide {
        transform: translateX(400px);
        opacity: 0;
    }

.notification-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem;
}

.notification-icon {
    width: 40px;
    height: 40px;
    background: color-mix(in oklab, var(--warning) 15%, transparent);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notification-text {
    flex: 1;
}

    .notification-text h4 {
        margin: 0 0 0.3rem 0;
        font-weight: 700;
        font-size: 1rem;
        color: var(--text);
        line-height: 1.3;
    }

    .notification-text p {
        margin: 0 0 0.8rem 0;
        font-size: 0.9rem;
        color: var(--muted);
        line-height: 1.4;
    }

.notification-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

    .notification-link:hover {
        border-bottom-color: var(--primary);
    }

.notification-close {
    background: none;
    border: none;
    color: var(--muted);
    cursor: pointer;
    padding: 0.2rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

    .notification-close:hover {
        background: color-mix(in oklab, var(--danger) 10%, transparent);
        color: var(--danger);
    }

/* Progress Bar */
.notification-progress {
    height: 3px;
    background: var(--primary);
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    animation: progressBar 8s linear forwards;
}

@keyframes progressBar {
    to {
        transform: scaleX(1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .welcome-notification {
        width: calc(100vw - 40px);
        right: 20px;
        left: 20px;
        transform: translateY(100px);
        margin-bottom: 100px;
    }

        .welcome-notification.show {
            transform: translateY(0);
        }

        .welcome-notification.hide {
            transform: translateY(100px);
        }
}

@media (max-width: 480px) {
    .welcome-notification {
        width: calc(100vw - 20px);
        right: 10px;
        left: 10px;
        bottom: 10px;
    }

    .notification-content {
        padding: 1rem;
        gap: 0.8rem;
    }

    .notification-icon {
        width: 36px;
        height: 36px;
    }

    .notification-text h4 {
        font-size: 0.95rem;
    }

    .notification-text p {
        font-size: 0.85rem;
    }
}

/* Animation for entrance */
@keyframes slideInRight {
    from {
        transform: translateX(400px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Dark theme adjustments */
html[datatheme="dark"] .welcome-notification {
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

/* Tag Styles */
.tag {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 6px;
    background: color-mix(in oklab, var(--primary) 10%, transparent);
    color: var(--primary);
    border: 1px solid color-mix(in oklab, var(--primary) 20%, var(--border));
    transition: all 0.2s ease;
    cursor: default;
    line-height: 1.2;
}

    .tag:hover {
        background: color-mix(in oklab, var(--primary) 15%, transparent);
        border-color: var(--primary);
        transform: translateY(-1px);
    }

/* Tag Container */
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

/* Tag Variants */
.tag--small {
    padding: 0.15rem 0.4rem;
    font-size: 0.7rem;
}

.tag--large {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
}

.tag--primary {
    background: color-mix(in oklab, var(--primary) 10%, transparent);
    color: var(--primary);
    border-color: color-mix(in oklab, var(--primary) 20%, var(--border));
}

.tag--success {
    background: color-mix(in oklab, var(--success) 10%, transparent);
    color: var(--success);
    border-color: color-mix(in oklab, var(--success) 20%, var(--border));
}

.tag--warning {
    background: color-mix(in oklab, var(--warning) 10%, transparent);
    color: var(--warning);
    border-color: color-mix(in oklab, var(--warning) 20%, var(--border));
}

.tag--danger {
    background: color-mix(in oklab, var(--danger) 10%, transparent);
    color: var(--danger);
    border-color: color-mix(in oklab, var(--danger) 20%, var(--border));
}

.tag--info {
    background: color-mix(in oklab, var(--info) 10%, transparent);
    color: var(--info);
    border-color: color-mix(in oklab, var(--info) 20%, var(--border));
}

.tag--muted {
    background: color-mix(in oklab, var(--muted) 10%, transparent);
    color: var(--muted);
    border-color: color-mix(in oklab, var(--muted) 20%, var(--border));
}

/* Tag with close button */
.tag--closable {
    padding-right: 0.3rem;
    gap: 0.3rem;
}

.tag-close {
    background: none;
    border: none;
    color: currentColor;
    opacity: 0.6;
    cursor: pointer;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

    .tag-close:hover {
        opacity: 1;
        background: color-mix(in oklab, currentColor 20%, transparent);
    }

/* Tag with icon */
.tag--icon {
    gap: 0.3rem;
}

.tag-icon {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

/* Clickable tags */
.tag--clickable {
    cursor: pointer;
    text-decoration: none;
}

    .tag--clickable:hover {
        background: color-mix(in oklab, var(--primary) 20%, transparent);
        color: var(--primary);
        transform: translateY(-2px);
    }

/* Tag in dark theme */
html[datatheme="dark"] .tag {
    background: color-mix(in oklab, var(--primary) 15%, transparent);
}

/* Responsive */
@media (max-width: 480px) {
    .tag {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }

    .tags {
        gap: 0.3rem;
    }
}


/* ========== محاسبه‌گر قیمت پروژه ========== */
.price-calculator {
    background: linear-gradient(180deg, color-mix(in oklab, var(--brand) 8%, var(--bg)), transparent 100% );
    border-radius: var(--radius);
    margin-block: 3rem;
}

.calculator-container {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 2rem;
    align-items: start;
}

/* محاسبه‌گر اصلی */
.calculator-form {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.calc-step {
    display: none;
    animation: slideIn 0.5s ease;
}

    .calc-step.active {
        display: block;
    }

    .calc-step h3 {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        text-align: center;
        color: var(--text);
    }

/* گرید انتخاب نوع پروژه */
.option-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.option-card {
    background: var(--surface);
    border: 2px solid var(--border);
    border-radius: 12px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: block;
}

    .option-card:hover {
        border-color: color-mix(in oklab, var(--primary) 50%, var(--border));
        background: color-mix(in oklab, var(--primary) 5%, var(--surface));
        transform: translateY(-2px);
    }

    .option-card input[type="radio"] {
        display: none;
    }

        .option-card input[type="radio"]:checked + .option-icon + h4 {
            color: var(--primary);
        }

        .option-card input[type="radio"]:checked ~ .option-icon {
            background: color-mix(in oklab, var(--primary) 15%, transparent);
            color: var(--primary);
        }

    .option-card:has(input:checked) {
        border-color: var(--primary);
        background: color-mix(in oklab, var(--primary) 10%, var(--surface));
        box-shadow: 0 0 0 2px color-mix(in oklab, var(--primary) 30%, transparent);
    }

.option-icon {
    width: 48px;
    height: 48px;
    background: color-mix(in oklab, var(--muted) 10%, transparent);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

    .option-icon svg {
        width: 24px;
        height: 24px;
        fill: currentColor;
    }

.option-card h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.option-card p {
    margin: 0 0 0.75rem 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.4;
}

.price-badge {
    display: inline-block;
    background: color-mix(in oklab, var(--brand-2) 15%, transparent);
    color: var(--brand-2);
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* کارت‌های پیچیدگی */
.complexity-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.complexity-card {
    background: var(--surface);
    border: 2px solid var(--border);
    border-radius: 12px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: block;
}

    .complexity-card.recommended {
        border-color: var(--brand);
        position: relative;
    }

.recommended-badge {
    position: absolute;
    top: -8px;
    right: 12px;
    background: var(--brand);
    color: white;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 700;
}

.complexity-card:hover {
    border-color: color-mix(in oklab, var(--primary) 50%, var(--border));
    background: color-mix(in oklab, var(--primary) 5%, var(--surface));
    transform: translateY(-2px);
}

.complexity-card input[type="radio"] {
    display: none;
}

.complexity-card:has(input:checked) {
    border-color: var(--primary);
    background: color-mix(in oklab, var(--primary) 10%, var(--surface));
    box-shadow: 0 0 0 2px color-mix(in oklab, var(--primary) 30%, transparent);
}

.complexity-content {
    position: relative;
}

.complexity-icon {
    width: 40px;
    height: 40px;
    background: color-mix(in oklab, var(--muted) 10%, transparent);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

    .complexity-icon svg {
        width: 20px;
        height: 20px;
        fill: currentColor;
    }

.complexity-content h4 {
    margin: 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.complexity-content p {
    margin: 0 0 1rem 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.complexity-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.complexity-content li {
    padding: 0.25rem 0;
    color: var(--muted);
    font-size: 0.85rem;
    position: relative;
    padding-right: 1rem;
}

    .complexity-content li::before {
        content: "✓";
        position: absolute;
        right: 0;
        color: var(--brand-2);
        font-weight: bold;
    }

/* اسلایدر زمان‌بندی */
.timeline-slider {
    text-align: center;
    margin-bottom: 2rem;
}

    .timeline-slider label {
        display: block;
        margin-bottom: 1rem;
        font-weight: 600;
        color: var(--text);
    }

.slider {
    width: 100%;
    /*height: 8px;*/
    border-radius: 4px;
    background: color-mix(in oklab, var(--border) 50%, var(--bg));
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 1rem;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: var(--primary);
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }

    .slider::-moz-range-thumb {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: var(--primary);
        cursor: pointer;
        border: none;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }

.timeline-display {
    margin-bottom: 1rem;
}

.timeline-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
}

.timeline-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: var(--muted);
}

.timeline-multiplier {
    text-align: center;
    padding: 1rem;
    background: color-mix(in oklab, var(--primary) 5%, transparent);
    border-radius: 8px;
    margin-bottom: 2rem;
}

    .timeline-multiplier p {
        margin: 0 0 0.5rem 0;
        font-weight: 600;
    }

#time-multiplier {
    color: var(--primary);
    font-weight: 800;
}

/* ناوبری مراحل */
.step-navigation {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2rem;
}

.next-step:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: var(--muted);
}

/* نتایج */
.price-result {
    text-align: center;
}

.price-breakdown {
    background: color-mix(in oklab, var(--primary) 5%, transparent);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.price-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid color-mix(in oklab, var(--border) 30%, transparent);
}

    .price-item:last-child {
        border-bottom: none;
    }

.price-total {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 0 0;
    border-top: 2px solid var(--primary);
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--primary);
}

.price-range {
    margin-bottom: 2rem;
}

.range-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 1rem 0;
}

.min-price, .max-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary);
}

.separator {
    font-size: 1.2rem;
    color: var(--muted);
}

.currency {
    font-size: 1rem;
    color: var(--muted);
}

.range-note {
    color: var(--muted);
    font-size: 0.9rem;
}

.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* نوار کناری خلاصه */
.price-summary {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: var(--shadow);
    position: sticky;
    top: 100px;
    height: fit-content;
}

    .price-summary h3 {
        margin-bottom: 1.5rem;
        text-align: center;
        color: var(--text);
    }

.selected-options {
    margin-bottom: 1.5rem;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid color-mix(in oklab, var(--border) 30%, transparent);
}

    .summary-item:last-child {
        border-bottom: none;
    }

    .summary-item .label {
        color: var(--muted);
        font-size: 0.9rem;
    }

    .summary-item .value {
        font-weight: 600;
        color: var(--text);
    }

.price-display {
    background: color-mix(in oklab, var(--primary) 10%, transparent);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.estimated-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.price-label {
    font-size: 0.9rem;
    color: var(--muted);
}

.price-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary);
}

.price-note {
    text-align: center;
    margin-top: 0.5rem;
}

    .price-note small {
        color: var(--muted);
        font-size: 0.8rem;
    }

/* نشانگر پیشرفت */
.progress-indicator {
    text-align: center;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: color-mix(in oklab, var(--border) 50%, var(--bg));
    border-radius: 3px;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
    border-radius: 3px;
    transition: width 0.5s ease;
    width: 25%;
}

.progress-text {
    font-size: 0.8rem;
    color: var(--muted);
}

#current-step {
    font-weight: 700;
    color: var(--primary);
}

/* انیمیشن‌ها */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ریسپانسیو */
@media (max-width: 980px) {
    .calculator-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .price-summary {
        position: static;
        order: -1;
    }

    .option-grid {
        grid-template-columns: 1fr;
    }

    .complexity-options {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .calculator-form {
        padding: 1.5rem;
    }

    .price-summary {
        padding: 1rem;
    }

    .step-navigation {
        flex-direction: column;
    }

    .cta-actions {
        flex-direction: column;
    }

    .option-card, .complexity-card {
        padding: 1rem;
    }

    .range-display {
        flex-wrap: wrap;
    }

    .min-price, .max-price {
        font-size: 1.4rem;
    }
}