.towa-guide-page {
    background: linear-gradient(180deg, #fffaf7 0%, #ffffff 44%, #fff 100%);
    color: #2d2a28;
}

.towa-guide-page .towa-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem .85rem;
    border-radius: 999px;
    background: #fff3f1;
    color: #8a6d68;
    font-size: .92rem;
}

.towa-guide-page .towa-breadcrumb a {
    color: #8a6d68;
    text-decoration: none;
}

.towa-guide-page .guide-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(255, 155, 142, .22);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(178, 101, 82, .10);
    isolation: isolate;
}

.towa-guide-page .guide-hero__content {
    position: relative;
    z-index: 1;
    padding: clamp(2rem, 5vw, 4.25rem);
    background:
        radial-gradient(circle at 5% 10%, rgba(255, 136, 156, .18), transparent 34%),
        linear-gradient(90deg, #fff 0%, rgba(255,255,255,.92) 78%, rgba(255,255,255,.65) 100%);
}

.towa-guide-page .guide-hero__visual {
    min-height: 430px;
    background-image:
        linear-gradient(90deg, rgba(255,255,255,.70) 0%, rgba(255,255,255,.10) 30%, rgba(255,255,255,0) 100%),
        url("../images/travel/guide/guide-hero.jpg");
    background-size: cover;
    background-position: center;
}

.towa-guide-page .guide-hero__badge,
.towa-guide-page .section-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: .72rem;
    padding: .35rem .72rem;
    border-radius: 999px;
    background: #fff0ee;
    color: #d66a5e;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
}

.towa-guide-page .guide-hero h1 {
    max-width: 700px;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4.1vw, 3.65rem);
    font-weight: 850;
    line-height: 1.16;
    letter-spacing: -.03em;
}

.towa-guide-page .guide-hero p {
    max-width: 650px;
    margin-bottom: 1.55rem;
    color: #716865;
    font-size: 1.05rem;
    line-height: 1.9;
}

.towa-guide-page .guide-hero__actions,
.towa-guide-page .guide-contact-card {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    align-items: center;
}

.towa-guide-page .guide-btn-primary,
.towa-guide-page .guide-btn-ghost {
    min-width: 144px;
    padding: .78rem 1.25rem;
    border-radius: 999px;
    font-weight: 800;
}

.towa-guide-page .guide-btn-primary {
    border: 0;
    background: #ff7f73;
    color: #fff;
    box-shadow: 0 12px 26px rgba(255, 127, 115, .26);
}

.towa-guide-page .guide-btn-primary:hover {
    color: #fff;
    transform: translateY(-1px);
}

.towa-guide-page .guide-btn-ghost {
    border: 1px solid rgba(255, 127, 115, .28);
    background: #fff;
    color: #cf655c;
}

.towa-guide-page .guide-quick-card,
.towa-guide-page .guide-contact-card {
    padding: 1.35rem;
    border: 1px solid #f3e1dd;
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 12px 34px rgba(153, 112, 96, .07);
}

.towa-guide-page .guide-contact-card {
    justify-content: space-between;
    gap: 1.4rem;
}

.towa-guide-page .guide-section-heading {
    max-width: 740px;
    margin-bottom: 1.45rem;
}

.towa-guide-page .guide-section-heading h2,
.towa-guide-page .guide-contact-card h2,
.towa-guide-page .guide-safety h2 {
    margin-bottom: .55rem;
    font-size: clamp(1.45rem, 2.4vw, 2.05rem);
    font-weight: 850;
    letter-spacing: -.02em;
}

.towa-guide-page .guide-section-heading p,
.towa-guide-page .guide-contact-card p,
.towa-guide-page .guide-safety p {
    margin-bottom: 0;
    color: #746a66;
    line-height: 1.8;
}

.towa-guide-page .guide-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

.towa-guide-page .guide-chip {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .62rem .92rem;
    border-radius: 999px;
    background: #fff6ee;
    color: #9b625b;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.towa-guide-page .guide-chip:hover {
    color: #9b625b;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(199, 130, 103, .12);
}

.towa-guide-page .prepare-card,
.towa-guide-page .guide-card,
.towa-guide-page .guide-faq .accordion-item {
    border: 1px solid #f1e3df;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(148, 99, 88, .08);
}

.towa-guide-page .prepare-card {
    padding: 1.35rem;
}

.towa-guide-page .prepare-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: #fff0ee;
    color: #d66a5e;
    font-weight: 850;
}

.towa-guide-page .prepare-card h3,
.towa-guide-page .guide-card h3 {
    margin-bottom: .55rem;
    font-size: 1.18rem;
    font-weight: 850;
}

