<div class="gar-seo-buttons">
<a href="https://pawid.ru/zero-pedigree" class="gar-btn gar-btn-primary">
Оформить нулевую родословную
</a>
<a href="https://pawid.ru/zakazat_rodoslovnuyu" class="gar-btn gar-btn-secondary">
Заказать родословную
</a>
</div>
<style>
.gar-seo-buttons {
display: flex;
justify-content: center;
align-items: center;
gap: 18px;
flex-wrap: wrap;
margin: 35px 0;
}
.gar-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 280px;
padding: 18px 30px;
border-radius: 14px;
font-size: 18px;
font-weight: 700;
line-height: 1.2;
text-align: center;
text-decoration: none !important;
transition: all 0.25s ease;
box-sizing: border-box;
}
.gar-btn-primary {
background: #0b1f3a;
color: #ffffff !important;
box-shadow: 0 10px 25px rgba(11, 31, 58, 0.25);
}
.gar-btn-primary:hover {
background: #123c69;
transform: translateY(-2px);
box-shadow: 0 14px 30px rgba(11, 31, 58, 0.35);
}
.gar-btn-secondary {
background: #ffffff;
color: #0b1f3a !important;
border: 2px solid #c49a4a;
box-shadow: 0 8px 20px rgba(196, 154, 74, 0.15);
}
.gar-btn-secondary:hover {
background: #fff7e8;
transform: translateY(-2px);
}
@media screen and (max-width: 640px) {
.gar-seo-buttons {
flex-direction: column;
gap: 12px;
margin: 28px 0;
}
.gar-btn {
width: 100%;
min-width: auto;
font-size: 16px;
padding: 16px 20px;
}
}
</style>