/* ========== Domain Checker — Full Page ========== */
.dc-page { min-height: 60vh; }
.dc-container { max-width: 80rem; margin: 0 auto; padding: 0 2rem; }

/* Hero content inside .m-main-hero--large-text */
.dc-page > .m-main-hero--large-text { padding-top: 16rem; padding-bottom: 15rem; }
.dc-page > .m-main-hero--large-text .o-container.o-container--primary {
    box-sizing: border-box;
    width: 100%;
}
.dc-page > .m-main-hero--large-text .o-cta-content-container,
.dc-page > .m-main-hero--large-text .o-cta-content-container__hero-text-block {
    box-sizing: border-box;
}
.dc-page > .m-main-hero--large-text .o-cta-content-container {
    width: 100%;
    min-height: auto;
}
.dc-page > .m-main-hero--large-text .o-cta-content-container h1 { font-size: 6rem; }
.dc-page > .m-main-hero--large-text .o-cta-content-container p { width: 100%; }
.m-main-hero--large-text .dc-search {
    margin: 2rem 0 0;
    max-width: 100%;
    width: 100%;
}
.m-main-hero--large-text h2 { color: #383158; margin-bottom: 1rem; }
@media screen and (min-width: 1023px) {
    .dc-page > .m-main-hero--large-text .o-cta-content-container__hero-text-block {
        max-width: 65rem;
        width: 100%;
    }
    .dc-page > .m-main-hero--large-text .o-cta-content-container p { max-width: 46rem; }
}
@media screen and (max-width: 1023px) {
    .dc-page > .m-main-hero--large-text { padding-top: 35rem; }
    .dc-page > .m-main-hero--large-text .o-container.o-container--primary {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .dc-page > .m-main-hero--large-text .o-cta-content-container {
        min-height: auto;
        padding: 3rem;
    }
    .dc-page > .m-main-hero--large-text .o-cta-content-container__hero-text-block {
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        max-width: 72rem;
        width: 100%;
    }
}
@media screen and (max-width: 950px) {
    .dc-page > .m-main-hero--large-text { padding-top: 28rem; }
}
@media screen and (max-width: 650px) {
    .dc-page { overflow-x: hidden; }
    .dc-page > .m-main-hero--large-text { overflow-x: hidden; padding-bottom: 4rem; }
    .dc-page > .m-main-hero--large-text .o-cta-content-container,
    .dc-page > .m-main-hero--large-text .o-cta-content-container__hero-text-block {
        max-width: 100%;
        width: 100%;
    }
    .dc-page > .m-main-hero--large-text .o-cta-content-container { padding: 2.5rem; }
    .dc-page > .m-main-hero--large-text .o-cta-content-container h1,
    .dc-page > .m-main-hero--large-text .o-cta-content-container p { width: auto !important; max-width: 100%; }
    .dc-page > .m-main-hero--large-text .o-cta-content-container h1 { font-size: 3.4rem !important; line-height: 1.1 !important; overflow-wrap: break-word; white-space: normal; }
}
@media screen and (max-width: 420px) {
    .dc-page > .m-main-hero--large-text .o-cta-content-container h1 { font-size: 3rem !important; }
}

/* Floating AI Naam Partner widget */
.dc-ai-widget {
    position: fixed; bottom: 2rem; right: 2rem; z-index: 200;
    max-width: min(42rem, calc(100vw - 4rem));
}
.dc-ai-widget.is-open { width: min(42rem, calc(100vw - 4rem)); }
.dc-ai-widget__fab {
    display: inline-flex; align-items: center; gap: 0.7rem;
    background: linear-gradient(135deg, #7c3aed, #a855f7); color: #fff;
    border: none; padding: 1.1rem 1.8rem; font-size: 1.4rem; font-weight: 700;
    border-radius: 5rem; box-shadow: 0 8px 24px rgba(124,58,237,0.35);
    cursor: pointer; transition: transform 0.15s, box-shadow 0.15s;
}
.dc-ai-widget__fab:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(124,58,237,0.45); }
.dc-ai-widget__fab-spark { font-size: 1.6rem; }
.dc-ai-widget__panel {
    display: none; background: #fff;
    border: 2px solid rgba(124,58,237,0.35); border-radius: 1rem;
    box-shadow: 0 12px 40px rgba(56,49,88,0.18); overflow: hidden;
}
.dc-ai-widget.is-open .dc-ai-widget__panel { display: block; }
.dc-ai-widget.is-open .dc-ai-widget__fab { display: none; }
.dc-ai-widget__header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.2rem 1.6rem; background: linear-gradient(135deg, #7c3aed, #a855f7); color: #fff;
}
.dc-ai-widget__header-title { font-size: 1.4rem; font-weight: 700; display: inline-flex; align-items: center; gap: 0.5rem; }
.dc-ai-widget__close { background: none; border: none; color: rgba(255,255,255,0.9); font-size: 2.2rem; line-height: 1; cursor: pointer; padding: 0; }
.dc-ai-widget__body { padding: 1.6rem; }
.dc-ai-widget__body textarea {
    width: 100%; padding: 1.2rem 1.3rem; font-size: 1.3rem; color: #383158;
    border: 1px solid rgba(56,49,88,0.15); border-radius: 0.5rem; resize: vertical; min-height: 8rem;
    outline: none; font-family: inherit; background: #fff; box-sizing: border-box; margin-top: 1rem;
}
.dc-ai-widget__body textarea:focus { box-shadow: 0 0 0 3px rgba(168,85,247,0.25); border-color: transparent; }
@media (max-width: 900px) {
    .dc-ai-widget { max-width: calc(100vw - 2rem); right: 1rem; bottom: 1rem; }
    .dc-ai-widget.is-open { width: calc(100vw - 2rem); }
}
/* Search box */
.dc-search { position: relative; max-width: 65rem; margin: 0 auto; }
.dc-search__box {
    display: flex;
    background: #fff;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}
.dc-search__box input {
    flex: 1;
    border: none;
    padding: 2rem 2.5rem;
    font-size: 2rem;
    color: #383158;
    outline: none;
}
.dc-search__box input::placeholder { color: #aaa; }
.dc-search__box button {
    background: #FFA82F;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0 3rem;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}
.dc-search__box button:hover { background: #e8951a; }
.dc-search__box button:disabled { opacity: 0.6; cursor: wait; }
@media (max-width: 600px) {
    .dc-search, .dc-search__box { width: 100% !important; max-width: 100%; box-sizing: border-box; }
    .dc-search__box { flex-direction: column; }
    .dc-search__box input { width: 100%; min-width: 0; font-size: 1.6rem; padding: 1.6rem 2rem; }
    .dc-search__box button { width: 100%; padding: 1.5rem 2rem; }
}

/* Autocomplete dropdown */
.dc-suggest {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #fff;
    border-radius: 0 0 0.8rem 0.8rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    z-index: 100;
    max-height: 40rem;
    overflow-y: auto;
}
.dc-suggest__loading {
    padding: 1.5rem 2rem;
    color: #999;
    font-size: 1.4rem;
    text-align: center;
}
.dc-suggest__item {
    display: flex;
    align-items: center;
    padding: 1.2rem 2rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.1s;
}
.dc-suggest__item:last-child { border-bottom: none; }
.dc-suggest__item:hover { background: #f8f8fa; }
.dc-suggest__item--ai { background: linear-gradient(135deg, #faf5ff, #f3e8ff); }
.dc-suggest__item--ai:hover { background: #ede9fe; }
.dc-suggest__item--taken { opacity: 0.4; cursor: default; }
.dc-suggest__name { flex: 1; font-size: 1.6rem; font-weight: 600; color: #383158; }
.dc-suggest__name .ext { color: #FFA82F; }
.dc-suggest__item--ai .ext { color: #7c3aed; }
.dc-suggest__badge {
    font-size: 0.9rem; font-weight: 800; color: #fff;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    padding: 0.15rem 0.6rem; border-radius: 0.3rem;
    margin-left: 0.6rem; text-transform: uppercase; letter-spacing: 0.05em;
}
.dc-suggest__price { font-size: 1.4rem; color: #383158; font-weight: 700; margin: 0 1.5rem; white-space: nowrap; }
.dc-suggest__status { font-size: 1.2rem; font-weight: 600; padding: 0.3rem 0.8rem; border-radius: 0.3rem; }
.dc-suggest__status--free { background: #e8f5e9; color: #2e7d32; }
.dc-suggest__status--taken { background: #f5f5f5; color: #bbb; }
.dc-suggest__footer { padding: 1rem 2rem; text-align: center; border-top: 1px solid #eee; }
.dc-suggest__footer a { color: #FFA82F; font-weight: 600; font-size: 1.4rem; text-decoration: none; cursor: pointer; }

/* USPs */
.dc-usps { background: #fff; padding: 5rem 0; border-bottom: 1px solid #eee; }
.dc-usps__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; }
@media (max-width: 900px) { .dc-usps__grid { grid-template-columns: repeat(2, 1fr); } }
.dc-usps__item strong { display: block; font-size: 1.6rem; color: #383158; margin-bottom: 0.5rem; }
.dc-usps__item p { font-size: 1.4rem; color: #666; line-height: 1.6; margin: 0; }
@media (max-width: 600px) { .dc-usps__grid { grid-template-columns: 1fr; gap: 2rem; } }

/* Next step */
.dc-section-label {
    display: inline-block;
    color: #FFA82F;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}
.dc-next-step { background: #f7f6fb; padding: 5rem 0; border-bottom: 1px solid #eee; }
.dc-next-step__header { max-width: 64rem; margin: 0 auto 3rem; text-align: center; }
.dc-next-step__header h2 { color: #383158; font-size: 2.8rem; margin-bottom: 1rem; }
.dc-next-step__header p { color: #5d5778; font-size: 1.5rem; line-height: 1.7; margin: 0; }
.dc-next-step__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.dc-next-card {
    background: #fff;
    border: 1px solid #e5e2ee;
    border-radius: 0.8rem;
    display: flex;
    flex-direction: column;
    min-height: 21rem;
    padding: 2.2rem;
}
.dc-next-card--primary { border-top: 4px solid #FFA82F; }
.dc-next-card h3 { color: #383158; font-size: 1.9rem; line-height: 1.25; margin: 0 0 1rem; }
.dc-next-card p { color: #5d5778; flex: 1; font-size: 1.4rem; line-height: 1.6; margin: 0 0 1.6rem; }
.dc-text-link {
    color: #383158;
    font-size: 1.4rem;
    font-weight: 800;
    text-decoration: none;
}
.dc-text-link:hover { color: #FFA82F; }
@media (max-width: 900px) {
    .dc-next-step__grid { grid-template-columns: 1fr; }
    .dc-next-card { min-height: auto; }
}
@media (max-width: 600px) {
    .dc-next-step { padding: 3.5rem 0; }
    .dc-next-step__header { text-align: left; }
    .dc-next-step__header h2 { font-size: 2.3rem; }
}

/* Price comparison */
.dc-compare { background: #383158; color: #fff; padding: 5rem 0; }
.dc-compare h2 { font-size: 2.8rem; text-align: center; margin-bottom: 1rem; }
.dc-compare__sub { text-align: center; font-size: 1.5rem; color: rgba(255,255,255,0.7); max-width: 60rem; margin: 0 auto 3rem; line-height: 1.6; }
.dc-compare__table-wrap { overflow-x: auto; }
.dc-compare__table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,0.05); border-radius: 0.6rem; overflow: hidden; }
.dc-compare__table th { padding: 1.2rem 1.5rem; text-align: left; font-size: 1.3rem; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(255,255,255,0.5); border-bottom: 1px solid rgba(255,255,255,0.1); }
.dc-compare__table td { padding: 1.2rem 1.5rem; font-size: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.dc-compare__table tbody tr:hover { background: rgba(255,255,255,0.05); }
.dc-compare--expensive { color: #FF785C; text-decoration: line-through; opacity: 0.7; }
.dc-compare--cheap { color: #4caf50; font-weight: 700; font-size: 1.6rem; }
.dc-compare__table td:last-child { color: #FFA82F; font-weight: 700; }
.dc-compare__note { text-align: center; font-size: 1.2rem; color: rgba(255,255,255,0.4); margin-top: 2rem; }

/* FAQ */
.dc-faq { background: #fff; padding: 5rem 0; border-bottom: 1px solid #eee; }
.dc-faq h2 { font-size: 2.8rem; text-align: center; margin-bottom: 3rem; color: #383158; }
.dc-faq__list { max-width: 70rem; margin: 0 auto; display: grid; gap: 2rem; }
.dc-faq__item { background: #f9f9fb; border-radius: 0.6rem; padding: 2rem 2.5rem; border-left: 4px solid #FFA82F; }
.dc-faq__item h3 { font-size: 1.7rem; color: #383158; margin-bottom: 0.8rem; }
.dc-faq__item p { font-size: 1.5rem; color: #555; line-height: 1.6; margin: 0; }
@media (max-width: 600px) { .dc-faq { padding: 3rem 0; } .dc-faq h2 { font-size: 2.2rem; } }

/* AI Naam Partner — card */
.dc-ai-divider {
    text-align: center; margin: 0 auto 1.5rem;
    color: rgba(56,49,88,0.55); font-size: 1.3rem;
    font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
}
.dc-ai-divider::before, .dc-ai-divider::after {
    content: ''; display: inline-block; width: 4rem; height: 1px;
    background: rgba(56,49,88,0.2); vertical-align: middle; margin: 0 1.5rem;
}
.dc-ai-card {
    position: relative; max-width: 65rem; margin: 0 auto;
    background: #fff;
    border: 2px solid rgba(124,58,237,0.35);
    border-radius: 1rem; padding: 2.5rem; text-align: left;
    box-shadow: 0 4px 20px rgba(56,49,88,0.08);
}
.dc-ai-card__label {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: linear-gradient(135deg, #7c3aed, #a855f7); color: #fff;
    font-size: 1.1rem; font-weight: 700;
    padding: 0.4rem 0.9rem; border-radius: 0.3rem;
    text-transform: uppercase; letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
.dc-ai-card__spark { font-size: 1.3rem; }
.dc-ai-card__title { color: #383158; font-size: 2rem; font-weight: 800; margin-bottom: 0.4rem; }
.dc-ai-card__sub { color: rgba(56,49,88,0.72); font-size: 1.4rem; margin-bottom: 1.5rem; line-height: 1.5; }
.dc-ai-card textarea {
    width: 100%; padding: 1.3rem 1.5rem; font-size: 1.4rem; color: #383158;
    border: 1px solid rgba(56,49,88,0.15); border-radius: 0.5rem; resize: vertical; min-height: 8rem;
    outline: none; font-family: inherit; background: #fff; box-sizing: border-box;
}
.dc-ai-card textarea:focus { box-shadow: 0 0 0 3px rgba(168,85,247,0.25); border-color: transparent; }
.dc-ai-card__footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1rem; flex-wrap: wrap; }
.dc-ai-card__charcount { font-size: 1.1rem; color: rgba(56,49,88,0.5); }
.dc-ai-card__btn {
    background: linear-gradient(135deg, #7c3aed, #a855f7); color: #fff;
    border: none; padding: 1.1rem 2rem; font-size: 1.4rem; font-weight: 700;
    border-radius: 0.4rem; cursor: pointer; transition: transform 0.1s;
    white-space: nowrap;
}
.dc-ai-card__btn:hover { transform: translateY(-1px); }
.dc-ai-card__btn:disabled { opacity: 0.6; cursor: wait; transform: none; }

/* AI results grid */
.dc-ai-results-wrap { background: #faf8ff; padding: 4rem 0 5rem; border-bottom: 1px solid #eee; }
.dc-ai-results__title { text-align: center; font-size: 2.6rem; color: #383158; margin-bottom: 0.6rem; }
.dc-ai-results__sub { text-align: center; font-size: 1.4rem; color: #666; max-width: 55rem; margin: 0 auto 2.5rem; }
.dc-ai-results__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr)); gap: 1.5rem; max-width: 90rem; margin: 0 auto; }
.dc-ai-sug {
    background: #fff; border-radius: 0.7rem; padding: 1.8rem;
    border: 1px solid #e8e8ee; display: flex; flex-direction: column; gap: 0.7rem;
    transition: all 0.2s;
}
.dc-ai-sug--free { border-left: 4px solid #4caf50; }
.dc-ai-sug--taken { opacity: 0.55; border-left: 4px solid #e0e0e0; }
.dc-ai-sug--unknown { border-left: 4px solid #FFA82F; }
.dc-ai-sug:hover:not(.dc-ai-sug--taken) { box-shadow: 0 4px 18px rgba(0,0,0,0.08); border-color: #FFA82F; transform: translateY(-2px); }
.dc-ai-sug__name { font-size: 1.9rem; font-weight: 800; color: #383158; word-break: break-word; }
.dc-ai-sug__name .ext { color: #FFA82F; }
.dc-ai-sug__reason { font-size: 1.25rem; color: #666; line-height: 1.5; font-style: italic; }
.dc-ai-sug__meta { display: flex; justify-content: space-between; align-items: center; padding-top: 0.8rem; border-top: 1px solid #f0f0f0; margin-top: 0.3rem; }
.dc-ai-sug__price { font-size: 1.4rem; font-weight: 700; color: #383158; }
.dc-ai-sug__status { font-size: 1.05rem; font-weight: 700; padding: 0.25rem 0.7rem; border-radius: 0.3rem; text-transform: uppercase; letter-spacing: 0.04em; }
.dc-ai-sug__status--free { background: #e8f5e9; color: #2e7d32; }
.dc-ai-sug__status--taken { background: #f5f5f5; color: #999; }
.dc-ai-sug__status--unknown { background: #fff4e0; color: #b76c00; }
.dc-ai-sug__btn {
    width: 100%; background: #FFA82F; color: #fff; border: none;
    padding: 0.9rem; font-size: 1.3rem; font-weight: 700;
    border-radius: 0.4rem; cursor: pointer; margin-top: 0.4rem;
}
.dc-ai-sug__btn:hover { background: #e8951a; }
.dc-ai-sug__btn:disabled { background: #eee; color: #999; cursor: not-allowed; }

@media (max-width: 600px) {
    .dc-ai-card { padding: 2rem; }
    .dc-ai-card__footer { flex-direction: column; align-items: stretch; }
    .dc-ai-card__btn { width: 100%; }
}

/* Results section */
.dc-results-wrap { background: #f9f9f9; padding: 3rem 0 4rem; }
.dc-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.dc-filter { display: flex; align-items: center; gap: 0.6rem; font-size: 1.4rem; color: #383158; font-weight: 600; cursor: pointer; }
.dc-filter input { width: 1.6rem; height: 1.6rem; accent-color: #FFA82F; }
.dc-count { font-size: 1.3rem; color: #666; font-weight: 500; }
.dc-count strong { color: #4caf50; }
.dc-more-btn--all { background: #FFA82F !important; }
.dc-more-btn--all:hover { background: #e8951a !important; }
.dc-more-btn { background: #463f69; color: #fff; border: none; padding: 0.7rem 2rem; border-radius: 0.4rem; font-size: 1.3rem; font-weight: 600; cursor: pointer; }
.dc-more-btn:hover { background: #383158; }

/* Result rows */
.dc-row {
    display: flex; align-items: center; background: #fff; border-radius: 0.6rem;
    padding: 1.4rem 2rem; margin-bottom: 0.6rem; border-left: 4px solid transparent;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06); transition: all 0.15s;
}
.dc-row:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.1); transform: translateY(-1px); }
.dc-row--free { border-left-color: #4caf50; }
.dc-row--taken { border-left-color: #e0e0e0; opacity: 0.5; }
.dc-row--ai { border-left-color: #7c3aed; background: linear-gradient(135deg, #faf5ff, #fff); }
.dc-row__name { flex: 1; font-size: 1.6rem; font-weight: 700; color: #383158; }
.dc-row__price { font-size: 1.4rem; font-weight: 700; color: #383158; margin: 0 1.5rem; min-width: 9rem; text-align: right; }
.dc-row__status { font-size: 1.2rem; font-weight: 700; padding: 0.3rem 1rem; border-radius: 0.3rem; margin: 0 1rem; text-transform: uppercase; letter-spacing: 0.04em; }
.dc-row__status--free { background: #e8f5e9; color: #2e7d32; }
.dc-row__status--taken { background: #f5f5f5; color: #999; }
.dc-row__action .dc-btn { font-size: 1.3rem; padding: 0.6rem 2rem; }
.dc-row__action .dc-btn--disabled { opacity: 0.3; pointer-events: none; background: #eee; color: #999; }

/* Buttons */
.dc-btn { display: inline-block; background: #FFA82F; color: #fff; font-weight: 700; border: none; border-radius: 0.4rem; cursor: pointer; text-decoration: none; transition: background 0.2s; }
.dc-btn:hover { background: #e8951a; }
.dc-btn--primary { padding: 1.1rem 3rem; font-size: 1.5rem; }

/* Order panel */
.dc-order { background: #f9f9f9; padding: 0 0 4rem; }
.dc-order__panel { background: #fff; border-radius: 0.8rem; overflow: hidden; box-shadow: 0 2px 12px rgba(56,49,88,0.1); }
.dc-order__header { display: flex; justify-content: space-between; align-items: center; padding: 1.8rem 2.5rem; background: #383158; color: #fff; }
.dc-order__header h2 { font-size: 1.8rem; margin: 0; font-weight: 700; color: #fff !important; }
.dc-order__header button { background: none; border: none; color: rgba(255,255,255,0.5); font-size: 2rem; cursor: pointer; }
.dc-order__body { padding: 2.5rem; }
.dc-order__body > p { font-size: 1.4rem; color: #666; margin-bottom: 1.5rem; }
.dc-order__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 1.5rem; }
.dc-order__field label { display: block; font-size: 1.2rem; font-weight: 700; color: #383158; margin-bottom: 0.4rem; text-transform: uppercase; letter-spacing: 0.03em; }
.dc-order__field input { width: 100%; padding: 1rem 1.2rem; border: 2px solid #e6e8ee; border-radius: 0.4rem; font-size: 1.5rem; color: #383158; background: #f9f9f9; }
.dc-order__field input:focus { outline: none; border-color: #FFA82F; background: #fff; }
.dc-order__hint { font-size: 1.2rem; color: #999; margin-top: 1.5rem; }
.dc-order__hint a { color: #FFA82F; font-weight: 600; }
.dc-order-addons {
    background: #f7f6fb;
    border: 1px solid #e5e2ee;
    border-radius: 0.6rem;
    margin: 0 0 1.8rem;
    padding: 1.6rem;
}
.dc-order-addons__title {
    color: #383158 !important;
    font-size: 1.4rem !important;
    font-weight: 800;
    margin: 0 0 1rem !important;
}
.dc-order-addons__links { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem; }
.dc-order-addons__links a {
    background: #fff;
    border: 1px solid #ded9ec;
    border-radius: 0.5rem;
    color: #383158;
    display: inline-flex;
    font-size: 1.3rem;
    font-weight: 800;
    justify-content: center;
    padding: 0.9rem 1.2rem;
    text-decoration: none;
}
.dc-order-addons__links a:hover { border-color: #FFA82F; color: #FFA82F; }
.dc-order-addons__note {
    color: #6f6988 !important;
    font-size: 1.2rem !important;
    line-height: 1.5;
    margin: 0 !important;
}

/* Messages */
.dc-msg { margin-top: 1.5rem; padding: 1.2rem; border-radius: 0.4rem; font-size: 1.3rem; text-align: center; }
.dc-msg--success { background: #e8f5e9; color: #2e7d32; }
.dc-msg--error { background: #fce4ec; color: #c62828; }
.dc-msg--info { background: #e8eaf6; color: #383158; }

/* Loading spinner */
.dc-loading::after {
    content: ''; display: inline-block; width: 1.4rem; height: 1.4rem;
    border: 2px solid #ddd; border-top-color: #FFA82F; border-radius: 50%;
    margin-left: 0.8rem; vertical-align: middle; animation: dc-spin 0.5s linear infinite;
}
@keyframes dc-spin { to { transform: rotate(360deg); } }

/* Responsive */
@media (max-width: 600px) {
    .dc-hero { padding: 5rem 0 4rem; }
    .dc-search__box { flex-direction: column; }
    .dc-search__box button { padding: 1.4rem; }
    .dc-row { flex-wrap: wrap; gap: 0.5rem; }
    .dc-row__price { min-width: auto; }
    .dc-order__fields { grid-template-columns: 1fr; }
    .dc-toolbar { flex-direction: column; align-items: flex-start; }
}