.towa-guide-page .prepare-card p,
.towa-guide-page .guide-card p {
    margin-bottom: 0;
    color: #746a66;
    line-height: 1.75;
}

.towa-guide-page .guide-card {
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
}

.towa-guide-page .guide-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(148, 99, 88, .13);
}

.towa-guide-page .guide-card__media {
    position: relative;
    display: flex;
    min-height: 188px;
    align-items: flex-end;
    overflow: hidden;
    padding: 1.1rem;
    background: #fff0e6;
}

.towa-guide-page .guide-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.towa-guide-page .guide-card:hover .guide-card__media img {
    transform: scale(1.045);
}

.towa-guide-page .guide-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(0,0,0,.30) 100%);
}

.towa-guide-page .guide-card__media span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    padding: .45rem .78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: #8a5f59;
    font-weight: 850;
}

.towa-guide-page .guide-card__body {
    padding: 1.25rem;
}

.towa-guide-page .guide-point-list {
    display: grid;
    gap: .7rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.towa-guide-page .guide-point-list li {
    position: relative;
    padding-left: 1.45rem;
    color: #635a56;
    line-height: 1.65;
}

.towa-guide-page .guide-point-list li::before {
    content: "";
    position: absolute;
    top: .72rem;
    left: 0;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #ff8b7f;
    box-shadow: 0 0 0 5px rgba(255, 139, 127, .15);
}

.towa-guide-page .guide-safety {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #f1e3df;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(148, 99, 88, .08);
}

.towa-guide-page .guide-safety__image {
    min-height: 360px;
    background: #fff0e6;
}

.towa-guide-page .guide-safety__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.towa-guide-page .guide-safety__content {
    padding: clamp(1.4rem, 4vw, 2.5rem);
}

.towa-guide-page .safety-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
    margin-top: 1.25rem;
}

.towa-guide-page .safety-grid div {
    padding: 1rem;
    border-radius: 20px;
    background: #fff8f4;
}

.towa-guide-page .safety-grid strong,
.towa-guide-page .safety-grid span {
    display: block;
}

.towa-guide-page .safety-grid strong {
    margin-bottom: .35rem;
    color: #332d2a;
    font-weight: 850;
}

.towa-guide-page .safety-grid span {
    color: #746a66;
    line-height: 1.65;
}

.towa-guide-page .guide-accordion {
    display: grid;
    gap: .8rem;
}

.towa-guide-page .guide-accordion .accordion-item {
    overflow: hidden;
}

.towa-guide-page .guide-accordion .accordion-button {
    padding: 1.1rem 1.25rem;
    background: #fff;
    color: #332d2a;
    font-weight: 850;
    box-shadow: none;
}

.towa-guide-page .guide-accordion .accordion-button:not(.collapsed) {
    background: #fff5f2;
    color: #cb6258;
}

.towa-guide-page .guide-accordion .accordion-body {
    color: #746a66;
    line-height: 1.8;
}

.towa-guide-page .guide-toc {
    position: sticky;
    top: 108px;
    display: grid;
    gap: .85rem;
    padding-left: 1rem;
    border-left: 2px solid #ffd8d1;
    font-size: .95rem;
}

.towa-guide-page .guide-toc strong {
    margin-bottom: .25rem;
    color: #3a3430;
}

.towa-guide-page .guide-toc a {
    color: #8b7c77;
    text-decoration: none;
}

.towa-guide-page .guide-toc a:hover {
    color: #e06d62;
}

@media (max-width: 991.98px) {
    .towa-guide-page .guide-hero {
        grid-template-columns: 1fr;
    }

    .towa-guide-page .guide-hero__visual {
        min-height: 260px;
        order: -1;
    }

    .towa-guide-page .guide-hero__content {
        padding: 2rem;
    }

    .towa-guide-page .guide-safety {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .towa-guide-page .guide-hero {
        border-radius: 24px;
    }

    .towa-guide-page .guide-hero__content {
        padding: 1.55rem;
    }

    .towa-guide-page .guide-hero h1 {
        font-size: 2rem;
    }

    .towa-guide-page .guide-hero p {
        font-size: .98rem;
    }

    .towa-guide-page .guide-btn-primary,
    .towa-guide-page .guide-btn-ghost,
    .towa-guide-page .guide-contact-card .btn {
        width: 100%;
    }

    .towa-guide-page .guide-quick-card,
    .towa-guide-page .guide-contact-card,
    .towa-guide-page .prepare-card,
    .towa-guide-page .guide-card,
    .towa-guide-page .guide-safety {
        border-radius: 22px;
    }

    .towa-guide-page .safety-grid {
        grid-template-columns: 1fr;
    }
}
