
/*
 * Alpine Key V4
 * Primary correction: V3's .akv3-hero-inner width:100% overrode the site's centered shell.
 * This restores the intended luxury-site gutter without changing the rest of the site's widths.
 */

/* Correct hero alignment */
.akv3-hero .akv3-hero-inner{
  width:var(--ak-shell);
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}

/* Give the copy a touch more breathing room inside the hero composition. */
.akv3-hero-copy{
  padding-top:92px;
  padding-bottom:88px;
}

/* Keep the headline visually controlled against the photograph. */
.akv3-hero-copy > h1{
  max-width:640px;
}
.akv3-hero-copy > .ak-lead{
  max-width:610px;
}

/* Slightly more deliberate button spacing and stronger secondary button legibility. */
.akv3-hero .ak-actions{
  gap:12px;
  margin-top:2px;
}
.akv3-hero .ak-btn-ghost{
  background:rgba(251,250,246,.88);
  border-color:rgba(18,32,39,.24);
}

/* Refine the hero proof row so it reads as credibility, not tiny footer copy. */
.akv3-hero-proof{
  margin-top:30px;
  padding-top:17px;
  border-top:1px solid rgba(18,32,39,.14);
  max-width:610px;
}

/* Trust strip: cleaner vertical rhythm. */
.akv3-trust-grid>div{
  padding-top:30px;
  padding-bottom:30px;
}
.akv3-trust-grid strong{
  margin-bottom:8px;
}

/* Lead funnel card: just a little more presence without enlarging the whole section. */
.akv3-form-card .ak-lead-form{
  border-color:rgba(18,32,39,.12);
  box-shadow:0 28px 72px rgba(18,32,39,.12);
}

/* Make anchor jumps land below the sticky navigation. */
#property-review{
  scroll-margin-top:92px;
}

/* Tablet: retain a clear gutter and avoid text touching the edge. */
@media(max-width:1100px){
  .akv3-hero .akv3-hero-inner{
    width:min(100% - 56px, 1180px);
  }
  .akv3-hero-copy{
    max-width:620px;
  }
}

/* Phone: preserve the site's normal mobile gutter rather than inventing a large inset. */
@media(max-width:680px){
  .akv3-hero .akv3-hero-inner{
    width:min(100% - 30px, 1180px);
  }
  .akv3-hero-copy{
    padding-top:58px;
    padding-bottom:190px;
  }
  .akv3-hero-proof{
    padding-top:14px;
    margin-top:23px;
  }
}
