:root {
--drx-black: #0a0a0a;
--drx-red: #d32f2f;
--drx-white: #ffffff;
--drx-gray: #f5f5f5;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: var(--drx-gray);
color: #333;
} .drx-header {
background-color: var(--drx-black);
color: var(--drx-white);
padding: 12px 40px;
text-align: left;
}
.drx-logo {
font-size: 2.5rem;
font-weight: 800;
letter-spacing: -1px;
}
.drx-logo .buy { color: var(--drx-red); }
.drx-logo .realty { color: var(--drx-white); }
.drx-logo a { display: inline-block; }
.drx-logo-img { max-height: 50px; width: auto; object-fit: contain; vertical-align: middle; display: block; } .drx-footer {
background-color: var(--drx-black);
color: var(--drx-white);
padding: 40px 20px;
text-align: center;
margin-top: 50px;
}
.drx-footer h3 { font-size: 1.5rem; margin-bottom: 20px; }
.drx-footer p { font-size: 0.9rem; color: #aaa; }
.drx-agent-buttons {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 30px;
flex-wrap: wrap;
}
.drx-btn {
position: relative;
display: inline-block;
background: var(--drx-white);
color: var(--drx-red);
padding: 15px 30px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
overflow: hidden;
transition: color 0.35s ease, transform 0.25s ease, box-shadow 0.35s ease;
z-index: 1;
}
.drx-btn::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: var(--drx-red);
border-radius: 50%;
transform: translate(-50%, -50%);
transition: width 0.45s ease, height 0.45s ease;
z-index: -1;
}
.drx-btn:hover {
color: var(--drx-white);
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(211, 47, 47, 0.4);
}
.drx-btn:hover::before {
width: 400px;
height: 400px;
}
.drx-btn:active {
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
} .drx-nav-link {
color: #fff;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 5px;
transition: color .2s;
white-space: nowrap;
}
.drx-nav-link:hover {
color: #ff6b6b;
}
.drx-nav-link.drx-nav-logout {
color: #aaa;
font-size: 13px;
}
.drx-nav-link.drx-nav-logout:hover {
color: #fff;
} .drx-lang-switcher {
display: inline-flex;
align-items: center;
gap: 5px;
color: #fff;
cursor: pointer;
transition: color .2s;
white-space: nowrap;
line-height: 1;
}
.drx-lang-switcher svg { flex-shrink: 0; }
.drx-lang-switcher select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: transparent;
border: 0;
color: inherit;
font: inherit;
font-size: 14px;
line-height: 1;
padding: 0;
margin: 0;
cursor: pointer;
}
.drx-lang-switcher select:focus { outline: none; }
.drx-lang-switcher select::-ms-expand { display: none; }
.drx-lang-switcher::after {
content: '';
width: 8px;
height: 5px;
margin-left: 2px;
background-color: currentColor;
-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'><path fill='%23000' d='M0 0h8L4 5z'/></svg>");
mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'><path fill='%23000' d='M0 0h8L4 5z'/></svg>");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
pointer-events: none;
}
.drx-lang-switcher:hover { color: #ff6b6b; }
.drx-lang-switcher option {
color: #333;
background: #fff;
}
@media (max-width: 768px) {
.drx-header .drx-lang-switcher { gap: 4px; font-size: 13px; }
.drx-header .drx-lang-switcher select { font-size: 13px; }
.drx-header .drx-lang-switcher svg { width: 18px; height: 18px; }
}
@media (max-width: 480px) {
.drx-header .drx-lang-switcher { gap: 3px; font-size: 12px; }
.drx-header .drx-lang-switcher select { font-size: 12px; }
.drx-header .drx-lang-switcher svg { width: 16px; height: 16px; }
} .drx-footer-legal {
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.15);
font-size: 13px;
}
.drx-footer-legal a {
color: #888;
text-decoration: none;
transition: color .2s;
}
.drx-footer-legal a:hover {
color: #fff;
}
.drx-footer-legal .drx-footer-sep { color: #555; margin: 0 6px; }
.drx-footer-copy { margin-top: 14px; color: #666; font-size: 12px; } .drx-footer-nav {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 32px 24px;
max-width: 1100px;
margin: 40px auto 0;
padding: 30px 20px 0;
border-top: 1px solid rgba(255, 255, 255, 0.12);
text-align: left;
}
.drx-footer-nav-col h4 {
color: #fff;
margin: 0 0 14px;
font-size: 13px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
}
.drx-footer-nav-col a {
display: block;
color: #bdbdbd;
text-decoration: none;
font-size: 14px;
line-height: 1.45;
padding: 4px 0;
transition: color .2s, transform .2s;
}
.drx-footer-nav-col a:hover {
color: #fff;
transform: translateX(2px);
}
@media (max-width: 768px) {
.drx-footer-nav {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 24px 16px;
padding-top: 24px;
}
.drx-footer-nav-col h4 { font-size: 12px; margin-bottom: 8px; }
.drx-footer-nav-col a { font-size: 13px; padding: 3px 0; }
}
@media (max-width: 480px) { .drx-footer-nav {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px 12px;
padding-left: 16px;
padding-right: 16px;
}
.drx-footer-nav-col h4 {
font-size: 11px;
letter-spacing: 0.5px;
word-break: break-word;
hyphens: auto;
}
.drx-footer-nav-col a { font-size: 12px; }
} .drx-page-wrap {
max-width: 1180px;
margin: 0 auto;
padding: 32px 20px 60px;
} .drx-page-hero {
background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2a0a0a 100%);
color: #fff;
border-radius: 16px;
padding: 56px 40px;
margin-bottom: 36px;
position: relative;
overflow: hidden;
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.drx-page-hero::before {
content: '';
position: absolute;
inset: -2px -2px auto auto;
width: 320px;
height: 320px;
background: radial-gradient(circle, rgba(211, 47, 47, 0.55) 0%, rgba(211, 47, 47, 0) 65%);
pointer-events: none;
}
.drx-page-hero-eyebrow {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
font-weight: 700;
color: #ff8a8a;
margin-bottom: 14px;
}
.drx-page-hero-title {
font-size: 2.6rem;
line-height: 1.1;
margin: 0 0 14px;
font-weight: 800;
letter-spacing: -0.5px;
}
.drx-page-hero-sub {
font-size: 1.05rem;
line-height: 1.55;
color: #d6d6d6;
max-width: 720px;
margin: 0;
}
@media (max-width: 768px) {
.drx-page-wrap { padding: 16px 12px 40px; }
.drx-page-hero { padding: 36px 22px; border-radius: 12px; margin-bottom: 24px; }
.drx-page-hero::before { width: 220px; height: 220px; }
.drx-page-hero-title { font-size: 1.9rem; }
.drx-page-hero-sub { font-size: 0.98rem; }
} .drx-pillars {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 40px;
}
.drx-pillar-card {
background: #fff;
border-radius: 14px;
padding: 28px 24px;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
border: 1px solid #ececec;
transition: transform .25s ease, box-shadow .25s ease;
}
.drx-pillar-card:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(211, 47, 47, 0.12);
border-color: #f4cccc;
}
.drx-pillar-icon {
width: 56px;
height: 56px;
border-radius: 14px;
background: linear-gradient(135deg, #d32f2f, #ff5252);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
box-shadow: 0 8px 18px rgba(211, 47, 47, 0.25);
}
.drx-pillar-card h3 {
font-size: 1.2rem;
margin: 0 0 8px;
color: #0a0a0a;
}
.drx-pillar-card p {
margin: 0;
color: #555;
line-height: 1.55;
font-size: 0.95rem;
}
@media (max-width: 900px) { .drx-pillars { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .drx-pillars { grid-template-columns: 1fr; } } .drx-feature-strip {
background: #fff;
border-radius: 14px;
padding: 36px 32px;
margin-bottom: 40px;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
border: 1px solid #ececec;
}
.drx-feature-strip h2 {
margin: 0 0 24px;
font-size: 1.6rem;
color: #0a0a0a;
}
.drx-feature-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 22px;
}
.drx-feature-item {
display: grid;
grid-template-columns: auto 1fr;
gap: 14px 18px;
align-items: start;
padding: 14px 0;
border-top: 1px solid #f0f0f0;
}
.drx-feature-item:nth-child(-n+2) { border-top: 0; padding-top: 0; }
.drx-feature-num {
grid-row: 1 / span 2;
font-size: 1.4rem;
font-weight: 800;
color: #d32f2f;
width: 44px;
height: 44px;
border-radius: 12px;
background: rgba(211, 47, 47, 0.08);
display: flex;
align-items: center;
justify-content: center;
}
.drx-feature-item h4 {
margin: 0;
font-size: 1.05rem;
color: #0a0a0a;
}
.drx-feature-item p {
margin: 0;
color: #555;
line-height: 1.5;
font-size: 0.92rem;
grid-column: 2;
}
@media (max-width: 700px) {
.drx-feature-strip { padding: 26px 18px; }
.drx-feature-grid { grid-template-columns: 1fr; gap: 0; }
.drx-feature-item:nth-child(-n+2) { border-top: 1px solid #f0f0f0; padding-top: 14px; }
.drx-feature-item:first-child { border-top: 0; padding-top: 0; }
} .drx-office-card {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
background: #fff;
border-radius: 14px;
padding: 32px;
margin-bottom: 40px;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
border: 1px solid #ececec;
}
.drx-office-card h2 {
margin: 6px 0 16px;
font-size: 1.6rem;
color: #0a0a0a;
}
.drx-office-address {
font-size: 1.05rem;
line-height: 1.6;
color: #333;
margin: 0 0 14px;
}
.drx-office-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #d32f2f;
text-decoration: none;
font-weight: 600;
margin-right: 16px;
transition: color .2s;
}
.drx-office-link:hover { color: #0a0a0a; }
@media (max-width: 800px) {
.drx-office-card { grid-template-columns: 1fr; padding: 24px 20px; }
.drx-office-card-map iframe { height: 240px !important; }
} .drx-cta-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin: 40px 0 10px;
}
.drx-cta-card {
display: flex;
align-items: center;
gap: 14px;
background: #fff;
border: 1px solid #ececec;
border-radius: 14px;
padding: 18px 22px;
text-decoration: none;
color: #0a0a0a;
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.drx-cta-card:hover {
transform: translateY(-3px);
box-shadow: 0 14px 32px rgba(211, 47, 47, 0.15);
border-color: #d32f2f;
}
.drx-cta-card-icon {
width: 48px;
height: 48px;
flex: 0 0 48px;
border-radius: 12px;
background: rgba(211, 47, 47, 0.08);
color: #d32f2f;
display: flex;
align-items: center;
justify-content: center;
}
.drx-cta-card-title { font-weight: 700; font-size: 1rem; }
.drx-cta-card-sub { font-size: 0.83rem; color: #777; margin-top: 2px; }
@media (max-width: 800px) { .drx-cta-row { grid-template-columns: 1fr; } } .drx-perks {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
margin-bottom: 14px;
}
.drx-perk-card {
background: #fff;
border-radius: 14px;
padding: 22px 22px 24px;
border: 1px solid #ececec;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
transition: transform .2s, box-shadow .2s, border-color .2s;
}
.drx-perk-card:hover {
transform: translateY(-3px);
box-shadow: 0 14px 32px rgba(211, 47, 47, 0.12);
border-color: #f4cccc;
}
.drx-perk-icon {
width: 48px;
height: 48px;
border-radius: 12px;
background: linear-gradient(135deg, #0a0a0a, #2a2a2a);
color: #ff7373;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 12px;
}
.drx-perk-card h4 { margin: 0 0 6px; font-size: 1.02rem; color: #0a0a0a; }
.drx-perk-card p { margin: 0; font-size: 0.9rem; line-height: 1.5; color: #555; }
@media (max-width: 900px) { .drx-perks { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .drx-perks { grid-template-columns: 1fr; } }
.drx-fineprint {
text-align: center;
color: #888;
font-size: 0.82rem;
font-style: italic;
margin: 8px 0 36px;
} .drx-quote-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 40px;
}
.drx-quote-card {
display: grid;
grid-template-columns: 110px 1fr;
gap: 20px;
background: #fff;
border: 1px solid #ececec;
border-radius: 14px;
padding: 26px 26px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.drx-quote-card:nth-child(2) { grid-template-columns: 1fr; }
.drx-quote-photo {
width: 110px;
height: 110px;
border-radius: 50%;
overflow: hidden;
background: linear-gradient(135deg, #0a0a0a, #d32f2f);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 800;
font-size: 1.4rem;
}
.drx-quote-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.drx-quote-body { position: relative; padding-top: 4px; }
.drx-quote-mark {
position: absolute;
top: -10px;
left: -8px;
font-size: 4rem;
line-height: 1;
color: rgba(211, 47, 47, 0.18);
font-family: Georgia, serif;
pointer-events: none;
}
.drx-quote-body p {
margin: 0 0 14px;
color: #333;
line-height: 1.6;
font-style: italic;
font-size: 0.98rem;
}
.drx-quote-attr strong { color: #0a0a0a; display: block; }
.drx-quote-attr span { color: #888; font-size: 0.85rem; }
@media (max-width: 800px) {
.drx-quote-row { grid-template-columns: 1fr; }
.drx-quote-card { grid-template-columns: 1fr; text-align: center; }
.drx-quote-photo { margin: 0 auto; }
.drx-quote-mark { display: none; }
} .drx-join-cta {
background: linear-gradient(135deg, #0a0a0a 0%, #2a0a0a 100%);
color: #fff;
border-radius: 14px;
padding: 40px 32px;
text-align: center;
margin-bottom: 36px;
}
.drx-join-cta h2 { margin: 0 0 8px; font-size: 1.6rem; }
.drx-join-cta p { margin: 0 auto 22px; max-width: 560px; color: #ccc; line-height: 1.55; }
.drx-join-cta-buttons {
display: flex;
justify-content: center;
gap: 14px;
flex-wrap: wrap;
}
.drx-cta-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 22px;
border-radius: 30px;
text-decoration: none;
font-weight: 700;
font-size: 0.95rem;
transition: transform .2s, box-shadow .2s, background .2s;
border: 2px solid transparent;
}
.drx-cta-btn--primary { background: #d32f2f; color: #fff; }
.drx-cta-btn--primary:hover { background: #b71c1c; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(211, 47, 47, 0.4); }
.drx-cta-btn--ghost { color: #fff; border-color: rgba(255, 255, 255, 0.3); }
.drx-cta-btn--ghost:hover { background: rgba(255, 255, 255, 0.1); border-color: #fff; } .drx-blog-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-bottom: 30px;
}
.drx-blog-card {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 14px;
overflow: hidden;
border: 1px solid #ececec;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
text-decoration: none;
color: inherit;
transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.drx-blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 18px 40px rgba(211, 47, 47, 0.14);
border-color: #f4cccc;
}
.drx-blog-card-img {
aspect-ratio: 16 / 10;
overflow: hidden;
background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
position: relative;
}
.drx-blog-card-img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .4s ease;
}
.drx-blog-card:hover .drx-blog-card-img img { transform: scale(1.05); }
.drx-blog-card-placeholder {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #0a0a0a, #2a0a0a);
font-size: 2rem;
font-weight: 800;
letter-spacing: -1px;
}
.drx-blog-card-placeholder .buy { color: #d32f2f; }
.drx-blog-card-placeholder .realty { color: #fff; }
.drx-blog-card-body {
padding: 20px 22px 22px;
display: flex;
flex-direction: column;
flex: 1;
}
.drx-blog-card-meta {
color: #d32f2f;
font-size: 0.78rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 8px;
}
.drx-blog-card-title {
font-size: 1.15rem;
line-height: 1.3;
margin: 0 0 10px;
color: #0a0a0a;
}
.drx-blog-card-excerpt {
color: #555;
font-size: 0.92rem;
line-height: 1.55;
margin: 0 0 14px;
flex: 1;
}
.drx-blog-card-cta {
display: inline-flex;
align-items: center;
gap: 6px;
color: #d32f2f;
font-weight: 700;
font-size: 0.9rem;
transition: gap .2s ease;
}
.drx-blog-card:hover .drx-blog-card-cta { gap: 10px; }
@media (max-width: 1000px) { .drx-blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .drx-blog-grid { grid-template-columns: 1fr; gap: 16px; } } .drx-blog-pagination {
display: flex;
justify-content: center;
gap: 6px;
flex-wrap: wrap;
margin: 16px 0 30px;
}
.drx-blog-pagination .page-numbers {
display: inline-block;
padding: 8px 14px;
border-radius: 8px;
background: #fff;
border: 1px solid #ececec;
color: #0a0a0a;
text-decoration: none;
font-weight: 600;
font-size: 0.9rem;
transition: background .2s, color .2s, border-color .2s;
}
.drx-blog-pagination .page-numbers:hover { background: #f5f5f5; }
.drx-blog-pagination .page-numbers.current {
background: #d32f2f;
color: #fff;
border-color: #d32f2f;
}
.drx-blog-pagination .page-numbers.dots { background: transparent; border: 0; } .drx-post-wrap { max-width: 820px; }
.drx-post-back {
display: inline-flex;
align-items: center;
gap: 8px;
color: #555;
text-decoration: none;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 16px;
transition: color .2s, transform .2s;
}
.drx-post-back:hover { color: #d32f2f; transform: translateX(-2px); }
.drx-post {
background: #fff;
border-radius: 14px;
padding: 36px 40px 44px;
border: 1px solid #ececec;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.05);
}
.drx-post-header { margin-bottom: 24px; }
.drx-post-meta {
color: #d32f2f;
font-size: 0.78rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.2px;
margin-bottom: 10px;
}
.drx-post-title {
font-size: 2.1rem;
line-height: 1.15;
margin: 0;
color: #0a0a0a;
letter-spacing: -0.5px;
}
.drx-post-body {
color: #2c2c2c;
line-height: 1.7;
font-size: 1.02rem;
}
.drx-post-body p { margin: 0 0 18px; }
.drx-post-body h2 {
font-size: 1.5rem;
margin: 30px 0 12px;
color: #0a0a0a;
}
.drx-post-body h3 {
font-size: 1.2rem;
margin: 24px 0 10px;
color: #0a0a0a;
}
.drx-post-body h4 {
font-size: 1.05rem;
margin: 20px 0 8px;
color: #0a0a0a;
}
.drx-post-body img {
max-width: 100%;
height: auto;
border-radius: 10px;
margin: 18px 0;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.drx-post-body a { color: #d32f2f; text-decoration: underline; text-underline-offset: 2px; }
.drx-post-body a:hover { color: #0a0a0a; }
.drx-post-body ul, .drx-post-body ol { margin: 0 0 18px 22px; padding: 0; }
.drx-post-body li { margin-bottom: 6px; line-height: 1.6; }
.drx-post-body article { margin: 0; padding: 0; }
.drx-post-body hr {
border: 0;
height: 1px;
background: #ececec;
margin: 28px 0;
}
.drx-post-body blockquote {
border-left: 4px solid #d32f2f;
margin: 20px 0;
padding: 8px 18px;
color: #555;
font-style: italic;
background: #faf2f2;
border-radius: 0 8px 8px 0;
}
@media (max-width: 700px) {
.drx-post { padding: 24px 22px 32px; border-radius: 12px; }
.drx-post-title { font-size: 1.55rem; }
.drx-post-body { font-size: 0.98rem; }
}