.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--rths-gold: #C9A84C;
--rths-gold-dark: #A8862E;
--rths-gold-light: #D4B85C;
--rths-navy: #1B2A4A;
--rths-navy-light: #2A3F6A;
--rths-celestial: #4A90D9;
--rths-bg-warm: #FAFAF8;
--rths-text-dark: #2D2D2D;
--rths-text-muted: #666;
--rths-border: rgba(201, 168, 76, 0.3);
--rths-shadow: 0 4px 20px rgba(27, 42, 74, 0.08);
--rths-shadow-hover: 0 8px 32px rgba(201, 168, 76, 0.15);
--rths-radius: 8px;
--rths-transition: 200ms cubic-bezier(0.23, 1, 0.32, 1);
} .rths-hero-section {
position: relative;
background: var(--rths-navy);
padding: 80px 40px;
overflow: hidden;
margin: 0;
}
.rths-hero-overlay {
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 30% 50%, rgba(201, 168, 76, 0.08) 0%, transparent 60%);
pointer-events: none;
}
.rths-hero-content {
position: relative;
z-index: 2;
max-width: 800px;
text-align: center;
margin: 0 auto;
}
.rths-hero-badge {
display: inline-flex;
align-items: center;
gap: 12px;
margin-bottom: 24px;
}
.rths-hero-badge-line {
display: block;
width: 32px;
height: 2px;
background: var(--rths-gold);
}
.rths-hero-badge-text {
color: var(--rths-gold);
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
}
.rths-hero-title {
color: #FFFFFF;
font-size: 42px;
font-weight: 700;
line-height: 1.2;
margin: 0 0 20px;
font-family: 'Playfair Display', Georgia, serif;
}
.rths-hero-title-accent {
color: var(--rths-gold);
font-style: italic;
}
.rths-hero-description {
color: rgba(255, 255, 255, 0.7);
font-size: 17px;
line-height: 1.7;
max-width: 560px;
margin: 0 auto 32px;
}
.rths-hero-ctas {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin-bottom: 28px;
flex-wrap: wrap;
}
.rths-hero-badges {
display: flex;
align-items: center;
justify-content: center;
gap: 24px;
flex-wrap: wrap;
}
.rths-hero-badge-item {
display: flex;
align-items: center;
gap: 6px;
color: rgba(255, 255, 255, 0.4);
font-size: 13px;
}
.rths-hero-badge-item svg {
stroke: var(--rths-gold);
opacity: 0.7;
} .rths-in-feed-banner {
display: grid;
grid-template-columns: 1fr auto;
gap: 32px;
align-items: center;
background: linear-gradient(135deg, var(--rths-navy) 0%, var(--rths-navy-light) 100%);
border-radius: var(--rths-radius);
padding: 40px;
margin: 24px 0;
overflow: hidden;
position: relative;
}
.rths-in-feed-banner::before {
content: '';
position: absolute;
top: -50%;
right: -20%;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(201, 168, 76, 0.1) 0%, transparent 70%);
border-radius: 50%;
}
.rths-in-feed-badge {
display: inline-block;
color: var(--rths-gold);
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 8px;
}
.rths-in-feed-title {
color: #FFFFFF;
font-size: 24px;
font-weight: 700;
margin: 0 0 8px;
font-family: 'Playfair Display', Georgia, serif;
}
.rths-in-feed-desc {
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
margin: 0 0 16px;
line-height: 1.5;
}
.rths-phone-mockup {
width: 140px;
height: 240px;
background: #111;
border-radius: 20px;
padding: 6px;
position: relative;
z-index: 1;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.rths-phone-screen {
width: 100%;
height: 100%;
background: linear-gradient(180deg, #0D1B2E 0%, #162236 100%);
border-radius: 16px;
padding: 12px;
display: flex;
flex-direction: column;
gap: 8px;
justify-content: center;
}
.rths-phone-content {
background: rgba(255, 255, 255, 0.08);
border-radius: 6px;
padding: 10px;
}
.rths-phone-label {
color: var(--rths-gold);
font-size: 10px;
font-weight: 600;
margin: 0 0 2px;
}
.rths-phone-value {
color: rgba(255, 255, 255, 0.6);
font-size: 10px;
margin: 0;
} .rths-in-article {
display: flex;
align-items: center;
gap: 20px;
padding: 24px;
margin: 24px 0;
border-left: 4px solid var(--rths-gold);
background: var(--rths-bg-warm);
border-radius: 0 var(--rths-radius) var(--rths-radius) 0;
box-shadow: var(--rths-shadow);
}
.rths-in-article-icon {
flex-shrink: 0;
width: 48px;
height: 48px;
background: rgba(201, 168, 76, 0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.rths-in-article-text {
flex: 1;
}
.rths-in-article-label {
color: var(--rths-gold);
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
margin: 0 0 4px;
}
.rths-in-article-title {
font-size: 18px;
font-weight: 700;
color: var(--rths-text-dark);
margin: 0 0 4px;
font-family: 'Playfair Display', Georgia, serif;
}
.rths-in-article-desc {
font-size: 13px;
color: var(--rths-text-muted);
margin: 0;
line-height: 1.5;
} .rths-sidebar-widget {
background: var(--rths-navy);
border-radius: var(--rths-radius);
padding: 28px 20px;
text-align: center;
margin-bottom: 24px;
position: relative;
overflow: hidden;
}
.rths-sidebar-widget::before {
content: '';
position: absolute;
top: -30px;
right: -30px;
width: 100px;
height: 100px;
background: radial-gradient(circle, rgba(201, 168, 76, 0.15) 0%, transparent 70%);
border-radius: 50%;
}
.rths-sidebar-widget-inner {
position: relative;
z-index: 1;
}
.rths-sidebar-logo {
margin-bottom: 12px;
}
.rths-sidebar-logo svg {
animation: rths-pulse 2s ease-in-out infinite;
}
@keyframes rths-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.7; }
}
.rths-sidebar-title {
color: #FFFFFF;
font-size: 18px;
font-weight: 700;
margin: 0 0 8px;
font-family: 'Playfair Display', Georgia, serif;
}
.rths-sidebar-desc {
color: rgba(255, 255, 255, 0.6);
font-size: 13px;
margin: 0 0 16px;
line-height: 1.5;
}
.rths-sidebar-note {
color: rgba(255, 255, 255, 0.3);
font-size: 10px;
margin: 10px 0 0;
} .rths-article-footer-cta {
background: var(--rths-bg-warm);
border-top: 3px solid var(--rths-gold);
border-bottom: 3px solid var(--rths-gold);
padding: 32px;
margin: 32px 0;
}
.rths-article-footer-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
max-width: 700px;
margin: 0 auto;
}
.rths-article-footer-title {
font-size: 22px;
font-weight: 700;
color: var(--rths-text-dark);
margin: 0 0 6px;
font-family: 'Playfair Display', Georgia, serif;
}
.rths-article-footer-desc {
font-size: 14px;
color: var(--rths-text-muted);
margin: 0;
line-height: 1.5;
} .rths-bottom-banner {
background: var(--rths-navy);
padding: 64px 40px;
text-align: center;
position: relative;
overflow: hidden;
}
.rths-bottom-banner::before,
.rths-bottom-banner::after {
content: '';
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
filter: blur(80px);
opacity: 0.05;
}
.rths-bottom-banner::before {
background: var(--rths-gold);
top: -100px;
left: 25%;
}
.rths-bottom-banner::after {
background: var(--rths-celestial);
bottom: -100px;
right: 25%;
}
.rths-bottom-banner-content {
position: relative;
z-index: 1;
max-width: 600px;
margin: 0 auto;
}
.rths-bottom-banner-quote {
color: #FFFFFF;
font-size: 32px;
font-weight: 700;
line-height: 1.3;
margin: 0 0 8px;
font-family: 'Playfair Display', Georgia, serif;
}
.rths-bottom-banner-accent {
color: var(--rths-gold);
}
.rths-bottom-banner-source {
color: rgba(255, 255, 255, 0.4);
font-size: 13px;
margin: 0 0 24px;
font-style: italic;
}
.rths-bottom-banner-desc {
color: rgba(255, 255, 255, 0.7);
font-size: 15px;
line-height: 1.6;
margin: 0 0 32px;
} .rths-floating-cta {
position: fixed;
bottom: 24px;
right: 24px;
z-index: 99999;
display: none; align-items: center;
gap: 8px;
background: var(--rths-celestial);
color: #FFFFFF;
padding: 14px 20px;
border-radius: 50px;
text-decoration: none;
font-weight: 700;
font-size: 14px;
box-shadow: 0 8px 32px rgba(74, 144, 217, 0.4);
transition: transform var(--rths-transition), box-shadow var(--rths-transition);
}
.rths-floating-cta:hover {
transform: scale(1.05);
box-shadow: 0 12px 40px rgba(74, 144, 217, 0.5);
color: #FFFFFF;
}
.rths-floating-cta:active {
transform: scale(0.95);
} .rths-footer-widget {
position: relative;
z-index: 1;
}
.rths-footer-widget-inner {
background: rgba(255, 255, 255, 0.05);
border: 1px solid var(--rths-border);
border-radius: var(--rths-radius);
padding: 24px;
}
.rths-footer-widget-header {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
}
.rths-footer-widget-header h5 {
color: #FFFFFF;
font-size: 16px;
font-weight: 700;
margin: 0;
font-family: 'Playfair Display', Georgia, serif;
}
.rths-footer-widget-desc {
color: rgba(255, 255, 255, 0.6);
font-size: 12px;
line-height: 1.6;
margin: 0 0 16px;
}
.rths-footer-widget-buttons {
display: flex;
gap: 8px;
margin-bottom: 8px;
}
.rths-footer-btn {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
background: var(--rths-celestial);
color: #FFFFFF;
padding: 8px 12px;
border-radius: 4px;
text-decoration: none;
font-size: 11px;
font-weight: 600;
transition: background var(--rths-transition);
}
.rths-footer-btn:hover {
background: var(--rths-navy-light);
color: #FFFFFF;
}
.rths-footer-widget-note {
color: rgba(255, 255, 255, 0.3);
font-size: 9px;
margin: 0;
} .rths-features-section {
background: var(--rths-bg-warm);
padding: 64px 40px;
text-align: center;
}
.rths-features-header {
max-width: 600px;
margin: 0 auto 48px;
}
.rths-features-badge {
display: inline-block;
color: var(--rths-gold);
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 12px;
}
.rths-features-title {
font-size: 32px;
font-weight: 700;
color: var(--rths-navy);
margin: 0;
font-family: 'Playfair Display', Georgia, serif;
}
.rths-features-title-accent {
color: var(--rths-celestial);
}
.rths-features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 24px;
max-width: 1000px;
margin: 0 auto;
text-align: left;
}
.rths-feature-card {
background: #FFFFFF;
border-radius: var(--rths-radius);
padding: 28px;
box-shadow: var(--rths-shadow);
border-bottom: 2px solid var(--rths-border);
transition: transform var(--rths-transition), box-shadow var(--rths-transition), border-color var(--rths-transition);
}
.rths-feature-card:hover {
transform: translateY(-4px);
box-shadow: var(--rths-shadow-hover);
border-bottom-color: var(--rths-gold);
}
.rths-feature-icon {
width: 48px;
height: 48px;
background: var(--rths-navy);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
color: var(--rths-gold);
margin-bottom: 16px;
transition: background var(--rths-transition);
}
.rths-feature-card:hover .rths-feature-icon {
background: var(--rths-navy-light);
}
.rths-feature-card h4 {
font-size: 18px;
font-weight: 700;
color: var(--rths-text-dark);
margin: 0 0 8px;
font-family: 'Playfair Display', Georgia, serif;
}
.rths-feature-card p {
font-size: 14px;
color: var(--rths-text-muted);
line-height: 1.6;
margin: 0 0 16px;
}
.rths-feature-link {
color: var(--rths-celestial);
font-size: 13px;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 4px;
transition: gap var(--rths-transition);
}
.rths-feature-link:hover {
gap: 8px;
color: var(--rths-navy);
} .rths-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 24px;
border-radius: var(--rths-radius);
font-weight: 700;
font-size: 14px;
text-decoration: none;
transition: all var(--rths-transition);
border: none;
cursor: pointer;
font-family: 'Source Sans 3', -apple-system, sans-serif;
}
.rths-btn:hover {
text-decoration: none;
color: inherit;
}
.rths-btn:active {
transform: scale(0.97);
}
.rths-btn-primary {
background: var(--rths-gold);
color: var(--rths-navy);
box-shadow: 0 4px 16px rgba(201, 168, 76, 0.3);
}
.rths-btn-primary:hover {
background: var(--rths-gold-dark);
color: var(--rths-navy);
box-shadow: 0 6px 24px rgba(201, 168, 76, 0.4);
}
.rths-btn-secondary {
background: transparent;
color: #FFFFFF;
border: 1px solid rgba(255, 255, 255, 0.3);
}
.rths-btn-secondary:hover {
border-color: rgba(255, 255, 255, 0.6);
background: rgba(255, 255, 255, 0.05);
color: #FFFFFF;
}
.rths-btn-dark {
background: var(--rths-navy);
color: #FFFFFF;
}
.rths-btn-dark:hover {
background: var(--rths-navy-light);
color: #FFFFFF;
}
.rths-btn-full {
width: 100%;
justify-content: center;
}
.rths-btn-large {
padding: 16px 40px;
font-size: 16px;
} .rths-contextual-link {
color: var(--rths-celestial);
text-decoration: underline;
text-decoration-color: rgba(74, 144, 217, 0.3);
text-underline-offset: 2px;
transition: color var(--rths-transition), text-decoration-color var(--rths-transition);
}
.rths-contextual-link:hover {
color: var(--rths-navy);
text-decoration-color: var(--rths-gold);
} .rths-menu-highlight {
margin-left: auto;
}
.rths-menu-link {
background: var(--rths-celestial);
color: #FFFFFF !important;
padding: 12px 20px !important;
border-radius: var(--rths-radius) var(--rths-radius) 0 0;
font-weight: 700 !important;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
display: flex;
align-items: center;
gap: 6px;
transition: background var(--rths-transition);
}
.rths-menu-link:hover {
background: var(--rths-navy-light) !important;
color: #FFFFFF !important;
} .rths-admin-welcome {
background: #FFFFFF;
border-left: 4px solid var(--rths-gold);
padding: 20px 24px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.rths-admin-welcome h2 {
margin: 0 0 8px;
color: var(--rths-navy);
}
.rths-status-active {
background: #e8f5e9;
color: #2e7d32;
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
font-weight: 600;
}
.rths-admin-config {
background: #FFFFFF;
padding: 24px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
margin-bottom: 24px;
} @media (max-width: 768px) {
.rths-hero-section {
padding: 48px 20px;
}
.rths-hero-title {
font-size: 28px;
}
.rths-hero-description {
font-size: 15px;
}
.rths-in-feed-banner {
grid-template-columns: 1fr;
padding: 24px;
}
.rths-in-feed-banner-image {
display: none;
}
.rths-in-article {
flex-direction: column;
text-align: center;
}
.rths-article-footer-inner {
flex-direction: column;
text-align: center;
}
.rths-bottom-banner {
padding: 40px 20px;
}
.rths-bottom-banner-quote {
font-size: 24px;
}
.rths-features-section {
padding: 40px 20px;
}
.rths-features-title {
font-size: 24px;
}
.rths-features-grid {
grid-template-columns: 1fr;
} .rths-floating-cta {
display: flex;
}
.rths-hero-ctas {
flex-direction: column;
}
.rths-btn {
width: 100%;
justify-content: center;
}
}
@media (max-width: 480px) {
.rths-hero-title {
font-size: 24px;
}
.rths-hero-badges {
flex-direction: column;
gap: 8px;
}
.rths-bottom-banner-quote {
font-size: 20px;
}
}