.amps-custom-page { --content-max-width: 1200px; font-family: 'Helvetica Neue', Arial, sans-serif !important;
font-size: 16px !important;
line-height: 1.6 !important;
color: #333 !important;
}  .amps-heading,
h1.amps-heading, h2.amps-heading, h3.amps-heading, h4.amps-heading, h5.amps-heading, h6.amps-heading,
.amps-h1, .amps-h2, .amps-h3, .amps-h4, .amps-subheading {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
line-height: 1.4 !important;
letter-spacing: normal !important;
text-transform: none !important;
font-style: normal !important;
font-weight: normal !important;
border: none !important;
background: none !important;
margin-top: 0 !important;
text-shadow: none !important;
box-shadow: none !important;
transform: none !important;
font-size: inherit !important; } h3.amps-heading,
.amps-h3,
h3.amps-heading.fusion-responsive-typography-calculated, 
h3[class*="amps"][style],
.content-details h3,
.content-wrapper h3,
#streaming-content h3, 
#branding-content h3, 
#virality-content h3 {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
font-size: 36px !important;
font-weight: 600 !important;
margin-bottom: 24px !important;
color: var(--dark-text) !important;
display: inline-block !important;
position: relative !important;
letter-spacing: -0.02em !important;
line-height: 1.2 !important;
text-transform: none !important;
text-align: left !important;
padding: 0 !important;
border: none !important;
background: none !important;
--fontSize: 36px !important;
--lineHeight: 1.2 !important;
} .amps-heading.fusion-responsive-typography-calculated,
.amps-h1.fusion-responsive-typography-calculated,
.amps-h2.fusion-responsive-typography-calculated,
.amps-h3.fusion-responsive-typography-calculated,
.amps-h4.fusion-responsive-typography-calculated,
.amps-subheading.fusion-responsive-typography-calculated {
--minFontSize: inherit !important;
--fontSize: inherit !important;
--maxFontSize: inherit !important;
font-size: inherit !important;
line-height: inherit !important;
} .fusion-header-wrapper,
.fusion-header,
.fusion-secondary-header,
.fusion-is-sticky,
.fusion-header-shadow,
.fusion-page-title-bar {
display: none !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
visibility: hidden !important;
} .amps-custom-page #main,
.amps-custom-page #wrapper,
.amps-custom-page .fusion-row {
max-width: 100% !important;
padding: 0 !important;
margin: 0 auto !important;
background: #fff !important;
} .amps-custom-page a {
text-decoration: none !important;
box-shadow: none !important;
} .amps-custom-page-wrapper {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: #fff !important;
} .amps-custom-page .secondary-cta {
background-color: #f8f9fa;
padding: 15px 20px;
text-align: left;
margin: 0;
border-bottom: 1px solid #eaeaea;
}
.amps-custom-page .secondary-cta a {
color: #3a7bd5;
font-size: 14px;
font-weight: 500;
text-decoration: none;
transition: color 0.2s;
display: inline-flex;
align-items: center;
}
.amps-custom-page .secondary-cta a:before {
content: "←";
margin-right: 8px;
transition: transform 0.2s;
}
.amps-custom-page .secondary-cta a:hover {
color: #205bb1;
}
.amps-custom-page .secondary-cta a:hover:before {
transform: translateX(-3px);
} .amps-custom-page-wrapper,
.amps-main,
.amps-custom-page {
margin-top: 0 !important;
padding-top: 0 !important;
} :root {
--primary-color: #0071e3;
--primary-gradient: linear-gradient(135deg, #0071e3, #42a1ff);
--secondary-color: #1d1d1f;
--background-color: #ffffff;
--text-color: #1d1d1f;
--light-gray: #f5f5f7;
--medium-gray: #86868b;
--border-radius: 16px;
--card-border-radius: 24px;
--transition-speed: 0.3s;
--box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
--hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
--card-blur: blur(20px);
--card-backdrop: saturate(180%) blur(20px);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: var(--text-color);
background-color: var(--background-color);
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
background: radial-gradient(circle at top right, rgba(240, 245, 255, 0.5), transparent 800px),
radial-gradient(circle at bottom left, rgba(240, 245, 255, 0.5), transparent 800px),
var(--background-color);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 120px 24px 80px;
position: relative;
} .amps-h1, 
h1.amps-heading {
font-size: 56px !important;
font-weight: 700 !important;
text-align: center !important;
letter-spacing: -0.02em !important;
margin-bottom: 24px !important;
line-height: 1.1 !important;
background: linear-gradient(135deg, var(--secondary-color) 0%, #434343 100%) !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
background-clip: text !important;
text-fill-color: transparent !important;
}
.amps-subheading, 
.subheading.amps-subheading {
font-size: 26px !important;
font-weight: 400 !important;
text-align: center !important;
color: var(--medium-gray) !important;
margin-bottom: 80px !important;
max-width: 700px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.amps-h2,
h2.amps-heading {
font-size: 22px !important;
font-weight: 600 !important;
margin-top: 16px !important;
letter-spacing: -0.01em !important;
}
.amps-h3,
h3.amps-heading {
font-size: 36px !important;
font-weight: 600 !important;
margin-bottom: 24px !important;
color: var(--dark-text) !important;
display: inline-block !important;
position: relative !important;
letter-spacing: -0.02em !important;
}
.amps-h4,
h4.amps-heading {
font-size: 20px !important;
font-weight: 600 !important;
margin-bottom: 16px !important;
color: var(--dark-text) !important;
}
p, li {
font-size: 18px;
margin-bottom: 16px;
line-height: 1.6;
}
ul {
padding-left: 24px;
margin-bottom: 24px;
}
li {
margin-bottom: 16px;
position: relative;
}
li::marker {
color: var(--primary-color);
} header {
margin-bottom: 100px;
position: relative;
}
header::before {
content: "";
position: absolute;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(0, 113, 227, 0.1), transparent 70%);
top: -150px;
right: -100px;
border-radius: 50%;
z-index: -1;
animation: pulse 8s infinite alternate ease-in-out;
}
header::after {
content: "";
position: absolute;
width: 200px;
height: 200px;
background: radial-gradient(circle, rgba(0, 113, 227, 0.08), transparent 70%);
bottom: -100px;
left: -50px;
border-radius: 50%;
z-index: -1;
animation: pulse 8s infinite alternate-reverse ease-in-out;
}
@keyframes pulse {
0% {
transform: scale(1);
opacity: 0.5;
}
100% {
transform: scale(1.5);
opacity: 0.2;
}
} .goal-selection {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
margin-bottom: 12px;
position: relative;
z-index: 2;
}
.goal-card {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: var(--card-backdrop);
-webkit-backdrop-filter: var(--card-backdrop);
border-radius: var(--card-border-radius);
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(255, 255, 255, 0.8);
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform, box-shadow, background, opacity, filter;
cursor: pointer;
height: auto;
position: relative;
transform: translateY(0) scale(1);
} .goal-card[data-goal="streaming"].active .card-header::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(58, 123, 213, 0.4), rgba(0, 210, 255, 0.2));
z-index: 2; border-radius: 16px 16px 0 0;
pointer-events: none;
} .card-content, .card-footer {
position: relative;
z-index: 4;
} .goal-card.active {
transform: translateY(-6px) scale(1.03);
box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15), 0 0 0 2px rgba(0, 113, 227, 0.2);
z-index: 5; } .goal-card:not(.active):hover,
.goal-card.hovering:not(.active) {
transform: translateY(-6px);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.9);
} .goal-selection.has-active-card .goal-card:not(.active) {
opacity: 0.5;
filter: grayscale(30%);
transform: scale(0.97) translateY(0);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.6);
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
} .card-header {
position: relative;
height: 120px;
overflow: hidden;
margin-bottom: 24px;
border-radius: 16px 16px 0 0;
}
.card-header-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.7s ease;
}
.goal-card:hover .card-header-image {
transform: scale(1.05);
}
.card-title {
position: absolute !important;
bottom: 16px !important;
left: 16px !important;
color: white !important;
font-size: 22px !important;
font-weight: 600 !important;
z-index: 5 !important; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) !important; margin: 0 !important;
padding: 0 !important;
background: none !important;
border: none !important;
line-height: 1.3 !important;
letter-spacing: normal !important;
text-transform: none !important;
font-style: normal !important;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif !important;
} .card-title.amps-heading {
position: absolute !important;
bottom: 16px !important;
left: 16px !important;
top: auto !important;
color: white !important;
font-size: 28px !important;
margin: 0 !important;
padding: 0 !important;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7) !important; } .amps-h1::before, 
.amps-h2::before, 
.amps-h3::before,
.content-wrapper h3::before,
#streaming-content h3::before,
#branding-content h3::before,
#virality-content h3::before {
opacity: 0 !important; } .amps-h1::after, 
.amps-h2::after, 
.amps-h3::after,
.content-wrapper h3::after,
#streaming-content h3::after,
#branding-content h3::after,
#virality-content h3::after {
opacity: 0 !important; } header h1.amps-heading::before,
header h1.amps-heading::after {
opacity: 0 !important; } .amps-h1, 
.amps-h2, 
.amps-h3,
.content-wrapper h3,
#streaming-content h3,
#branding-content h3,
#virality-content h3 {
position: relative !important;
padding-top: 15px !important; margin-top: 0 !important;
} #streaming-content h3::before {
background-image: 
linear-gradient(90deg, #3a7bd5, #00d2ff),
linear-gradient(90deg, #3a7bd5, #00d2ff),
linear-gradient(90deg, #3a7bd5, #00d2ff) !important;
}
#branding-content h3::before {
background-image: 
linear-gradient(90deg, #8e2de2, #4a00e0),
linear-gradient(90deg, #8e2de2, #4a00e0),
linear-gradient(90deg, #8e2de2, #4a00e0) !important;
}
#virality-content h3::before {
background-image: 
linear-gradient(90deg, #f83600, #fe8c00),
linear-gradient(90deg, #f83600, #fe8c00),
linear-gradient(90deg, #f83600, #fe8c00) !important;
} .card-title::before,
.card-title::after,
.card-title.amps-heading::before,
.card-title.amps-heading::after {
display: none !important;
}
.card-title,
.card-title.amps-heading {
padding-top: 0 !important; } .card-content {
padding: 0 24px 24px;
display: flex;
flex-direction: column;
}
.card-description {
margin-bottom: 24px;
font-size: 16px;
color: var(--medium-gray);
line-height: 1.5;
}
.goal-card.active .card-description {
color: rgba(255, 255, 255, 0.9);
} .key-benefits {
margin-bottom: 24px;
}
.benefit-item {
display: flex;
align-items: center;
margin-bottom: 12px;
}
.benefit-icon {
width: 20px;
height: 20px;
margin-right: 12px;
color: var(--primary-color);
}
.goal-card.active .benefit-icon {
color: white;
}
.benefit-text {
font-size: 15px;
color: var(--secondary-color);
}
.goal-card.active .benefit-text {
color: white;
} .card-platforms {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: auto;
margin-bottom: 16px;
}
.platform-logo {
height: 24px;
width: auto;
opacity: 0.8;
transition: all 0.3s ease;
filter: grayscale(30%);
}
.goal-card:hover .platform-logo {
opacity: 1;
filter: grayscale(0%);
transform: translateY(-2px);
}
.goal-card.active .platform-logo {
opacity: 1;
filter: brightness(0) invert(1);
} .card-footer {
background: rgba(0, 0, 0, 0.03);
padding: 16px 24px;
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
.goal-card.active .card-footer {
background: rgba(255, 255, 255, 0.1);
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ideal-for {
font-size: 14px;
color: var(--medium-gray);
}
.goal-card.active .ideal-for {
color: rgba(255, 255, 255, 0.8);
} .select-text {
color: rgba(0, 0, 0, 0.5); font-weight: 600;
font-size: 14px;
text-decoration: none;
transition: all 0.3s ease;
position: relative;
display: inline-block;
white-space: nowrap; } .goal-card:hover .select-text {
color: var(--primary-color);
} .select-text::after {
content: "";
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 2px;
background: currentColor;
transform: scaleX(0);
transform-origin: right;
transition: transform 0.3s ease;
}
.select-text:hover::after {
transform: scaleX(1);
transform-origin: left;
} .goal-card.active .select-text {
font-weight: 700;
} .goal-card[data-goal="streaming"].active .select-text {
color: #3a7bd5;
}
.goal-card[data-goal="branding"].active .select-text {
color: #8e2de2;
}
.goal-card[data-goal="virality"].active .select-text {
color: #f83600;
} .card-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 24px;
margin-top: auto;
}
.ideal-for {
font-size: 13px;
color: var(--medium-gray);
margin-right: 12px;
opacity: 0.9;
white-space: nowrap; overflow: hidden;
text-overflow: ellipsis; } .shimmer-effect {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.2) 50%,
rgba(255, 255, 255, 0) 100%
);
transform: translateX(-100%);
animation: shimmer 3s infinite;
pointer-events: none;
}
@keyframes shimmer {
100% {
transform: translateX(100%);
}
} @media (max-width: 992px) {
.card-stats {
gap: 16px;
}
.card-content {
padding: 24px 20px 20px;
}
}
@media (max-width: 768px) {
.goal-card {
height: auto;
}
.card-content {
padding: 24px 20px 20px;
}
.card-footer {
padding: 12px 20px;
}
} .content-panel {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: var(--card-backdrop);
-webkit-backdrop-filter: var(--card-backdrop);
border-radius: var(--card-border-radius);
padding: 60px;
margin-top: 24px;
margin-bottom: 64px;
min-height: 400px;
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.9);
position: relative;
opacity: 0;
transition: opacity 0.4s ease;
transform: none;
}
.content-panel.visible {
opacity: 1;
transform: none;
}
.content-wrapper {
display: none;
opacity: 0;
transition: opacity 0.4s ease;
}
.content-wrapper.active {
display: block;
opacity: 1;
}
.content-details {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 48px;
margin-bottom: 40px;
}
.content-section {
margin-bottom: 32px;
} .cta-container {
display: flex;
justify-content: center;
margin-top: 48px;
position: relative;
}
.cta-container::before {
content: "";
position: absolute;
width: 200px;
height: 60px;
background: var(--primary-color);
filter: blur(40px);
opacity: 0.2;
z-index: -1;
border-radius: 30px;
}
.cta-button {
display: inline-block;
padding: 16px 32px;
background: var(--primary-gradient);
color: white;
font-weight: 600;
font-size: 18px;
border-radius: 30px;
text-decoration: none;
box-shadow: 0 8px 20px rgba(0, 113, 227, 0.2);
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(0, 113, 227, 0.3);
} #streaming-content .cta-button {
background: linear-gradient(135deg, #3a7bd5, #00d2ff);
box-shadow: 0 8px 20px rgba(58, 123, 213, 0.2);
}
#streaming-content .cta-button:hover {
box-shadow: 0 12px 28px rgba(58, 123, 213, 0.3);
}
#branding-content .cta-button {
background: linear-gradient(135deg, #8e2de2, #4a00e0);
box-shadow: 0 8px 20px rgba(142, 45, 226, 0.2);
}
#branding-content .cta-button:hover {
box-shadow: 0 12px 28px rgba(142, 45, 226, 0.3);
}
#virality-content .cta-button {
background: linear-gradient(135deg, #f83600, #fe8c00);
box-shadow: 0 8px 20px rgba(248, 54, 0, 0.2);
}
#virality-content .cta-button:hover {
box-shadow: 0 12px 28px rgba(248, 54, 0, 0.3);
} .secondary-cta {
text-align: center;
margin-top: 80px;
position: relative;
}
.secondary-cta a {
color: var(--medium-gray);
text-decoration: none;
font-size: 17px;
transition: all 0.3s ease;
padding: 8px 16px;
border-radius: 20px;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.secondary-cta a:hover {
color: var(--primary-color);
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes floatUp {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
} @media (max-width: 992px) {
.amps-h1 {
font-size: 46px;
}
.amps-subheading {
font-size: 22px;
}
.content-details {
grid-template-columns: 1fr;
}
.content-panel {
padding: 48px 36px;
}
}
@media (max-width: 768px) {
.container {
padding: 80px 20px 60px;
width: 100%;
max-width: 100%;
overflow-x: hidden;
box-sizing: border-box;
}
.amps-h1 {
font-size: 38px;
}
.goal-selection {
grid-template-columns: 1fr;
} .goal-card {
height: auto;
min-height: 180px;
display: flex;
flex-direction: column;
}
.card-content {
flex: 1;
} .connector-container {
display: none;
} .cta-button {
width: 100%;
padding: 16px 24px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.content-panel {
padding: 40px 24px;
border-radius: 20px;
width: 100%;
max-width: 100%;
box-sizing: border-box;
overflow-x: hidden;
}
} @media (max-width: 768px) {
.popup-content {
width: 95%;
max-width: 95%;
max-height: 95vh;
}
.popup-body {
padding: 30px 20px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
} .streaming-form-fields,
.release-status-options,
.form-fields,
.budget-options {
grid-template-columns: 1fr;
} .service-popup {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
} .info-tooltip {
width: 200px;
left: auto;
right: 0;
transform: none;
}
.info-tooltip:after {
left: 80%;
}
} @media (max-width: 480px) { .popup-content {
width: 100%;
max-width: 100%;
border-radius: 0;
height: 100vh;
max-height: 100vh;
}
.popup-body {
height: calc(100vh - 60px); } .form-field input,
.form-field textarea,
.form-field select {
font-size: 16px; max-width: 100%;
box-sizing: border-box;
}
} .decorative-circle {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(0, 113, 227, 0.1), rgba(66, 161, 255, 0.05));
z-index: -1;
will-change: transform;
}
.circle-1 {
width: 400px;
height: 400px;
top: -200px;
right: -200px;
animation: float 20s infinite alternate ease-in-out;
}
.circle-2 {
width: 300px;
height: 300px;
bottom: 100px;
left: -150px;
animation: float 15s infinite alternate-reverse ease-in-out;
}
@keyframes float {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(30px, -30px);
}
} @media (max-width: 768px) { html, body {
overflow-x: hidden;
width: 100%;
position: relative;
} .circle-1 {
width: 250px;
height: 250px;
top: -100px;
right: -100px;
}
.circle-2 {
width: 200px;
height: 200px;
bottom: 50px;
left: -80px;
} @keyframes float {
0% {
transform: translate(0, 0);
}
100% { transform: translate(5px, -15px);
}
} .container {
overflow: hidden;
position: relative;
} .service-popup {
width: 100%;
max-width: 100%;
left: 0;
right: 0;
overflow-x: hidden;
}
.popup-content {
width: 95%;
max-width: 95%;
margin: 0 auto;
overflow-x: hidden;
} .popup-body {
overflow-x: hidden;
width: 100%;
box-sizing: border-box;
}
.form-field input,
.form-field textarea,
.form-field select,
.streaming-form-fields,
.release-status-options,
.calculator-row,
.calculator-section {
max-width: 100%;
width: 100%;
box-sizing: border-box;
}
} .glass-card {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: var(--card-backdrop);
-webkit-backdrop-filter: var(--card-backdrop);
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
} ::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: var(--light-gray);
}
::-webkit-scrollbar-thumb {
background: var(--medium-gray);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: #757575;
} .image-container {
margin-top: 20px;
width: 100%;
height: 200px;
border-radius: var(--border-radius);
overflow: hidden;
position: relative; }
.content-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.content-gradient-image {
width: 100%;
height: 100%;
border-radius: var(--border-radius);
} .image-container::after {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(
to right,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.3) 50%,
rgba(255, 255, 255, 0) 100%
);
transform: skewX(-25deg);
animation: shimmerEffect 3s infinite;
pointer-events: none; }
@keyframes shimmerEffect {
0% {
left: -100%;
}
100% {
left: 200%;
}
}
.image-container:hover .content-image {
transform: scale(1.05);
} .image-container.loading {
background: linear-gradient(110deg, #f5f5f7 8%, #fff 18%, #f5f5f7 33%);
background-size: 200% 100%;
animation: loadingShimmer 1.5s infinite linear;
}
@keyframes loadingShimmer {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
} @keyframes float {
0% {
transform: translateY(0) translateX(0);
}
25% {
transform: translateY(-20px) translateX(10px);
}
50% {
transform: translateY(-10px) translateX(20px);
}
75% {
transform: translateY(10px) translateX(-10px);
}
100% {
transform: translateY(0) translateX(0);
}
} .cta-button {
position: relative;
z-index: 1;
overflow: hidden;
}
.cta-button::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
transition: left 0.7s ease;
z-index: -1;
}
.cta-button:hover::before {
left: 100%;
} .goal-card {
position: relative;
overflow: hidden;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.goal-card:hover {
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 20px rgba(0, 113, 227, 0.1);
}
.goal-card.active {
box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.3), 0 0 30px rgba(0, 113, 227, 0.3);
}
.goal-card::after {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
opacity: 0;
transition: opacity 0.5s ease;
pointer-events: none;
}
.goal-card:hover::after {
opacity: 1;
} .amps-h1::after, .amps-h2::after, .amps-h3::after {
content: attr(data-text);
position: absolute;
left: 0;
top: 0;
color: transparent;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
transition: all 0.5s ease;
} .content-panel {
position: relative;
overflow: hidden;
}
.content-panel::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
pointer-events: none;
} .scroll-progress {
position: fixed;
top: 0;
left: 0;
height: 4px;
background: var(--primary-gradient);
z-index: 1000;
transition: width 0.1s;
} :focus {
outline: 2px solid var(--primary-color);
outline-offset: 2px;
}
.goal-card:focus {
box-shadow: 0 0 0 2px var(--primary-color), var(--box-shadow);
} @media print {
body {
background: white;
}
.container {
max-width: 100%;
padding: 20px;
}
.goal-card, .content-panel {
box-shadow: none;
border: 1px solid #ddd;
}
.decorative-circle, .background-animation, .particle-container {
display: none;
}
} .content-wrapper {
will-change: opacity, transform;
}
.decorative-circle {
will-change: transform;
} @media (prefers-reduced-motion: reduce) {
.goal-card:hover {
transform: translateY(-4px);
}
.goal-card:hover .icon {
animation: none;
transform: translateY(-4px);
}
.decorative-circle {
animation: none;
}
.particle-container {
display: none;
}
} .connector-container {
position: relative;
height: 20px;
margin-top: -8px;
margin-bottom: -8px;
z-index: 1;
}
.visual-connector {
position: absolute;
top: 0;
height: 0;
width: 2px;
background: var(--primary-color);
left: 50%;
transform: translateX(-50%);
opacity: 0;
transition: opacity 0.2s ease, height 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.visual-connector.active {
animation: connector-grow 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes connector-grow {
0% {
height: 0;
opacity: 0;
}
100% {
opacity: 1;
}
}
.visual-connector::before, 
.visual-connector::after {
content: "";
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
background: var(--primary-color);
left: 50%;
transform: translateX(-50%);
}
.visual-connector::before {
top: -4px;
}
.visual-connector::after {
bottom: -4px;
} .content-wrapper h3 {
position: relative;
padding-bottom: 16px;
margin-bottom: 32px;
}
.content-wrapper h3::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 80px;
height: 4px;
background: var(--primary-gradient);
border-radius: 2px;
} .content-panel {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: var(--card-backdrop);
-webkit-backdrop-filter: var(--card-backdrop);
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.9);
} .content-wrapper::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
opacity: 0;
transition: opacity 0.4s ease;
}
#streaming-content::before {
background: linear-gradient(135deg, #3a7bd5, #00d2ff);
opacity: 1;
}
#branding-content::before {
background: linear-gradient(135deg, #8e2de2, #4a00e0);
opacity: 1;
}
#virality-content::before {
background: linear-gradient(135deg, #f83600, #fe8c00);
opacity: 1;
} .goal-card.active .platform-logo {
opacity: 1;
filter: brightness(1);
transform: translateY(0);
} .goal-card[data-goal="streaming"].active .card-header::after,
.goal-card[data-goal="branding"].active .card-header::after,
.goal-card[data-goal="virality"].active .card-header::after {
z-index: 3; } .goal-selection.has-active-card .goal-card:not(.active) {
opacity: 0.6;
filter: grayscale(20%);
transform: scale(0.98);
transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
} .content-panel {
opacity: 0;
transform: translateY(-10px);
transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
transition-delay: 0.3s;
}
.content-panel.visible {
opacity: 1;
transform: translateY(0);
} .content-wrapper {
display: none;
opacity: 0;
transition: opacity 0.4s ease;
}
.content-wrapper.active {
display: block;
opacity: 1;
} #streaming-content h3::after {
background: linear-gradient(135deg, #3a7bd5, #00d2ff) !important;
}
#branding-content h3::after {
background: linear-gradient(135deg, #8e2de2, #4a00e0) !important;
}
#virality-content h3::after {
background: linear-gradient(135deg, #f83600, #fe8c00) !important;
} .goal-card[data-goal="streaming"].active {
background: linear-gradient(135deg, rgba(58, 123, 213, 0.15), rgba(0, 210, 255, 0.08));
border-color: rgba(58, 123, 213, 0.3);
}
.goal-card[data-goal="branding"].active {
background: linear-gradient(135deg, rgba(142, 45, 226, 0.15), rgba(74, 0, 224, 0.08));
border-color: rgba(142, 45, 226, 0.3);
}
.goal-card[data-goal="virality"].active {
background: linear-gradient(135deg, rgba(248, 54, 0, 0.15), rgba(254, 140, 0, 0.08));
border-color: rgba(248, 54, 0, 0.3);
} #streaming-connector, 
#streaming-connector::before, 
#streaming-connector::after {
background: linear-gradient(135deg, #3a7bd5, #00d2ff);
}
#branding-connector,
#branding-connector::before, 
#branding-connector::after {
background: linear-gradient(135deg, #8e2de2, #4a00e0);
}
#virality-connector,
#virality-connector::before, 
#virality-connector::after {
background: linear-gradient(135deg, #f83600, #fe8c00);
} .goal-card.active .card-description,
.goal-card.active .benefit-text,
.goal-card.active .card-footer {
color: rgba(0, 0, 0, 0.85);
}
.goal-card.active .card-title {
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.goal-card.active .benefit-icon {
color: var(--primary-color);
opacity: 0.9;
}
.goal-card.active .ideal-for {
color: rgba(0, 0, 0, 0.7);
}
.goal-card.active .select-text {
color: var(--primary-color);
font-weight: 700;
} .service-popup {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s;
}
.service-popup.active {
opacity: 1;
visibility: visible;
}
.popup-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.popup-content {
position: relative;
width: 90%;
max-width: 1000px;
max-height: 90vh;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: var(--card-backdrop);
-webkit-backdrop-filter: var(--card-backdrop);
border-radius: var(--card-border-radius);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
overflow: hidden;
transform: translateY(30px) scale(0.95);
opacity: 0;
transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}
.service-popup.active .popup-content {
transform: translateY(0) scale(1);
opacity: 1;
}
.close-popup {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
border: none;
color: #333;
font-size: 24px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10;
transition: all 0.3s ease;
}
.close-popup:hover {
background: rgba(0, 0, 0, 0.2);
transform: rotate(90deg);
}
.popup-body {
padding: 40px;
overflow-y: auto;
max-height: 90vh;
} body.popup-open {
overflow: hidden;
} @media (max-width: 768px) {
.popup-content {
width: 95%;
max-height: 95vh;
}
.popup-body {
padding: 30px 20px;
}
} .popup-header {
padding-bottom: 24px;
margin-bottom: 32px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
}
.popup-header h2 {
font-size: 32px;
font-weight: 700;
margin: 0 0 8px;
background: linear-gradient(135deg, var(--secondary-color) 0%, #434343 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
} .popup-streaming .popup-header h2 {
background: linear-gradient(135deg, #3a7bd5, #00d2ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.popup-branding .popup-header h2 {
background: linear-gradient(135deg, #8e2de2, #4a00e0);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.popup-virality .popup-header h2 {
background: linear-gradient(135deg, #f83600, #fe8c00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.popup-section {
margin-bottom: 40px;
}
.popup-section h3 {
font-size: 24px;
font-weight: 600;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
.popup-section h3::after {
content: "";
position: absolute;
bottom: -6px;
left: 0;
width: 40px;
height: 3px;
background: var(--primary-gradient);
border-radius: 3px;
} .popup-streaming .popup-section h3::after {
background: linear-gradient(135deg, #3a7bd5, #00d2ff);
}
.popup-branding .popup-section h3::after {
background: linear-gradient(135deg, #8e2de2, #4a00e0);
}
.popup-virality .popup-section h3::after {
background: linear-gradient(135deg, #f83600, #fe8c00);
}
.included-items {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 24px;
margin-top: 24px;
}
.included-item {
background: rgba(255, 255, 255, 0.7);
border-radius: 16px;
padding: 24px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.included-item:hover {
transform: translateY(-4px);
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.included-item h4 {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
}
.included-item p {
font-size: 16px;
color: var(--medium-gray);
line-height: 1.5;
} .process-steps {
counter-reset: step !important;
margin-top: 24px !important;
position: relative !important;
}
.process-step {
display: flex !important;
margin-bottom: 32px !important;
position: relative !important;
z-index: 1 !important;
}
.process-step:last-child {
margin-bottom: 0 !important;
}
.step-number {
flex: 0 0 50px !important;
height: 50px !important;
width: 50px !important;
border-radius: 50% !important;
background: var(--light-gray) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
font-weight: 600 !important;
margin-right: 20px !important;
position: relative !important;
z-index: 1 !important;
color: var(--dark-text) !important;
font-size: 18px !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.process-step:not(:last-child)::after {
content: "" !important;
position: absolute !important;
top: 50px !important;
left: 25px !important;
width: 2px !important;
height: calc(100% - 30px) !important;
background-color: var(--light-gray) !important;
z-index: 0 !important;
}
.step-content {
flex: 1 !important;
padding-top: 10px !important;
}
.step-content h4 {
font-size: 18px !important;
font-weight: 600 !important;
margin-bottom: 8px !important;
color: var(--dark-text) !important;
}
.step-content p {
font-size: 16px !important;
color: var(--medium-gray) !important;
line-height: 1.5 !important;
}
.faq-items {
margin-top: 24px;
}
.faq-item {
margin-bottom: 24px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding-bottom: 24px;
}
.faq-item:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.faq-question {
font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
color: var(--secondary-color);
}
.faq-answer {
font-size: 16px;
color: var(--medium-gray);
line-height: 1.5;
} .main-module {
background: rgba(255, 255, 255, 0.8);
border-radius: 20px;
padding: 32px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
margin-top: 24px;
} .streaming-calculator {
display: flex;
flex-direction: column;
gap: 24px;
}
.calculator-row {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 16px;
}
.calculator-label {
font-weight: 600;
font-size: 16px;
flex: 1;
min-width: 200px;
}
.calculator-value {
font-size: 16px;
font-weight: 500;
color: var(--secondary-color);
text-align: right;
flex: 0 0 auto;
}
.slider-container {
flex: 1 0 100%;
padding: 10px 0;
}
.stream-slider {
width: 100%;
-webkit-appearance: none;
height: 6px;
border-radius: 3px;
background: #e0e0e0;
outline: none;
}
.popup-streaming .stream-slider {
background: linear-gradient(to right, #3a7bd5, #00d2ff);
}
.stream-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: white;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
border: 2px solid #3a7bd5;
}
.stream-slider::-moz-range-thumb {
width: 20px;
height: 20px;
border-radius: 50%;
background: white;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
border: 2px solid #3a7bd5;
}
.calculator-total {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 24px;
padding-top: 24px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.total-label {
font-size: 20px;
font-weight: 700;
}
.total-value {
font-size: 24px;
font-weight: 700;
color: #3a7bd5;
}
.calculator-cta {
margin-top: 32px;
text-align: center;
} .inquiry-form {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
max-width: 800px;
margin: 0 auto;
} .form-fields {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
width: 100%;
}
.form-field {
margin-bottom: 20px;
}
.form-field.full-width {
grid-column: span 2;
}
.form-field label {
display: block;
margin-bottom: 8px;
font-weight: 500;
font-size: 14px;
}
.form-field input,
.form-field textarea,
.form-field select {
width: 100%;
padding: 12px 16px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
font-size: 16px;
transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
outline: none;
border-color: var(--primary-color);
box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.1);
}
.form-field textarea {
min-height: 120px;
resize: vertical;
} .form-submit {
grid-column: 1;
text-align: center;
margin-top: 10px;
} .form-status {
padding: 15px;
margin: 20px 0;
border-radius: 5px;
font-weight: 500;
text-align: center;
display: none;
}
.form-status.success {
display: block;
background-color: rgba(76, 175, 80, 0.1);
color: #4CAF50;
border: 1px solid #4CAF50;
}
.form-status.error {
display: block;
background-color: rgba(244, 67, 54, 0.1);
color: #F44336;
border: 1px solid #F44336;
}
.form-status.loading {
display: block;
background-color: rgba(33, 150, 243, 0.1);
color: #2196F3;
border: 1px solid #2196F3;
} .form-field input:invalid:not(:placeholder-shown),
.form-field textarea:invalid:not(:placeholder-shown) {
border-color: #d32f2f;
background-color: rgba(244, 67, 54, 0.05);
}
.form-field input:valid:not(:placeholder-shown),
.form-field textarea:valid:not(:placeholder-shown) {
border-color: #4caf50;
background-color: rgba(76, 175, 80, 0.05);
} header h1.amps-heading {
position: relative !important;
padding-top: 20px !important; margin-bottom: 20px !important;
}
header h1.amps-heading::before {
top: -15px !important;
height: 10px !important;
background-image: 
linear-gradient(90deg, var(--primary-color), var(--accent-color)),
linear-gradient(90deg, var(--primary-color), var(--accent-color)),
linear-gradient(90deg, var(--primary-color), var(--accent-color)) !important;
background-position: 
left top,
left center,
left bottom !important;
background-size: 
40px 2px,
80px 2px,
120px 2px !important;
}
header h1.amps-heading::after {
display: none !important;
} #branding-inquiry-form .cta-button {
background: linear-gradient(90deg, #8e2de2, #4a00e0);
border-color: #8e2de2;
}
#branding-inquiry-form .cta-button:hover {
background: linear-gradient(90deg, #9b4deb, #5c1ae6);
border-color: #9b4deb;
}
#virality-inquiry-form .cta-button {
background: linear-gradient(90deg, #f83600, #fe8c00);
border-color: #f83600;
}
#virality-inquiry-form .cta-button:hover {
background: linear-gradient(90deg, #ff5722, #ff9800);
border-color: #ff5722;
}
#streaming-inquiry-form .cta-button {
background: linear-gradient(90deg, #3a7bd5, #00d2ff);
border-color: #3a7bd5;
}
#streaming-inquiry-form .cta-button:hover {
background: linear-gradient(90deg, #4a8be5, #33d9ff);
border-color: #4a8be5;
} @media (max-width: 768px) {
.included-items {
grid-template-columns: 1fr;
}
.inquiry-form {
grid-template-columns: 1fr;
padding: 0 15px;
}
.form-fields {
grid-template-columns: 1fr;
}
.form-field.full-width {
grid-column: span 1;
}
.form-submit {
grid-column: span 1;
}
.form-success, 
.form-status {
grid-column: span 1;
}
} .form-success {
grid-column: 1;
text-align: center;
padding: 30px 0;
width: 100%;
} .form-success h4 {
margin-bottom: 15px;
color: var(--success-color, #28a745);
font-size: 22px;
}
.form-success p {
font-size: 16px;
line-height: 1.5;
max-width: 600px;
margin: 0 auto;
} .secondary-cta.starcast-cta {
text-align: center;
}
.secondary-cta.starcast-cta a {
justify-content: center;
} .secondary-cta.starcast-cta a:before {
content: none;
} .budget-options {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
margin-top: 5px;
}
.budget-option {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding: 12px;
transition: all 0.2s ease;
cursor: pointer;
}
.budget-option:hover {
border-color: var(--primary-color);
background-color: rgba(0, 0, 0, 0.02);
}
.budget-option input[type="radio"] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
.budget-option label {
display: block;
cursor: pointer;
font-weight: 500;
margin: 0;
padding-left: 25px;
position: relative;
}
.budget-option label:before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 16px;
height: 16px;
border: 2px solid rgba(0, 0, 0, 0.3);
border-radius: 50%;
transition: all 0.2s ease;
}
.budget-option input[type="radio"]:checked + label:before {
border-color: var(--primary-color);
background-color: var(--primary-color);
box-shadow: inset 0 0 0 3px white;
}
.budget-option input[type="radio"]:focus + label:before {
box-shadow: inset 0 0 0 3px white, 0 0 0 3px rgba(0, 113, 227, 0.2);
} #branding-inquiry-form .budget-option input[type="radio"]:checked + label:before {
border-color: #8e2de2;
background-color: #8e2de2;
}
#virality-inquiry-form .budget-option input[type="radio"]:checked + label:before {
border-color: #f83600;
background-color: #f83600;
} .recommended, .basic {
display: inline-block;
font-size: 11px;
font-weight: 600;
padding: 2px 6px;
border-radius: 4px;
margin-left: 6px;
vertical-align: middle;
text-transform: uppercase;
}
.recommended {
background-color: rgba(40, 167, 69, 0.1);
color: #28a745;
}
.basic {
background-color: rgba(0, 123, 255, 0.1);
color: #0d6efd;
}
@media (max-width: 768px) {
.budget-options {
grid-template-columns: 1fr;
}
} .info-icon {
display: inline-block;
width: 16px;
height: 16px;
background-color: #3a7bd5;
color: white;
border-radius: 50%;
text-align: center;
line-height: 16px;
font-size: 12px;
cursor: help;
margin-left: 5px;
position: relative;
}
.info-icon:before {
content: "i";
font-style: italic;
font-weight: bold;
}
.info-tooltip {
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
background-color: rgba(0, 0, 0, 0.8);
color: white;
padding: 10px 15px;
border-radius: 6px;
font-size: 12px;
line-height: 1.4;
width: 250px;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s, visibility 0.3s;
z-index: 100;
text-align: left;
font-weight: normal;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
pointer-events: none;
}
.info-tooltip:after {
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.info-icon:hover .info-tooltip {
visibility: visible;
opacity: 1;
} .platform-logos {
display: flex;
align-items: center;
gap: 15px;
}
.platform-logos .platform-logo {
width: 24px;
height: 24px;
object-fit: contain;
} .recommended-reach {
display: flex;
justify-content: flex-end;
margin-top: 5px;
}
#recommended-reach-btn {
background-color: transparent;
border: 1px solid #3a7bd5;
color: #3a7bd5;
padding: 5px 10px;
font-size: 12px;
border-radius: 4px;
cursor: pointer;
transition: all 0.2s ease;
}
#recommended-reach-btn:hover {
background-color: #3a7bd5;
color: white;
} .follow-up-note {
font-size: 12px;
color: #666;
text-align: left;
margin-top: -10px;
line-height: 1.4;
font-style: italic;
} .streaming-form {
display: flex;
flex-direction: column;
gap: 25px;
}
.streaming-form-fields {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.calculator-section {
display: flex;
flex-direction: column;
gap: 15px;
} .release-status-options {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 15px;
margin-top: 5px;
}
.release-option {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding: 12px;
transition: all 0.2s ease;
cursor: pointer;
}
.release-option:hover {
border-color: #3a7bd5;
background-color: rgba(0, 0, 0, 0.02);
}
.release-option input[type="radio"] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
.release-option label {
display: block;
cursor: pointer;
font-weight: 500;
margin: 0;
padding-left: 25px;
position: relative;
font-size: 14px;
}
.release-option label:before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 16px;
height: 16px;
border: 2px solid rgba(0, 0, 0, 0.3);
border-radius: 50%;
transition: all 0.2s ease;
}
.release-option input[type="radio"]:checked + label:before {
border-color: #3a7bd5;
background-color: #3a7bd5;
box-shadow: inset 0 0 0 3px white;
}
.release-option input[type="radio"]:focus + label:before {
box-shadow: inset 0 0 0 3px white, 0 0 0 3px rgba(0, 113, 227, 0.2);
} @media (max-width: 768px) {
.streaming-form-fields,
.release-status-options {
grid-template-columns: 1fr;
}
}
.success-message,
.error-message { }
.success-message { }
.error-message { }
.popup-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
@media (max-width: 768px) {
.popup-overlay {
position: fixed;
width: 100vw;
height: 100vh;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
}