.wp-block-post-title {
display: none;
} .arde-page {
--primary: #fa0b57;
--primary-light: #ff677e;
--bg-dark: #0a090c;
--bg-cream: #f7f0df;
--white: #fffaf8;
--cold-1: #017ffd;
--cold-2: #6596ff;
--gray-20: hsl(0, 0%, 20%);
--gray-70: hsl(0, 0%, 70%);
--gray-80: hsl(0, 0%, 80%);
--gray-90: hsl(0, 0%, 90%);
--shadow-01: 0 19px 38px rgba(0, 0, 0, 0.07), 0 15px 12px rgba(0, 0, 0, 0.05);
--shadow-02: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
--radius: 12px;
font-family: "Raleway", sans-serif;
color: var(--bg-dark);
-webkit-font-smoothing: antialiased;
}
.arde-page *,
.arde-page *:before,
.arde-page *:after {
box-sizing: border-box;
} .arde-page .arde-header {
background-color: var(--bg-dark);
padding: 60px 24px 20px;
display: flex;
justify-content: center;
}
.arde-page .arde-header img {
height: 60px;
width: auto;
filter: invert(1) !important;
} .arde-page .arde-footer {
background-color: var(--bg-dark);
color: var(--white);
text-align: center;
padding: 40px 16px 80px;
font-family: "Raleway", sans-serif;
font-size: 0.9rem;
}
.arde-page .arde-footer p {
margin: 0;
line-height: 1.6;
}
.arde-page .arde-footer a {
color: var(--white);
text-decoration: underline;
}
.arde-page .arde-footer a:hover {
text-decoration: none;
}.arde-doi-landing {
min-height: 100vh;
display: flex;
flex-direction: column;
} .arde-doi-landing .doi-main {
flex: 1;
background-color: var(--bg-dark);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 40px 20px;
text-align: center;
}
.arde-doi-landing .doi-title {
font-family: "Anton", sans-serif;
font-weight: 400;
text-transform: uppercase;
color: var(--white);
font-size: 28px;
line-height: 1.2;
margin: 0 0 16px;
max-width: 800px;
}
@media (min-width: 600px) {
.arde-doi-landing .doi-title {
font-size: 38px;
}
}
@media (min-width: 1000px) {
.arde-doi-landing .doi-title {
font-size: 46px;
}
}
.arde-doi-landing .doi-mail-btn {
display: none;
align-items: center;
gap: 10px;
background-color: var(--primary);
color: var(--white);
text-decoration: none;
font-family: "Anton", sans-serif;
font-size: 1.1rem;
text-transform: uppercase;
letter-spacing: 0.08em;
padding: 14px 32px 12px;
border-radius: 8px;
margin-bottom: 32px;
transition: transform 0.15s;
}
.arde-doi-landing .doi-mail-icon {
height: 24px;
width: auto;
flex-shrink: 0;
background: #fff;
border-radius: 4px;
padding: 2px;
}
.arde-doi-landing .doi-mail-btn:hover {
transform: scale(1.03);
}
@media (hover: hover) and (pointer: fine) {
.arde-doi-landing .doi-mail-btn {
display: inline-flex;
}
}
.arde-doi-landing .doi-subtitle {
color: var(--primary);
font-size: 1.1rem;
font-weight: 700;
margin: 0 0 40px;
}
.arde-doi-landing .doi-image {
width: 100%;
max-width: 500px;
border-radius: 10px;
overflow: hidden;
box-shadow: var(--shadow-01);
}
.arde-doi-landing .doi-image img {
display: block;
width: 100%;
height: auto;
}