/* Desktop styles - loads only on screens 720px+ */
/* All styles here override mobile styles for desktop/tablet */

/* Desktop navigation */
.topnav{display:flex!important}

/* Footer legal grid */
.footer-legal__grid{grid-template-columns:repeat(3,1fr)!important;gap:40px!important}

/* Hero layout for tablets and desktop (720px+) */
header#hero.wrap{display:grid!important;grid-template-columns:1fr 1fr!important;gap:32px!important;align-items:center!important;padding:40px 24px!important}
header#hero .hero{display:contents!important;padding:0!important;margin:0!important}
header#hero .hero-image{grid-column:1!important;grid-row:1/6!important;margin:0!important;align-self:center!important;width:100%!important;height:auto!important;max-width:100%!important}
header#hero .hero .badge{grid-column:2!important;grid-row:1!important;margin-bottom:12px!important}
header#hero .hero h1{grid-column:2!important;grid-row:2!important;font-size:clamp(28px,3vw,36px)!important;line-height:1.3!important;margin:0 0 16px 0!important;font-weight:700!important;letter-spacing:-0.02em!important}
header#hero .hero p{grid-column:2!important;grid-row:3!important;margin:0 0 16px 0!important;max-width:65ch}
header#hero .hero .cta-row{grid-column:2!important;grid-row:4!important;margin:0!important}

/* Enhanced typography */
.hero h1{font-size:clamp(32px,3.5vw,40px);line-height:1.3;font-weight:700;letter-spacing:-0.02em}
.sec-title{font-size:28px}
section{padding:56px 0}
.section{padding:56px 24px}
.hero p{max-width:65ch}
.section p:not(.lead){max-width:65ch}

/* Grid improvements */
.trust{grid-template-columns:repeat(4,1fr)}
.grid{grid-template-columns:repeat(2,1fr);gap:20px}
.grid .card .cap{font-size:13px}

/* Sticky bottom nav */
.sticky-bottom{left:calc(50% - 260px);right:auto;min-width:520px}

/* Video container */
.video-container{max-width:400px}
.video-wrapper{box-shadow:0 24px 80px rgba(0,0,0,.2)}

/* Contacts grid */
.contacts-grid{grid-template-columns:1fr 1fr;gap:32px}

/* Desktop styles 1024px+ */
.grid{gap:24px}
/* Full-width backgrounds for sections */
section.wrap.section--alt{position:relative}
section.wrap.section--alt::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;max-width:100vw;height:100%;background:var(--bg-alt);z-index:-1}
section.wrap.section--alt{max-width:1080px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}
section.band-dark{position:relative}
section.band-dark::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100vw;max-width:100vw;height:100%;background:var(--bg-alt);z-index:-1}
section.band-dark{max-width:1080px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}
/* Enhanced spacing */
section{padding:80px 0}
.section{padding:80px 24px}
/* Hero layout - two columns */
header#hero.wrap{display:grid!important;grid-template-columns:1fr 1fr!important;gap:48px!important;align-items:center!important;padding:60px 24px!important}
header#hero .hero{display:contents!important;padding:0!important;margin:0!important}
header#hero .hero-image{grid-column:1!important;grid-row:1/6!important;margin:0!important;align-self:center!important;width:100%!important;height:auto!important;max-width:100%!important}
header#hero .hero .badge{grid-column:2!important;grid-row:1!important;margin-bottom:12px!important}
header#hero .hero h1{grid-column:2!important;grid-row:2!important;font-size:clamp(32px,3.5vw,40px)!important;line-height:1.3!important;margin:0 0 16px 0!important;font-weight:700!important;letter-spacing:-0.02em!important}
header#hero .hero p{grid-column:2!important;grid-row:3!important;margin:0 0 16px 0!important}
header#hero .hero .cta-row{grid-column:2!important;grid-row:4!important;margin:0!important}
.hero p{font-size:18px;line-height:1.7;max-width:70ch;margin-bottom:24px}
.sec-title{font-size:36px;margin-bottom:24px}
.lead{font-size:19px;line-height:1.75}
/* Better grid layouts */
.grid{grid-template-columns:repeat(3,1fr);gap:32px}
.hair-grid{grid-template-columns:repeat(3,1fr);gap:24px}
/* Two-column layouts where appropriate */
@media(min-width:1024px){
  section#capsule.section--alt{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
  #capsule .sec-title{grid-column:1/-1;margin-bottom:32px}
  #capsule .capsule-image{grid-column:1;grid-row:2/6;object-fit:cover;height:100%;border-radius:16px;width:100%;align-self:stretch;margin:0}
  #capsule .sec-eyebrow:first-of-type{grid-column:2;grid-row:2;margin-top:0;margin-bottom:12px}
  #capsule p:first-of-type{grid-column:2;grid-row:3;margin-bottom:24px}
  #capsule details.spoiler{grid-column:2;grid-row:4;margin-top:0}
}
/* Improved card styles */
.card{border-radius:20px;padding:24px;transition:transform .3s ease,box-shadow .3s ease}
.card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.12)}
/* Better button spacing */
.cta-row{gap:12px}
.cta-row .btn--whatsapp,.cta-row .btn--telegram{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;flex:none!important;flex-shrink:0!important;flex-grow:0!important;padding:0!important;border-radius:50%!important;aspect-ratio:1/1!important;box-sizing:border-box!important;overflow:hidden!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.btn{padding:14px 24px;font-size:15px}
/* Improved typography */
.section p:not(.lead){max-width:70ch;line-height:1.75}
/* Portfolio grid - 3 columns on desktop */
#portfolio .grid{grid-template-columns:repeat(3,1fr);gap:28px}
/* Cases grid */
#cases .grid{grid-template-columns:repeat(2,1fr);gap:32px}
/* Price table improvements */
.price-table{font-size:16px}
.price-table th,.price-table td{padding:16px 20px}
/* Timeline improvements */
.timeline{padding:32px;gap:24px}
.step{padding-left:48px;font-size:16px;line-height:1.7}
.step::before{width:32px;height:32px;font-size:16px;line-height:32px}
/* Contact section */
.contacts-grid{grid-template-columns:1fr 1fr;gap:48px}
/* Portfolio button - larger on desktop */
.grid .card .cap{padding:16px!important;gap:14px!important}
.btn-portfolio-view{padding:10px 18px!important;font-size:15px!important;gap:10px!important;margin-top:12px!important;border-radius:12px!important}
.btn-portfolio-view i{font-size:16px!important}
.contacts-cta{padding:32px}
/* Video container */
.video-container{max-width:500px}
.video-wrapper{max-width:400px}
/* Process section improvements */
#process .wrap{max-width:900px}
/* Reviews section */
#reviews .grid{grid-template-columns:repeat(2,1fr);gap:24px}
/* FAQ improvements */
details{max-width:800px;margin-left:auto;margin-right:auto}
details:first-of-type{margin-top:32px}
/* Hair types grid improvements */
.hair-card{padding:24px;border-radius:16px}
/* Facts list improvements */
#facts .list-check li{font-size:16px;line-height:1.7;padding-left:40px}
#facts .list-check li .icon{width:28px;font-size:18px}

