/* =====================================================
   freetourvienna.eu — Стиль v1
   Антифутпринт: новые классы, GYG-палитра
   Шрифты: Playfair Display + Source Sans 3
   Цвет: #e36344 (GYG coral) + светлый кремовый фон
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Source+Sans+3:wght@300;400;600;700&display=swap');

:root {
  --coral:      #e36344;
  --coral-dk:   #c44e32;
  --coral-lt:   #fdf0ec;
  --coral-pale: #fff8f6;
  --slate:      #f5f4f2;
  --slate-dk:   #e8e5e0;
  --ink:        #1a1410;
  --ink-mid:    #3d342c;
  --muted:      #7a6e66;
  --white:      #ffffff;
  --border:     #e5ddd8;
  --gold:       #d4a853;

  --ff-head: 'Playfair Display', Georgia, serif;
  --ff-body: 'Source Sans 3', system-ui, sans-serif;
  --mw:     880px;
  --mw-w:   1100px;
  --r:      6px;
  --r-lg:   14px;
  --sh:     0 4px 20px rgba(227,99,68,.1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
html { font-size: 17px; scroll-behavior: smooth; }
body { font-family: var(--ff-body); font-size: 1.0625rem; line-height: 1.85; color: var(--ink-mid); background: var(--white); -webkit-font-smoothing: antialiased; }
a { color: var(--coral-dk); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
.wrap  { max-width: var(--mw);   margin: 0 auto; }
.wide  { max-width: var(--mw-w); margin: 0 auto; }

/* ── HEADER ── */
.site-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--white); border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 6px rgba(0,0,0,.06);
}
.header-row {
  max-width: var(--mw-w); margin: 0 auto; padding: 0 22px;
  height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.site-logo {
  font-family: var(--ff-head); font-size: 1.15rem; font-weight: 700;
  color: var(--ink); text-decoration: none; line-height: 1.2; white-space: nowrap;
}
.site-logo span { color: var(--coral); }
.main-nav { display: flex; align-items: center; gap: 2px; list-style: none; }
.main-nav a {
  font-size: .78rem; font-weight: 600; letter-spacing: .03em;
  color: var(--muted); text-decoration: none; padding: 6px 12px; border-radius: var(--r);
  transition: color .2s, background .2s;
}
.main-nav a:hover, .main-nav a.activo { color: var(--ink); background: var(--coral-lt); }
.nav-cta {
  background: var(--coral) !important; color: var(--white) !important;
  border-radius: 22px !important; padding: 8px 18px !important;
  font-weight: 700 !important; font-size: .78rem !important;
}
.nav-cta:hover { background: var(--coral-dk) !important; }
.mob-btn {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 4px;
}
.mob-btn span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 300;
  background: var(--white); flex-direction: column;
  padding: 72px 26px 28px; overflow-y: auto;
}
.mobile-menu.abierto { display: flex; }
.mobile-menu a {
  font-size: .95rem; font-weight: 600; color: var(--ink-mid); text-decoration: none;
  padding: 14px 0; border-bottom: 1px solid var(--border); transition: color .15s;
}
.mobile-menu a:hover { color: var(--coral); }
.mobile-menu .mob-cta { color: var(--coral); font-weight: 700; border-bottom: none; }
.mob-close { position: absolute; top: 16px; right: 18px; background: none; border: none; cursor: pointer; font-size: 1.4rem; color: var(--muted); }

/* ── BREADCRUMB ── */
.breadcrumb { background: var(--slate); border-bottom: 1px solid var(--border); padding: 8px 22px; }
.breadcrumb-row { max-width: var(--mw-w); margin: 0 auto; display: flex; align-items: center; gap: 7px; flex-wrap: wrap; font-size: .78rem; color: var(--muted); }
.breadcrumb-row a { color: var(--coral-dk); font-weight: 500; }
.bsep { color: var(--border); }

