/* ============================================================================
   Desktop redesign of the finishing-option pages (laminated, framed, mounted,
   magnetic, rails, etc.). Pilot page: /info/laminated-maps.aspx.
   Every rule is scoped under .lam-desktop so nothing leaks to other pages that
   share landing-page.master, and so it is inert on the mobile (.mg-*) layout.
   ============================================================================ */

.lam-desktop { width: 100%; margin: 0; padding: 0 0 60px; font-family: Arial, "Segoe UI", sans-serif; color: #33404d; box-sizing: border-box; }
.lam-desktop *, .lam-desktop *:before, .lam-desktop *:after { box-sizing: border-box; }
.lam-desktop a { text-decoration: none; }
/* Lower sections get side padding; the banner above stays full-bleed. */
.lam-body { padding: 0 28px; }

.lam-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 8px; font-size: 15px; font-weight: 600; border: 1px solid transparent; cursor: pointer; }
.lam-btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 28px; border-radius: 20px; background: #164D7C; color: #fff; }
.lam-btn-primary:hover { background: #11406a; }
.lam-btn-accent { background: #f7941e; color: #fff; }
.lam-btn-accent:hover { background: #e0850f; }
.lam-btn-light { background: #fff; color: #164d7c; }
.lam-btn-light:hover { background: #eef3f8; }
.lam-phone { color: #164D7C; font-family: "Segoe UI", Arial, sans-serif; font-size: 32px; font-style: normal; font-weight: 700; line-height: normal; }

/* Hero banner — full-bleed, faint map background. Figma: 262px tall, flex column,
   vertically centered, left-aligned; text is Arial #0E314F. CTAs pinned right.
   NOTE: the banner background image is page-specific and is set inline on the page. */
.lam-banner { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
    height: 262px; padding: 0 40px; color: #0E314F;
    background-size: cover; background-position: center; }
.lam-banner h1 { margin: 0; font-family: Arial, sans-serif; font-size: 51px; font-weight: 400; line-height: normal; color: #0E314F; }
.lam-banner .lam-subtitle { margin: 4px 0 0; font-family: Arial, sans-serif; font-size: 22px; font-weight: 400; line-height: normal; color: #0E314F; }
.lam-banner-intro { margin: 16px 0 0; max-width: 60%; font-family: Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 20px; color: #0E314F; }
.lam-banner-cta { position: absolute; top: 30px; right: 40px; text-align: right; }
.lam-banner-cta .lam-phone { display: block; margin-top: 10px; }
.lam-banner-actions { position: absolute; bottom: 30px; right: 40px; }

.lam-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0 36px; }
.lam-tile { display: flex; align-items: center; gap: 12px; padding: 18px 20px; background: #e8f1fb; border-radius: 8px; }
.lam-tile-ico { flex: none; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 10px; }
.lam-tile-text { font-size: 15px; color: #2c3e50; line-height: 1.35; }

.lam-gallery { text-align: center; margin: 10px 0 44px; }
.lam-gallery #finishingoptionlarge { display: block; margin: 0 auto; max-width: 100%; height: auto; max-height: 460px; box-shadow: 0 6px 24px rgba(22,77,124,.15); }
.lam-thumbs-row { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 16px; }
.lam-thumb-arrow { background: none; border: 0; padding: 0 6px; font-size: 38px; line-height: 1; color: #111; cursor: pointer; -webkit-user-select: none; user-select: none; }
.lam-thumb-arrow:hover { color: #000; }
.lam-thumbs { display: flex; gap: 14px; }
.lam-thumbs img { width: 120px; height: 80px; object-fit: cover; border: 2px solid #e6ecf3; cursor: pointer; }
.lam-thumbs img:hover, .lam-thumbs img.active { border-color: #164d7c; }

.lam-section { margin: 40px 0; }
.lam-section h2 { margin: 0 0 12px; font-size: 24px; color: #164d7c; }
.lam-section > p { margin: 0; font-size: 16px; line-height: 1.6; color: #44515f; max-width: 880px; }
/* Tighter bottom margin for the last section above the lower (alt/closing) blocks. */
.lam-section-tight { margin-bottom: 16px; }

.lam-finishes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 18px; }
.lam-finish { padding: 22px 24px; }
.lam-finish-head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.lam-finish-title { font-size: 19px; font-weight: 700; color: #164d7c; }
.lam-badge { font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #164d7c; background: #eef3f8; padding: 4px 10px; border-radius: 999px; }
.lam-finish p { margin: 0; font-size: 15px; line-height: 1.55; color: #5a6b7b; }

.lam-alt { padding: 0 30px; margin: 16px 0; text-align: left; }
.lam-alt h2 { margin: 0 0 4px; font-size: 22px; color: #164d7c; text-align: left; }
.lam-alt > p { margin: 0 0 12px; color: #5a6b7b; text-align: left; }
.lam-alt-row { display: flex; justify-content: center; gap: 20px; }
.lam-altcard { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2px; flex: 1 0 0; padding: 4px 0; background: #fff; border: 1px solid #468BCA; border-radius: 15px; color: #164d7c; font-size: 17px; font-weight: 600; }
.lam-altcard img { height: 60px; width: auto; object-fit: contain; }
.lam-altcard-label { display: inline-flex; align-items: center; gap: 6px; }
.lam-altcard .lam-arrow { font-size: 18px; }
.lam-altcard:hover { border-color: #164d7c; box-shadow: 0 4px 14px rgba(22,77,124,.12); }

.lam-closing { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #164d7c; border-radius: 16px; padding: 18px 28px; margin-top: 16px; color: #fff; }
.lam-closing-head { margin: 0; color: #FFF; font-family: "Segoe UI", Arial, sans-serif; font-size: 28px; font-weight: 400; line-height: normal; }
.lam-closing-phone { display: inline-block; margin-top: 12px; color: #FFF; font-family: "Segoe UI", Arial, sans-serif; font-size: 24px; font-weight: 700; line-height: normal; }
.lam-closing-btns { display: flex; flex-direction: column; gap: 12px; flex: none; }
.lam-closing-btn { display: flex; width: 365px; height: 45px; padding: 0 20px; flex-direction: column; justify-content: center; align-items: center; border-radius: 15px; font-family: "Segoe UI", Arial, sans-serif; font-size: 20px; font-weight: 400; line-height: normal; }
.lam-closing-btn-light { background: #FFF; color: #0E314F; }
.lam-closing-btn-blue { background: #519CEF; color: #FFF; }
