.alkemist-brand-page {
    display: grid;
    gap: clamp(20px, 3vw, 34px);
}

.brand-page-hero {
    display: grid;
    gap: 14px;
}

.brand-page-hero .detail-hero-actions {
    margin-top: 4px;
}

.brand-page-template-content {
    grid-template-columns: minmax(0, 1fr);
}

.brand-page-card {
    padding: clamp(22px, 3vw, 36px);
}

.consultancy-page-intro {
    background: linear-gradient(135deg, rgba(238, 250, 247, 0.96), rgba(255, 247, 226, 0.92));
}

.brand-page-intro,
.brand-page-section,
.brand-page-band,
.brand-page-link-panel {
    display: grid;
    gap: 14px;
}

.brand-page-intro {
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(13, 68, 87, 0.12);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(238, 250, 247, 0.94), rgba(255, 250, 238, 0.9));
}

.brand-page-intro h2,
.brand-page-section h2,
.brand-page-band h2 {
    margin: 0;
    color: var(--primary-deep);
}

.brand-page-intro p,
.brand-page-section p,
.brand-page-band p,
.brand-page-panel p,
.brand-contact-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.72;
}

.brand-page-actions,
.brand-contact-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

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

.brand-page-panel,
.brand-contact-card {
    display: grid;
    gap: 10px;
    padding: clamp(18px, 2vw, 24px);
    border: 1px solid rgba(13, 68, 87, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

.brand-page-panel h3,
.brand-contact-card h3 {
    margin: 0;
    color: var(--primary);
}

.brand-page-grid--steps .brand-page-panel > span,
.brand-contact-card > span {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(27, 135, 110, 0.1);
    color: var(--secondary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.brand-page-checklist {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.brand-page-checklist li {
    position: relative;
    padding: 12px 14px 12px 42px;
    border: 1px solid rgba(13, 68, 87, 0.1);
    border-radius: 15px;
    background: rgba(248, 251, 250, 0.9);
    color: var(--text);
    line-height: 1.62;
}

.brand-page-checklist li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 18px;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 0 5px rgba(255, 183, 3, 0.16);
}

.brand-page-checklist--columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-page-band {
    padding: clamp(20px, 2.8vw, 30px);
    border: 1px solid rgba(27, 135, 110, 0.16);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(245, 252, 250, 0.98), rgba(255, 250, 239, 0.98));
}

.brand-contact-strip {
    padding: 14px;
    border: 1px solid rgba(13, 68, 87, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
}

.consultancy-appointment-form-section {
    padding: clamp(20px, 2.8vw, 30px);
    border: 1px solid rgba(13, 68, 87, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.74);
}

.consultancy-appointment-fields .is-wide,
.consultancy-appointment-fields .acceptance-field {
    grid-column: 1 / -1;
}

.acceptance-field {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 13px;
    border: 1px solid rgba(13, 68, 87, 0.1);
    border-radius: 14px;
    background: rgba(244, 248, 247, 0.9);
}

.acceptance-field input {
    margin-top: 4px;
}

.appointment-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.consultancy-chat-section .alkemist-chat-app {
    margin-top: 14px;
}

.brand-contact-strip a,
.brand-page-link-panel a {
    overflow-wrap: anywhere;
}

.brand-page-link-panel {
    padding: 18px;
    border: 1px solid rgba(13, 68, 87, 0.12);
    border-radius: 18px;
    background: rgba(244, 248, 247, 0.88);
}

.brand-page-link-panel strong {
    color: var(--primary-deep);
}

.brand-page-link-panel div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.brand-page-link-panel a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid rgba(13, 68, 87, 0.12);
    border-radius: 999px;
    background: #ffffff;
    color: var(--primary);
    font-size: 0.86rem;
    font-weight: 800;
}

.footer-contact-list {
    display: grid;
    gap: 9px;
    margin-top: 16px;
}

.footer-contact-list a {
    display: grid;
    gap: 2px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.footer-contact-list strong {
    color: #d8f3eb;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.footer-contact-list span {
    overflow-wrap: anywhere;
    color: #ffffff;
    font-weight: 800;
}

.footer-bottom {
    flex-wrap: wrap;
    gap: 10px 18px;
}

.footer-bottom a {
    color: inherit;
    font-weight: 800;
}

@media (max-width: 780px) {
    .brand-page-grid,
    .brand-contact-grid,
    .brand-page-checklist--columns {
        grid-template-columns: 1fr;
    }

    .brand-page-intro,
    .brand-page-panel,
    .brand-contact-card,
    .brand-page-band,
    .brand-page-link-panel {
        border-radius: 16px;
    }
}
