 body { font-family: Quicksand } {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } .jly-wt, .jly-wt * { margin: 0; padding: 0; box-sizing: border-box; } .jly-wt { --navy: #2F4851; --teal: #3E9DBA; --gold: #E2A752; --gold-d: #C58446; --sky-pale: #EBF6FC; --silver: #D5D8DB; --white: #FFFFFF; --body: #3D5560; --leading: 1.75; font-family: 'Quicksand', sans-serif; font-size: 17px; color: var(--body); background: var(--sky-pale); line-height: var(--leading); width: 100%; } .jly-wt__main { display: flex; align-items: center; justify-content: center; padding: clamp(20px, 4vw, 40px) 16px; } .jly-wt__card { width: min(760px, 100%); background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: 0 8px 32px rgba(47, 72, 81, 0.08); } .jly-wt__photo { aspect-ratio: 4/3; overflow: hidden; background: var(--silver); } .jly-wt__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transform: scale(1.35); transform-origin: center 30%; display: block; } .jly-wt__content { padding: clamp(22px, 4vw, 36px) clamp(20px, 4vw, 32px) clamp(26px, 5vw, 40px); text-align: center; } .jly-wt__brand { font-family: 'PT Sans Narrow', sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; } .jly-wt__content h1 { font-size: clamp(24px, 5vw, 34px); font-weight: 700; color: var(--navy); line-height: 1.2; margin-bottom: 12px; } .jly-wt__lead { font-size: clamp(16px, 3.5vw, 18px); color: var(--body); margin-bottom: 20px; line-height: var(--leading); } .jly-wt__divider { width: 48px; height: 3px; background: var(--gold); border-radius: 2px; margin: 0 auto 20px; } .jly-wt__inbox { font-size: clamp(15px, 3.2vw, 17px); color: var(--navy); background: var(--sky-pale); border-left: 3px solid var(--teal); border-radius: 6px; padding: 14px 16px; text-align: left; margin-bottom: 22px; line-height: var(--leading); } .jly-wt__inbox a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; } .jly-wt__inbox a:hover { color: var(--navy); } .jly-wt__btn { display: inline-block; font-weight: 700; font-size: 15px; letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none; color: var(--navy); background: var(--gold); padding: 14px 28px; border-radius: 6px; transition: background 0.2s, transform 0.2s; box-shadow: 0 4px 14px rgba(226, 167, 82, 0.35); } .jly-wt__btn:hover { background: var(--gold-d); transform: translateY(-1px); } .jly-wt footer { background: var(--navy); color: rgba(255, 255, 255, 0.5); display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; padding: 12px 16px; font-family: 'PT Sans Narrow', sans-serif; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; } .jly-wt .footer-social { display: flex; align-items: center; gap: 14px; } .jly-wt footer a { display: inline-flex; align-items: center; justify-content: center; line-height: 0; opacity: 0.85; transition: opacity 0.2s, transform 0.2s; } .jly-wt footer a:hover { opacity: 1; transform: translateY(-1px); } .jly-wt footer img { width: 22px; height: 22px; display: block; } @media (max-width: 480px) { .jly-wt__btn { display: block; width: 100%; text-align: center; } }
