.th-dog-name-quiz-wrap {
max-width: 1100px;
margin: 0 auto;
padding: 24px 16px;
}
.th-dog-name-quiz-root,
.th-results-shell {
display: grid;
gap: 24px;
}
.th-quiz-card,
.th-after-quiz-card {
background: #ffffff;
border: 1px solid rgba(19, 38, 52, 0.08);
border-radius: 28px;
box-shadow: 0 18px 60px rgba(19, 38, 52, 0.08);
}
.th-quiz-card {
padding: 28px;
}
.th-after-quiz-card {
padding: 0;
overflow: hidden;
background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%);
}
.th-after-quiz-inner {
padding: 28px;
}
.th-quiz-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 18px;
margin-bottom: 16px;
}
.th-quiz-title {
margin: 0 0 8px;
font-size: clamp(28px, 4vw, 40px);
line-height: 1.08;
color: #1a2430;
}
.th-quiz-subtitle,
.th-result-description,
.th-after-quiz-inner p,
.th-after-quiz-trust {
margin: 0;
color: #51606d;
font-size: 16px;
line-height: 1.6;
}
.th-quiz-progress {
white-space: nowrap;
font-size: 13px;
font-weight: 700;
color: #7b5b2e;
background: #fff4dd;
padding: 10px 14px;
border-radius: 999px;
}
.th-quiz-progressbar {
width: 100%;
height: 10px;
background: #edf2f7;
border-radius: 999px;
overflow: hidden;
margin-bottom: 26px;
}
.th-quiz-progressbar span {
display: block;
height: 100%;
border-radius: 999px;
background: linear-gradient(90deg, #f7c35f 0%, #f2a93b 100%);
transition: width 240ms ease;
}
.th-quiz-kicker {
display: inline-block;
margin-bottom: 12px;
padding: 8px 12px;
border-radius: 999px;
background: #f6f8fa;
color: #556370;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
}
.th-quiz-question {
margin: 0 0 18px;
font-size: clamp(22px, 3vw, 30px);
color: #1a2430;
}
.th-quiz-options {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.th-quiz-option,
.th-nav-btn,
.th-link-btn,
.th-cta-button {
appearance: none;
border: 0;
font: inherit;
cursor: pointer;
}
.th-quiz-option {
padding: 18px 16px;
background: #f8fafc;
border: 1px solid #e7edf2;
border-radius: 18px;
text-align: left;
font-weight: 700;
color: #1f2c37;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.th-quiz-option:hover {
transform: translateY(-2px);
box-shadow: 0 12px 30px rgba(19, 38, 52, 0.08);
border-color: #f2a93b;
background: #fffdf8;
}
.th-result-name-card {
margin: 22px 0;
padding: 28px;
border-radius: 24px;
background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
border: 1px solid rgba(242, 169, 59, 0.18);
}
.th-result-name {
font-size: clamp(34px, 5vw, 54px);
line-height: 1;
font-weight: 800;
color: #1a2430;
margin-bottom: 12px;
}
.th-result-nav {
display: flex;
gap: 12px;
margin-top: 16px;
}
.th-nav-btn,
.th-link-btn,
.th-cta-button {
border-radius: 999px;
transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.th-nav-btn {
padding: 14px 18px;
background: #eef3f7;
color: #1f2c37;
font-weight: 700;
}
.th-nav-btn-primary,
.th-cta-button {
background: linear-gradient(90deg, #f3b344 0%, #f29d33 100%);
color: #1a2430;
}
.th-nav-btn[disabled] {
cursor: default;
opacity: 0.45;
}
.th-result-actions {
margin-top: 18px;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.th-link-btn {
padding: 10px 14px;
background: transparent;
color: #5f6d79;
font-weight: 700;
border: 1px solid #e3e9ee;
}
.th-link-btn:hover,
.th-cta-button:hover,
.th-nav-btn:hover:not([disabled]) {
transform: translateY(-1px);
box-shadow: 0 12px 26px rgba(19, 38, 52, 0.1);
}
.th-after-quiz-inner h3,
.th-after-quiz-box h4 {
margin: 0 0 14px;
color: #1a2430;
}
.th-after-quiz-dynamic {
margin: 16px 0 !important;
padding: 14px 16px;
border-radius: 16px;
background: #ffffff;
border: 1px solid rgba(242, 169, 59, 0.2);
color: #7b5b2e !important;
font-weight: 700;
}
.th-after-quiz-box {
margin: 18px 0;
padding: 20px;
border-radius: 22px;
background: #ffffff;
border: 1px solid rgba(19, 38, 52, 0.08);
}
.th-after-quiz-box ul {
margin: 0;
padding-left: 20px;
display: grid;
gap: 10px;
color: #31424f;
}
.th-after-quiz-emotion {
margin: 18px 0 !important;
font-size: 19px !important;
line-height: 1.45 !important;
color: #1a2430 !important;
font-weight: 800;
}
.th-cta-button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 16px 24px;
text-decoration: none;
font-weight: 800;
min-width: 260px;
}
.th-after-quiz-trust {
margin-top: 14px !important;
font-size: 14px !important;
}
@media (min-width: 900px) {
.th-results-shell {
grid-template-columns: 1.05fr 0.95fr;
align-items: start;
}
}
@media (max-width: 767px) {
.th-quiz-card,
.th-after-quiz-inner {
padding: 20px;
}
.th-quiz-header {
flex-direction: column;
}
.th-quiz-options {
grid-template-columns: 1fr;
}
.th-result-nav {
flex-direction: column;
}
.th-nav-btn,
.th-cta-button,
.th-link-btn {
width: 100%;
}
}
.th-quiz-option {
transition: all 0.2s ease;
}
.th-quiz-option:hover {
background-color: #fff3e8;
color: #222 !important;
border-color: #ff7a00;
}