/* Akualuks guide: service guide page and guide/topic navigation. */

body[data-page-type="guide"] .whatsapp-float {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    max-width: 52px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
}

body[data-page-type="guide"] .whatsapp-float svg {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
}

.topic-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(21, 55, 146, .13);
}

.service-topics {
    padding-top: 56px;
    padding-bottom: 44px;
    background: white;
}

.service-topics .container {
    width: min(1428px, calc(100% - 80px));
}

.service-guide-head {
    max-width: 1100px;
}

.service-guide-head .eyebrow {
    letter-spacing: 0;
}

.service-guide-head h2 {
    max-width: none;
    margin: 0 0 12px;
    color: var(--blue-dark);
    font-size: clamp(2.55rem, 5vw, 4rem);
    line-height: 1.04;
    letter-spacing: 0;
}

.service-guide-head p:not(.eyebrow) {
    max-width: 680px;
    margin: 0;
    color: #4f5d7c;
    font-size: 1.18rem;
    line-height: 1.62;
    font-weight: 500;
}

.service-guide-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.service-guide-action {
    min-height: 58px;
    min-width: min(100%, 292px);
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-radius: 8px;
    color: var(--pink);
    background: white;
    border: 1.5px solid var(--pink);
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(21, 55, 146, .06);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.service-guide-action.primary {
    color: white;
    background: linear-gradient(135deg, #ff2a78, #f01868);
    border-color: transparent;
    box-shadow: 0 14px 30px rgba(242, 98, 149, .32);
}

.service-guide-action:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(21, 55, 146, .12);
}

.service-guide-action .material-symbols-outlined {
    font-size: 28px;
}

.service-price-feature {
    margin-top: 24px;
    min-height: 166px;
    padding: 26px 30px 26px 24px;
    display: grid;
    grid-template-columns: 118px minmax(250px, .85fr) minmax(320px, 1.2fr) minmax(170px, .45fr);
    gap: 28px;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(242, 98, 149, .26);
    background:
    linear-gradient(100deg, rgba(242, 98, 149, .09), rgba(255, 255, 255, .96) 48%, rgba(242, 98, 149, .04));
    box-shadow: 0 14px 32px rgba(21, 55, 146, .06);
}

.service-price-icon {
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #f12478;
    background: rgba(242, 98, 149, .14);
    font-size: 50px;
}

.service-price-copy span {
    width: fit-content;
    margin-bottom: 8px;
    padding: 3px 11px;
    display: block;
    border-radius: 999px;
    color: #f12478;
    background: rgba(242, 98, 149, .12);
    font-size: .78rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.service-price-copy h3 {
    margin: 0 0 4px;
    color: var(--blue-dark);
    font-size: 1.7rem;
    line-height: 1.18;
}

.service-price-copy p {
    margin: 0;
    color: #314064;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.service-price-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-price-tags span {
    min-height: 38px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 8px;
    color: var(--blue-dark);
    background: white;
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 7px 14px rgba(21, 55, 146, .08);
    font-size: .86rem;
    font-weight: 800;
}

.service-price-tags span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f12478;
}

.service-price-button {
    min-height: 58px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 8px;
    color: white;
    background: linear-gradient(135deg, #ff2a78, #f01868);
    box-shadow: 0 14px 28px rgba(242, 98, 149, .3);
    font-weight: 800;
}

.service-price-button .material-symbols-outlined {
    font-size: 28px;
}

.topic-cards {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.topic-card {
    position: relative;
    min-height: 198px;
    grid-column: span 2;
    padding: 22px 30px 18px 22px;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    column-gap: 18px;
    row-gap: 14px;
    border-radius: var(--radius);
    color: var(--blue-dark);
    background: white;
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 12px 28px rgba(21, 55, 146, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.topic-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.topic-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.topic-card:hover {
    border-color: rgba(242, 98, 149, .34);
}

.topic-icon {
    width: 80px;
    height: 80px;
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--blue);
    background: #eaf1ff;
    font-size: 44px;
}

.topic-card strong {
    align-self: end;
    font-size: 1.42rem;
    line-height: 1.16;
    font-weight: 900;
}

.topic-card p {
    margin: 0;
    color: #314064;
    font-size: .98rem;
    line-height: 1.56;
    font-weight: 500;
}

.topic-button {
    min-height: 52px;
    grid-column: 1 / -1;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-radius: 8px;
    color: white;
    background: #0554d8;
    font-weight: 800;
    line-height: 1;
}

.topic-arrow {
    color: currentColor;
    font-size: 28px;
    line-height: 1;
}

.topic-card.purple .topic-icon {
    color: #6930aa;
    background: #f0e8ff;
}

.topic-card.purple .topic-button {
    background: linear-gradient(135deg, #6c35be, #552ca2);
}

.topic-card.green .topic-icon {
    color: #079b47;
    background: #e5f9ec;
}

.topic-card.green .topic-button {
    background: linear-gradient(135deg, #05a848, #00923f);
}

.topic-card.orange .topic-icon {
    color: #f2a000;
    background: #fff4dc;
}

.topic-card.orange .topic-button {
    background: linear-gradient(135deg, #ffb21a, #f59b00);
}

.service-guide-note {
    margin: 10px 0 0;
    min-height: 42px;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 8px;
    color: #536382;
    background: #edf4ff;
    font-size: .92rem;
    font-weight: 500;
}

.service-guide-note .material-symbols-outlined {
    color: #0b63da;
    font-size: 24px;
}

.guide-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 118px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0));
}

.guide-page {
    background: white;
}

.guide-hero {
    position: relative;
    overflow: hidden;
    color: var(--blue-dark);
    background:
    linear-gradient(120deg, rgba(250, 252, 255, .98), rgba(246, 249, 255, .96) 62%, rgba(255, 242, 248, .82)),
    url('../../img/pattern-blue.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(21, 55, 146, .08);
}

.guide-hero .container {
    position: relative;
    z-index: 1;
    min-height: 290px;
    padding: 54px 0 32px;
    display: grid;
    align-content: center;
}

.guide-hero h1 {
    max-width: 760px;
    margin: 0 0 10px;
    color: var(--blue);
    font-size: clamp(4rem, 8vw, 6.35rem);
    line-height: .98;
    letter-spacing: 0;
}

.guide-hero .eyebrow {
    margin: 0 0 16px;
    color: var(--pink);
    font-size: 1.08rem;
    letter-spacing: 0;
}

.guide-hero .hero-text {
    max-width: 780px;
    margin: 0;
    color: #425174;
    font-size: clamp(1.12rem, 2vw, 1.48rem);
    line-height: 1.58;
    font-weight: 500;
}

.guide-logo-card {
    min-height: 280px;
    padding: 30px;
    display: grid;
    align-content: end;
    gap: 20px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: var(--shadow);
}

.guide-logo-card img {
    width: min(280px, 100%);
}

.guide-logo-card p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    line-height: 1.6;
}

.guide-tabs-section {
    padding-top: 24px;
    background: white;
}

.guide-tabs-section .container {
    width: min(1400px, calc(100% - 40px));
}

.guide-tabs input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tab-labels {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.tab-labels label {
    scroll-margin-top: 112px;
    min-height: 76px;
    min-width: 0;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 14px;
    color: var(--blue);
    background: white;
    border: 1.5px solid rgba(21, 55, 146, .13);
    box-shadow: 0 10px 24px rgba(21, 55, 146, .05);
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease, border-color .18s ease;
}

.tab-labels label:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(21, 55, 146, .1);
}

.tab-labels label .material-symbols-outlined {
    flex: 0 0 auto;
    font-size: 30px;
    line-height: 1;
}

#tab-lavado:checked ~ .tab-labels label[for="tab-lavado"],
#tab-secado:checked ~ .tab-labels label[for="tab-secado"],
#tab-cafeteria:checked ~ .tab-labels label[for="tab-cafeteria"],
#tab-precios:checked ~ .tab-labels label[for="tab-precios"],
#tab-servicios:checked ~ .tab-labels label[for="tab-servicios"],
#tab-productos:checked ~ .tab-labels label[for="tab-productos"] {
    color: white;
    background: linear-gradient(135deg, #153792, #064fd0);
    border-color: transparent;
    box-shadow: 0 16px 30px rgba(21, 55, 146, .26);
}

.guide-panels {
    border-radius: 18px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .1);
    box-shadow: 0 14px 32px rgba(21, 55, 146, .1);
}

.guide-panel {
    display: none;
    min-height: 420px;
    padding: clamp(26px, 5vw, 48px);
}

#tab-lavado:checked ~ .guide-panels .panel-lavado,
#tab-secado:checked ~ .guide-panels .panel-secado,
#tab-cafeteria:checked ~ .guide-panels .panel-cafeteria,
#tab-precios:checked ~ .guide-panels .panel-precios,
#tab-servicios:checked ~ .guide-panels .panel-servicios,
#tab-productos:checked ~ .guide-panels .panel-productos {
    display: block;
}

.panel-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: var(--radius);
    color: white;
    background: var(--blue);
    font-size: 32px;
}

.guide-panel h2 {
    max-width: 700px;
}

.guide-panel p {
    max-width: 760px;
    color: var(--text);
    font-size: 1.08rem;
    line-height: 1.75;
}

.guide-panel-intro {
    margin-bottom: 28px;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.guide-panel-intro .panel-icon {
    margin-bottom: 0;
}

.guide-panel-intro h2 {
    margin-bottom: 12px;
}

.guide-panel-intro p {
    margin: 0;
}

.prices-guide-embed {
    padding: 8px 0 0;
    overflow: visible;
    background: transparent;
}

.prices-guide-embed .container {
    width: 100%;
}

.prices-guide-embed .section-head {
    margin-bottom: 28px;
}

.prices-guide-embed .section-head h2 {
    font-size: clamp(2.5rem, 5vw, 4.35rem);
}

.wash-guide {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 16px;
}

.wash-quick-check {
    margin-bottom: 16px;
    padding: 20px;
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
    gap: 18px;
    align-items: center;
    border-radius: 18px;
    color: var(--blue-dark);
    background: linear-gradient(135deg, #edf4ff 0%, #ffffff 62%, rgba(242, 98, 149, .08) 100%);
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 16px 32px rgba(21, 55, 146, .08);
}

.wash-quick-head {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.wash-quick-head > .material-symbols-outlined {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: white;
    background: linear-gradient(135deg, #153792, #064fd0);
    font-size: 28px;
}

.wash-quick-head h3 {
    margin: 0 0 6px;
    color: var(--blue-dark);
    font-size: 1.35rem;
    line-height: 1.12;
}

.wash-quick-head p {
    max-width: none;
    margin: 0;
    font-size: .95rem;
    line-height: 1.45;
}

.wash-quick-list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
}

.wash-quick-list li {
    min-height: 92px;
    padding: 14px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    border-radius: 16px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .11);
}

.wash-quick-list li > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: linear-gradient(135deg, #ff5b99, #f01868);
    font-size: .92rem;
    font-weight: 900;
}

.wash-quick-list strong,
.wash-quick-list small {
    display: block;
}

.wash-quick-list strong {
    margin-bottom: 3px;
    color: var(--blue-dark);
    font-size: .95rem;
    line-height: 1.2;
}

.wash-quick-list small {
    color: #536382;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.35;
}

.wash-saving-card {
    margin-bottom: 16px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    border-radius: 18px;
    color: var(--blue-dark);
    background: linear-gradient(135deg, rgba(242, 98, 149, .1), rgba(255, 255, 255, .98));
    border: 1px solid rgba(242, 98, 149, .18);
    box-shadow: 0 16px 32px rgba(21, 55, 146, .08);
}

.wash-saving-card > .material-symbols-outlined {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: white;
    background: linear-gradient(135deg, #ff5b99, #f01868);
    font-size: 26px;
}

.wash-saving-card h3 {
    margin: 0 0 6px;
    color: var(--blue-dark);
    font-size: 1.18rem;
    line-height: 1.2;
}

.wash-saving-card p {
    max-width: none;
    margin: 0;
    font-size: .98rem;
    line-height: 1.58;
}

.wash-section-label {
    margin: 28px 0 14px;
    padding-top: 20px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border-top: 1px solid rgba(21, 55, 146, .12);
}

.wash-section-label > .material-symbols-outlined {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--blue);
    background: #edf4ff;
    font-size: 23px;
}

.wash-section-label h3 {
    margin: 0 0 5px;
    color: var(--blue-dark);
    font-size: 1.2rem;
    line-height: 1.2;
}

.wash-section-label p {
    max-width: none;
    margin: 0;
    color: #536382;
    font-size: .95rem;
    line-height: 1.45;
}

.wash-size-guide {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.wash-size-guide article {
    min-height: 96px;
    padding: 16px 18px;
    display: grid;
    align-content: center;
    gap: 4px;
    border-radius: 16px;
    background: #f6f9ff;
    border: 1px solid rgba(21, 55, 146, .1);
}

.wash-size-guide strong,
.wash-size-guide span {
    display: block;
}

.wash-size-guide strong {
    color: var(--blue-dark);
    font-size: 1.45rem;
    line-height: 1.05;
}

.wash-size-guide span {
    color: #536382;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.35;
}

.guide-feature-card,
.guide-info-card,
.guide-assist-box {
    border-radius: 18px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 16px 32px rgba(21, 55, 146, .08);
}

.guide-feature-card {
    min-height: 164px;
    padding: 22px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.guide-feature-card.blue {
    background: linear-gradient(135deg, rgba(21, 55, 146, .08), rgba(255, 255, 255, .98));
}

.guide-feature-card.pink {
    background: linear-gradient(135deg, rgba(242, 98, 149, .1), rgba(255, 255, 255, .98));
}

.guide-feature-card > .material-symbols-outlined,
.guide-info-card > .material-symbols-outlined,
.guide-assist-box > .material-symbols-outlined {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: white;
    background: linear-gradient(135deg, #153792, #064fd0);
    font-size: 26px;
}

.guide-feature-card.pink > .material-symbols-outlined {
    background: linear-gradient(135deg, #ff5b99, #f01868);
}

.guide-feature-card h3,
.guide-info-card h3,
.guide-laundry-types h3 {
    margin: 0 0 8px;
    color: var(--blue-dark);
    font-size: 1.18rem;
    line-height: 1.2;
}

.guide-feature-card p,
.guide-info-card p,
.guide-assist-box p {
    max-width: none;
    margin: 0;
    font-size: .98rem;
    line-height: 1.6;
}

.guide-card-grid {
    margin-top: 16px;
    display: grid;
    gap: 16px;
}

.guide-card-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-card-grid.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guide-info-card {
    min-height: 208px;
    padding: 22px;
    display: grid;
    align-content: start;
    gap: 12px;
}

.wash-faq-box {
    margin-top: 18px;
    padding: 20px;
    border-radius: 18px;
    color: var(--blue-dark);
    background: #f6f9ff;
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 16px 32px rgba(21, 55, 146, .08);
}

.wash-faq-head {
    margin-bottom: 14px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.wash-faq-head > .material-symbols-outlined {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: white;
    background: linear-gradient(135deg, #153792, #064fd0);
    font-size: 27px;
}

.wash-faq-head h3 {
    margin: 0 0 6px;
    color: var(--blue-dark);
    font-size: 1.28rem;
    line-height: 1.18;
}

.wash-faq-head p {
    max-width: none;
    margin: 0;
    color: #536382;
    font-size: .95rem;
    line-height: 1.45;
}

.wash-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.wash-faq-list article {
    min-height: 126px;
    padding: 15px 16px;
    border-radius: 14px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .1);
}

.wash-faq-list h4 {
    margin: 0 0 6px;
    color: var(--blue-dark);
    font-size: .98rem;
    line-height: 1.22;
}

.wash-faq-list p {
    max-width: none;
    margin: 0;
    color: #536382;
    font-size: .9rem;
    font-weight: 650;
    line-height: 1.48;
}

.guide-info-card.cafe-card {
    background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.guide-info-card.cafe-card > .material-symbols-outlined {
    color: #a76700;
    background: #fff0cf;
}

.guide-info-card.product-price-card {
    min-height: 240px;
}

.guide-info-card.product-price-card > .material-symbols-outlined {
    color: #078f42;
    background: #e5f9ec;
}

.guide-product-note {
    margin: 16px 0 0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    color: #536382;
    background: #f6f9ff;
    border: 1px solid rgba(21, 55, 146, .1);
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.45;
}

.guide-product-note .material-symbols-outlined {
    color: #0b63da;
    font-size: 22px;
}

.guide-laundry-types {
    margin-top: 16px;
    padding: 22px;
    border-radius: 18px;
    background: #f6f9ff;
    border: 1px solid rgba(21, 55, 146, .1);
}

.guide-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.guide-pill-list span {
    min-height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: var(--blue-dark);
    background: white;
    border: 1px solid rgba(21, 55, 146, .12);
    font-size: .9rem;
    font-weight: 800;
}

.guide-assist-box {
    margin-top: 16px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    background: linear-gradient(135deg, rgba(242, 98, 149, .09), rgba(255, 255, 255, .98));
}

.guide-assist-box > .material-symbols-outlined {
    background: linear-gradient(135deg, #ff5b99, #f01868);
}

.wash-stain-service {
    background: linear-gradient(135deg, rgba(242, 98, 149, .12), rgba(255, 255, 255, .98));
    border-color: rgba(242, 98, 149, .22);
}

.guide-b2b-box {
    margin-top: 16px;
    padding: 0;
    display: grid;
    gap: 0;
    border-radius: 18px;
    overflow: hidden;
    color: var(--blue-dark);
    background: #f7faff;
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 18px 36px rgba(21, 55, 146, .16);
}

.guide-b2b-head {
    padding: 24px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) minmax(230px, .34fr);
    gap: 18px;
    align-items: center;
    color: white;
    background: linear-gradient(135deg, #153792, #064fd0);
}

.guide-b2b-mark {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: white;
    background: rgba(255, 255, 255, .16);
    font-size: 30px;
}

.guide-b2b-kicker {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.guide-b2b-box h3 {
    margin: 0 0 8px;
    color: white;
    font-size: 1.48rem;
    line-height: 1.2;
}

.guide-b2b-box p {
    max-width: none;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: .98rem;
    line-height: 1.55;
}

.guide-b2b-brief {
    padding: 16px 18px;
    display: grid;
    gap: 4px;
    border-radius: 14px;
    color: white;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
}

.guide-b2b-brief strong,
.guide-b2b-brief span {
    display: block;
}

.guide-b2b-brief strong {
    font-size: .92rem;
    line-height: 1.2;
}

.guide-b2b-brief span {
    color: rgba(255, 255, 255, .78);
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.35;
}

.guide-b2b-benefits {
    padding: 18px 24px 0;
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 12px;
}

.guide-b2b-benefit {
    min-height: 178px;
    padding: 18px;
    display: grid;
    align-content: start;
    gap: 10px;
    border-radius: 14px;
    color: var(--blue-dark);
    background: white;
    border: 1px solid rgba(21, 55, 146, .1);
    box-shadow: 0 12px 26px rgba(21, 55, 146, .08);
}

.guide-b2b-benefit.primary {
    color: white;
    background: linear-gradient(135deg, #f01868, #ff6aa5);
    border-color: rgba(255, 255, 255, .24);
}

.guide-b2b-benefit > .material-symbols-outlined {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--blue);
    background: #eaf2ff;
    font-size: 24px;
}

.guide-b2b-benefit.primary > .material-symbols-outlined {
    color: white;
    background: rgba(255, 255, 255, .18);
}

.guide-b2b-benefit h4 {
    margin: 0;
    color: inherit;
    font-size: 1.06rem;
    line-height: 1.25;
}

.guide-b2b-benefit p {
    color: rgba(5, 21, 59, .72);
    font-size: .9rem;
    line-height: 1.45;
}

.guide-b2b-benefit.primary p {
    color: rgba(255, 255, 255, .9);
}

.guide-b2b-detail {
    padding: 14px 24px 24px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .8fr);
    gap: 14px;
    align-items: stretch;
}

.guide-b2b-examples,
.guide-b2b-process {
    padding: 18px;
    border-radius: 14px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .1);
    box-shadow: 0 12px 26px rgba(21, 55, 146, .08);
}

.guide-b2b-process {
    display: flex;
    flex-direction: column;
}

.guide-b2b-examples h4,
.guide-b2b-process-kicker {
    margin: 0 0 14px;
    color: var(--blue-dark);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
}

.guide-b2b-examples ul,
.guide-b2b-process ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guide-b2b-examples ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.guide-b2b-examples li {
    min-height: 92px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-areas:
        "icon title"
        "icon text";
    column-gap: 10px;
    align-items: center;
}

.guide-b2b-examples li > .material-symbols-outlined {
    grid-area: icon;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--blue);
    background: #eaf2ff;
    font-size: 22px;
}

.guide-b2b-examples strong {
    grid-area: title;
    color: var(--blue-dark);
    font-size: .92rem;
    line-height: 1.25;
}

.guide-b2b-examples small {
    grid-area: text;
    color: #536382;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.35;
}

.guide-b2b-process ol {
    display: grid;
    gap: 12px;
}

.guide-b2b-process li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.guide-b2b-process li > span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--blue);
    font-weight: 900;
}

.guide-b2b-process li p {
    padding-top: 4px;
    color: #536382;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.45;
}

.guide-b2b-process-cta {
    min-height: 52px;
    margin-top: 16px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    color: white;
    background: var(--pink);
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(242, 98, 149, .28);
}

.guide-b2b-process-cta .material-symbols-outlined {
    color: white;
    font-size: 24px;
}

.guide-b2b-assurance {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.guide-b2b-assurance > span {
    min-height: 34px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    color: var(--blue-dark);
    background: #f1f6ff;
    border: 1px solid rgba(21, 55, 146, .1);
    font-size: .78rem;
    font-weight: 800;
}

.guide-b2b-assurance .material-symbols-outlined {
    font-size: 20px;
}

.mini-price-list {
    display: grid;
    gap: 8px;
}

.mini-price-list span,
.guide-price-chip {
    min-height: 38px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 8px;
    color: var(--blue-dark);
    background: #fbfdff;
    border: 1px solid rgba(21, 55, 146, .14);
    font-weight: 700;
    line-height: 1.35;
}

.mini-price-list strong,
.guide-price-chip {
    color: #0aa7db;
    font-size: 1.05rem;
    white-space: nowrap;
}

.guide-price-chip {
    width: fit-content;
    color: white;
    background: #0aa7db;
    border-color: transparent;
}

.cafe-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.cafe-menu-category {
    min-height: 244px;
    padding: 22px;
    display: grid;
    align-content: start;
    gap: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 16px 32px rgba(21, 55, 146, .08);
}

.cafe-menu-category-head {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.cafe-menu-category-head .material-symbols-outlined {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #a76700;
    background: #fff0cf;
    font-size: 26px;
}

.cafe-menu-category h3 {
    margin: 0;
    color: var(--blue-dark);
    font-size: 1.22rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.cafe-menu-items {
    display: grid;
    gap: 10px;
}

.cafe-menu-item {
    min-height: 48px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border-radius: 10px;
    color: var(--blue-dark);
    background: white;
    border: 1px solid rgba(21, 55, 146, .12);
    font-weight: 800;
}

.cafe-menu-item.featured {
    background: linear-gradient(135deg, rgba(242, 98, 149, .1), rgba(255, 255, 255, .98));
    border-color: rgba(242, 98, 149, .2);
}

.cafe-menu-item span {
    min-width: 0;
    line-height: 1.3;
}

.cafe-menu-item em {
    width: fit-content;
    margin-top: 5px;
    padding: 4px 9px;
    display: block;
    border-radius: 999px;
    color: #b21156;
    background: rgba(242, 98, 149, .12);
    font-size: .74rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.cafe-menu-item strong {
    min-width: 58px;
    padding: 8px 10px;
    border-radius: 8px;
    color: white;
    background: #f2a000;
    font-size: 1.05rem;
    line-height: 1;
    text-align: center;
}

.cafe-menu-note {
    margin: 18px 0 0;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    color: #536382;
    background: #fff8e8;
    border: 1px solid rgba(242, 160, 0, .18);
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.5;
}

.cafe-menu-note .material-symbols-outlined {
    flex: 0 0 auto;
    color: #f2a000;
    font-size: 22px;
}

.secado-guide {
    margin-top: 30px;
    display: grid;
    gap: 24px;
}

.secado-subtabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.secado-subtab {
    min-height: 70px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 14px;
    color: var(--blue);
    background: white;
    border: 1.5px solid rgba(21, 55, 146, .14);
    box-shadow: 0 10px 24px rgba(21, 55, 146, .06);
    font-size: 1.04rem;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.secado-subtab:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(21, 55, 146, .1);
}

.secado-subtab.is-active {
    color: white;
    background: linear-gradient(135deg, #153792, #064fd0);
    border-color: transparent;
    box-shadow: 0 18px 32px rgba(21, 55, 146, .24);
}

.secado-subtab .material-symbols-outlined {
    font-size: 28px;
}

.secado-subpanel {
    display: grid;
    gap: 24px;
}

.secado-subpanel[hidden] {
    display: none !important;
}

.secado-builder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
}

.secado-builder-main,
.secado-recommendation,
.secado-special-card,
.secado-special-empty,
.secado-tip-card,
.secado-temp-card {
    border-radius: 18px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .11);
    box-shadow: 0 16px 32px rgba(21, 55, 146, .08);
}

.secado-builder-main {
    padding: 22px 24px;
    display: grid;
    grid-template-columns: minmax(190px, .28fr) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.secado-mobile-rule-list {
    display: grid;
    gap: 8px;
}

.secado-mobile-rule-list span {
    padding: 9px 12px;
    border-radius: 14px;
    color: var(--blue-dark);
    background: #edf4ff;
    border: 1px solid rgba(21, 55, 146, .1);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.35;
}

.secado-result-rule-list {
    gap: 0;
}

.secado-result-rule-list span {
    padding: 5px 0 5px 18px;
    position: relative;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: .94rem;
    line-height: 1.34;
}

.secado-result-rule-list span::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 2px;
    top: 13px;
    border-radius: 50%;
    background: #f01868;
}

.secado-section-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.secado-section-head.compact {
    margin-top: 4px;
}

.secado-section-head.no-top {
    grid-template-columns: 54px minmax(0, 1fr);
}

.secado-section-head h3 {
    margin: 0 0 6px;
    color: var(--blue-dark);
    font-size: 1.42rem;
    line-height: 1.18;
}

.secado-section-head p {
    max-width: none;
    margin: 0;
    font-size: .98rem;
    line-height: 1.58;
}

.secado-step {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: linear-gradient(135deg, rgba(242, 98, 149, .18), rgba(242, 98, 149, .08));
    color: #f01868;
    font-size: 1.15rem;
    font-weight: 900;
}

.secado-step.warn {
    background: linear-gradient(135deg, #ff5b99, #f01868);
}

.secado-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 0;
}

.secado-load-picker {
    display: grid;
    gap: 12px;
}

.secado-mobile-select {
    display: none;
}

.secado-select-shell {
    position: relative;
    min-height: 72px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 24px;
    gap: 12px;
    align-items: center;
    border-radius: 16px;
    color: var(--blue-dark);
    background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
    border: 2px solid #1d4fd7;
    box-shadow: 0 16px 26px rgba(21, 55, 146, .14);
}

.secado-select-shell:focus-within {
    border-color: #f01868;
    box-shadow: 0 0 0 4px rgba(240, 24, 104, .14), 0 16px 26px rgba(21, 55, 146, .14);
}

.secado-select-shell .material-symbols-outlined:first-child {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: white;
    background: linear-gradient(135deg, #153792, #0a58da);
    font-size: 24px;
    pointer-events: none;
}

.secado-select-value {
    min-width: 0;
    color: var(--blue-dark);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
    pointer-events: none;
}

.secado-select-shell select {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 0;
    color: transparent;
    background: transparent;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
    appearance: none;
    outline: 0;
    opacity: 0;
    cursor: pointer;
    touch-action: manipulation;
}

.secado-select-shell .select-arrow {
    color: #1d4fd7;
    font-size: 26px;
    pointer-events: none;
}

.secado-mobile-select p {
    margin: 0;
    padding: 0 4px;
    color: #536382;
    font-size: .88rem;
    line-height: 1.35;
}

.secado-choice-card,
.secado-chip {
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.secado-choice-card {
    position: relative;
    min-height: 72px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 2px;
    align-items: center;
    border-radius: 0;
    color: var(--blue-dark);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(21, 55, 146, .1);
    cursor: pointer;
}

.secado-choice-card .material-symbols-outlined {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    grid-row: 1 / span 2;
    border-radius: 12px;
    color: var(--blue);
    background: #e9f0ff;
    font-size: 21px;
}

.secado-choice-card strong {
    font-size: .96rem;
    line-height: 1.16;
}

.secado-choice-card small {
    color: #536382;
    font-size: .83rem;
    line-height: 1.26;
}

.secado-choice-card.is-active {
    color: var(--blue-dark);
    background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
    border: 2px solid #1d4fd7;
    border-radius: 14px;
    box-shadow: 0 16px 26px rgba(21, 55, 146, .14);
}

.secado-choice-card.is-active::after {
    content: "✓";
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: white;
    background: #0a58da;
    font-size: .9rem;
    font-weight: 900;
}

.secado-choice-card.is-active .material-symbols-outlined {
    color: white;
    background: linear-gradient(135deg, #153792, #0a58da);
}

.secado-choice-card.is-active strong {
    color: var(--blue-dark);
}

.secado-choice-card.is-active small {
    color: #425174;
}

.secado-choice-card strong {
    grid-column: 2;
}

.secado-choice-card small {
    grid-column: 2;
}

.secado-alert-box {
    grid-column: 1 / -1;
    padding: 22px 0 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(21, 55, 146, .14);
    box-shadow: none;
}

.secado-alert-head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.secado-alert-head .material-symbols-outlined {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: linear-gradient(135deg, #ff5b99, #f01868);
    font-size: 24px;
}

.secado-alert-head h3 {
    margin: 0 0 6px;
    color: var(--blue-dark);
}

.secado-alert-head p {
    max-width: none;
    margin: 0;
    font-size: .92rem;
    line-height: 1.55;
}

.secado-alert-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.secado-alert-grid span {
    min-height: 48px;
    padding: 8px 10px 8px 38px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 14px;
    color: var(--blue-dark);
    background: white;
    border: 1px solid rgba(21, 55, 146, .12);
    font-size: .86rem;
    font-weight: 800;
    line-height: 1.35;
}

.secado-alert-grid span::before {
    content: "✓";
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: white;
    background: #0a58da;
    font-size: .8rem;
    font-weight: 900;
}

.secado-chip {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--blue-dark);
    background: white;
    border: 1px solid rgba(21, 55, 146, .14);
    font-size: .9rem;
    font-weight: 700;
}

.secado-chip.is-active {
    color: white;
    background: linear-gradient(135deg, #ff5b99, #f01868);
    border-color: transparent;
    box-shadow: 0 12px 22px rgba(242, 98, 149, .22);
}

.secado-simple-rule {
    grid-column: 1 / -1;
    padding: 18px 24px 18px 92px;
    position: relative;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(242, 98, 149, .1), rgba(255, 255, 255, .98));
    border: 1px solid rgba(242, 98, 149, .2);
}

.secado-simple-rule::before {
    content: "tips_and_updates";
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: white;
    background: linear-gradient(135deg, #ff5b99, #f01868);
    font-family: "Material Symbols Outlined";
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}

.secado-simple-rule h3,
.secado-action-card h3,
.secado-recommendation h3,
.secado-special-card h4,
.secado-tip-card h4,
.secado-temp-card h4 {
    margin: 0 0 6px;
    color: var(--blue-dark);
}

.secado-simple-rule p,
.secado-action-card p,
.secado-special-card p,
.secado-special-detail span,
.secado-tip-card p,
.secado-temp-card p,
.secado-alert-box p {
    max-width: none;
    margin: 0;
    font-size: .95rem;
    line-height: 1.58;
}

.secado-action-cards {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(21, 55, 146, .14);
    padding-top: 18px;
}

.secado-action-card {
    min-height: 126px;
    padding: 8px 20px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-content: start;
    gap: 14px;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(21, 55, 146, .14);
}

.secado-action-card:first-child {
    border-left: 0;
}

.secado-action-card .material-symbols-outlined {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--blue);
    font-size: 22px;
}

.secado-recommendation {
    grid-column: 1 / -1;
    padding: 24px 24px 26px;
    display: grid;
    gap: 18px;
    background: white;
    position: static;
    border-radius: 0;
    border: 0;
    border-top: 1px solid rgba(21, 55, 146, .14);
    box-shadow: none;
}

.secado-recommendation h3 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.secado-recommendation h4 {
    margin: 0;
    color: var(--blue-dark);
    font-size: .98rem;
    line-height: 1.2;
}

.secado-recommendation > p:not(.eyebrow) {
    max-width: none;
    margin: 0;
    color: #4a5a7b;
    font-size: 1rem;
    line-height: 1.6;
}

.secado-rec-hero {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 26px;
    align-items: center;
}

.secado-rec-icon {
    width: 112px;
    height: 112px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #f01868;
    background: linear-gradient(135deg, rgba(242, 98, 149, .16), rgba(242, 98, 149, .07));
    font-size: 64px;
}

.secado-rec-summary {
    display: grid;
    gap: 8px;
}

.secado-rec-summary > p:not(.eyebrow) {
    max-width: none;
    margin: 0;
    color: #4a5a7b;
    font-size: 1rem;
    line-height: 1.5;
}

.secado-quick-facts {
    margin-left: 166px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(21, 55, 146, .12);
    border-radius: 14px;
    overflow: hidden;
}

.secado-quick-facts > span {
    min-height: 72px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    color: var(--blue-dark);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1.28;
    border-left: 1px solid rgba(21, 55, 146, .12);
}

.secado-quick-facts > span:first-child {
    border-left: 0;
}

.secado-quick-facts .material-symbols-outlined {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #f01868;
    font-size: 30px;
}

.secado-rule-columns {
    padding-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    border-top: 1px solid rgba(21, 55, 146, .14);
}

.secado-rule-column {
    padding-left: 20px;
    border-left: 1px solid rgba(21, 55, 146, .14);
}

.secado-rule-column:first-child {
    padding-left: 0;
    border-left: 0;
}

.secado-rule-column h4 {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #f01868;
    font-size: 1.02rem;
}

.secado-rule-column h4 .material-symbols-outlined {
    font-size: 25px;
}

.secado-faq-box {
    grid-column: 1 / -1;
    margin-top: 0;
    padding: 22px 0 0;
    display: grid;
    gap: 10px;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(21, 55, 146, .14);
}

.secado-faq-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.secado-faq-head::before {
    content: "?";
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: #153792;
    font-weight: 900;
}

.secado-faq-head h4,
.secado-faq-head p {
    grid-column: 2;
}

.secado-faq-head p {
    max-width: none;
    margin: 0;
    color: #4a5a7b;
    font-size: .95rem;
    line-height: 1.42;
}

.secado-faq-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.secado-faq-list article {
    min-height: 0;
    padding: 12px 0;
    display: grid;
    grid-template-columns: minmax(240px, .34fr) minmax(0, 1fr);
    gap: 22px;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(21, 55, 146, .12);
}

.secado-faq-list strong,
.secado-faq-list p {
    display: block;
}

.secado-faq-list strong {
    margin-bottom: 3px;
    color: var(--blue-dark);
    font-size: .9rem;
    line-height: 1.25;
}

.secado-faq-list p {
    margin: 0;
    color: #4a5a7b;
    font-size: .88rem;
    line-height: 1.42;
}

.secado-search-field {
    min-height: 58px;
    padding: 0 18px;
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border-radius: 16px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 12px 24px rgba(21, 55, 146, .06);
}

.secado-search-field .material-symbols-outlined {
    color: var(--blue);
}

.secado-search-field input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--blue-dark);
    font: inherit;
}

.secado-special-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.secado-special-card,
.secado-special-empty {
    padding: 20px;
    display: grid;
    gap: 14px;
}

.secado-special-head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.secado-special-head .material-symbols-outlined {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: white;
    background: linear-gradient(135deg, #153792, #0a58da);
    font-size: 24px;
}

.secado-special-detail {
    display: grid;
    gap: 4px;
}

.secado-special-detail strong {
    color: var(--blue-dark);
    font-size: .88rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.secado-special-empty {
    grid-column: 1 / -1;
    justify-items: center;
    text-align: center;
}

.secado-special-empty .material-symbols-outlined {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: var(--blue);
    background: #edf4ff;
    font-size: 30px;
}

.secado-tips-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.secado-tip-card {
    min-height: 180px;
    padding: 20px;
    display: grid;
    align-content: start;
    gap: 12px;
}

.secado-tip-card .material-symbols-outlined {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--blue);
    background: #edf4ff;
    font-size: 23px;
}

.secado-temp-guide {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.secado-temp-card {
    min-height: 152px;
    padding: 20px;
}

.secado-temp-card.hot {
    background: linear-gradient(135deg, rgba(255, 91, 153, .12), rgba(255, 255, 255, .98));
}

.secado-temp-card.warm {
    background: linear-gradient(135deg, rgba(21, 55, 146, .08), rgba(255, 255, 255, .98));
}

.secado-temp-card.soft {
    background: linear-gradient(135deg, rgba(5, 168, 72, .1), rgba(255, 255, 255, .98));
}

.info-list {
    max-width: 760px;
    margin: 24px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
}

.info-list li {
    position: relative;
    padding-left: 30px;
    color: var(--ink);
    font-weight: 700;
    line-height: 1.55;
}

.info-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--pink);
    box-shadow: 0 0 0 5px rgba(242, 98, 149, .14);
}

@media (max-width: 1120px) {
    .topic-cards {
        grid-template-columns: repeat(3, 1fr);
    }

    .tab-labels {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .secado-builder,
    .secado-action-cards,
    .secado-tips-grid,
    .secado-temp-guide,
    .secado-special-grid,
    .wash-guide,
    .guide-card-grid.three,
    .guide-card-grid.products,
    .guide-b2b-benefits,
    .guide-b2b-detail,
    .cafe-menu-grid {
        grid-template-columns: 1fr;
    }

    .secado-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .secado-recommendation {
        position: static;
    }

    .wash-quick-check {
        grid-template-columns: 1fr;
    }

    .guide-b2b-benefit {
        min-height: auto;
        grid-template-columns: 42px minmax(0, 1fr);
        grid-template-areas:
            "icon title"
            "icon text";
        column-gap: 12px;
        row-gap: 4px;
        align-items: center;
    }

    .guide-b2b-benefit > .material-symbols-outlined {
        grid-area: icon;
    }

    .guide-b2b-benefit h4 {
        grid-area: title;
    }

    .guide-b2b-benefit p {
        grid-area: text;
    }

    .wash-quick-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-price-feature {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .service-price-tags,
    .service-price-button {
        grid-column: 1 / -1;
    }

    .topic-card,
    .topic-card:nth-child(4),
    .topic-card:nth-child(5) {
        grid-column: auto;
    }

}

@media (max-width: 900px) {
    .topic-cards {
        grid-template-columns: 1fr;
    }

    .service-topics .container {
        width: min(1120px, calc(100% - 40px));
    }

    .secado-subtabs,
    .secado-choice-grid {
        grid-template-columns: 1fr;
    }

    .secado-builder-main {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 14px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .secado-mobile-select {
        display: grid;
        gap: 6px;
    }

    .secado-load-picker .secado-choice-grid {
        display: none;
    }

    .secado-mobile-rule-list {
        gap: 0;
    }

    .secado-mobile-rule-list span {
        padding: 4px 0 4px 16px;
        position: relative;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: .86rem;
        font-weight: 700;
        line-height: 1.32;
    }

    .secado-mobile-rule-list span::before {
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        left: 2px;
        top: 11px;
        border-radius: 50%;
        background: #f01868;
    }

    .service-price-feature {
        grid-template-columns: 1fr;
    }

    .service-price-icon {
        width: 78px;
        height: 78px;
        font-size: 42px;
    }

    .topic-card {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .topic-icon {
        width: 70px;
        height: 70px;
        font-size: 38px;
    }

}

@media (max-width: 760px) {
    .guide-hero .container {
        min-height: auto;
        padding: 42px 0 28px;
    }

    .guide-hero h1 {
        font-size: clamp(3rem, 15vw, 4.4rem);
    }

    .guide-hero .hero-text {
        max-width: 335px;
        font-size: 1.05rem;
    }

    .guide-logo-card,
    .guide-panel {
        min-height: auto;
        padding: 24px;
    }

    .guide-panel-intro {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .panel-lavado .guide-panel-intro {
        margin-bottom: 18px;
    }

    .panel-lavado .guide-panel-intro h2 {
        font-size: clamp(2.05rem, 10vw, 2.75rem);
        line-height: 1.02;
    }

    .panel-lavado .guide-panel-intro p {
        font-size: 1rem;
        line-height: 1.58;
    }

    .wash-quick-check {
        margin-bottom: 14px;
        padding: 16px;
        gap: 14px;
        border-radius: 16px;
    }

    .wash-quick-head {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .wash-quick-head > .material-symbols-outlined {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 24px;
    }

    .wash-quick-head h3 {
        font-size: 1.28rem;
    }

    .wash-quick-head p {
        font-size: .9rem;
        line-height: 1.38;
    }

    .wash-quick-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .wash-quick-list li {
        min-height: 0;
        padding: 9px 0;
        grid-template-columns: 28px minmax(0, 1fr);
        border: 0;
        border-top: 1px solid rgba(21, 55, 146, .1);
        border-radius: 0;
        background: transparent;
    }

    .wash-quick-list li:first-child {
        border-top: 0;
    }

    .wash-quick-list li > span {
        width: 26px;
        height: 26px;
        font-size: .82rem;
    }

    .wash-quick-list strong {
        margin-bottom: 1px;
        font-size: .94rem;
    }

    .wash-quick-list small {
        font-size: .8rem;
        line-height: 1.3;
    }

    .wash-saving-card {
        margin-bottom: 14px;
        padding: 16px;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        border-radius: 16px;
    }

    .wash-saving-card > .material-symbols-outlined {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 22px;
    }

    .wash-saving-card h3 {
        font-size: 1.05rem;
    }

    .wash-saving-card p {
        font-size: .9rem;
        line-height: 1.45;
    }

    .wash-section-label {
        margin: 22px 0 12px;
        padding-top: 16px;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
    }

    .wash-section-label > .material-symbols-outlined {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        font-size: 21px;
    }

    .wash-section-label h3 {
        font-size: 1.05rem;
    }

    .wash-section-label p {
        font-size: .88rem;
        line-height: 1.38;
    }

    .wash-size-guide {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .wash-size-guide article {
        min-height: 0;
        padding: 12px 14px;
        grid-template-columns: 68px minmax(0, 1fr);
        align-items: center;
        align-content: center;
        gap: 10px;
    }

    .wash-size-guide strong {
        font-size: 1.15rem;
    }

    .wash-size-guide span {
        font-size: .84rem;
        line-height: 1.3;
    }

    .panel-lavado .guide-info-card {
        min-height: 0;
        padding: 16px;
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 12px;
        row-gap: 4px;
        align-items: start;
    }

    .panel-lavado .guide-info-card > .material-symbols-outlined {
        width: 42px;
        height: 42px;
        grid-row: 1 / span 2;
        border-radius: 14px;
        font-size: 22px;
    }

    .panel-lavado .guide-info-card h3,
    .panel-lavado .guide-info-card p {
        grid-column: 2;
    }

    .panel-lavado .guide-info-card h3 {
        font-size: 1.02rem;
        line-height: 1.18;
    }

    .panel-lavado .guide-info-card p {
        font-size: .9rem;
        line-height: 1.45;
    }

    .wash-faq-box {
        margin-top: 14px;
        padding: 16px;
        border-radius: 16px;
    }

    .wash-faq-head {
        margin-bottom: 12px;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }

    .wash-faq-head > .material-symbols-outlined {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 23px;
    }

    .wash-faq-head h3 {
        font-size: 1.08rem;
    }

    .wash-faq-head p {
        font-size: .88rem;
        line-height: 1.38;
    }

    .wash-faq-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .wash-faq-list article {
        min-height: 0;
        padding: 12px 0;
        border: 0;
        border-top: 1px solid rgba(21, 55, 146, .1);
        border-radius: 0;
        background: transparent;
    }

    .wash-faq-list article:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .wash-faq-list article:last-child {
        padding-bottom: 0;
    }

    .wash-faq-list h4 {
        font-size: .95rem;
    }

    .wash-faq-list p {
        font-size: .86rem;
        line-height: 1.42;
    }

    .panel-lavado .guide-feature-card {
        min-height: 0;
        padding: 18px;
    }

    .prices-guide-embed .section-head h2 {
        font-size: 2.8rem;
    }

    .tab-labels {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tab-labels label {
        min-height: 58px;
        justify-content: flex-start;
        padding: 0 18px;
        font-size: 1rem;
    }

    .secado-subtab,
    .secado-choice-card {
        min-height: 58px;
    }

    .secado-guide {
        gap: 16px;
    }

    .secado-builder {
        gap: 18px;
    }

    .secado-builder-main,
    .secado-recommendation,
    .secado-special-card,
    .secado-special-empty,
    .secado-tip-card,
    .secado-temp-card {
        padding: 18px;
    }

    .secado-builder-main {
        padding: 0;
    }

    .secado-recommendation {
        gap: 14px;
        border-radius: 16px;
        border: 1px solid rgba(21, 55, 146, .11);
        box-shadow: 0 16px 32px rgba(21, 55, 146, .08);
    }

    .secado-rec-hero {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .secado-rec-icon {
        display: none;
    }

    .secado-recommendation h3 {
        font-size: clamp(1.75rem, 8vw, 2.25rem);
        line-height: 1.05;
    }

    .secado-quick-facts {
        margin-left: 0;
        grid-template-columns: 1fr;
    }

    .secado-quick-facts > span {
        min-height: 0;
        padding: 10px 12px;
        border-left: 0;
        border-top: 1px solid rgba(21, 55, 146, .12);
    }

    .secado-quick-facts > span:first-child {
        border-top: 0;
    }

    .secado-rule-columns {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .secado-rule-column {
        padding: 0;
        border-left: 0;
    }

    .secado-faq-list article {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .secado-select-shell {
        min-height: 56px;
        padding: 8px 12px;
        grid-template-columns: 36px minmax(0, 1fr) 22px;
        gap: 10px;
        border-radius: 14px;
    }

    .secado-select-shell .material-symbols-outlined:first-child {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 21px;
    }

    .secado-select-value {
        font-size: .93rem;
        line-height: 1.18;
    }

    .secado-select-shell select {
        font-size: 16px;
    }

    .secado-select-shell .select-arrow {
        font-size: 22px;
    }

    .secado-mobile-select p {
        padding: 0;
        font-size: .8rem;
        line-height: 1.25;
    }

    .secado-choice-grid {
        gap: 8px;
    }

    .secado-choice-card {
        min-height: 78px;
        padding: 12px 14px;
        grid-template-columns: 40px minmax(0, 1fr) 18px;
        column-gap: 10px;
        row-gap: 2px;
        text-align: left;
    }

    .secado-choice-card .material-symbols-outlined {
        width: 40px;
        height: 40px;
        font-size: 22px;
        grid-column: 1;
    }

    .secado-choice-card strong {
        grid-column: 2;
        font-size: .98rem;
    }

    .secado-choice-card small {
        grid-column: 2;
        font-size: .82rem;
        line-height: 1.28;
    }

    .secado-choice-card.is-active::after {
        content: "✓";
        grid-column: 3;
        grid-row: 1 / span 2;
        align-self: center;
        justify-self: end;
        color: #1d4fd7;
        font-size: 1rem;
        font-weight: 900;
    }

    .secado-alert-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .secado-faq-list {
        grid-template-columns: 1fr;
    }

    .secado-faq-list article {
        min-height: 0;
    }

    .secado-alert-grid span {
        min-height: 0;
        padding: 6px 0 6px 18px;
        display: block;
        position: relative;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: .88rem;
        font-weight: 700;
        line-height: 1.25;
    }

    .secado-alert-grid span::before {
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        left: 2px;
        top: 12px;
        border-radius: 50%;
        background: #f01868;
    }

    .secado-simple-rule,
    .secado-action-cards {
        display: none;
    }

    .secado-alert-head {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
    }

    .secado-alert-head .material-symbols-outlined {
        width: 34px;
        height: 34px;
        border-radius: 12px;
        font-size: 21px;
    }

    .secado-alert-box {
        padding: 14px 16px;
        border-radius: 16px;
    }

    .secado-alert-head h3 {
        margin-bottom: 2px;
        font-size: 1.08rem;
    }

    .secado-alert-head p {
        font-size: .84rem;
        line-height: 1.32;
    }

    .secado-section-head {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;
    }

    .secado-section-head h3 {
        margin-bottom: 2px;
        font-size: 1.18rem;
    }

    .secado-section-head p {
        font-size: .84rem;
        line-height: 1.32;
    }

    .guide-feature-card,
    .guide-assist-box,
    .guide-b2b-head,
    .cafe-menu-category-head {
        grid-template-columns: 1fr;
    }

    .guide-b2b-box {
        padding: 0;
    }

    .guide-b2b-head {
        padding: 18px;
        gap: 14px;
    }

    .guide-b2b-mark {
        width: 52px;
        height: 52px;
        font-size: 28px;
    }

    .guide-b2b-box h3 {
        font-size: 1.42rem;
    }

    .guide-b2b-brief {
        display: none;
    }

    .guide-b2b-benefit {
        min-height: auto;
        padding: 14px;
        grid-template-columns: 42px minmax(0, 1fr);
        grid-template-areas:
            "icon title"
            "icon text";
        column-gap: 12px;
        row-gap: 4px;
        align-items: center;
    }

    .guide-b2b-benefit > .material-symbols-outlined {
        grid-area: icon;
    }

    .guide-b2b-benefit h4 {
        grid-area: title;
    }

    .guide-b2b-benefit p {
        grid-area: text;
    }

    .guide-b2b-benefits,
    .guide-b2b-detail {
        padding-right: 18px;
        padding-left: 18px;
    }

    .guide-b2b-examples,
    .guide-b2b-process {
        padding: 16px;
    }

    .guide-b2b-examples ul {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .guide-b2b-examples li {
        min-height: auto;
        padding: 12px;
        grid-template-columns: 34px minmax(0, 1fr);
        grid-template-areas:
            "icon title"
            "icon text";
        column-gap: 10px;
        row-gap: 3px;
        align-items: start;
        border-radius: 12px;
        background: #f7faff;
        border: 1px solid rgba(21, 55, 146, .08);
    }

    .guide-b2b-examples li > .material-symbols-outlined {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }

    .guide-b2b-examples strong {
        font-size: .88rem;
    }

    .guide-b2b-examples small {
        display: block;
        font-size: .78rem;
        line-height: 1.32;
    }

    .guide-b2b-process-cta {
        width: 100%;
    }

    .cafe-menu-item {
        grid-template-columns: minmax(0, 1fr);
    }

    .cafe-menu-item strong {
        width: fit-content;
    }

    .secado-step {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        font-size: .9rem;
    }

}

.service-topics {
    background: white;
}

.service-topics {
    padding-top: 56px;
}

@media (max-width: 1120px) {
    .topic-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .topic-card,
    .topic-card:nth-child(4),
    .topic-card:nth-child(5) {
        grid-column: auto;
    }

    .service-price-feature {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .service-price-tags,
    .service-price-button {
        grid-column: 1 / -1;
    }

}

@media (max-width: 900px) {
    .topic-cards {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 760px) {
    .topic-cards {
        grid-template-columns: 1fr;
    }

}