/* ── HERO ── */
.hero-wrap { position: relative; width: 100%; overflow: hidden; background: #160e08; min-height: 500px; display: flex; align-items: flex-end; }
.hero-wrap img.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: .68; }
.hero-cuerpo {
  position: relative; z-index: 1; width: 100%;
  max-width: var(--mw); margin: 0 auto; padding: 56px 22px 60px;
}
.hero-badge { display: inline-block; margin-bottom: 14px; font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #fcd9c8; padding: 5px 14px; border: 1px solid rgba(252,217,200,.4); border-radius: 20px; }
.hero-cuerpo h1 { font-family: var(--ff-head); font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 700; line-height: 1.12; color: var(--white); margin-bottom: 16px; }
.hero-cuerpo h1 em { font-style: italic; color: #fcd9c8; }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.82); max-width: 560px; line-height: 1.78; margin-bottom: 30px; }

/* ── BOTONES ── */
.btn-coral { display: inline-flex; align-items: center; font-family: var(--ff-body); font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; padding: 14px 30px; border-radius: 26px; background: var(--coral); color: var(--white); transition: background .2s, transform .15s; box-shadow: 0 4px 14px rgba(0,0,0,.2); }
.btn-coral:hover { background: var(--coral-dk); transform: translateY(-1px); text-decoration: none; color: var(--white); }
.btn-outline { display: inline-flex; align-items: center; font-family: var(--ff-body); font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; padding: 13px 26px; border-radius: 26px; background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,.5); transition: background .2s; }
.btn-outline:hover { background: rgba(255,255,255,.12); text-decoration: none; color: var(--white); }
.btn-ring { display: inline-flex; align-items: center; font-family: var(--ff-body); font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; padding: 12px 24px; border-radius: 26px; background: transparent; color: var(--coral-dk); border: 1.5px solid var(--coral); transition: background .2s, color .2s; }
.btn-ring:hover { background: var(--coral); color: var(--white); text-decoration: none; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── SECCIONES ── */
.sec { padding: 64px 22px; }
.sec-blanco  { background: var(--white); }
.sec-slate   { background: var(--slate); }
.sec-coral   { background: var(--coral-lt); }
.sec h2 { font-family: var(--ff-head); font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 700; color: var(--ink); margin-bottom: 10px; line-height: 1.25; }
.sec h2::after { content: ''; display: block; width: 44px; height: 3px; background: var(--coral); border-radius: 2px; margin-top: 9px; }
.sec h3 { font-family: var(--ff-head); font-size: 1.35rem; font-weight: 600; color: var(--ink); margin: 32px 0 10px; }
.sec h3::after { display: none; }
.sec p { color: var(--ink-mid); margin-bottom: 15px; font-size: 1.0625rem; line-height: 1.85; }
.sec p:last-child { margin-bottom: 0; }
.sec strong { color: var(--ink); font-weight: 700; }
.link-txt { color: var(--coral-dk); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.lead { font-size: 1.08rem; color: var(--ink-mid); margin-bottom: 28px; max-width: 700px; }
.sec-foto { display: block; width: 100%; height: 280px; object-fit: cover; object-position: center; border-radius: var(--r-lg); margin: 14px 0 28px; }

/* ── WIDGET ── */
.widget-box { margin: 24px 0; min-height: 60px; }

/* ── GRID EXCURSIONES (6 карточек) ── */
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 24px 0; }
.tour-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow .2s, transform .15s; }
.tour-card:hover { box-shadow: var(--sh); transform: translateY(-2px); }
.tour-card img { width: 100%; height: 160px; object-fit: cover; }
.tour-card-body { padding: 14px 16px; }
.tour-card-badge { font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--coral); margin-bottom: 6px; }
.tour-card-body h4 { font-family: var(--ff-head); font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; line-height: 1.35; }
.tour-card-body p { font-size: .88rem; color: var(--muted); line-height: 1.6; margin-bottom: 12px; }
.tour-card-footer { display: flex; align-items: center; justify-content: space-between; font-size: .88rem; }
.tour-precio { font-weight: 700; color: var(--coral-dk); }
.tour-rating { color: var(--gold); font-size: .8rem; }
@media(max-width:768px){ .tour-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:500px){ .tour-grid { grid-template-columns: 1fr; } }

