* { box-sizing: border-box; }
.logo-mark { width: 34px; height: 34px; border-radius: 999px; background: #f45154; display: flex; align-items: center; justify-content: center; gap: 3px; }
.logo-mark i { display: block; width: 3px; border-radius: 4px; background: white; }
.logo-mark i:nth-child(1) { height: 8px; }
.logo-mark i:nth-child(2) { height: 16px; }
.logo-mark i:nth-child(3) { height: 11px; }
.event-card { position: relative; display: grid; min-height: 180px; grid-template-columns: 48px 1fr; background: white; padding: 24px 20px; color: #17202a; transition: transform .2s; }
.event-card:hover { transform: translateY(-5px); }
.event-date { display: flex; flex-direction: column; border-right: 1px solid #e7e3dc; }
.event-date strong { font-size: 30px; line-height: 1; }
.event-date span { margin-top: 5px; font-size: 9px; font-weight: 700; color: #7e8790; }
.event-status { font-size: 7px; font-weight: 900; color: #f45154; }
.event-card h3 { margin-top: 17px; font-size: 14px; font-weight: 700; }
.event-card p { margin-top: 7px; font-size: 10px; color: #7b838c; }
.event-card > a { position: absolute; right: 17px; bottom: 15px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 999px; background: #f45154; color: white; }
.method-row { display: flex; gap: 18px; border-top: 1px solid #e7e3dc; padding: 17px 0; }
.method-row > span { font: bold 11px Georgia, serif; color: #f45154; }
.method-row strong { font-size: 13px; }
.method-row p { margin-top: 5px; font-size: 11px; color: #7b848c; }
.price-card { display: flex; min-height: 430px; flex-direction: column; background: white; padding: 35px 32px; color: #17202a; }
.price-tag { font-size: 8px; font-weight: 900; letter-spacing: 1.4px; color: #f45154; }
.price-card h3 { margin: 20px 0 12px; font: 700 24px Georgia, serif; }
.price-card > p { min-height: 76px; font-size: 11px; line-height: 1.7; color: #6f7780; }
.price-card .duration { margin: 12px 0; border-top: 1px solid #e7e3dc; border-bottom: 1px solid #e7e3dc; padding: 14px 0; font-size: 10px; }
.price-card small { display: block; font-size: 9px; color: #8a9095; }
.price-card strong { display: block; font-size: 25px; }
.price-card > a { margin-top: auto; border-radius: 5px; padding: 16px 22px; text-align: center; font-size: 12px; font-weight: 800; color: white; }
.article-card > div { position: relative; height: 220px; overflow: hidden; }
.article-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55); transition: transform .4s; }
.article-card:hover img { transform: scale(1.04); }
.article-card > div span { position: absolute; bottom: 0; left: 0; background: #f45154; padding: 9px 12px; font-size: 8px; font-weight: 900; letter-spacing: 1px; color: white; }
.article-card h3 { margin: 20px 0 10px; font: 700 21px/1.25 Georgia, serif; }
.article-card p { font-size: 11px; line-height: 1.7; color: #737c84; }
.article-card > a { font-size: 10px; font-weight: 900; color: #f45154; }
.contact-item { display: flex; align-items: center; gap: 15px; margin-top: 22px; }
.contact-item > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #ddd8cf; border-radius: 999px; color: #f45154; }
.contact-item p { font-size: 11px; line-height: 1.4; }
.contact-item small { font-size: 7px; letter-spacing: 1.3px; color: #8a9095; }
form label { font-size: 9px; font-weight: 900; }
form input, form select, form textarea { width: 100%; margin-top: 8px; border: 1px solid #deddd9; background: white; padding: 13px; font: 12px Arial, sans-serif; outline: none; }
form input:focus, form select:focus, form textarea:focus { border-color: #f45154; }
@media (max-width: 560px) {
  .price-card { min-height: 390px; padding: 30px 24px; }
  .event-card { min-height: 160px; }
  .article-card > div { height: 190px; }
  form { min-width: 0; }
  form input, form select, form textarea { min-width: 0; }
}
