.ttfaq-page,
.ttfaq-page * { box-sizing: border-box; }

.ttfaq-page {
    --ttfaq-primary: #a51d32;
    --ttfaq-primary-dark: #851427;
    --ttfaq-text: #25282d;
    --ttfaq-body: #62666d;
    --ttfaq-muted: #85888e;
    --ttfaq-line: #e4e5e8;
    --ttfaq-soft: #f7f8fa;
    width: 100%;
    color: var(--ttfaq-text);
    background: #fff;
}

.ttfaq-container {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.ttfaq-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--ttfaq-primary);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ttfaq-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 78px;
    text-align: center;
    background: var(--ttfaq-soft);
    border-bottom: 1px solid #e8e9ec;
}

.ttfaq-hero::before {
    position: absolute;
    top: -220px;
    left: 50%;
    width: 650px;
    height: 650px;
    content: '';
    background: radial-gradient(circle, rgba(165,29,50,.075), transparent 69%);
    transform: translateX(-50%);
}

.ttfaq-hero-inner { position: relative; z-index: 1; }

.ttfaq-hero h1 {
    max-width: 850px;
    margin: 0 auto 17px;
    color: #22252a;
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 760;
    line-height: 1.06;
    letter-spacing: -.05em;
}

.ttfaq-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--ttfaq-body);
    font-size: 16px;
    line-height: 1.75;
}

