.dt-home-business-showcase{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:28px 0 30px}
.dt-home-business-showcase .dt-home-business-card{min-width:0;margin:0;overflow:hidden;border:1px solid #eedee4;border-radius:20px;background:#fff;box-shadow:0 5px 22px #15213b08;transition:transform .18s ease,box-shadow .18s ease}
.dt-home-business-showcase .dt-home-business-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #15213b12}
.dt-home-business-showcase .dt-home-business-link{display:flex;flex-direction:column;height:100%;color:#202839;text-decoration:none}
.dt-home-business-showcase .dt-home-business-link:focus-visible{outline:3px solid #692c85;outline-offset:-4px;border-radius:19px}
.dt-home-business-showcase .dt-home-business-image{position:relative;aspect-ratio:8/5;display:flex;align-items:center;justify-content:center;background:#faf8fb;border-bottom:1px solid #f0e8ee;padding:15px;overflow:hidden}
.dt-home-business-showcase .dt-home-business-image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;background:#fff}
.dt-home-business-showcase .dt-home-business-initial{font:700 64px/1 system-ui,sans-serif;color:#754975}
.dt-home-business-showcase .dt-home-business-premium{position:absolute;left:12px;top:12px;border-radius:99px;padding:5px 10px;background:#202839;color:#fff;font:700 11px/1.4 system-ui,sans-serif;letter-spacing:.05em}
.dt-home-business-showcase .dt-home-business-body{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:10px;padding:20px}
.dt-home-business-showcase .dt-home-business-category{display:inline-block;max-width:100%;padding:5px 10px;border-radius:99px;background:#f9edf4;color:#733858;font:600 12px/1.4 system-ui,sans-serif;overflow-wrap:anywhere}
.dt-home-business-showcase .dt-home-business-body h3{margin:0;color:#202839;font-size:21px;line-height:1.25;font-weight:700;overflow-wrap:anywhere}
.dt-home-business-showcase .dt-home-business-body p{margin:0;font-size:14px;line-height:1.6;color:#607087}
.dt-home-business-showcase .dt-home-business-body .dt-home-business-location{font-size:13px;color:#52647a}
.dt-home-business-showcase .dt-home-business-view{display:flex;justify-content:space-between;align-items:center;width:100%;padding-top:15px;margin-top:auto;color:#753053;font-size:14px;font-weight:700}
.dt-home-business-showcase .dt-home-business-view span{font-size:22px}
.dt-home-business-showcase .is-premium{border-color:#dfbd82}
.dt-business-showcase-links{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:24px 0 34px}
.dt-business-showcase-links a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 20px;border:1px solid #d9c5ce;border-radius:12px;text-decoration:none;font-weight:700;line-height:1.4}
.dt-business-showcase-links a:first-child{background:#222b40;color:#fff;border-color:#222b40}
.dt-business-showcase-links a:last-child{color:#753053;background:#fff}
.dt-business-showcase-links a:focus-visible{outline:3px solid #692c85;outline-offset:3px}
@media(max-width:1100px){.dt-home-business-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.dt-home-business-showcase{grid-template-columns:minmax(0,1fr);gap:18px}.dt-home-business-showcase .dt-home-business-body{padding:20px}.dt-business-showcase-links{flex-direction:column}.dt-business-showcase-links a{width:100%;box-sizing:border-box}}
@media(prefers-reduced-motion:reduce){.dt-home-business-showcase .dt-home-business-card{transition:none}.dt-home-business-showcase .dt-home-business-card:hover{transform:none}}

.dt-home-business-growth{--dt-ink:#172238;--dt-navy:#202a42;--dt-plum:#743454;--dt-pink:#dc456f;--dt-orange:#f5823e;--dt-cream:#fff8ef;max-width:1240px;margin:48px auto;padding:0 20px;color:var(--dt-ink);box-sizing:border-box}
.dt-home-business-growth *{box-sizing:border-box}
.dt-home-business-growth-hero{display:grid;grid-template-columns:minmax(0,1.32fr) minmax(300px,.68fr);gap:28px;padding:clamp(28px,5vw,64px);overflow:hidden;border-radius:30px;background:radial-gradient(circle at 95% 5%,#ad526a 0,transparent 34%),linear-gradient(135deg,#0e182c,#25223b 70%,#453047);color:#fff;box-shadow:0 22px 55px #17223824}
.dt-home-business-growth-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.dt-home-business-growth-eyebrow,.dt-home-business-growth-heading>div>span,.dt-home-business-growth-join-copy>span{font:800 12px/1.4 system-ui,sans-serif;letter-spacing:.13em;text-transform:uppercase;color:#ffcf73}
.dt-home-business-growth-copy h2{max-width:780px;margin:13px 0 16px;color:#fff;font-size:clamp(32px,4.5vw,59px);line-height:1.04;letter-spacing:-.035em}
.dt-home-business-growth-copy>p{max-width:700px;margin:0;color:#e6e9f0;font-size:clamp(16px,1.8vw,19px);line-height:1.65}
.dt-home-business-growth-actions{display:flex;gap:12px;flex-wrap:wrap;margin:27px 0 15px}
.dt-home-business-growth-actions a,.dt-home-business-growth-plan>a{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 22px;border-radius:13px;text-decoration:none;font-weight:800;line-height:1.3;transition:transform .18s ease,box-shadow .18s ease}
.dt-home-business-growth-primary{background:linear-gradient(90deg,var(--dt-orange),var(--dt-pink));color:#fff;box-shadow:0 10px 25px #dc456f3d}
.dt-home-business-growth-secondary{border:1px solid #ffffff52;background:#ffffff0d;color:#fff}
.dt-home-business-growth-actions a:hover,.dt-home-business-growth-plan>a:hover{transform:translateY(-2px)}
.dt-home-business-growth-copy .dt-home-business-growth-reassurance{font-size:13px;color:#cdd5e4}
.dt-home-business-growth-benefits{align-self:stretch;padding:28px;border:1px solid #ffffff24;border-radius:22px;background:#ffffff0d;backdrop-filter:blur(7px)}
.dt-home-business-growth-benefits>span{display:inline-block;margin-bottom:15px;padding:5px 10px;border-radius:99px;background:#ffcf73;color:#442a20;font:800 11px/1.4 system-ui,sans-serif;text-transform:uppercase;letter-spacing:.08em}
.dt-home-business-growth-benefits strong{display:block;color:#fff;font-size:21px;line-height:1.35}
.dt-home-business-growth-benefits ul,.dt-home-business-growth-plan ul{display:grid;gap:11px;margin:21px 0 0;padding:0;list-style:none}
.dt-home-business-growth-benefits li{position:relative;padding-left:25px;color:#e5e8ef;font-size:14px;line-height:1.5}
.dt-home-business-growth-benefits li:before{content:'✓';position:absolute;left:0;color:#ffcf73;font-weight:900}
.dt-home-business-growth-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:50px 0 -4px}
.dt-home-business-growth-heading h3{margin:5px 0 0;font-size:clamp(25px,3vw,36px);line-height:1.15;color:var(--dt-ink)}
.dt-home-business-growth-heading>div>span,.dt-home-business-growth-join-copy>span{color:#a83b5f}
.dt-home-business-growth-heading>a{flex:none;color:var(--dt-plum);font-weight:800;text-decoration:none}
.dt-home-business-growth .dt-home-business-showcase{grid-template-columns:repeat(3,minmax(0,1fr))}
.dt-home-business-growth-join{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(550px,1.3fr);gap:36px;align-items:center;margin-top:52px;padding:clamp(26px,4vw,48px);border:1px solid #f0dfe5;border-radius:28px;background:linear-gradient(135deg,#fff9f3,#fff 48%,#faedf3);box-shadow:0 13px 40px #1722380d}
.dt-home-business-growth-join-copy h3{margin:9px 0 14px;font-size:clamp(26px,3vw,39px);line-height:1.12;color:var(--dt-ink)}
.dt-home-business-growth-join-copy p{margin:0;color:#5d6a7e;line-height:1.65}
.dt-home-business-growth-plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}
.dt-home-business-growth-plan{position:relative;display:flex;flex-direction:column;padding:25px;border:1px solid #e6dce1;border-radius:20px;background:#fff}
.dt-home-business-growth-plan.is-premium{border:2px solid #c74770;box-shadow:0 12px 28px #9b35551c}
.dt-home-business-growth-plan-label{align-self:flex-start;padding:5px 9px;border-radius:99px;background:#f4edf0;color:#71354f;font:800 11px/1.3 system-ui,sans-serif;text-transform:uppercase;letter-spacing:.06em}
.dt-home-business-growth-plan.is-premium .dt-home-business-growth-plan-label{background:#c74770;color:#fff}
.dt-home-business-growth-plan h4{margin:14px 0 4px;font-size:22px;color:var(--dt-ink)}
.dt-home-business-growth-price{margin:0;color:var(--dt-ink);font-size:35px;font-weight:850;line-height:1.2}
.dt-home-business-growth-price small{font-size:13px;color:#657086;font-weight:650}
.dt-home-business-growth-plan ul{margin:18px 0 24px;flex:1}
.dt-home-business-growth-plan li{position:relative;padding-left:21px;color:#566579;font-size:13px;line-height:1.45}
.dt-home-business-growth-plan li:before{content:'✓';position:absolute;left:0;color:#b43e64;font-weight:900}
.dt-home-business-growth-plan>a{min-height:46px;padding:11px 14px;background:#eef0f4;color:var(--dt-ink);text-align:center;font-size:13px}
.dt-home-business-growth-plan.is-premium>a{background:linear-gradient(90deg,var(--dt-orange),var(--dt-pink));color:#fff}
.dt-home-business-growth-places{margin:-10px 0 15px;color:#8c3455;font-size:12px;line-height:1.4}
.dt-home-business-growth a:focus-visible{outline:3px solid #ffcf73;outline-offset:3px}
@media(max-width:900px){.dt-home-business-growth-hero,.dt-home-business-growth-join{grid-template-columns:1fr}.dt-home-business-growth .dt-home-business-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}.dt-home-business-growth-join-copy{max-width:650px}}
@media(max-width:600px){.dt-home-business-growth{margin:30px auto;padding:0 14px}.dt-home-business-growth-hero{padding:27px 21px;border-radius:22px}.dt-home-business-growth-actions{width:100%;flex-direction:column}.dt-home-business-growth-actions a{width:100%}.dt-home-business-growth-benefits{padding:22px}.dt-home-business-growth-heading{align-items:flex-start;flex-direction:column;margin-top:36px}.dt-home-business-growth .dt-home-business-showcase{grid-template-columns:1fr}.dt-home-business-growth-join{padding:24px 18px;border-radius:22px}.dt-home-business-growth-plans{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.dt-home-business-growth-actions a,.dt-home-business-growth-plan>a{transition:none}.dt-home-business-growth-actions a:hover,.dt-home-business-growth-plan>a:hover{transform:none}}
