body.home .entry-content > .cdq-rotator,
body.page-id-9 .entry-content > .cdq-rotator {
margin-bottom: 0;
}
body.home .entry-content .cdq-rotator__toolbar,
body.page-id-9 .entry-content .cdq-rotator__toolbar {
margin-top: 12px;
margin-bottom: 0;
}
body.home .entry-content .cd-home-quote-premium-gap,
body.page-id-9 .entry-content .cd-home-quote-premium-gap {
display: block;
height: clamp(20px, 4vw, 36px) !important;
}
body.home .entry-content .cd-home-premium-card,
body.page-id-9 .entry-content .cd-home-premium-card {
margin-top: clamp(12px, 2.5vw, 24px);
margin-bottom: clamp(16px, 3vw, 28px);
max-width: 100%;
box-sizing: border-box;
}
@media (min-width: 782px) {
body.home .entry-content .cd-home-quote-premium-gap,
body.page-id-9 .entry-content .cd-home-quote-premium-gap {
height: clamp(28px, 3vw, 44px) !important;
}
body.home .entry-content .cd-home-premium-card,
body.page-id-9 .entry-content .cd-home-premium-card {
margin-top: clamp(20px, 2.8vw, 36px);
}
} body.home .cd-home-premium-card,
body.page-id-9 .cd-home-premium-card {
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
}
body.home .cd-home-premium-card__eyebrow,
body.page-id-9 .cd-home-premium-card__eyebrow {
margin: 0 0 0.5rem;
text-transform: uppercase;
}
body.home .cd-home-premium-card__title,
body.page-id-9 .cd-home-premium-card__title {
margin: 0 0 0.65rem;
}
body.home .cd-home-premium-card__text,
body.page-id-9 .cd-home-premium-card__text {
margin: 0;
max-width: 42em;
}
body.home .cd-home-premium-card__actions,
body.page-id-9 .cd-home-premium-card__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
}
body.home .cd-home-premium-card__actions .wp-block-button,
body.page-id-9 .cd-home-premium-card__actions .wp-block-button {
margin: 0;
}
body.home .cd-home-premium-card__price,
body.page-id-9 .cd-home-premium-card__price {
display: inline-flex;
align-items: stretch;
margin: 0;
}
body.home .cd-home-premium-card__price .cd-btn-premium,
body.page-id-9 .cd-home-premium-card__price .cd-btn-premium,
body.home .cd-home-premium-card__price a,
body.page-id-9 .cd-home-premium-card__price a,
body.home .cd-home-premium-card__price button,
body.page-id-9 .cd-home-premium-card__price button,
body.home .cd-home-premium-card__price input[type="submit"],
body.page-id-9 .cd-home-premium-card__price input[type="submit"] {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 12px 18px;
border-radius: 999px;
font-weight: 800;
font-size: 15px;
line-height: 1.2;
text-decoration: none;
cursor: pointer;
background: rgba(255, 255, 255, 0.1);
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.26);
box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
body.home .cd-home-premium-card__price .cd-btn-premium:hover,
body.page-id-9 .cd-home-premium-card__price .cd-btn-premium:hover,
body.home .cd-home-premium-card__price a:hover,
body.page-id-9 .cd-home-premium-card__price a:hover {
transform: translateY(-2px);
background: rgba(255, 255, 255, 0.14);
box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}
@media (max-width: 480px) {
body.home .cd-home-premium-card__actions,
body.page-id-9 .cd-home-premium-card__actions {
flex-direction: column;
align-items: stretch;
}
body.home .cd-home-premium-card__actions .wp-block-button__link,
body.page-id-9 .cd-home-premium-card__actions .wp-block-button__link,
body.home .cd-home-premium-card__price .cd-btn-premium,
body.page-id-9 .cd-home-premium-card__price .cd-btn-premium {
width: 100%;
justify-content: center;
text-align: center;
box-sizing: border-box;
}
}
@media (prefers-reduced-motion: reduce) {
body.home .cd-home-premium-card__price .cd-btn-premium,
body.page-id-9 .cd-home-premium-card__price .cd-btn-premium {
transition: none;
}
}