.home-container{display:flex;flex-direction:column;gap:0}.hero-section{position:relative;display:flex;align-items:center;padding:4rem 0;overflow:hidden}@media (min-width:1024px){.hero-section{padding:6rem 0 5.5rem}}@media (min-width:1400px){.hero-section{padding:8rem 0 6rem}}.hero-background{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(212,175,55,.18) 0,transparent 60%),radial-gradient(ellipse 50% 40% at 80% 100%,rgba(212,175,55,.05) 0,transparent 60%),radial-gradient(ellipse 40% 50% at 10% 80%,rgba(100,80,180,.04) 0,transparent 55%),var(--background);z-index:0}.hero-background:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4af37' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero-background:after{content:"";position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(to bottom,transparent,var(--background))}.hero-center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:1.5rem;padding:.35rem 1rem;background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.25);border-radius:var(--radius-full)}.eyebrow-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--primary);box-shadow:0 0 8px rgba(212,175,55,.8)}.hero-title{font-size:clamp(2.25rem,5.5vw,6rem);line-height:1.07;margin-bottom:1.25rem;color:var(--foreground);letter-spacing:-.04em;max-width:1050px}.hero-subtitle{font-size:clamp(.95rem,1.5vw,1.2rem);color:var(--text-muted);max-width:620px;margin-bottom:1.5rem;line-height:1.7}.cs-wrap{position:relative;width:100%;max-width:680px;margin-bottom:1.75rem}.cs-bar{display:flex;align-items:center;gap:.75rem;padding:0 1.5rem;height:68px;background:rgba(255,255,255,.05);border:1.5px solid rgba(255,255,255,.13);border-radius:var(--radius-full);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 8px 40px -8px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.07);transition:border-color .2s,box-shadow .2s;cursor:text}.cs-bar:focus-within,.cs-wrap--open .cs-bar{box-shadow:0 8px 40px -8px rgba(0,0,0,.6),0 0 0 4px rgba(212,175,55,.1);border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:rgba(212,175,55,.55) rgba(212,175,55,.55) rgba(255,255,255,.06)}.cs-bar-icon{color:var(--primary);flex-shrink:0}.cs-input{flex:1 1;background:transparent;border:none;outline:none;color:var(--foreground);font-size:1.1rem;font-family:inherit;min-width:0}.cs-input::placeholder{color:#52525b}.cs-clear{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:none;background:rgba(255,255,255,.08);color:var(--text-muted);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.cs-clear:hover{background:rgba(255,255,255,.14);color:var(--foreground)}.cs-dropdown{position:absolute;top:100%;left:0;right:0;background:rgba(18,18,20,.97);border:1px solid rgba(212,175,55,.35);border-top:none;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 20px 50px -10px rgba(0,0,0,.7);overflow:hidden;z-index:100}.cs-item{display:flex;align-items:center;gap:.875rem;width:100%;padding:.75rem 1.5rem;background:transparent;cursor:pointer;text-align:left;transition:background .1s;border:none;border-bottom:1px solid rgba(255,255,255,.04)}.cs-item:last-of-type{border-bottom:none}.cs-item--active,.cs-item:hover{background:rgba(212,175,55,.07)}.cs-item-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-sm);flex-shrink:0}.cs-item-icon--province{background:rgba(212,175,55,.12);color:var(--primary)}.cs-item-icon--city{background:rgba(255,255,255,.05);color:var(--text-muted)}.cs-item--active .cs-item-icon--city,.cs-item:hover .cs-item-icon--city{background:rgba(212,175,55,.08);color:var(--primary)}.cs-item-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.cs-item-label{font-size:.95rem;font-weight:600;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-item-sub{font-size:.75rem;color:var(--text-muted)}.cs-item-count{font-size:.72rem;font-weight:600;color:var(--text-muted);white-space:nowrap;background:rgba(255,255,255,.05);padding:.15rem .5rem;border-radius:var(--radius-full)}.cs-item--active .cs-item-count,.cs-item:hover .cs-item-count{background:rgba(212,175,55,.1);color:var(--primary)}.cs-footer{padding:.6rem 1.5rem;font-size:.7rem;color:#3f3f46;text-align:right;background:rgba(255,255,255,.015);border-top:1px solid rgba(255,255,255,.04)}.cs-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem;font-size:.9rem;color:var(--text-muted);text-align:center}.cs-empty-link{color:var(--primary);text-decoration:none;font-size:.85rem;font-weight:600}.cs-group-label{padding:.35rem 1.5rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#52525b;background:rgba(255,255,255,.02);border-top:1px solid rgba(255,255,255,.04)}.cs-group-label:first-child{border-top:none}.cs-item-icon--shop{background:rgba(212,175,55,.12);color:var(--primary)}.cs-item--active .cs-item-icon--shop,.cs-item:hover .cs-item-icon--shop{background:rgba(212,175,55,.2)}.cs-item-rating{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;color:#fcd34d;white-space:nowrap;flex-shrink:0}@media (max-width:640px){.cs-bar{height:56px;padding:0 1rem;border-radius:1.25rem}.cs-bar:focus-within,.cs-wrap--open .cs-bar{border-bottom-left-radius:0;border-bottom-right-radius:0}.cs-input{font-size:1rem}.cs-dropdown{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.cs-item{padding:.7rem 1rem;gap:.625rem}.cs-item-count{display:none}}.hero-provinces{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center;max-width:780px}.hero-province-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .875rem;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-full);font-size:.8rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:all var(--transition-fast);background:rgba(255,255,255,.03);backdrop-filter:blur(8px)}.hero-province-pill:hover{border-color:rgba(212,175,55,.45);color:var(--foreground);background:rgba(212,175,55,.06);transform:translateY(-1px)}.hero-province-pill--more{font-weight:700;color:var(--primary);border-color:rgba(212,175,55,.35);background:rgba(212,175,55,.05)}.hero-province-pill--more:hover{background:rgba(212,175,55,.1)}.pill-count{font-size:.68rem;background:rgba(212,175,55,.15);color:var(--primary);padding:.05rem .4rem;border-radius:var(--radius-full);font-weight:700}@media (max-width:640px){.hero-section{padding:2rem 0 3rem}.hero-title{letter-spacing:-.025em}.hero-subtitle{margin-bottom:1.25rem;font-size:.9rem}.trust-sep{display:none}.hero-trust{gap:.5rem;margin-bottom:1.5rem}.trust-item{font-size:.75rem}.search-label{text-align:left}.hero-provinces{gap:.35rem}.pills-label{margin-top:.25rem}}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.75rem;flex-wrap:wrap;gap:1rem}.section-title{font-size:1.75rem;color:var(--foreground);margin-bottom:.35rem;display:flex;align-items:center;gap:.6rem}.section-icon{color:var(--primary)}.section-desc{color:var(--text-muted);font-size:1rem}.see-all-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;color:var(--primary);text-decoration:none;transition:gap var(--transition-fast);white-space:nowrap}.see-all-link:hover{gap:.5rem}.provinces-section{padding-block:3rem;border-top:1px solid var(--card-border)}.provinces-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width:768px){.provinces-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1100px){.provinces-cards-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.province-mini-card{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;text-decoration:none;transition:all var(--transition-fast);border-radius:var(--radius-md)}.province-mini-card:hover{border-color:rgba(212,175,55,.3);background:rgba(212,175,55,.03);transform:translateY(-1px)}.province-mini-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(212,175,55,.08);color:var(--primary);border-radius:var(--radius-sm);flex-shrink:0}.province-mini-body{flex:1 1;min-width:0;display:flex;flex-direction:column}.province-mini-name{font-size:.9rem;font-weight:600;color:var(--foreground)}.province-mini-count{font-size:.75rem;color:var(--text-muted)}.province-mini-arrow{color:var(--text-muted);flex-shrink:0;transition:transform var(--transition-fast)}.province-mini-card:hover .province-mini-arrow{transform:translateX(3px);color:var(--primary)}.directory-section{padding-block:3rem;border-top:1px solid var(--card-border)}.barbershop-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.barbershop-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.barbershop-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.barbershop-grid{grid-template-columns:repeat(4,1fr)}}.empty-state{padding:4rem 2rem;text-align:center;color:var(--text-muted)}.barbershop-grid>*{animation:fadeIn .5s cubic-bezier(.4,0,.2,1) both}.barbershop-grid>:first-child{animation-delay:0s}.barbershop-grid>:nth-child(2){animation-delay:70ms}.barbershop-grid>:nth-child(3){animation-delay:.14s}.barbershop-grid>:nth-child(4){animation-delay:.21s}.barbershop-grid>:nth-child(5){animation-delay:.28s}.barbershop-grid>:nth-child(6){animation-delay:.35s}.barbershop-grid>:nth-child(7){animation-delay:.42s}.barbershop-grid>:nth-child(8){animation-delay:.49s}.barbershop-grid>:nth-child(9){animation-delay:.56s}.barbershop-grid>:nth-child(10){animation-delay:.63s}.barbershop-grid>:nth-child(11){animation-delay:.7s}.barbershop-grid>:nth-child(12){animation-delay:.77s}.provinces-cards-grid>*{animation:fadeIn .5s cubic-bezier(.4,0,.2,1) both}.provinces-cards-grid>:first-child{animation-delay:.1s}.provinces-cards-grid>:nth-child(2){animation-delay:.16s}.provinces-cards-grid>:nth-child(3){animation-delay:.22s}.provinces-cards-grid>:nth-child(4){animation-delay:.28s}.provinces-cards-grid>:nth-child(5){animation-delay:.34s}.provinces-cards-grid>:nth-child(6){animation-delay:.4s}.provinces-cards-grid>:nth-child(7){animation-delay:.46s}.provinces-cards-grid>:nth-child(8){animation-delay:.52s}.provinces-cards-grid>:nth-child(n+9){animation-delay:.58s}.nfc-cta-section{padding:4rem 0;border-top:1px solid rgba(212,175,55,.2);border-bottom:1px solid rgba(212,175,55,.1);background:linear-gradient(135deg,rgba(212,175,55,.05),rgba(0,0,0,0) 60%)}.nfc-cta-card{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center}@media (max-width:768px){.nfc-cta-card{grid-template-columns:1fr}.nfc-cta-visual{display:none}}.nfc-cta-eyebrow-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.nfc-cta-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);opacity:.8}.nfc-cta-shipping{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;color:#4ade80;background:rgba(74,222,128,.1);border:1px solid rgba(74,222,128,.25);padding:.15rem .6rem;border-radius:var(--radius-full)}.nfc-cta-social-proof{font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.nfc-cta-social-proof strong,.nfc-cta-title{color:var(--foreground)}.nfc-cta-title{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:1rem;line-height:1.2}.nfc-cta-desc{font-size:1rem;color:var(--text-muted);line-height:1.65;max-width:560px;margin-bottom:1.75rem}.nfc-cta-desc strong{color:var(--foreground)}.nfc-cta-actions{display:flex;gap:.75rem;flex-wrap:wrap}.nfc-cta-visual{display:flex;align-items:center;justify-content:center}.nfc-cta-img-link{display:block;flex-shrink:0}.nfc-cta-img{width:220px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 32px rgba(212,175,55,.25));transition:transform .35s ease,filter .35s ease}.nfc-cta-img-link:hover .nfc-cta-img{transform:translateY(-4px) scale(1.02);filter:drop-shadow(0 16px 40px rgba(212,175,55,.4))}