body.template-page .institutional-page-section {
    padding: 48px 0 80px;
}

body.template-page .institutional-page {
    max-width: 820px;
    margin: 0 auto;
}

body.template-page .institutional-page--narrow {
    max-width: 780px;
}

body.template-page .institutional-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 32px;
    color: #D9026D;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

body.template-page .institutional-back-link:hover {
    text-decoration: underline;
}

body.template-page .institutional-page h1 {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.2;
}

body.template-page .institutional-page .institutional-subtitle,
body.template-page .institutional-page .institutional-updated {
    color: #666;
    font-size: 16px;
    margin-bottom: 40px;
}

body.template-page .institutional-page .institutional-updated {
    font-size: 13px;
    color: #888;
}

body.template-page .institutional-page h2 {
    font-size: 20px;
    font-weight: 700;
    color: #D9026D;
    margin: 36px 0 14px;
}

body.template-page .institutional-page h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 22px 0 10px;
}

body.template-page .institutional-page p,
body.template-page .institutional-page li,
body.template-page .institutional-page td,
body.template-page .institutional-page th {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
}

body.template-page .institutional-page p,
body.template-page .institutional-page ul,
body.template-page .institutional-page ol,
body.template-page .institutional-page table,
body.template-page .institutional-page hr,
body.template-page .institutional-page details,
body.template-page .institutional-page .institutional-contact-grid,
body.template-page .institutional-page .institutional-shipping-grid,
body.template-page .institutional-page .institutional-steps-grid,
body.template-page .institutional-page .institutional-info-box,
body.template-page .institutional-page .institutional-highlight-box,
body.template-page .institutional-page .institutional-contact-cta {
    margin-bottom: 16px;
}

body.template-page .institutional-page ul,
body.template-page .institutional-page ol {
    padding-left: 22px;
}

body.template-page .institutional-page a {
    color: #D9026D;
}

body.template-page .institutional-page hr {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 36px 0;
}

body.template-page .institutional-contact-grid,
body.template-page .institutional-shipping-grid,
body.template-page .institutional-steps-grid {
    display: grid;
    gap: 16px;
}

body.template-page .institutional-contact-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.template-page .institutional-shipping-grid,
body.template-page .institutional-steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.template-page .institutional-contact-card,
body.template-page .institutional-shipping-card,
body.template-page .institutional-step-card {
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    background: #fff;
    padding: 20px;
}

body.template-page .institutional-contact-card {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}

body.template-page .institutional-contact-card:hover {
    border-color: #D9026D;
    box-shadow: 0 4px 16px rgba(217, 2, 109, 0.1);
}

body.template-page .institutional-contact-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9026D;
    margin-bottom: 10px;
}

body.template-page .institutional-contact-card .icon--whatsapp {
    color: #25D366;
}

body.template-page .institutional-contact-card .icon svg {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

body.template-page .institutional-contact-card strong,
body.template-page .institutional-shipping-card strong,
body.template-page .institutional-step-card strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

body.template-page .institutional-contact-card span,
body.template-page .institutional-shipping-card p,
body.template-page .institutional-step-card p {
    font-size: 13.5px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

body.template-page .institutional-step-card {
    background: #fafafa;
}

body.template-page .institutional-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(90deg, #D9026D 0%, #E02078 100%);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 10px;
}

body.template-page .institutional-info-box {
    border-left: 4px solid #D9026D;
    background: #FFF0F7;
    padding: 16px 20px;
    border-radius: 8px;
}

body.template-page .institutional-info-box p,
body.template-page .institutional-highlight-box p {
    margin: 0;
}

body.template-page .institutional-highlight-box {
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 20px;
    background: #fff;
}

body.template-page .institutional-deadline-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

body.template-page .institutional-deadline-table th,
body.template-page .institutional-deadline-table td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

body.template-page .institutional-deadline-table th {
    background: #fafafa;
    font-weight: 700;
    color: #1a1a1a;
}

body.template-page .institutional-deadline-table tr:last-child td {
    border-bottom: none;
}

body.template-page .institutional-contact-cta {
    background: linear-gradient(135deg, #D9026D 0%, #E02078 100%);
    border-radius: 16px;
    padding: 28px;
    color: #fff;
    text-align: center;
    margin-top: 32px;
}

body.template-page .institutional-contact-cta h3 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 18px;
}

body.template-page .institutional-contact-cta p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 16px;
    font-size: 14px;
}

body.template-page .institutional-cta-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

body.template-page .institutional-cta-buttons a {
    background: #fff;
    color: #D9026D;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    transition: transform 0.15s, box-shadow 0.15s;
}

body.template-page .institutional-cta-buttons a:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

body.template-page .institutional-faq-item {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

body.template-page .institutional-faq-question {
    list-style: none;
    width: 100%;
    background: #fafafa;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s, color 0.2s;
}

body.template-page .institutional-faq-question::-webkit-details-marker {
    display: none;
}

body.template-page .institutional-faq-item:hover .institutional-faq-question,
body.template-page .institutional-faq-item[open] .institutional-faq-question {
    background: #FFF0F7;
    color: #D9026D;
}

body.template-page .institutional-faq-arrow {
    font-size: 18px;
    color: #D9026D;
    transition: transform 0.3s;
}

body.template-page .institutional-faq-item[open] .institutional-faq-arrow {
    transform: rotate(180deg);
}

body.template-page .institutional-faq-answer {
    padding: 16px 20px;
    border-top: 1px solid #f0f0f0;
}

body.template-page .institutional-faq-answer p {
    margin: 0;
}

@media (max-width: 768px) {
    body.template-page .institutional-page-section {
        padding: 32px 0 56px;
    }

    body.template-page .institutional-page h1 {
        font-size: 26px;
    }

    body.template-page .institutional-page h2 {
        font-size: 18px;
    }

    body.template-page .institutional-contact-cta {
        padding: 24px 20px;
    }
}
