.rpbt-post-date {
display: block;
font-size: smaller;
}
.rpbt-screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important; }.sdm-download-form.template-1 {
max-width: 400px;
margin: 20px auto;
padding: 25px 25px 30px;
background: #ffffff;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.sdm-download-form.template-1:hover {
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.sdm-download-form.template-1 .sdm-download-title {
margin: 0 0 20px 0;
padding-bottom: 15px;
font-size: 1.5em;
color: #333;
text-align: center;
border-bottom: 2px solid #e0e0e0;
font-weight: 600;
}
.sdm-download-form.template-1 .sdm-download-content {
margin: -10px 0 20px;
padding: 0 5px 15px;
color: #666;
line-height: 1.6;
font-size: 0.95em;
text-align: center;
}
.sdm-download-form.template-1 .sdm-download-content p {
margin: 0 0 10px;
}
.sdm-download-form.template-1 .sdm-download-content p:last-child {
margin-bottom: 0;
}
.sdm-download-form.template-1 .sdm-privacy-check {
margin-bottom: 15px;
font-size: 14px;
}
.sdm-download-form.template-1 .sdm-privacy-check label {
display: flex;
align-items: flex-start;
gap: 8px;
line-height: 1.4;
}
.sdm-download-form.template-1 .sdm-privacy-check input[type="checkbox"] {
margin-top: 3px;
}
.sdm-download-form.template-1 .sdm-privacy-check a {
color: #4CAF50;
text-decoration: underline;
}
.sdm-download-form.template-1 .sdm-privacy-check a:hover {
color: #45a049;
}
.sdm-download-form.template-1 input[type="email"] {
width: 100%;
padding: 12px 15px;
margin-bottom: 15px;
border: 2px solid #e0e0e0;
border-radius: 6px;
font-size: 16px;
transition: border-color 0.3s ease, box-shadow 0.3s ease;
box-sizing: border-box;
}
.sdm-download-form.template-1 input[type="email"]:focus {
border-color: #4CAF50;
box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
outline: none;
}
.sdm-download-form.template-1 input[type="email"]::placeholder {
color: #999;
}
.sdm-download-form.template-1 button {
width: 100%;
padding: 12px 20px;
background: #4CAF50;
color: white;
border: none;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.sdm-download-form.template-1 button:hover {
background: #45a049;
transform: translateY(-1px);
}
.sdm-download-form.template-1 button:active {
transform: translateY(1px);
}
.sdm-success-message {
padding: 15px;
margin-bottom: 15px;
background: #e8f5e9;
border-left: 4px solid #4CAF50;
color: #2e7d32;
border-radius: 4px;
}
.sdm-download-form.template-1.sdm-loading {
position: relative;
opacity: 0.7;
pointer-events: none;
}
.sdm-download-form.template-1.sdm-loading button::after {
content: "";
position: absolute;
width: 20px;
height: 20px;
top: 50%;
left: 50%;
margin: -10px 0 0 -10px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-top-color: white;
border-radius: 50%;
animation: sdm-spin 1s linear infinite;
}
@media (max-width: 480px) {
.sdm-download-form.template-1 {
max-width: 100%;
margin: 10px;
padding: 20px;
}
}
@keyframes sdm-spin {
to {
transform: rotate(360deg);
}
}.sdm-download-form.template-2 .sdm-privacy-check {
margin-bottom: 20px;
font-size: 14px;
color: #bdc3c7;
}
.sdm-download-form.template-2 .sdm-privacy-check label {
display: flex;
align-items: flex-start;
gap: 8px;
line-height: 1.4;
}
.sdm-download-form.template-2 .sdm-privacy-check input[type="checkbox"] {
margin-top: 3px;
}
.sdm-download-form.template-2 .sdm-privacy-check a {
color: #3498db;
text-decoration: underline;
}
.sdm-download-form.template-2 .sdm-privacy-check a:hover {
color: #2980b9;
}
.sdm-download-form.template-2 {
max-width: 450px;
margin: 20px auto;
padding: 30px;
background: #2c3e50;
border-radius: 15px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
color: #fff;
}
.sdm-download-form.template-2 .sdm-download-title {
margin: 0 0 25px 0;
padding-bottom: 20px;
font-size: 1.8em;
color: #fff;
text-align: left;
border-bottom: 2px solid #3498db;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
}
.sdm-download-form.template-2 .sdm-download-content {
margin: -15px 0 25px;
padding: 0;
color: #bdc3c7;
line-height: 1.7;
font-size: 1em;
text-align: left;
}
.sdm-download-form.template-2 input[type="email"] {
width: 100%;
padding: 15px 20px;
margin-bottom: 20px;
border: none;
border-radius: 8px;
font-size: 16px;
background: rgba(255, 255, 255, 0.1);
color: #fff;
transition: all 0.3s ease;
box-sizing: border-box;
}
.sdm-download-form.template-2 input[type="email"]:focus {
background: rgba(255, 255, 255, 0.15);
box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
outline: none;
}
.sdm-download-form.template-2 input[type="email"]::placeholder {
color: rgba(255, 255, 255, 0.6);
}
.sdm-download-form.template-2 button {
width: 100%;
padding: 15px 25px;
background: #3498db;
color: white;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
overflow: hidden;
}
.sdm-download-form.template-2 button:before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
120deg,
transparent,
rgba(255, 255, 255, 0.2),
transparent
);
transition: all 0.6s ease;
}
.sdm-download-form.template-2 button:hover {
background: #2980b9;
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}
.sdm-download-form.template-2 button:hover:before {
left: 100%;
}
.sdm-download-form.template-2 button:active {
transform: translateY(1px);
}
.sdm-download-form.template-2 .sdm-success-message {
padding: 15px 20px;
margin-bottom: 20px;
background: rgba(46, 204, 113, 0.2);
border-left: 4px solid #2ecc71;
color: #fff;
border-radius: 8px;
}
.sdm-download-form.template-2.sdm-loading {
position: relative;
opacity: 0.8;
pointer-events: none;
}
.sdm-download-form.template-2.sdm-loading button::after {
content: "";
position: absolute;
width: 24px;
height: 24px;
top: 50%;
left: 50%;
margin: -12px 0 0 -12px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-top-color: white;
border-radius: 50%;
animation: sdm-spin 1s linear infinite;
}
@keyframes sdm-spin {
to {
transform: rotate(360deg);
}
}
@media (max-width: 480px) {
.sdm-download-form.template-2 {
max-width: 100%;
margin: 10px;
padding: 20px;
}
.sdm-download-form.template-2 .sdm-download-title {
font-size: 1.5em;
}
}.sdm-download-form.template-3 {
max-width: 448px;
margin: 20px auto;
padding: 24px;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sdm-download-form.template-3 .sdm-download-title {
margin: 0 0 24px 0;
padding-bottom: 16px;
font-family: 'Roboto', sans-serif;
font-size: 24px;
color: #1f1f1f;
text-align: left;
border-bottom: 1px solid #e0e0e0;
font-weight: 500;
letter-spacing: 0.15px;
}
.sdm-download-form.template-3 .sdm-download-content {
margin: 0 0 24px;
padding: 0;
color: #5f6368;
line-height: 1.5;
font-size: 16px;
font-family: 'Roboto', sans-serif;
letter-spacing: 0.5px;
}
.sdm-download-form.template-3 input[type="email"] {
width: 100%;
padding: 16px;
margin-bottom: 16px;
border: none;
border-radius: 4px;
font-size: 16px;
background: #f5f5f5;
color: #1f1f1f;
transition: background 0.3s ease;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
outline: none;
border-bottom: 2px solid transparent;
}
.sdm-download-form.template-3 input[type="email"]:focus {
background: #ffffff;
border-bottom: 2px solid #1a73e8;
box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
.sdm-download-form.template-3 input[type="email"]::placeholder {
color: #80868b;
}
.sdm-download-form.template-3 .sdm-privacy-check {
margin-bottom: 24px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #5f6368;
}
.sdm-download-form.template-3 .sdm-privacy-check label {
display: flex;
align-items: flex-start;
gap: 12px;
line-height: 1.4;
}
.sdm-download-form.template-3 .sdm-privacy-check input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
width: 18px;
height: 18px;
border: 2px solid #80868b;
border-radius: 2px;
margin: 0;
position: relative;
transition: all 0.3s ease;
cursor: pointer;
}
.sdm-download-form.template-3 .sdm-privacy-check input[type="checkbox"]:checked {
background: #1a73e8;
border-color: #1a73e8;
}
.sdm-download-form.template-3 .sdm-privacy-check input[type="checkbox"]:checked::after {
content: '';
position: absolute;
left: 5px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.sdm-download-form.template-3 .sdm-privacy-check a {
color: #1a73e8;
text-decoration: none;
}
.sdm-download-form.template-3 .sdm-privacy-check a:hover {
text-decoration: underline;
}
.sdm-download-form.template-3 button {
width: 100%;
padding: 0 24px;
height: 48px;
background: #1a73e8;
color: white;
border: none;
border-radius: 4px;
font-size: 16px;
font-weight: 500;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
letter-spacing: 1.25px;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}
.sdm-download-form.template-3 button:hover {
background: #1557b0;
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.sdm-download-form.template-3 button:active {
background: #174ea6;
}
.sdm-download-form.template-3 .sdm-success-message {
padding: 16px;
margin-bottom: 24px;
background: #e8f5e9;
color: #1e4620;
border-radius: 4px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
letter-spacing: 0.25px;
display: flex;
align-items: center;
gap: 8px;
}
.sdm-download-form.template-3.sdm-loading button {
background: #e8eaed;
color: transparent;
pointer-events: none;
}
.sdm-download-form.template-3.sdm-loading button::after {
content: "";
position: absolute;
width: 24px;
height: 24px;
top: 50%;
left: 50%;
margin: -12px 0 0 -12px;
border: 3px solid rgba(26,115,232,0.2);
border-top-color: #1a73e8;
border-radius: 50%;
animation: sdm-material-spin 1s linear infinite;
}
@keyframes sdm-material-spin {
to {
transform: rotate(360deg);
}
}
@media (max-width: 480px) {
.sdm-download-form.template-3 {
margin: 16px;
border-radius: 8px;
}
}.sdm-download-form.template-4 {
max-width: 480px;
margin: 32px auto;
padding: 40px;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(24px) saturate(180%);
-webkit-backdrop-filter: blur(24px) saturate(180%);
border-radius: 32px;
border: 1px solid rgba(255, 255, 255, 0.4);
box-shadow: 
35px 35px 68px 0px rgba(145, 192, 255, 0.2),
inset -8px -8px 16px rgba(145, 192, 255, 0.4),
inset 0 11px 28px rgb(255, 255, 255);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
overflow: hidden;
}
.sdm-download-form.template-4:hover {
transform: translateY(-5px);
box-shadow: 
35px 35px 68px 0px rgba(145, 192, 255, 0.3),
inset -8px -8px 16px rgba(145, 192, 255, 0.6),
inset 0 11px 28px rgb(255, 255, 255);
}
.sdm-download-form.template-4::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
35deg,
rgba(255, 255, 255, 0) 50%,
rgba(255, 255, 255, 0.4) 50%
);
opacity: 0.3;
z-index: 1;
pointer-events: none;
}
.sdm-download-form.template-4 .sdm-download-title {
margin: 0 0 32px 0;
padding: 0;
font-family: 'Plus Jakarta Sans', sans-serif;
font-size: 32px;
background: linear-gradient(135deg, #1E293B 0%, #334155 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
font-weight: 700;
letter-spacing: -0.02em;
position: relative;
}
.sdm-download-form.template-4 .sdm-download-content {
margin: 0 0 32px;
padding: 0;
color: #475569;
line-height: 1.7;
font-size: 16px;
font-family: 'Plus Jakarta Sans', sans-serif;
text-align: center;
}
.sdm-download-form.template-4 input[type="email"] {
width: 100%;
padding: 20px 24px;
margin-bottom: 24px;
background: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(255, 255, 255, 0.8);
border-radius: 20px;
font-size: 16px;
color: #1E293B;
box-shadow: 
inset 2px 2px 5px rgba(145, 192, 255, 0.2),
inset -3px -3px 7px rgba(255, 255, 255, 0.8);
transition: all 0.3s ease;
font-family: 'Plus Jakarta Sans', sans-serif;
}
.sdm-download-form.template-4 input[type="email"]:focus {
outline: none;
background: rgba(255, 255, 255, 0.9);
box-shadow: 
inset 2px 2px 5px rgba(145, 192, 255, 0.3),
inset -3px -3px 7px rgba(255, 255, 255, 0.9),
0 0 0 3px rgba(99, 102, 241, 0.1);
}
.sdm-download-form.template-4 input[type="email"]::placeholder {
color: #94A3B8;
}
.sdm-download-form.template-4 .sdm-privacy-check {
margin-bottom: 32px;
padding: 16px 20px;
background: rgba(255, 255, 255, 0.5);
border-radius: 16px;
box-shadow: 
inset 2px 2px 5px rgba(145, 192, 255, 0.2),
inset -3px -3px 7px rgba(255, 255, 255, 0.8);
}
.sdm-download-form.template-4 .sdm-privacy-check label {
display: flex;
align-items: flex-start;
gap: 12px;
font-family: 'Plus Jakarta Sans', sans-serif;
font-size: 14px;
color: #475569;
line-height: 1.5;
}
.sdm-download-form.template-4 .sdm-privacy-check input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
width: 22px;
height: 22px;
border-radius: 8px;
background: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: 
2px 2px 4px rgba(145, 192, 255, 0.2),
-2px -2px 4px rgba(255, 255, 255, 0.7);
cursor: pointer;
transition: all 0.3s ease;
position: relative;
}
.sdm-download-form.template-4 .sdm-privacy-check input[type="checkbox"]:checked {
background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
border-color: rgba(99, 102, 241, 0.1);
}
.sdm-download-form.template-4 .sdm-privacy-check input[type="checkbox"]:checked::after {
content: '';
position: absolute;
left: 7px;
top: 4px;
width: 6px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.sdm-download-form.template-4 .sdm-privacy-check a {
color: #6366F1;
text-decoration: none;
position: relative;
transition: color 0.3s ease;
}
.sdm-download-form.template-4 .sdm-privacy-check a::after {
content: '';
position: absolute;
width: 100%;
height: 1px;
bottom: -1px;
left: 0;
background: linear-gradient(90deg, #6366F1, #818CF8);
transform: scaleX(0);
transform-origin: right;
transition: transform 0.3s ease;
}
.sdm-download-form.template-4 .sdm-privacy-check a:hover::after {
transform: scaleX(1);
transform-origin: left;
}
.sdm-download-form.template-4 button {
width: 100%;
height: 56px;
background: linear-gradient(135deg, #6366F1 0%, #818CF8 100%);
color: white;
border: none;
border-radius: 20px;
font-size: 16px;
font-weight: 600;
font-family: 'Plus Jakarta Sans', sans-serif;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
box-shadow: 
6px 6px 12px rgba(99, 102, 241, 0.2),
-6px -6px 12px rgba(255, 255, 255, 0.8),
inset 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.sdm-download-form.template-4 button:hover {
transform: translateY(-2px);
box-shadow: 
8px 8px 16px rgba(99, 102, 241, 0.3),
-8px -8px 16px rgba(255, 255, 255, 0.9),
inset 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.sdm-download-form.template-4 button:active {
transform: translateY(0);
box-shadow: 
4px 4px 8px rgba(99, 102, 241, 0.2),
-4px -4px 8px rgba(255, 255, 255, 0.7),
inset 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.sdm-download-form.template-4 .sdm-success-message {
padding: 20px;
margin-bottom: 24px;
background: rgba(34, 197, 94, 0.1);
backdrop-filter: blur(8px);
border: 1px solid rgba(34, 197, 94, 0.2);
border-radius: 16px;
color: #166534;
font-family: 'Plus Jakarta Sans', sans-serif;
font-size: 14px;
display: flex;
align-items: center;
gap: 12px;
box-shadow: 
inset 2px 2px 5px rgba(255, 255, 255, 0.5),
inset -2px -2px 5px rgba(34, 197, 94, 0.1);
}
@media (max-width: 480px) {
.sdm-download-form.template-4 {
margin: 16px;
padding: 24px;
}
.sdm-download-form.template-4 .sdm-download-title {
font-size: 24px;
}
} .sdm-download-form.template-4.sdm-loading button {
color: transparent;
pointer-events: none;
}
.sdm-download-form.template-4.sdm-loading button::after {
content: "";
position: absolute;
width: 24px;
height: 24px;
top: 50%;
left: 50%;
margin: -12px 0 0 -12px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-top-color: white;
border-radius: 50%;
animation: sdm-spin 1s linear infinite;
}
@keyframes sdm-spin {
to {
transform: rotate(360deg);
}
}.sdm-download-form.template-5 {
max-width: 480px;
margin: 30px auto;
padding: 2.5rem;
background: #f0f2f5;
border-radius: 20px;
box-shadow: 12px 12px 24px #d9dade,
-12px -12px 24px #ffffff;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: 1px solid rgba(255,255,255,0.3);
}
.sdm-download-form.template-5 .sdm-download-title {
margin: 0 0 2rem;
font-size: 2rem;
color: #2d3436;
font-weight: 700;
letter-spacing: -0.5px;
position: relative;
padding-bottom: 1rem;
text-align: center;
font-family: system-ui, -apple-system, sans-serif;
}
.sdm-download-form.template-5 .sdm-download-title::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: linear-gradient(90deg, #6c5ce7 0%, #a363d9 100%);
border-radius: 3px;
}
.sdm-download-form.template-5 input[type="email"] {
width: 100%;
padding: 1.2rem;
margin: 1.5rem 0;
border: none;
border-radius: 12px;
background: #f0f2f5;
box-shadow: inset 5px 5px 10px #d9dade,
inset -5px -5px 10px #ffffff;
font-size: 1rem;
color: #2d3436;
transition: all 0.3s ease;
outline: none;
}
.sdm-download-form.template-5 input[type="email"]:focus {
box-shadow: inset 2px 2px 5px #d9dade,
inset -2px -2px 5px #ffffff;
border: 1px solid rgba(108,92,231,0.3);
}
.sdm-download-form.template-5 input[type="email"]::placeholder {
color: #a5a5a5;
font-weight: 300;
}
.sdm-download-form.template-5 .sdm-privacy-check {
margin: 2rem 0;
position: relative;
}
.sdm-download-form.template-5 .sdm-privacy-check label {
display: flex;
align-items: center;
gap: 1rem;
cursor: pointer;
font-size: 0.95rem;
color: #4a4a4a;
line-height: 1.6;
}
.sdm-download-form.template-5 .sdm-privacy-check input[type="checkbox"] {
width: 22px;
height: 22px;
border: 2px solid #d1d1d1;
border-radius: 6px;
appearance: none;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
background: #f0f2f5;
box-shadow: 3px 3px 6px #d9dade,
-3px -3px 6px #ffffff;
}
.sdm-download-form.template-5 .sdm-privacy-check input[type="checkbox"]:checked {
background: linear-gradient(135deg, #6c5ce7, #a363d9);
border-color: transparent;
box-shadow: 2px 2px 4px #d9dade,
-2px -2px 4px #ffffff;
}
.sdm-download-form.template-5 .sdm-privacy-check input[type="checkbox"]:checked::after {
content: '✓';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-weight: 700;
font-size: 0.9rem;
}
.sdm-download-form.template-5 .sdm-privacy-check a {
color: #6c5ce7;
text-decoration: none;
font-weight: 500;
position: relative;
}
.sdm-download-form.template-5 .sdm-privacy-check a:hover {
text-decoration: underline;
text-decoration-color: #a363d9;
}
.sdm-download-form.template-5 button {
width: 100%;
padding: 1.2rem;
background: linear-gradient(135deg, #6c5ce7, #a363d9);
color: white;
border: none;
border-radius: 12px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
position: relative;
overflow: hidden;
box-shadow: 5px 5px 10px #d9dade,
-5px -5px 10px #ffffff;
}
.sdm-download-form.template-5 button:hover {
transform: translateY(-2px);
box-shadow: 8px 8px 15px #d9dade,
-8px -8px 15px #ffffff;
opacity: 0.95;
}
.sdm-download-form.template-5 button:active {
transform: translateY(1px);
box-shadow: 3px 3px 6px #d9dade,
-3px -3px 6px #ffffff;
}
.sdm-download-form.template-5 .sdm-success-message {
padding: 1.2rem;
margin: 1.5rem 0;
background: #f0f2f5;
color: #2d3436;
border-radius: 12px;
border: 1px solid rgba(108,92,231,0.2);
box-shadow: inset 3px 3px 6px #d9dade,
inset -3px -3px 6px #ffffff;
position: relative;
padding-left: 3rem;
}
.sdm-download-form.template-5 .sdm-success-message::before {
content: '✓';
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
color: #6c5ce7;
font-weight: 700;
font-size: 1.2rem;
}
.sdm-download-form.template-5.sdm-loading button {
color: transparent;
background: #f0f2f5;
box-shadow: 5px 5px 10px #d9dade,
-5px -5px 10px #ffffff;
}
.sdm-download-form.template-5.sdm-loading button::after {
content: "";
position: absolute;
width: 24px;
height: 24px;
top: 50%;
left: 50%;
margin: -12px 0 0 -12px;
border: 3px solid #e6e6e6;
border-top-color: #6c5ce7;
border-radius: 50%;
animation: sdm-spin 1s linear infinite;
}
@keyframes sdm-spin {
to { transform: rotate(360deg); }
}
@media (max-width: 480px) {
.sdm-download-form.template-5 {
margin: 20px;
padding: 1.8rem;
border-radius: 15px;
}
.sdm-download-form.template-5 .sdm-download-title {
font-size: 1.7rem;
}
}.sdm-download-form.template-6 {
width: 100%;
height: 100%;
min-height: 40vh;
margin: 0;
padding: 2rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #f8f9fa;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.sdm-download-form.template-6 .sdm-download-title {
margin: 0 0 1.5rem;
font-size: 2.5rem;
color: #2b2d42;
font-weight: 700;
text-align: center;
line-height: 1.2;
max-width: 800px;
padding: 0 1rem;
font-family: system-ui, -apple-system, sans-serif;
}
.sdm-download-form.template-6 .sdm-download-content {
margin: 0 0 2rem;
color: #4a4a4a;
font-size: 1.1rem;
text-align: center;
line-height: 1.6;
max-width: 600px;
padding: 0 1rem;
}
.sdm-download-form.template-6 form {
width: 100%;
max-width: 500px;
display: flex;
flex-direction: column;
align-items: center;
}
.sdm-download-form.template-6 input[type="email"] {
width: 100%;
max-width: 400px;
padding: 1rem 1.5rem;
margin: 0.5rem 0;
border: 2px solid #e9ecef;
border-radius: 50px;
font-size: 1rem;
background: #fff;
color: #2b2d42;
transition: all 0.3s ease;
text-align: center;
}
.sdm-download-form.template-6 input[type="email"]:focus {
border-color: #8d99ae;
box-shadow: 0 0 15px rgba(141, 153, 174, 0.2);
outline: none;
}
.sdm-download-form.template-6 input[type="email"]::placeholder {
color: #adb5bd;
opacity: 0.8;
}
.sdm-download-form.template-6 .sdm-privacy-check {
margin: 1.5rem 0;
display: flex;
justify-content: center;
width: 100%;
}
.sdm-download-form.template-6 .sdm-privacy-check label {
display: flex;
align-items: center;
gap: 0.8rem;
cursor: pointer;
font-size: 0.95rem;
color: #4a4a4a;
max-width: 400px;
width: 100%;
justify-content: center;
}
.sdm-download-form.template-6 .sdm-privacy-check input[type="checkbox"] {
width: 20px;
height: 20px;
border: 2px solid #8d99ae;
border-radius: 4px;
appearance: none;
cursor: pointer;
transition: all 0.3s ease;
flex-shrink: 0;
}
.sdm-download-form.template-6 .sdm-privacy-check input[type="checkbox"]:checked {
background: #2b2d42;
border-color: #2b2d42;
}
.sdm-download-form.template-6 .sdm-privacy-check input[type="checkbox"]:checked::after {
content: '✓';
display: block;
text-align: center;
color: white;
font-size: 0.9rem;
line-height: 18px;
}
.sdm-download-form.template-6 .sdm-privacy-check a {
color: #2b2d42;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}
.sdm-download-form.template-6 .sdm-privacy-check a:hover {
color: #ef233c;
}
.sdm-download-form.template-6 button {
width: 100%;
max-width: 400px;
padding: 1rem 2rem;
background: #2b2d42;
color: white;
border: none;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
}
.sdm-download-form.template-6 button:hover {
background: #ef233c;
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(239, 35, 60, 0.2);
}
.sdm-download-form.template-6 button:active {
transform: translateY(1px);
}
.sdm-download-form.template-6 .sdm-success-message {
width: 100%;
max-width: 400px;
padding: 1.5rem;
margin: 1rem 0;
background: #fff;
color: #2b2d42;
border-radius: 20px;
text-align: center;
border: 2px solid #8d99ae;
animation: sdm-fadeIn 0.5s ease;
}
@keyframes sdm-fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
.sdm-download-form.template-6.sdm-loading button {
background: #8d99ae;
pointer-events: none;
}
.sdm-download-form.template-6.sdm-loading button::after {
content: "";
position: absolute;
width: 24px;
height: 24px;
top: 50%;
left: 50%;
margin: -12px 0 0 -12px;
border: 3px solid rgba(255,255,255,0.3);
border-top-color: white;
border-radius: 50%;
animation: sdm-spin 1s linear infinite;
}
@media (max-width: 768px) {
.sdm-download-form.template-6 {
padding: 2rem 1rem;
min-height: calc(100vh - 40px);
}
.sdm-download-form.template-6 .sdm-download-title {
font-size: 2rem;
padding: 0;
}
.sdm-download-form.template-6 input[type="email"],
.sdm-download-form.template-6 button {
max-width: 100%;
border-radius: 30px;
}
}
@media (max-width: 480px) {
.sdm-download-form.template-6 .sdm-download-title {
font-size: 1.75rem;
}
.sdm-download-form.template-6 .sdm-download-content {
font-size: 1rem;
}
.sdm-download-form.template-6 button {
padding: 0.8rem 1.5rem;
font-size: 1rem;
}
}.sdm-download-form .sdm-nl-check label {
font-size: 14px;
line-height: 1.4;
}
.sdm-nl-form {
max-width: 560px;
margin: 0 auto;
}
.sdm-nl-form .sdm-nl-row {
display: flex;
gap: 10px;
margin-bottom: 16px;
}
.sdm-nl-form .sdm-nl-row input[type="email"] {
flex: 1;
min-width: 0;
padding: 14px 16px;
border: 1px solid #d5d8de;
border-radius: 8px;
font-size: 16px;
}
.sdm-nl-form .sdm-nl-row button {
padding: 14px 26px;
border: 0;
border-radius: 8px;
background: #ff9900;
color: #11141a;
font-weight: 700;
font-size: 16px;
cursor: pointer;
transition: transform .2s, box-shadow .2s;
}
.sdm-nl-form .sdm-nl-row button:hover {
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(255, 153, 0, .35);
}
.sdm-nl-form .sdm-privacy-check {
margin-bottom: 8px;
font-size: 14px;
}
.sdm-nl-form .sdm-privacy-check label {
display: flex;
align-items: flex-start;
gap: 8px;
line-height: 1.4;
text-align: left;
}
.sdm-nl-form .sdm-privacy-check input[type="checkbox"] {
margin-top: 3px;
}
@media (max-width: 520px) {
.sdm-nl-form .sdm-nl-row {
flex-direction: column;
}
} .sdm-download-form {
scroll-margin-top: 140px;
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
border: 1px solid var(--wp-pagenavi-border-color, #bfbfbf);
margin: 2px;
padding: 3px 5px;
text-decoration: none;
}
@media (prefers-color-scheme: dark) {
.wp-pagenavi a,
.wp-pagenavi span {
border-color: var(--wp-pagenavi-border-color, #4f4f4f);
}
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
border-color: var(--wp-pagenavi-border-color-current, currentColor);
}
.wp-pagenavi span.current {
font-weight: bold;
}[class*=et_pb_section_dap_]{width:100%}#et-boc .area-outer-wrap{max-height:100vh;max-width:100vw;pointer-events:none;position:fixed;z-index:100}#et-boc .area-outer-wrap.entry-content{padding:0}#et-boc .area-outer-wrap[data-da-type=popup]{min-width:320px;padding:10px}@media screen and (min-width:981px){#et-boc .area-outer-wrap[data-da-type=popup]{width:90%}}@media screen and (max-width:980px){#et-boc .area-outer-wrap[data-da-type=popup]{width:100%}}@media (min-width:981px){#et-boc .area-outer-wrap .et_pb_row.et_pb_equal_columns,#et-boc .area-outer-wrap .et_pb_row_inner.et_pb_equal_columns,#et-boc .area-outer-wrap .et_pb_section.et_pb_equal_columns>.et_pb_row{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}#et-boc .area-outer-wrap[data-da-type=inline]{bottom:unset;height:unset;left:unset;max-height:unset;max-width:unset;position:relative;right:unset;top:unset;-webkit-transform:unset;transform:unset;width:unset}#et-boc .area-outer-wrap>[data-da-area]{-ms-scroll-chaining:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:block!important;-ms-flex-direction:column;flex-direction:column;height:100%;margin:auto;overscroll-behavior:contain;pointer-events:all;position:relative}#et-boc .area-outer-wrap>[data-da-area]>.et_pb_section{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}#et-boc .area-outer-wrap>[data-da-area] .clearfix:after,#et-boc .area-outer-wrap>[data-da-area] .et_pb_row:after,#et-boc .area-outer-wrap>[data-da-area] .et_pb_row_inner:after,#et-boc .area-outer-wrap>[data-da-area] .et_pb_slides:after{content:""}#et-boc .area-outer-wrap.full-height[data-da-overflow=full_height]>[data-da-area],#et-boc .area-outer-wrap[data-da-overflow=clip]>[data-da-area]{overflow:auto}#et-boc .area-outer-wrap[data-da-overflow=show]>[data-da-area]{overflow:visible}#et-boc .area-outer-wrap[data-da-type=flyin].full-height,#et-boc .area-outer-wrap[data-da-type=popup].full-height{bottom:0!important;height:auto!important;margin-top:0!important;top:0!important}#et-boc .area-outer-wrap[data-da-type=flyin].full-height [data-da-area],#et-boc .area-outer-wrap[data-da-type=popup].full-height [data-da-area]{max-height:100%}#et-boc .area-outer-wrap[data-da-type=flyin].full-height[data-da-size=auto] .da-close-wrap,#et-boc .area-outer-wrap[data-da-type=popup].full-height[data-da-size=auto] .da-close-wrap{height:calc(100% - 20px)!important}#et-boc .area-outer-wrap[data-da-type=flyin].full-height:not([data-da-size=auto]) .da-close-wrap,#et-boc .area-outer-wrap[data-da-type=popup].full-height:not([data-da-size=auto]) .da-close-wrap{height:100%!important}#et-boc .area-outer-wrap[data-da-size=full_screen],#et-boc .area-outer-wrap[data-da-size=full_width]{max-width:100vw;min-width:100vw;padding-left:0;padding-right:0;width:100vw}#et-boc .area-outer-wrap[data-da-size=full_screen][data-da-position-v=bottom],#et-boc .area-outer-wrap[data-da-size=full_screen][data-da-position-v=top],#et-boc .area-outer-wrap[data-da-size=full_width][data-da-position-v=bottom],#et-boc .area-outer-wrap[data-da-size=full_width][data-da-position-v=top]{padding-bottom:0;padding-top:0}#et-boc .area-outer-wrap[data-da-size=full_screen] .et_pb_section,#et-boc .area-outer-wrap[data-da-size=full_width] .et_pb_section{max-width:none;min-width:100%;width:100%}#et-boc .area-outer-wrap[data-da-size=full_height],#et-boc .area-outer-wrap[data-da-size=full_screen]{height:100vh;max-height:100vh;min-height:100vh;padding-bottom:0;padding-top:0}#et-boc .area-outer-wrap[data-da-size=full_height][data-da-position-h=left],#et-boc .area-outer-wrap[data-da-size=full_height][data-da-position-h=right],#et-boc .area-outer-wrap[data-da-size=full_screen][data-da-position-h=left],#et-boc .area-outer-wrap[data-da-size=full_screen][data-da-position-h=right]{padding-left:0;padding-right:0}#et-boc .area-outer-wrap .da-close-wrap{display:block;left:50%;overflow:visible;pointer-events:none;position:absolute;text-align:right;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .6s .3s;-o-transition:opacity .6s .3s;transition:opacity .6s .3s;z-index:100}#et-boc .area-outer-wrap .da-close{-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:block;font-family:Courier New,monospace;font-size:20px;font-weight:700;height:30px;line-height:30px;opacity:.7;pointer-events:all;position:absolute;right:0;text-align:center;text-decoration:none;top:0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:30px}#et-boc .area-outer-wrap .da-close:focus,#et-boc .area-outer-wrap .da-close:hover{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}#et-boc .area-outer-wrap[data-da-close-btn=no] .da-close-wrap{display:none!important}#et-boc .area-outer-wrap[data-da-close-btn=yes] .da-close-wrap{display:block}#et-boc .area-outer-wrap[data-da-color=light] .da-close{background:#fff2;-webkit-box-shadow:0 0 3px 1px #00000008;box-shadow:0 0 3px 1px #00000008;color:#333}#et-boc .area-outer-wrap[data-da-color=light] .da-close:focus,#et-boc .area-outer-wrap[data-da-color=light] .da-close:hover{background:#fff;-webkit-box-shadow:0 0 4px 0 #0002,0 0 3px 1px #0001;box-shadow:0 0 4px 0 #0002,0 0 3px 1px #0001;color:#000}#et-boc .area-outer-wrap[data-da-color=dark] .da-close{background:#0002;-webkit-box-shadow:0 0 0 1px #ffffff08;box-shadow:0 0 0 1px #ffffff08;color:#eee;text-shadow:0 0 1px #000,0 0 3px #000a}#et-boc .area-outer-wrap[data-da-color=dark] .da-close:focus,#et-boc .area-outer-wrap[data-da-color=dark] .da-close:hover{background:#2b2b2b;-webkit-box-shadow:0 0 1px 1px #fff3;box-shadow:0 0 1px 1px #fff3;color:#fff}#et-boc .area-outer-wrap[data-da-close-bg=none] .da-close,#et-boc .area-outer-wrap[data-da-close-bg=none] .da-close:focus,#et-boc .area-outer-wrap[data-da-close-bg=none] .da-close:hover{background:transparent;-webkit-box-shadow:none;box-shadow:none}#et-boc .area-outer-wrap[data-da-loader=yes] [data-da-area]{background-image:url(//www.tutorial3d.it/wp-content/plugins/popups-for-divi/images/spin.gif),-o-radial-gradient(center,circle,#fff 65%,#fff0 66%)!important;background-image:url(//www.tutorial3d.it/wp-content/plugins/popups-for-divi/images/spin.gif),radial-gradient(circle at center,#fff 65%,#fff0 66%)!important;background-position:50%;background-repeat:no-repeat;background-size:32px 32px,48px 48px!important}#et-boc .area-outer-wrap[data-da-shadow=yes] [data-da-area]{-webkit-box-shadow:0 3px 10px -1px rgba(0,0,0,.3),0 2px 50px 2px rgba(0,0,0,.2);box-shadow:0 3px 10px -1px rgba(0,0,0,.3),0 2px 50px 2px rgba(0,0,0,.2)}#et-boc .area-outer-wrap[data-da-shadow=no] [data-da-area]{-webkit-box-shadow:none;box-shadow:none}.area-outer-wrap [data-da-area]{display:block;pointer-events:all}.da-overlay{backdrop-filter:none;-webkit-backdrop-filter:none;background:rgba(0,0,0,.55);bottom:0;left:0;position:fixed;right:0;top:0;transition:-webkit-backdrop-filter 1s 1s,backdrop-filter 1s 1s;z-index:99}.da-overlay-visible{overflow:hidden}.da-overlay-visible .da-overlay{backdrop-filter:saturate(180%) blur(5px);-webkit-backdrop-filter:saturate(180%) blur(5px)}[data-area-hook]{display:none!important;visibility:hidden!important}.da-flyin-visible .mfp-bg,.da-hover-visible .mfp-bg,.da-popup-visible .mfp-bg{z-index:20000000}.da-flyin-visible .mfp-wrap,.da-hover-visible .mfp-wrap,.da-popup-visible .mfp-wrap{z-index:20000001}