/* ── КОМПАНИИ (фирмы) ── */
.firmas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 20px 0; }
.firma-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 18px 16px; text-align: center; }
.firma-nombre { font-family: var(--ff-head); font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.firma-rating { font-size: .8rem; color: var(--gold); margin-bottom: 8px; }
.firma-desc { font-size: .88rem; color: var(--muted); line-height: 1.55; }
@media(max-width:768px){ .firmas-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:480px){ .firmas-grid { grid-template-columns: 1fr; } }

/* ── ДОСТОПРИМЕЧАТЕЛЬНОСТИ (список) ── */
.atracciones-lista { display: grid; gap: 14px; margin: 18px 0; }
.atraccion-row { display: flex; align-items: flex-start; gap: 16px; background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 16px; }
.atraccion-num { flex-shrink: 0; width: 36px; height: 36px; background: var(--coral); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--ff-head); font-size: 1rem; font-weight: 700; margin-top: 2px; }
.atraccion-txt h4 { font-family: var(--ff-head); font-size: 1.1rem; font-weight: 600; color: var(--ink); margin-bottom: 5px; }
.atraccion-txt p { font-size: .93rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── ТАБЛИЦА СРАВНЕНИЯ ВИДОВ ТУРОВ ── */
.tbl-scroll { overflow-x: auto; margin: 18px 0 24px; border-radius: var(--r-lg); border: 1px solid var(--border); }
.cmp-tabla { width: 100%; border-collapse: collapse; font-size: .95rem; }
.cmp-tabla thead th { background: var(--coral); color: var(--white); text-align: left; padding: 11px 16px; font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.cmp-tabla thead th:first-child { border-radius: var(--r-lg) 0 0 0; }
.cmp-tabla thead th:last-child  { border-radius: 0 var(--r-lg) 0 0; }
.cmp-tabla tbody tr { border-bottom: 1px solid var(--border); }
.cmp-tabla tbody tr:last-child { border-bottom: none; }
.cmp-tabla tbody tr:nth-child(even) { background: var(--coral-pale); }
.cmp-tabla td { padding: 10px 16px; vertical-align: top; line-height: 1.5; }
.td-tipo { font-weight: 700; color: var(--ink); }
.td-precio { font-weight: 700; color: var(--coral-dk); white-space: nowrap; }
.td-dest { color: var(--muted); font-size: .9rem; }
@media(max-width:600px){
  .cmp-tabla { display: block; }
  .cmp-tabla thead { display: none; }
  .cmp-tabla tbody { display: block; }
  .cmp-tabla tbody tr { display: block; border: 1px solid var(--border); border-radius: var(--r); margin-bottom: 10px; overflow: hidden; }
  .cmp-tabla tbody td { display: flex; gap: 10px; padding: 9px 14px; font-size: .9rem; border-bottom: 1px solid var(--border); }
  .cmp-tabla tbody td:last-child { border-bottom: none; }
  .cmp-tabla tbody td::before { content: attr(data-col); font-weight: 700; color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .05em; flex-shrink: 0; min-width: 80px; padding-top: 2px; }
}

/* ── GISTOGRAMA ЦЕНЫ ── */
.histo-wrap { margin: 20px 0 28px; display: grid; gap: 10px; }
.histo-row { display: flex; align-items: center; gap: 12px; }
.histo-lbl { font-size: .88rem; font-weight: 600; color: var(--ink-mid); width: 200px; flex-shrink: 0; }
.histo-bar-track { flex: 1; background: var(--slate-dk); border-radius: 4px; height: 24px; overflow: hidden; }
.histo-bar { height: 100%; border-radius: 4px; display: flex; align-items: center; padding-left: 10px; font-size: .78rem; font-weight: 700; color: var(--white); transition: width .6s ease; }
.histo-val { font-size: .88rem; font-weight: 700; color: var(--coral-dk); width: 60px; text-align: right; flex-shrink: 0; }
@media(max-width:600px){ .histo-lbl { width: 130px; font-size: .8rem; } }

/* ── БЛОК ПАРТНЁРА ── */
.partner-bloque { background: linear-gradient(135deg, var(--coral-pale) 0%, var(--white) 100%); border: 2px solid var(--coral); border-radius: var(--r-lg); padding: 26px; margin: 24px 0; }
.partner-label { display: inline-block; background: var(--coral); color: var(--white); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 18px; margin-bottom: 10px; }
.partner-bloque h3 { font-family: var(--ff-head); font-size: 1.3rem; color: var(--ink); margin: 0 0 12px; }
.partner-bloque h3::after { display: none; }
.check-ul { list-style: none; display: grid; gap: 9px; margin: 0 0 20px; padding: 0; }
.check-ul li { display: flex; align-items: flex-start; gap: 9px; font-size: 1rem; color: var(--ink-mid); }
.check-ul li::before { display: none; }
.chk { flex-shrink: 0; width: 20px; height: 20px; background: var(--coral); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .6rem; font-weight: 900; margin-top: 3px; }

/* ── PUNTOS DE INTERES (маркированный список) ── */
.puntos-ul { list-style: none; display: grid; gap: 8px; margin: 14px 0 20px; padding: 0; }
.puntos-ul li { display: flex; align-items: flex-start; gap: 10px; font-size: 1rem; color: var(--ink-mid); padding: 10px 14px; background: var(--coral-pale); border-radius: var(--r); border-left: 3px solid var(--coral-lt); }
.punto-ico { flex-shrink: 0; width: 20px; height: 20px; margin-top: 3px; background: var(--coral); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .58rem; font-weight: 900; }

/* ── INFO/WARN BOXES ── */
.info-box { background: var(--coral-lt); border-left: 3px solid var(--coral); border-radius: var(--r); padding: 14px 16px; margin: 16px 0; font-size: 1rem; color: var(--ink-mid); line-height: 1.75; }
.info-box a { color: var(--coral-dk); font-weight: 500; text-decoration: underline; }

/* ── MAPA ── */
.mapa-contenedor { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--sh); }
.mapa-contenedor iframe { display: block; width: 100%; height: 480px; border: none; }

/* ── FAQ ── */
.faq-pila { margin: 8px 0 32px; }
.faq-elem { background: var(--white); border: 1px solid var(--border); border-radius: var(--r); margin-bottom: .75rem; overflow: hidden; transition: box-shadow .2s; }
.faq-elem.abierto { box-shadow: 0 3px 12px rgba(227,99,68,.1); border-color: var(--coral); }
.faq-trigger { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; cursor: pointer; user-select: none; padding: 15px 18px; }
.faq-trigger h3 { flex: 1; font-family: var(--ff-head); font-size: 1.05rem; font-weight: 600; color: var(--ink); margin: 0; line-height: 1.4; }
.faq-trigger h3::after { display: none; }
.faq-icono { flex-shrink: 0; width: 26px; height: 26px; border: 1.5px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 1.1rem; transition: transform .25s, border-color .2s, color .2s, background .2s; margin-top: 1px; }
.faq-elem.abierto .faq-icono { transform: rotate(45deg); border-color: var(--coral); color: var(--white); background: var(--coral); }
.faq-respuesta { display: none; padding: 0 18px 18px; border-top: 1px solid var(--border); }
.faq-respuesta p { margin-top: 14px; font-size: 1rem; color: var(--ink-mid); line-height: 1.85; margin-bottom: 0; }
.faq-elem.abierto .faq-respuesta { display: block; }
.faq-grupo-titulo { font-family: var(--ff-head); font-size: 1.5rem; font-weight: 700; color: var(--ink); margin: 44px 0 14px; }
.faq-grupo-titulo::after { content: ''; display: block; width: 34px; height: 3px; background: var(--coral); border-radius: 2px; margin-top: 7px; }

/* ── ТЕХНИЧЕСКИЕ СТРАНИЦЫ ── */
.page-doc { max-width: var(--mw); margin: 0 auto; padding: 50px 22px; }
.page-doc h1 { font-family: var(--ff-head); font-size: clamp(1.6rem, 3.5vw, 2.3rem); font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.page-doc h1::after { content: ''; display: block; width: 44px; height: 3px; background: var(--coral); border-radius: 2px; margin-top: 9px; margin-bottom: 26px; }
.page-doc h2 { font-family: var(--ff-head); font-size: 1.35rem; font-weight: 600; color: var(--ink); margin: 32px 0 10px; }
.page-doc h2::after { display: none; }
.page-doc p { font-size: 1rem; color: var(--ink-mid); line-height: 1.85; margin-bottom: 13px; }
.page-doc ul { padding-left: 1.4rem; margin-bottom: 13px; }
.page-doc li { font-size: 1rem; color: var(--ink-mid); line-height: 1.85; margin-bottom: 5px; }
.page-doc a { color: var(--coral-dk); text-decoration: underline; }

/* ── 404 ── */
.error-bloque { min-height: 58vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 22px 60px; }
.error-num { font-family: var(--ff-head); font-size: clamp(5rem, 18vw, 10rem); font-weight: 700; line-height: 1; color: var(--coral-lt); letter-spacing: -0.03em; margin-bottom: 8px; }
.error-bloque h1 { font-family: var(--ff-head); font-size: clamp(1.5rem, 4vw, 2.2rem); font-weight: 700; color: var(--ink); margin-bottom: 14px; }
.error-bloque h1::after { display: none; }
.error-bloque p { font-size: 1.05rem; color: var(--muted); max-width: 440px; line-height: 1.75; margin-bottom: 34px; }
.error-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ── FOOTER ── */
.site-footer { background: #1a0d08; color: rgba(255,255,255,.5); padding: 50px 22px 26px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 40px; margin-bottom: 34px; }
.footer-logo-txt { font-family: var(--ff-head); font-size: 1.2rem; font-weight: 700; color: var(--white); display: block; margin-bottom: 10px; text-decoration: none; }
.footer-logo-txt span { color: var(--coral); }
.footer-about p { font-size: .86rem; line-height: 1.65; }
.footer-addr { margin-top: 10px; font-size: .86rem; line-height: 1.7; }
.footer-addr strong { color: rgba(255,255,255,.55); display: block; margin-bottom: 2px; }
.footer-addr a { color: rgba(255,255,255,.42); text-decoration: underline; }
.footer-addr a:hover { color: var(--white); }
.footer-col h4 { font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 12px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.footer-col a { font-size: .88rem; color: rgba(255,255,255,.45); text-decoration: none; transition: color .2s; }
.footer-col a:hover { color: var(--white); }
.footer-bar { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .8rem; }
.footer-bar a { color: rgba(255,255,255,.35); text-decoration: none; }
.footer-bar a:hover { color: var(--white); }
.footer-note { font-size: .78rem; color: rgba(255,255,255,.28); line-height: 1.6; margin-top: 8px; }

/* ── АДАПТИВ ── */
@media(max-width:900px){ .footer-grid { grid-template-columns: 1fr 1fr; } .footer-about { grid-column: 1 / -1; } }
@media(max-width:768px){
  .main-nav { display: none; } .mob-btn { display: flex; }
  .hero-wrap { min-height: 380px; } .sec { padding: 44px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; } .footer-about { grid-column: auto; }
  .footer-bar { flex-direction: column; text-align: center; gap: 7px; }
  .header-row { padding: 0 18px; }
}
@media(max-width:480px){ .hero-cuerpo h1 { font-size: 1.8rem; } .hero-btns { flex-direction: column; align-items: flex-start; } }

/* ── TOP 3 EXCURSIONES ── */
.top3-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 24px 0; }
.top3-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 2px 8px rgba(227,99,68,.07); }
.top3-num { background: var(--coral); color: var(--white); font-family: var(--ff-head); font-size: 2.2rem; font-weight: 700; text-align: center; padding: 14px; line-height: 1; }
.top3-cuerpo { padding: 18px 18px 20px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.top3-badge { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--coral); }
.top3-cuerpo h3 { font-family: var(--ff-head); font-size: 1.1rem; font-weight: 700; color: var(--ink); line-height: 1.3; margin: 0; }
.top3-cuerpo h3::after { display: none; }
.top3-cuerpo p { font-size: .92rem; color: var(--muted); line-height: 1.65; margin: 0; }
.top3-datos { list-style: none; padding: 0; margin: 0; display: grid; gap: 5px; }
.top3-datos li { font-size: .88rem; color: var(--ink-mid); }
.top3-datos li strong { color: var(--ink); }
.top3-cuerpo .btn-ring { align-self: flex-start; margin-top: auto; font-size: .78rem; padding: 10px 20px; }
@media(max-width:900px){ .top3-grid { grid-template-columns: 1fr; } }
