/* home-21 hero */

.banner-area.home-21 {
    background: #fff !important;
    padding: 60px 0 70px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-area.home-21 .container-three {
    position: relative;
    z-index: 2;
}
.banner-area.home-21 .row {
    align-items: center !important;
}

/* ── TITLE — large, bold, dark, no shape highlight ── */
.home-21 .banner-contents .banner-title {
    font-size: 58px !important;
    line-height: 66px !important;
    font-weight: 800 !important;
    letter-spacing: -2px !important;
    color: #0a0f1e !important;
    margin-bottom: 24px !important;
}
/* hide yellow oval underline shape — clean title */
.home-21 .banner-contents .banner-title .banner-title-shape {
    color: #0a0f1e;
    position: relative;
    display: inline;
}
.home-21 .banner-contents .banner-title .banner-title-shape img {
    display: none !important;
}

@media (max-width: 1400px) {
    .home-21 .banner-contents .banner-title { font-size: 48px !important; line-height: 56px !important; }
}
@media (max-width: 1200px) {
    .home-21 .banner-contents .banner-title { font-size: 40px !important; line-height: 50px !important; }
}
@media (max-width: 992px) {
    .home-21 .banner-contents .banner-title { font-size: 32px !important; line-height: 42px !important; }
}
@media (max-width: 768px) {
    .home-21 .banner-contents .banner-title { font-size: 26px !important; line-height: 36px !important; letter-spacing: -1px !important; }
}

/* ── DESCRIPTION — darker, heavier weight ── */
.home-21 .banner-contents .banner-small-title {
    font-size: 17px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    color: #2d3142 !important;
    margin-top: 0 !important;
    max-width: 520px;
}

/* ── BUTTONS ── */
.home-21 .banner-btn-contents {
    margin-top: 36px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
}
/* Primary — match site button (navy pill, var(--main-color-one)) */
.home-21 .banner-btn-contents .btn-wrapper .cmn-btn.btn-bg-heading {
    background: var(--main-color-one) !important;
    color: #fff !important;
    padding: 15px 34px !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
    border: none !important;
    letter-spacing: 0.1px;
    transition: background .3s ease-in, transform .2s;
}
.home-21 .banner-btn-contents .btn-wrapper .cmn-btn.btn-bg-heading:hover {
    background: var(--main-color-two) !important;
    transform: translateY(-2px);
    color: #fff !important;
    text-decoration: none;
}

/* Secondary — "Have a WhatsApp business? Explore WhatsApp SaaS" */
.home-21 .banner-btn-contents .need-help {
    font-size: 15px !important;
    color: #2d3142 !important;
    font-weight: 500;
}
.home-21 .banner-btn-contents .need-help a {
    color: #2d3142 !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(45,49,66,.4);
}
.home-21 .banner-btn-contents .need-help a:hover {
    color: #0a0f1e !important;
    text-decoration-color: #0a0f1e;
}

/* ── SOCIAL LINKS — hide ── */
.banner-area.home-21 .banner-social-links { display: none !important; }

/* ── RIGHT IMAGE PANEL ── */
/* .home-21 .banner-wrapper-thumb .banner-single-thumb::after { display: none !important; } */
.home-21 .banner-wrapper-thumb .banner-thumb-shape { display: none !important; }
/* .home-21 .agency-top-thumb { display: none !important; } */
.home-21 .banner-bottom-mask { display: none !important; }

/* .home-21 .banner-wrapper-thumb {
    position: relative;
    z-index: 1;
    padding: 0 0 0 10px;
} */
.home-21 .banner-wrapper-thumb::before {
    display: none;
}
.home-21 .banner-wrapper-thumb .banner-single-thumb {
    position: relative;
    z-index: 1;
    /* transform: none !important; */
        transform: scale(1.5);
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}
.home-21 .agency-top-thumb {
    position: absolute;
    right: 0;
    top: -5px;
}

.home-21 .banner-wrapper-thumb .banner-single-thumb img {
    border-radius: 0;
    box-shadow: none;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
/* trust signals now baked into the SVG — no CSS badge */
.home-21 .banner-wrapper-thumb::after { display: none !important; }

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .banner-area.home-21 { padding: 50px 0 50px; }
    .home-21 .banner-wrapper-thumb { padding: 16px 0 0; margin-top: 32px; }
}
@media (max-width: 767px) {
    .banner-area.home-21 { padding: 40px 0 40px; }
    .home-21 .banner-btn-contents { flex-direction: column; align-items: flex-start; }
}

/* ═══════════════════════════════════════════════════════════
   ANNOUNCEMENT BAR — light/navy theme (moved from inline)
   ═══════════════════════════════════════════════════════════ */
.dbw-announce-bar {
    display: flex; align-items: center;
    background: var(--main-color-one);
    overflow: hidden; position: relative;
}
.dbw-announce-bar::before,
.dbw-announce-bar::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.dbw-announce-bar::before { left: 0;  background: linear-gradient(90deg, var(--main-color-one), transparent); }
.dbw-announce-bar::after  { right: 52px; background: linear-gradient(270deg, var(--main-color-one), transparent); }
.dbw-announce-scroll { flex: 1; overflow: hidden; }
.dbw-announce-track {
    display: flex; gap: 48px; white-space: nowrap;
    padding: 11px 0; animation: dbwMarquee 38s linear infinite;
}
.dbw-announce-track:hover { animation-play-state: paused; }
.dbw-announce-item {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 600; color: rgba(255,255,255,.85);
    font-family: var(--heading-font-home-21), sans-serif; white-space: nowrap;
}
.dbw-a-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff8a73; flex-shrink: 0; }
.dbw-a-dot.red   { background: #ff5f57; }
.dbw-a-dot.blue  { background: var(--main-color-two); }
.dbw-a-dot.green { background: #22c55e; }
@keyframes dbwMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.dbw-announce-cta {
    display: inline-flex; align-items: center; gap: 7px;
    background: #ff8a73; color: #fff; font-size: 13px; font-weight: 800;
    padding: 11px 20px; white-space: nowrap; text-decoration: none;
    align-self: stretch; flex-shrink: 0;
}
.dbw-announce-cta:hover { background: #ff6f5a; color: #fff; }

/* ═══════════════════════════════════════════════════════════
   WEBSITE BUILDER SHOWCASE — light theme (moved from inline)
   ═══════════════════════════════════════════════════════════ */
.dbw-section {
    background: #FEF9EF;
    padding: 90px 0 80px;
    position: relative;
    overflow: hidden;
}
.dbw-section .container { position: relative; z-index: 2; }

/* soft brand orbs */
.dbw-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; z-index: 0; }
.dbw-orb1 { width: 460px; height: 460px; top: -120px; left: -150px; background: radial-gradient(circle, rgba(255,138,115,.16), transparent 70%); animation: dbwFloat 8s ease-in-out infinite alternate; }
.dbw-orb2 { width: 380px; height: 380px; bottom: -80px; right: -100px; background: radial-gradient(circle, rgba(85,128,255,.12), transparent 70%); animation: dbwFloat 10s ease-in-out infinite alternate-reverse; }
.dbw-orb3 { width: 280px; height: 280px; top: 40%; left: 50%; background: radial-gradient(circle, rgba(255,138,115,.10), transparent 70%); animation: dbwFloat 12s ease-in-out infinite alternate; }
@keyframes dbwFloat { 0% { transform: translate(0,0); } 100% { transform: translate(30px,40px); } }

/* header */
.dbw-hd { text-align: center; margin-bottom: 56px; }
.dbw-hd-pill {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff3ee; border: 1px solid rgba(255,138,115,.35);
    color: #ff6f5a; font-size: 12px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1px; padding: 6px 18px; border-radius: 30px; margin-bottom: 24px;
}
.dbw-hd-pill-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff8a73; box-shadow: 0 0 8px #ff8a73; animation: dbwPulse 2s ease-in-out infinite; }
@keyframes dbwPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.7); } }
.dbw-hd-title {
    font-size: clamp(30px, 4.5vw, 50px); font-weight: 800; color: var(--main-color-one);
    line-height: 1.15; margin-bottom: 20px; letter-spacing: -1px;
    font-family: var(--heading-font-home-21), sans-serif;
}
.dbw-grad-text {
    background: linear-gradient(135deg, #ff8a73, #ff6f5a);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.dbw-hd-sub { font-size: 17px; color: #666; max-width: 600px; margin: 0 auto 36px; line-height: 1.75; }
.dbw-hd-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* buttons — match site navy pill */
.dbw-btn-prim {
    display: inline-flex; align-items: center; gap: 9px;
    background: var(--main-color-one); color: #fff; font-weight: 700; font-size: 15px;
    padding: 14px 32px; border-radius: 50px; text-decoration: none; border: none;
    transition: background .3s ease-in, transform .2s;
}
.dbw-btn-prim:hover { background: var(--main-color-two); transform: translateY(-2px); color: #fff; text-decoration: none; }
.dbw-btn-out {
    display: inline-flex; align-items: center; gap: 9px;
    background: #fff; border: 1px solid #e6ddcf; color: var(--main-color-one);
    font-weight: 700; font-size: 15px; padding: 14px 32px; border-radius: 50px;
    text-decoration: none; transition: all .2s;
}
.dbw-btn-out:hover { border-color: var(--main-color-one); color: var(--main-color-one); transform: translateY(-2px); text-decoration: none; }

/* stats */
.dbw-stats-row {
    display: flex; gap: 1px; margin-bottom: 56px;
    background: #ece6db; border-radius: 16px; overflow: hidden; border: 1px solid #ece6db;
}
.dbw-stat { flex: 1; text-align: center; padding: 24px 12px; background: #fff; transition: background .2s; }
.dbw-stat:hover { background: #fff8f4; }
.dbw-stat-num { font-size: 28px; font-weight: 800; color: var(--main-color-one); line-height: 1; margin-bottom: 6px; }
.dbw-stat-lbl { font-size: 12px; color: #999; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
@media (max-width: 576px) { .dbw-stats-row { flex-wrap: wrap; } .dbw-stat { flex: 1 1 45%; } }

/* filters */
.dbw-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 40px; }
.dbw-filt {
    padding: 8px 20px; border-radius: 30px; font-size: 13px; font-weight: 700;
    border: 1px solid #e6ddcf; cursor: pointer; background: #fff; color: #666; transition: all .18s;
}
.dbw-filt:hover { border-color: #ff8a73; color: #ff6f5a; }
.dbw-filt.active { background: var(--main-color-one); border-color: transparent; color: #fff; }

/* grid */
.dbw-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 20px; margin-bottom: 60px; }
.dbw-card {
    border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid #ece6db;
    transition: transform .25s, box-shadow .25s, border-color .25s; cursor: pointer;
}
.dbw-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(10,17,33,.12); border-color: rgba(255,138,115,.4); }
.dbw-card.dbw-hidden { display: none; }

/* macOS chrome */
.dbw-card-chrome { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: #f4f1ec; border-bottom: 1px solid #ece6db; }
.dbw-chrome-dots { display: flex; gap: 5px; flex-shrink: 0; }
.dbw-chrome-dots span { width: 9px; height: 9px; border-radius: 50%; }
.d-red { background: #ff5f57; } .d-amber { background: #febc2e; } .d-green { background: #28c840; }
.dbw-chrome-bar {
    flex: 1; background: #fff; border-radius: 6px; padding: 3px 10px; font-size: 10px; color: #999;
    font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex; align-items: center;
}
.dbw-chrome-bar i { font-size: 8px; color: #aaa; margin-right: 4px; }

/* preview */
.dbw-card-preview { height: 175px; overflow: hidden; position: relative; }
.dbw-card-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: object-position 5s ease; display: block; }
.dbw-card:hover .dbw-card-preview img { object-position: bottom; }
.dbw-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(10,17,33,.85) 0%, rgba(10,17,33,.25) 50%, transparent 100%);
    display: flex; align-items: flex-end; justify-content: center; gap: 8px; padding: 14px; opacity: 0; transition: opacity .22s;
}
.dbw-card:hover .dbw-card-overlay { opacity: 1; }
.dbw-ov-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; padding: 7px 14px; border-radius: 8px; text-decoration: none; transition: all .15s; }
.dbw-ov-btn.ghost { background: rgba(255,255,255,.18); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.dbw-ov-btn.ghost:hover { background: rgba(255,255,255,.3); color: #fff; text-decoration: none; }
.dbw-ov-btn.solid { background: #ff8a73; color: #fff; border: none; }
.dbw-ov-btn.solid:hover { background: #ff6f5a; color: #fff; text-decoration: none; }

/* card footer */
.dbw-card-foot { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-top: 1px solid #f0ece4; }
.dbw-card-name { font-size: 13px; font-weight: 800; color: var(--main-color-one); }
.dbw-card-cat {
    font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
    background: #fff3ee; color: #ff6f5a; padding: 3px 10px; border-radius: 20px; border: 1px solid rgba(255,138,115,.25);
}

/* bottom CTA — navy brand banner */
.dbw-bottom-cta {
    position: relative; overflow: hidden; background: var(--main-color-one);
    border-radius: 24px; padding: 52px 56px;
    display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.dbw-bcta-glow  { position: absolute; top: -80px; left: -60px; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(circle, rgba(255,138,115,.25), transparent 70%); pointer-events: none; }
.dbw-bcta-glow2 { position: absolute; bottom: -60px; right: -40px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(85,128,255,.22), transparent 70%); pointer-events: none; }
.dbw-bcta-left { display: flex; align-items: center; gap: 20px; position: relative; }
.dbw-bcta-icon { width: 60px; height: 60px; border-radius: 16px; flex-shrink: 0; background: #ff8a73; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; }
.dbw-bcta-title { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 6px; line-height: 1.2; }
.dbw-bcta-sub { font-size: 14px; color: rgba(255,255,255,.6); margin: 0; }
.dbw-bcta-right { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; position: relative; }
/* on navy banner, primary becomes coral, outline becomes white */
.dbw-bottom-cta .dbw-btn-prim { background: #ff8a73; }
.dbw-bottom-cta .dbw-btn-prim:hover { background: #ff6f5a; }
.dbw-bottom-cta .dbw-btn-out { background: transparent; border-color: rgba(255,255,255,.3); color: #fff; }
.dbw-bottom-cta .dbw-btn-out:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }

/* responsive */
@media (max-width: 900px) {
    .dbw-bottom-cta { padding: 36px 28px; }
    .dbw-bcta-left  { gap: 14px; }
    .dbw-bcta-title { font-size: 18px; }
}
@media (max-width: 768px) {
    .dbw-section { padding: 70px 0 60px; }
    .dbw-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
    .dbw-bottom-cta { flex-direction: column; text-align: center; }
    .dbw-bcta-left  { flex-direction: column; align-items: center; text-align: center; }
    .dbw-bcta-right { justify-content: center; }
    .dbw-hd-title { font-size: 28px; }
}
@media (max-width: 480px) {
    .dbw-grid { grid-template-columns: 1fr; }
    .dbw-btn-prim, .dbw-btn-out { width: 100%; justify-content: center; }
}