.ttfaq-search-wrap {
    position: relative;
    display: flex;
    width: min(680px, 100%);
    min-height: 58px;
    align-items: center;
    margin: 31px auto 0;
    background: #fff;
    border: 1px solid #dfe0e3;
    border-radius: 14px;
    box-shadow: 0 9px 30px rgba(28,31,36,.07), 0 24px 60px rgba(28,31,36,.04);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ttfaq-search-wrap:focus-within {
    border-color: rgba(165,29,50,.5);
    box-shadow: 0 0 0 4px rgba(165,29,50,.06), 0 15px 40px rgba(28,31,36,.09);
    transform: translateY(-1px);
}

.ttfaq-search-icon {
    position: absolute;
    left: 18px;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #8a8d93;
    stroke-width: 1.7;
    stroke-linecap: round;
}

.ttfaq-search-input {
    width: 100% !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 54px 0 55px !important;
    color: #292c31 !important;
    font-size: 14px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    appearance: none;
}

.ttfaq-search-input:focus { outline: 0 !important; box-shadow: none !important; }
.ttfaq-search-input::-webkit-search-cancel-button { display: none; }

.ttfaq-search-clear {
    position: absolute;
    right: 12px;
    display: none;
    width: 34px;
    height: 34px;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    color: #777a81 !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-transform: none !important;
    background: #f3f3f4 !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.ttfaq-search-clear.is-visible { display: flex; }
.ttfaq-search-clear:hover { color: #fff !important; background: var(--ttfaq-primary) !important; }
.ttfaq-search-status { min-height: 18px; margin-top: 11px; color: #777a81; font-size: 10px; font-weight: 600; }

.ttfaq-nav-wrap { position: relative; z-index: 3; background: #fff; }

.ttfaq-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin-top: -27px;
    padding: 8px;
    background: #fff;
    border: 1px solid #e3e4e7;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(28,31,36,.075);
}

.ttfaq-nav a {
    display: flex;
    min-width: 0;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 10px;
    color: #45484f;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    background: #fafafb;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: .2s ease;
}

.ttfaq-nav a:hover {
    color: var(--ttfaq-primary);
    background: #fff5f6;
    border-color: rgba(165,29,50,.16);
    box-shadow: 0 6px 16px rgba(28,31,36,.055);
    transform: translateY(-2px);
}

.ttfaq-nav a span {
    display: inline-flex;
    flex: 0 0 27px;
    width: 27px;
    height: 25px;
    align-items: center;
    justify-content: center;
    color: var(--ttfaq-primary);
    font-size: 8px;
    font-weight: 800;
    background: #fff0f2;
    border-radius: 6px;
}

.ttfaq-nav a strong { color: inherit; font-size: inherit; font-weight: 700; line-height: 1.35; }

.ttfaq-main-section { padding: 74px 0 72px; background: #fff; }
.ttfaq-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(280px, .92fr); gap: 38px; align-items: start; }
.ttfaq-main, .ttfaq-sidebar { min-width: 0; }

.ttfaq-group { margin-bottom: 58px; scroll-margin-top: 130px; }
.ttfaq-group:last-child { margin-bottom: 0; }

.ttfaq-group-head { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 23px; }
.ttfaq-group-number {
    display: flex;
    flex: 0 0 43px;
    width: 43px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: var(--ttfaq-primary);
    font-size: 10px;
    font-weight: 800;
    background: #fff1f3;
    border-radius: 9px;
}

.ttfaq-group-head h2 { margin: 0 0 7px; color: var(--ttfaq-text); font-size: clamp(24px,3vw,31px); font-weight: 760; line-height: 1.2; letter-spacing: -.035em; }
.ttfaq-group-head p { margin: 0; color: #777a81; font-size: 12px; line-height: 1.65; }

.ttfaq-item {
    margin-bottom: 11px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ttfaq-line);
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(28,31,36,.035);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ttfaq-item:hover { border-color: rgba(165,29,50,.2); box-shadow: 0 9px 25px rgba(28,31,36,.065); transform: translateY(-1px); }
.ttfaq-item.is-open { border-color: rgba(165,29,50,.28); box-shadow: 0 12px 30px rgba(28,31,36,.075); }
.ttfaq-item-title { margin: 0; }

.ttfaq-question {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 63px;
    align-items: center;
    margin: 0 !important;
    padding: 17px 55px 17px 20px !important;
    color: #30333a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    text-transform: none !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.ttfaq-question:hover, .ttfaq-question[aria-expanded="true"] { color: var(--ttfaq-primary) !important; background: #fffafb !important; }

.ttfaq-toggle {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 30px;
    height: 30px;
    background: #fff1f3;
    border-radius: 8px;
    transform: translateY(-50%);
}
.ttfaq-toggle::before, .ttfaq-toggle::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; content: ''; background: var(--ttfaq-primary); border-radius: 3px; transform: translate(-50%,-50%); transition: transform .2s ease; }
.ttfaq-toggle::after { transform: translate(-50%,-50%) rotate(90deg); }
.ttfaq-question[aria-expanded="true"] .ttfaq-toggle::after { transform: translate(-50%,-50%) rotate(0); }

.ttfaq-answer { border-top: 1px solid #f0f0f2; }
.ttfaq-answer-inner { padding: 20px 21px 22px; color: var(--ttfaq-body); font-size: 13px; line-height: 1.8; }
.ttfaq-answer-inner p { margin: 0 0 14px; color: inherit; font-size: inherit; line-height: inherit; }
.ttfaq-answer-inner > *:last-child { margin-bottom: 0; }
.ttfaq-answer-inner a { color: var(--ttfaq-primary); }

.ttfaq-inline-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; color: var(--ttfaq-primary); font-size: 12px; font-weight: 750; text-decoration: none; }
.ttfaq-inline-link:hover { color: var(--ttfaq-primary-dark); }

.ttfaq-check-list { margin: 14px 0; padding: 0; list-style: none; }
.ttfaq-check-list li { position: relative; margin-bottom: 8px; padding-left: 24px; color: #5f6269; line-height: 1.65; }
.ttfaq-check-list li::before { position: absolute; top: 4px; left: 0; display: flex; width: 16px; height: 16px; align-items: center; justify-content: center; content: '✓'; color: #fff; font-size: 8px; font-weight: 800; background: var(--ttfaq-primary); border-radius: 50%; }

.ttfaq-delivery-table { margin: 18px 0; overflow: hidden; background: #fafafb; border: 1px solid var(--ttfaq-line); border-radius: 10px; }
.ttfaq-delivery-table > div { display: flex; min-height: 47px; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 15px; border-bottom: 1px solid #e8e9ec; }
.ttfaq-delivery-table > div:last-child { border-bottom: 0; }
.ttfaq-delivery-table span { color: #555960; font-size: 12px; }
.ttfaq-delivery-table strong { color: #2f3238; font-size: 11px; text-align: right; }
.ttfaq-note { padding: 12px 14px; color: #74777e; font-size: 11px; line-height: 1.65; background: #f8f8f9; border-left: 3px solid var(--ttfaq-primary); border-radius: 0 8px 8px 0; }

.ttfaq-calculator { margin: 19px 0; padding: 19px; background: #f8f8f9; border: 1px solid #e3e4e7; border-radius: 10px; }
.ttfaq-calculator input, .ttfaq-calculator select { min-height: 43px; background: #fff; border: 1px solid #dfe0e3; border-radius: 8px; box-shadow: none; }
.ttfaq-calculator button, .ttfaq-calculator input[type="submit"] { min-height: 43px; color: #fff; background: var(--ttfaq-primary); border: 1px solid var(--ttfaq-primary); border-radius: 8px; }

.ttfaq-warning { margin-top: 17px; padding: 17px 18px; color: #5d6067; background: #fff8f2; border: 1px solid #eedfd2; border-radius: 10px; }
.ttfaq-warning > strong { display: block; margin-bottom: 10px; color: #34373d; font-size: 12px; }
.ttfaq-warning ul { margin: 0; padding-left: 19px; }
.ttfaq-warning li { margin-bottom: 7px; font-size: 11px; line-height: 1.65; }

.ttfaq-policy-link { display: grid; grid-template-columns: 34px minmax(0,1fr) 18px; gap: 13px; align-items: center; margin-top: 18px; padding: 15px 16px; color: #34373d !important; text-decoration: none; background: #f8f8f9; border: 1px solid #e3e4e7; border-radius: 10px; transition: .2s ease; }
.ttfaq-policy-link:hover { background: #fff; border-color: rgba(165,29,50,.28); box-shadow: 0 8px 22px rgba(28,31,36,.07); transform: translateY(-2px); }
.ttfaq-policy-icon { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: 800; background: var(--ttfaq-primary); border-radius: 9px; }
.ttfaq-policy-icon-neutral { color: var(--ttfaq-primary); background: #fff0f2; }
.ttfaq-policy-link strong, .ttfaq-policy-link small { display: block; }
.ttfaq-policy-link strong { margin-bottom: 3px; color: #30333a; font-size: 11px; }
.ttfaq-policy-link small { color: var(--ttfaq-muted); font-size: 9px; line-height: 1.45; }
.ttfaq-policy-arrow { color: var(--ttfaq-primary); font-size: 18px; }

.ttfaq-sidebar { position: sticky; top: 125px; }
.ttfaq-support-card { overflow: hidden; background: #fff; border: 1px solid #e3e4e7; border-radius: 16px; box-shadow: 0 12px 35px rgba(28,31,36,.075); }
.ttfaq-support-image { overflow: hidden; background: var(--ttfaq-soft); border-bottom: 1px solid #e5e6e9; }
.ttfaq-support-image img { display: block; width: 100%; height: auto; transition: transform .35s ease; }
.ttfaq-support-card:hover .ttfaq-support-image img { transform: scale(1.025); }
.ttfaq-support-body { padding: 25px 25px 27px; }
.ttfaq-support-body h2 { margin: 0 0 11px; color: #292c31; font-size: 25px; font-weight: 760; letter-spacing: -.035em; }
.ttfaq-support-body p { margin-bottom: 20px; color: #6d7077; font-size: 12px; line-height: 1.75; }

.ttfaq-primary-button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; color: #fff !important; font-size: 10px; font-weight: 750; text-decoration: none; background: var(--ttfaq-primary); border: 1px solid var(--ttfaq-primary); border-radius: 9px; box-shadow: 0 7px 18px rgba(165,29,50,.16); transition: .2s ease; }
.ttfaq-primary-button:hover { background: var(--ttfaq-primary-dark); border-color: var(--ttfaq-primary-dark); transform: translateY(-2px); }
.ttfaq-secondary-link { display: block; margin-top: 13px; color: #686b72; font-size: 10px; font-weight: 700; text-align: center; text-decoration: underline; text-underline-offset: 3px; }

.ttfaq-resources { margin-top: 18px; padding: 21px; background: #f8f8f9; border: 1px solid #e3e4e7; border-radius: 13px; }
.ttfaq-resources h3 { margin: 0 0 14px; color: #30333a; font-size: 14px; font-weight: 750; }
.ttfaq-resources a { display: grid; grid-template-columns: 32px minmax(0,1fr) 18px; gap: 11px; align-items: center; padding: 14px 0; color: #41444a; text-decoration: none; border-bottom: 1px solid #e1e2e5; }
.ttfaq-resources a:first-of-type { padding-top: 0; }
.ttfaq-resources a:last-child { padding-bottom: 0; border-bottom: 0; }
.ttfaq-resource-icon { display: flex; width: 32px; height: 32px; align-items: center; justify-content: center; color: var(--ttfaq-primary); font-size: 12px; font-weight: 800; background: #fff0f2; border-radius: 8px; }
.ttfaq-resources strong, .ttfaq-resources small { display: block; }
.ttfaq-resources strong { margin-bottom: 2px; color: #3b3e44; font-size: 10px; }
.ttfaq-resources small { color: #8a8d93; font-size: 8px; line-height: 1.4; }
.ttfaq-resources i { color: var(--ttfaq-primary); font-size: 14px; font-style: normal; transition: transform .2s ease; }
.ttfaq-resources a:hover i { transform: translateX(3px); }

.ttfaq-no-results { padding: 45px 25px; text-align: center; background: #f8f8f9; border: 1px solid #e3e4e7; border-radius: 14px; }
.ttfaq-no-results > span { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin: 0 auto 15px; color: var(--ttfaq-primary); font-size: 21px; font-weight: 800; background: #fff0f2; border-radius: 12px; }
.ttfaq-no-results h3 { margin: 0 0 8px; color: #30333a; font-size: 20px; }
.ttfaq-no-results p { margin: 0 auto 17px; color: #73767d; font-size: 12px; }
.ttfaq-no-results a { color: var(--ttfaq-primary); font-size: 11px; font-weight: 750; }

.ttfaq-cta { position: relative; overflow: hidden; padding: 62px 0; text-align: center; background: var(--ttfaq-soft); }
.ttfaq-cta-inner { position: relative; z-index: 1; }
.ttfaq-cta-icon { display: flex; width: 53px; height: 53px; align-items: center; justify-content: center; margin: 0 auto 19px; color: #fff; background: var(--ttfaq-primary); border-radius: 14px; box-shadow: 0 9px 22px rgba(165,29,50,.19); }
.ttfaq-cta-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.ttfaq-cta h2 { margin: 0 0 12px; color: #292c31; font-size: clamp(28px,4vw,40px); font-weight: 760; letter-spacing: -.04em; }
.ttfaq-cta p { max-width: 640px; margin: 0 auto 22px; color: #686b72; font-size: 13px; line-height: 1.75; }

@media (max-width: 849px) {
    .ttfaq-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ttfaq-layout { grid-template-columns: 1fr; }
    .ttfaq-sidebar { position: static; }
    .ttfaq-support-card { display: grid; grid-template-columns: minmax(220px,38%) minmax(0,1fr); }
    .ttfaq-support-image { border-right: 1px solid #e5e6e9; border-bottom: 0; }
    .ttfaq-support-image img { width: 100%; height: 100%; object-fit: cover; }
}

@media (max-width: 549px) {
    .ttfaq-container { width: min(100% - 30px, 1160px); }
    .ttfaq-hero { padding: 50px 0 65px; }
    .ttfaq-hero h1 { font-size: 38px; }
    .ttfaq-hero p { font-size: 14px; }
    .ttfaq-search-wrap { min-height: 54px; margin-top: 25px; }
    .ttfaq-search-input { height: 52px !important; padding-left: 48px !important; font-size: 12px !important; }
    .ttfaq-search-icon { left: 15px; width: 19px; height: 19px; }
    .ttfaq-nav { gap: 6px; margin-top: -22px; padding: 6px; }
    .ttfaq-nav a { min-height: 56px; gap: 6px; padding: 9px 7px; font-size: 9px; }
    .ttfaq-nav a span { flex-basis: 23px; width: 23px; height: 22px; font-size: 7px; }
    .ttfaq-main-section { padding: 55px 0 52px; }
    .ttfaq-group { margin-bottom: 44px; }
    .ttfaq-group-head { gap: 11px; }
    .ttfaq-group-number { flex-basis: 36px; width: 36px; height: 32px; font-size: 9px; }
    .ttfaq-group-head h2 { font-size: 23px; }
    .ttfaq-question { min-height: 58px; padding: 15px 49px 15px 16px !important; font-size: 12px !important; }
    .ttfaq-toggle { right: 13px; width: 28px; height: 28px; }
    .ttfaq-answer-inner { padding: 17px 16px 19px; font-size: 12px; }
    .ttfaq-delivery-table > div { align-items: flex-start; flex-direction: column; gap: 3px; }
    .ttfaq-delivery-table strong { text-align: left; }
    .ttfaq-policy-link { grid-template-columns: 34px minmax(0,1fr) 16px; padding: 13px; }
    .ttfaq-support-card { display: block; }
    .ttfaq-support-image { border-right: 0; border-bottom: 1px solid #e5e6e9; }
    .ttfaq-support-image img { height: auto; object-fit: initial; }
    .ttfaq-support-body { padding: 23px 20px 25px; }
    .ttfaq-resources { padding: 18px; }
    .ttfaq-cta h2 { font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
    .ttfaq-page * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
