@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
html {
scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 10px); 
}
#hero, #features, #digitize, #builder, #examples, #reviews, #faq {
scroll-margin-top: calc(var(--header-height) - 200px);
}  #page, .site, .site-content {
overflow: visible !important;
margin-top: 0 !important;
padding-top: 0 !important;
} body, html {
margin: 0 !important;
padding: 0 !important;
} body.admin-bar .header-premium {
top: 32px !important; }
@media screen and (max-width: 782px) {
body.admin-bar .header-premium {
top: 46px !important; }
}
:root { --header-height: 70px !important;
--bg-body: #F4F6F9; --bg-card: #FFFFFF; --text-main: #1E293B; --text-light: #64748B; --primary: #2563EB; --accent: #8B5CF6;  --input-bg: #ffffff;
--input-border: #E2E8F0; --input-focus: var(--primary); --input-radius: 12px;  --glass-gradient: linear-gradient(135deg, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
--btn-gradient: linear-gradient(90deg, #4F46E5 0%, #7C3AED 100%);
--text-gradient: linear-gradient(90deg, #1E293B 0%, #3B82F6 100%); --shadow-soft: 0 10px 40px -10px rgba(0,0,0,0.08);
--shadow-hover: 0 20px 40px -10px rgba(37, 99, 235, 0.15);
--radius: 24px;
--font-head: 'Space Grotesk', sans-serif;
--font-body: 'Outfit', sans-serif;
}  .fa, .fas, .far, .fal, .fab, .fa-solid, .fa-regular, .fa-brands {
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
} .fa, .fas, .fa-solid {
font-family: "Font Awesome 6 Free" !important;
font-weight: 900 !important;
} .far, .fa-regular {
font-family: "Font Awesome 6 Free" !important;
font-weight: 400 !important;
} .fab, .fa-brands {
font-family: "Font Awesome 6 Brands" !important;
font-weight: 400 !important;
}
body {
background-color: var(--bg-body);
background-image: 
radial-gradient(at 0% 0%, rgba(59, 130, 246, 0.05) 0px, transparent 50%),
radial-gradient(at 100% 100%, rgba(139, 92, 246, 0.05) 0px, transparent 50%);
color: var(--text-main);
font-family: var(--font-body);
}
h1, h2, h3 { color: var(--text-main); }
p { color: var(--text-light); }  input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea,
select {
display: block;
width: 100%;
padding: 14px 18px;
font-family: var(--font-body);
font-size: 1rem;
color: var(--text-main);
background-color: var(--input-bg);
border: 2px solid var(--input-border); border-radius: var(--input-radius);
transition: all 0.2s ease-in-out;
box-shadow: 0 2px 5px rgba(0,0,0,0.02); appearance: none;
outline: none;
} input:focus,
textarea:focus,
select:focus {
border-color: var(--input-focus); background-color: #fff;
box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15); transform: translateY(-1px);
} label {
display: block;
margin-bottom: 8px;
font-family: var(--font-head); font-weight: 600;
font-size: 0.95rem;
color: var(--text-main);
} textarea {
min-height: 120px;
line-height: 1.6;
resize: vertical;
} ::placeholder {
color: var(--text-light);
opacity: 0.7;
}  .woocommerce form .form-row {
padding: 0;
margin: 0 0 24px; } .woocommerce form .form-row .input-checkbox {
display: inline-block;
width: auto;
margin-right: 10px;
position: relative;
top: 2px;
} button.button,
input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
background: var(--text-main); color: white;
padding: 16px 32px;
font-family: var(--font-head);
font-weight: 600;
border-radius: 50px; border: none;
cursor: pointer;
transition: all 0.3s ease;
width: 100%; box-shadow: 0 4px 15px rgba(0,0,0,0.1);
} button.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
background: var(--primary); transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
} #place_order {
background: var(--btn-gradient) !important;
font-size: 1.1rem;
} .glass-panel {
background: rgba(255, 255, 255, 0.65);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border: 1px solid rgba(255, 255, 255, 0.8);
box-shadow: var(--shadow-soft);
border-radius: var(--radius);
} .btn-gradient {
background: var(--btn-gradient);
color: white;
padding: 14px 32px;
border-radius: 50px;
font-weight: 600;
box-shadow: 0 10px 20px rgba(79, 70, 229, 0.3);
transition: 0.3s;
border: none;
}
.btn-gradient:hover {
transform: translateY(-2px);
box-shadow: 0 15px 30px rgba(79, 70, 229, 0.4);
}  .header-premium{position:fixed;top:0;left:0;width:100%;height:var(--header-height);z-index:9999;background:var(--bg-body);border-bottom:1px solid rgba(0,0,0,.03);transform:translateY(0);opacity:1;will-change:transform,opacity;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .2s ease,background .3s ease,box-shadow .3s ease,border-color .3s ease,height .3s ease}
body.admin-bar .header-premium{top:32px}
@media screen and (max-width:782px){body.admin-bar .header-premium{top:46px}}
.header-premium.scrolled{height:70px;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);box-shadow:0 6px 22px rgba(0,0,0,.05)}
.header-premium.is-hidden{transform:translateY(-120%);opacity:0;pointer-events:none}
.header-premium.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}
@media (prefers-reduced-motion:reduce){.header-premium{transition:none!important}}
.header-inner{max-width:1240px;margin:0 auto;padding:0 15px;height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.header-col{display:flex;align-items:center;height:100%}
.col-left{justify-content:flex-start}
.col-right{justify-content:flex-end;gap:20px}
.col-center{justify-content:center} .col-center-mobile{display:none}
.col-center-desktop{display:flex}
.brand-link{display:flex;align-items:center;text-decoration:none;color:#0F172A}
.brand-name{font-family:'Space Grotesk',sans-serif;font-weight:800;font-size:1.4rem;letter-spacing:-.5px;white-space:nowrap}
.header-col.col-left .custom-logo-link img{max-width:160px;height:auto;max-height:65px;object-fit:contain;display:block}
.main-nav ul{display:flex;gap:28px;list-style:none;margin:0;padding:0;align-items:center}
.main-nav a{font-weight:600;color:#334155;text-decoration:none;padding:10px 0;transition:.25s}
.main-nav a:hover{color:#2563EB}
.login-btn{display:flex;align-items:center;gap:8px;text-decoration:none;color:#0F172A;font-weight:600;font-size:.95rem;white-space:nowrap;transition:.25s}
.login-btn:hover{color:#2563EB}
.cta-btn{background:#0F172A;color:#fff;padding:0 24px;height:46px;border-radius:999px;font-weight:600;font-size:.9rem;text-decoration:none;display:flex;align-items:center;gap:8px;box-shadow:0 6px 18px rgba(15,23,42,.22);transition:.25s;white-space:nowrap}
.cta-btn:hover{transform:translateY(-2px);background:#1E293B;box-shadow:0 10px 28px rgba(15,23,42,.28)}
.header-premium.scrolled .cta-btn{height:38px;font-size:.85rem;padding:0 20px} .header-premium .mobile-only{display:none}
.header-premium .desktop-only{display:flex}
.mobile-menu-only{display:none} .burger-btn,.mobile-icon-btn{width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.78);border:1px solid rgba(226,232,240,.95);box-shadow:0 12px 30px rgba(2,6,23,.12);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;color:#0F172A;transition:transform .18s ease,box-shadow .25s ease,background .25s ease}
.mobile-icon-btn:active,.burger-btn:active{transform:scale(.96)}
.burger-btn{position:relative;cursor:pointer;padding:0;border:1px solid rgba(226,232,240,.95)}
.burger-btn span{position:absolute;left:50%;width:18px;height:2px;background:#0F172A;border-radius:999px;transform:translateX(-50%);transition:transform .35s cubic-bezier(.22,1,.36,1),opacity .2s ease,top .35s cubic-bezier(.22,1,.36,1)}
.burger-btn span:nth-child(1){top:15px}
.burger-btn span:nth-child(2){top:21px}
.burger-btn span:nth-child(3){top:27px}
.burger-btn.active span:nth-child(1){top:21px;transform:translateX(-50%) rotate(45deg)}
.burger-btn.active span:nth-child(2){opacity:0}
.burger-btn.active span:nth-child(3){top:21px;transform:translateX(-50%) rotate(-45deg)}  .burger-btn {
position: relative;
width: 44px;
height: 44px;
border-radius: 14px; background: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 1);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
z-index: 10001;
transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
box-shadow: 0 4px 15px rgba(0,0,0,0.05); backdrop-filter: blur(8px);
}
.burger-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.burger-btn span {
position: absolute;
left: 50%;
width: 18px; height: 2px;
background: #0F172A;
border-radius: 99px;
transform: translateX(-50%);
transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6); } .burger-btn span:nth-child(1) { top: 15px; }
.burger-btn span:nth-child(2) { top: 21px; width: 12px; margin-left: 3px; }
.burger-btn span:nth-child(3) { top: 27px; } .burger-btn.active {
background: #fff;
box-shadow: 0 2px 10px rgba(37, 99, 235, 0.15); border-color: rgba(37, 99, 235, 0.1);
}
.burger-btn.active span { background: var(--primary); width: 20px; margin: 0; }
.burger-btn.active span:nth-child(1) { top: 21px; transform: translateX(-50%) rotate(45deg); }
.burger-btn.active span:nth-child(2) { opacity: 0; transform: translateX(10px); }
.burger-btn.active span:nth-child(3) { top: 21px; transform: translateX(-50%) rotate(-45deg); } .mobile-menu-overlay {
position: fixed;
top: calc(var(--header-height) + 16px); left: 50%; width: 88%; 
max-width: 360px;
height: auto;  background: rgba(255, 255, 255, 0.75); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 24px; box-shadow: 
0 20px 40px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 1); padding: 16px;
z-index: 10000; opacity: 0;
visibility: hidden;
transform: translateX(-50%) translateY(-20px) scale(0.95);
transition: 
opacity 0.3s ease,
transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.3s;
} .mobile-menu-overlay.open {
opacity: 1;
visibility: visible;
transform: translateX(-50%) translateY(0) scale(1);
} .mobile-menu-panel {
width: 100%;
text-align: center;
}
.mobile-menu-panel ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 8px; } .mobile-menu-panel a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-head); font-size: 1.15rem; font-weight: 600;
color: var(--text-main);
text-decoration: none;
padding: 12px 20px;
border-radius: 16px; transition: all 0.3s ease;
background: transparent;
} .mobile-menu-panel a:hover {
background: #fff; color: var(--primary);
box-shadow: 0 4px 15px rgba(0,0,0,0.05); transform: scale(1.02);
} .mobile-menu-panel a::after {
content: '';
display: block;
width: 6px;
height: 6px;
background: var(--primary);
border-radius: 50%;
position: absolute;
right: 20px;
opacity: 0;
transform: scale(0);
transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mobile-menu-panel a:hover::after {
opacity: 1;
transform: scale(1);
} @media (max-width:992px){
.header-premium .desktop-only{display:none}
.header-premium .mobile-only{display:flex}
.col-center-desktop{display:none}
.col-center-mobile{display:flex}
.col-right{gap:10px}
.header-col.col-left .custom-logo-link img{max-height:40px;width:auto}
.mobile-menu-only{display:block}
} body.admin-bar .mobile-menu-overlay{top:calc(var(--header-height) + 44px)}
@media screen and (max-width:782px){body.admin-bar .mobile-menu-overlay{top:calc(var(--header-height) + 58px)}} body.admin-bar .mobile-menu-overlay{top:calc(var(--header-height) + 44px)}
@media screen and (max-width:782px){body.admin-bar .mobile-menu-overlay{top:calc(var(--header-height) + 58px)}} .site-footer {
background-color: #020617; border-top: 1px solid rgba(255, 255, 255, 0.08);
padding: 80px 0 40px;
color: #cbd5e1; font-size: 0.95rem;
position: relative;
overflow: hidden;
} .footer-container {
max-width: 1240px;
margin: 0 auto;
padding: 0 24px;
display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr; 
gap: 50px;
align-items: start;
} .footer-brand-wrapper .custom-logo-link img {
max-width: 160px; height: auto;
display: block;
margin-bottom: 20px;
}
.footer-site-title {
color: white;
font-family: 'Space Grotesk', sans-serif;
font-size: 1.8rem;
margin-bottom: 20px;
} .footer-desc {
line-height: 1.7;
margin-bottom: 25px;
max-width: 320px;
opacity: 0.8;
}
.footer-col h4 {
color: #ffffff;
font-family: 'Space Grotesk', sans-serif;
font-size: 1.1rem;
margin-bottom: 24px;
font-weight: 700;
letter-spacing: 0.5px;
position: relative;
display: inline-block;
} .footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 14px; }
.footer-col ul li a {
color: #94a3b8;
text-decoration: none;
transition: all 0.3s ease;
display: inline-block;
} .footer-col ul li a:hover {
color: var(--primary); transform: translateX(6px); text-shadow: 0 0 10px rgba(37, 99, 235, 0.4);
} .social-links { display: flex; gap: 12px; }
.social-links a {
width: 40px; height: 40px;
background: rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.1);
border-radius: 10px;
display: flex; align-items: center; justify-content: center;
color: white;
transition: all 0.3s ease;
}
.social-links a:hover {
background: var(--primary);
border-color: var(--primary);
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
} .footer-form { display: flex; position: relative; margin-top: 15px; }
.footer-form input {
width: 100%;
padding: 14px 18px;
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.1);
border-radius: 12px;
color: white;
font-family: var(--font-body);
outline: none;
transition: 0.3s;
}
.footer-form input:focus {
border-color: var(--primary);
background: rgba(255,255,255,0.08);
}
.footer-form button {
position: absolute; right: 6px; top: 6px; bottom: 6px;
background: var(--primary);
border: none; color: white;
width: 36px; border-radius: 8px;
cursor: pointer;
transition: 0.3s;
display: flex; align-items: center; justify-content: center;
}
.footer-form button:hover { background: #4F46E5; transform: scale(1.05); } .footer-bottom {
max-width: 1240px;
margin: 60px auto 0;
padding-top: 25px;
border-top: 1px solid rgba(255,255,255,0.06);
text-align: center;
font-size: 0.85rem;
color: #64748b;
}
.footer-bottom strong { color: #fff; font-weight: 600; }  @media (max-width: 992px) {
.footer-container {
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.footer-col.brand-col {
grid-column: 1 / -1; text-align: center;
}
.footer-desc, .social-links { margin-left: auto; margin-right: auto; }
} @media (max-width: 600px) {
.site-footer { padding: 50px 0 30px; }
.footer-container {
grid-template-columns: 1fr;
gap: 40px;
text-align: center;
} .footer-brand-wrapper .custom-logo-link img { margin: 0 auto 20px; }
.social-links { justify-content: center; }
.footer-col h4::after { content: ''; display: block; width: 40px; height: 2px;
background: var(--primary); margin: 8px auto 0;
}
.footer-form input { text-align: center; padding-right: 18px; box-sizing: border-box !important; max-width: 100%; }
.footer-form button { position: static; width: 100%; margin-top: 10px; height: 44px; }
.footer-form { flex-direction: column; }
}   .error-404-container {
display: flex; 
align-items: center; 
justify-content: center;
min-height: calc(100vh - var(--header-height));
padding: calc(var(--header-height) + 20px) 20px 60px; 
text-align: center;
position: relative; 
overflow: hidden; background: radial-gradient(circle at center, #ffffff 0%, #f1f5f9 100%);
} .error-bg-layer {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
z-index: 0; pointer-events: none; overflow: hidden;
} .giant-radar-wave {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
border: 1px solid rgba(37, 99, 235, 0.1); border-radius: 50%;
opacity: 0;
z-index: 1;
animation: sonarExpand 8s linear infinite;
}
.w1 { animation-delay: 0s; }
.w2 { animation-delay: 2.5s; }
.w3 { animation-delay: 5s; }
@keyframes sonarExpand {
0% { width: 0vw; height: 0vw; opacity: 0.8; border-width: 2px; border-color: rgba(37, 99, 235, 0.2); }
50% { opacity: 0.3; }
100% { width: 150vw; height: 150vw; opacity: 0; border-width: 0px; }
} .bg-giant-text {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
font-family: 'Space Grotesk', sans-serif;
font-weight: 800;
font-size: 30vw;
line-height: 1;
color: transparent; -webkit-text-stroke: 2px rgba(148, 163, 184, 0.15); 
z-index: 0;
user-select: none;
animation: floatText 10s ease-in-out infinite;
}
@keyframes floatText {
0%, 100% { transform: translate(-50%, -50%) scale(1); }
50% { transform: translate(-50%, -52%) scale(1.02); }
} .bg-particles {
position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(#94a3b8 1px, transparent 1px);
background-size: 40px 40px;
opacity: 0.2;
z-index: 0;
} .error-content-wrapper {
max-width: 1100px;
width: 100%;
margin: 0 auto;
position: relative; 
z-index: 10; 
} .error-illustration-scene {
position: relative; 
height: 240px; 
display: flex; justify-content: center; align-items: center;
margin-bottom: 20px;
opacity: 0; 
animation: fadeInUpPremium 1s forwards;
} .phone-radar-wrapper { 
position: relative; 
width: 110px; 
height: 200px; 
} .phone-radar-wrapper::before {
content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
width: 140%; height: 120%; background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);
filter: blur(30px);
z-index: 0;
} .phone-mockup {
width: 100%; height: 100%; border-radius: 20px;
border: 5px solid #1E293B; background: #0f172a;
box-shadow: 0 15px 40px -10px rgba(15, 23, 42, 0.2); position: relative; z-index: 10; overflow: hidden;
animation: floatPhone 6s ease-in-out infinite;
}
.phone-notch {
position: absolute; top: 0; left: 50%; transform: translateX(-50%);
width: 30px; height: 10px; background: #1E293B;
border-radius: 0 0 6px 6px; z-index: 20;
}
.phone-screen.error-screen {
width: 100%; height: 100%; background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
display: flex; flex-direction: column; align-items: center; justify-content: center;
position: relative;
} .radar-circle {
position: absolute; border: 1px solid rgba(59, 130, 246, 0.6);
border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0;
}
.c1 { width: 30px; height: 30px; animation: radarPing 2s infinite; }
.c2 { width: 30px; height: 30px; animation: radarPing 2s infinite 0.6s; }
@keyframes radarPing {
0% { width: 15px; height: 15px; opacity: 0.9; border-color: white; }
100% { width: 160px; height: 160px; opacity: 0; border-color: var(--primary); }
}
.disconnect-icon {
font-size: 2rem; color: #ef4444; 
background: rgba(255,255,255,0.05);
width: 45px; height: 45px; border-radius: 50%;
display: flex; align-items: center; justify-content: center;
backdrop-filter: blur(4px); z-index: 5;
animation: iconShake 4s infinite;
}
.screen-message {
margin-top: 15px; font-family: 'Space Grotesk', sans-serif;
color: #94a3b8; font-size: 0.6rem; letter-spacing: 1px; text-transform: uppercase;
} .lost-card-element {
position: absolute; top: 40%; right: -50px; 
width: 70px; height: 110px;
background: white; 
border-radius: 10px; box-shadow: 0 10px 25px rgba(0,0,0,0.15);
padding: 8px; display: flex; flex-direction: column; align-items: center; gap: 6px;
z-index: 5; transform: rotate(15deg);
animation: lostFloat 8s infinite ease-in-out reverse; opacity: 0.9;
}
.lost-avatar { width: 28px; height: 28px; background: #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #94a3b8; font-size: 0.8rem; }
.lost-lines span { display: block; height: 4px; background: #e2e8f0; border-radius: 2px; margin-bottom: 3px; }
.lost-lines span:first-child { width: 40px; } .lost-lines span:last-child { width: 25px; } .error-badge.glitch-badge {
position: absolute; top: -10px; left: -15px;
background: #ef4444; color: white;
font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 1.2rem;
padding: 6px 14px; border-radius: 10px;
box-shadow: 0 8px 15px rgba(239, 68, 68, 0.3); z-index: 30;
animation: badgeGlitch 5s infinite;
} .error-text-content { opacity: 0; animation: fadeInUpPremium 0.8s forwards 0.3s; }
.error-title { 
font-family: 'Space Grotesk', sans-serif; 
font-size: 3.5rem; font-weight: 800; 
color: #0f172a; margin-bottom: 25px; 
}
.error-text p { 
font-family: 'Outfit', sans-serif; font-size: 1.15rem; 
color: #64748b; margin-bottom: 18px; line-height: 1.7;
max-width: 800px; margin-left: auto; margin-right: auto;
}
.error-text strong { color: #0f172a; font-weight: 600; }  .error-actions { 
margin-top: 40px; display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; 
opacity: 0; animation: fadeInUpPremium 0.8s forwards 0.5s; 
}
.error-actions a { 
display: inline-flex; align-items: center; gap: 12px; padding: 14px 35px; 
border-radius: 12px; font-weight: 700; text-decoration: none; transition: 0.3s; 
} .error-actions .btn-primary { 
background: var(--primary); color: white; border: 2px solid var(--primary); 
box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.3);
}
.error-actions .btn-primary:hover { 
background: #1e40af; border-color: #1e40af; 
transform: translateY(-3px); 
} .error-actions .btn-secondary { 
background: transparent; color: #0f172a; border: 2px solid #e2e8f0; 
}
.error-actions .btn-secondary:hover { 
border-color: var(--primary); color: var(--primary); background: white; 
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
transform: translateY(-3px); 
} @keyframes fadeInUpPremium { to { opacity: 1; transform: translateY(0); } }
@keyframes floatPhone { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes lostFloat { 0%, 100% { transform: translate(0, 0) rotate(15deg); } 50% { transform: translate(10px, -15px) rotate(10deg); } }
@keyframes iconShake { 0%, 90%, 100% { transform: rotate(0deg); } 92% { transform: rotate(-10deg); } 94% { transform: rotate(10deg); } 96% { transform: rotate(-10deg); } 98% { transform: rotate(10deg); } }
@keyframes badgeGlitch { 0%, 95% { transform: scale(1); } 96% { transform: scale(1.1) rotate(2deg); background: #f87171; } 97% { transform: scale(1.1) rotate(-2deg); } 98% { transform: scale(1); background: #ef4444; } } @media (max-width: 768px) {
.bg-giant-text { font-size: 40vw; }
.error-title { font-size: 2.2rem; } .error-actions { 
flex-direction: column; 
gap: 15px; 
width: 100%;
}
.error-actions a { 
width: 100%; 
max-width: 300px; margin: 0 auto; 
justify-content: center; 
box-sizing: border-box;
}
}.hero-premium {
position: relative;
padding-top: calc(var(--header-height) + 10px) !important;
background: #FFFFFF;
overflow: hidden;
}
.container {
position: relative; z-index: 2;
max-width: 1200px; margin: 0 auto; padding: 0 24px;
} .hero-aurora {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
z-index: 0; pointer-events: none; opacity: 0.6;
}
.aurora-blob { position: absolute; border-radius: 50%; filter: blur(100px); }
.aurora-blob.purple {
top: -10%; right: -5%; width: 600px; height: 600px;
background: radial-gradient(circle, rgba(139,92,246,0.15), transparent 70%);
}
.aurora-blob.blue {
bottom: 10%; left: -10%; width: 500px; height: 500px;
background: radial-gradient(circle, rgba(59,130,246,0.1), transparent 70%);
}
.aurora-blob.teal {
top: 40%; right: 30%; width: 300px; height: 300px;
background: radial-gradient(circle, rgba(20,184,166,0.08), transparent 70%);
} .hero-split {
display: grid; grid-template-columns: 1.1fr 0.9fr;
gap: 60px; align-items: center; margin-bottom: 100px;
} .hero-headline {
font-family: 'Space Grotesk', sans-serif;
font-size: clamp(3rem, 5vw, 4.5rem);
font-weight: 800; line-height: 1.05; color: #0F172A;
margin-bottom: 24px; letter-spacing: -1px;
}
.text-gradient-royal {
background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-subtext {
font-size: 1.2rem; color: #64748B; line-height: 1.6;
max-width: 500px; margin-bottom: 40px;
}
.hero-btn-wrapper { display: flex; align-items: center; gap: 20px; }
.btn-premium-main {
background: #0F172A; color: white;
padding: 16px 36px; border-radius: 50px;
font-weight: 600; text-decoration: none;
box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);
transition: 0.3s;
}
.btn-premium-main:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(15, 23, 42, 0.3); }
.btn-premium-link {
color: #475569; font-weight: 600; text-decoration: none;
transition: 0.3s; border-bottom: 1px solid transparent;
}
.btn-premium-link:hover { color: #0F172A; border-color: #0F172A; } .hero-visu {
display: flex;
justify-content: center;
align-items: center;
perspective: 2000px;
position: relative;
z-index: 10;
height: 650px;
}
.stack-carousel {
position: relative;
width: 320px; 
height: 600px;
cursor: pointer;
transform-style: preserve-3d;
animation: floatLevitation 6s ease-in-out infinite;
}
@keyframes floatLevitation {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
} .stack-card {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
} .iphone-body {
width: 280px;
height: 560px;
background: #FFFFFF;
border: 6px solid #1E293B;
border-radius: 45px;
overflow: hidden;
position: relative;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
backface-visibility: hidden;
}
.iphone-notch {
position: absolute; 
top: 15px; 
left: 50%; 
transform: translateX(-50%);
width: 90px;
height: 28px;
background: #1E293B;
border-radius: 50px;
z-index: 20;
}
.iphone-screen {
width: 100%; height: 100%;
border-radius: 38px; overflow: hidden; background: #F1F5F9;
}
.screen-full-img {
width: 100%; height: 100%; object-fit: cover; display: block;
}  .state-1 {
transform: translateX(0) translateY(0) scale(1) translateZ(0) rotate(-5deg);
z-index: 10; opacity: 1; filter: blur(0);
}
.state-1 .iphone-body { box-shadow: -20px 30px 60px rgba(0,0,0,0.3); } .state-2 {
transform: translateX(60px) translateY(-30px) scale(0.9) translateZ(-50px) rotate(0deg);
z-index: 9; opacity: 0.9; filter: blur(0px);
}
.state-2 .iphone-body { background: #f8fafc; filter: brightness(0.95); } .state-3 {
transform: translateX(110px) translateY(-60px) scale(0.8) translateZ(-100px) rotate(5deg);
z-index: 8; opacity: 0.6; filter: blur(1px);
}
.state-3 .iphone-body { filter: brightness(0.9); } .state-4 {
transform: translateX(140px) translateY(-80px) scale(0.7) translateZ(-150px) rotate(10deg);
z-index: 1; opacity: 0;
} @media (max-width: 992px) { .hero-split { 
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 20px; 
} .hero-txt {
display: contents; 
} .hero-headline {
order: 1;
margin-bottom: 10px;
}
.hero-visu {
order: 2;
transform: scale(0.85); height: 520px; margin-bottom: 10px;
}
.hero-subtext {
order: 3;
margin-left: auto; 
margin-right: auto;
margin-bottom: 30px;
}
.hero-btn-wrapper {
order: 4;
justify-content: center;
width: 100%;
margin-bottom: 50px;
} .stack-carousel { transform: scale(0.9) translateX(-20px); }
.state-1 { transform: translateX(0) translateY(0) scale(1) rotate(-3deg); }
.state-2 { transform: translateX(30px) translateY(-30px) scale(0.9) rotate(0deg); }
.state-3 { transform: translateX(50px) translateY(-50px) scale(0.8) rotate(3deg); } .hero-features-row { grid-template-columns: repeat(1, 1fr) !important; 
gap: 20px; 
}
.feat-card-premium { flex-direction: row; align-items: center; text-align: left; }
.feat-card-premium .icon-circle { flex-shrink: 0; width: 48px; height: 48px; font-size: 1.2rem; }
} .hero-features-row {
display: grid; grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top: -40px; 
margin-bottom: 50px; 
position: relative;
z-index: 20;
}
.feat-card-premium {
background: #fafafa;
border: 1px solid #F1F5F9;
border-radius: 24px;
padding: 30px;
display: flex; flex-direction: column; gap: 20px;
transition: all 0.3s ease;
}
.feat-card-premium:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px -10px rgba(0,0,0,0.06);
border-color: #E2E8F0;
}
.icon-circle {
width: 56px; height: 56px; border-radius: 16px;
display: flex; align-items: center; justify-content: center;
font-size: 1.4rem;
}
.blue-soft { background: #EFF6FF; color: #2563EB; }
.green-soft { background: #ECFDF5; color: #10B981; }
.purple-soft { background: #F5F3FF; color: #8B5CF6; }
.feat-content h3 { font-family: 'Space Grotesk', sans-serif; font-size: 1.25rem; font-weight: 700; color: #0F172A; margin: 0 0 8px 0; }
.feat-content p { font-size: 0.95rem; color: #64748B; line-height: 1.5; margin: 0; } .section-features-grid {
padding: 100px 0;
background-color: #FFFFFF; } .features-header {
margin-bottom: 70px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.badge-soft {
display: inline-block;
background: #EFF6FF; color: #2563EB; padding: 6px 16px;
border-radius: 50px;
font-size: 0.85rem;
font-weight: 700;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.section-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 2.5rem;
color: #1E293B;
font-weight: 800;
line-height: 1.2;
margin-bottom: 15px;
}
.text-blue {
color: #2563EB;
}
.section-desc {
color: #64748B;
font-size: 1.1rem;
} .features-grid-wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr); gap: 30px; } .feature-box {
background: #FFFFFF;
border: 1px solid #F1F5F9; border-radius: 20px; padding: 40px 30px;
text-align: center;
transition: all 0.3s ease;
position: relative;
top: 0;
} .feature-box:hover {
top: -8px; border-color: #BFDBFE; box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.1); } .icon-wrapper {
font-size: 2.5rem;
color: #2563EB; margin-bottom: 25px;
display: inline-block;
transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.feature-box:hover .icon-wrapper {
transform: scale(1.1); } .feature-box h3 {
font-family: 'Space Grotesk', sans-serif;
font-size: 1.25rem;
font-weight: 700;
color: #0F172A;
margin-bottom: 12px;
}
.feature-box p {
font-size: 0.95rem;
color: #64748B;
line-height: 1.6;
margin: 0;
} .highlight-box {
background: #F8FAFC; border-color: #E2E8F0;
}
.highlight-box .icon-wrapper {
color: #0ea5e9; } @media (max-width: 992px) {
.features-grid-wrapper {
grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
.features-grid-wrapper {
grid-template-columns: 1fr; gap: 20px;
}
.feature-box { padding: 30px 20px; }
} .section-builder-light {
padding: 100px 0;
background: #FFFFFF;
overflow: visible; }
.builder-split {
display: grid; 
grid-template-columns: 1fr 1fr;
gap: 80px; 
align-items: start; } .badge-pill-purple {
background: #FCE7F3; color: #DB2777;
padding: 8px 16px; border-radius: 50px; font-weight: 700;
display: inline-flex; gap: 8px; align-items: center; margin-bottom: 20px;
font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px;
}
.builder-heading {
font-family: 'Space Grotesk', sans-serif;
font-size: 3rem; color: #1E293B; line-height: 1.1; margin-bottom: 20px;
font-weight: 800;
}
.text-gradient-pink {
background: linear-gradient(90deg, #DB2777, #E11D48);
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.builder-sub { color: #64748B; font-size: 1.1rem; margin-bottom: 40px; line-height: 1.6; } .builder-grid-premium {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px 20px;
margin-bottom: 40px;
}
.feat-item-premium {
display: flex; align-items: flex-start; gap: 15px;
}
.icon-sq-premium {
width: 50px; height: 50px; flex-shrink: 0;
background: #FCE7F3; border-radius: 14px;
display: flex; align-items: center; justify-content: center;
color: #DB2777; font-size: 1.3rem;
}
.feat-item-premium h4 { color: #1E293B; margin: 0 0 4px; font-size: 1.05rem; font-weight: 700; }
.feat-item-premium p { color: #64748B; margin: 0; font-size: 0.9rem; line-height: 1.4; }
.btn-builder-primary {
background: #1E293B; color: white; padding: 16px 36px;
border-radius: 50px; font-weight: 700; text-decoration: none;
transition: 0.3s; display: inline-flex; align-items: center; gap: 10px;
}
.btn-builder-primary:hover { background: #DB2777; transform: translateY(-3px); } .builder-visual-area {
position: relative; 
display: flex; 
justify-content: center;
perspective: 1000px; position: -webkit-sticky;
position: sticky;
top: 100px; 
z-index: 10;
} .tool-float {
position: absolute; width: 50px; height: 50px;
background: #FFFFFF; border: 1px solid #E2E8F0;
border-radius: 12px; display: flex; align-items: center; justify-content: center;
box-shadow: 0 15px 30px rgba(0,0,0,0.1); z-index: 10;
color: #DB2777; font-size: 1.2rem;
}
.color-picker { top: 10%; left: -20px; animation: floatTool 4s ease-in-out infinite; }
.dot-preview { width: 14px; height: 14px; background: #9D174D; border-radius: 50%; position: absolute; bottom: 8px; right: 8px; border: 2px solid white; }
.font-picker { bottom: 20%; right: -20px; animation: floatTool 5s ease-in-out infinite reverse; font-family: 'Great Vibes', cursive; font-size: 1.6rem; }
@keyframes floatTool { 0%,100%{transform: translateY(0);} 50%{transform: translateY(-10px);} } .phone-builder-frame {
width: 280px; height: 600px;
background: #FFFFFF; border-radius: 40px;
border: 8px solid #1E293B;
box-shadow: 0 30px 60px -10px rgba(0,0,0,0.15);
position: relative; overflow: hidden;
transform: rotateY(-10deg); transition: 0.5s;
}
.builder-visual-area:hover .phone-builder-frame { transform: rotateY(0); }
.notch-builder {
position: absolute; top: 15px; left: 50%; transform: translateX(-50%);
width: 80px; height: 20px; background: #1E293B;
border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; z-index: 20;
}
.screen-content-fixed {
width: 100%; height: 100%;
overflow: hidden; background: white;
}
.screen-full-image {
width: 100%; height: 100%; object-fit: cover; display: block;
} @media (max-width: 992px) {
.builder-split { grid-template-columns: 1fr; gap: 50px; }
.builder-visual-area { position: relative; top: 0; margin-bottom: 30px; }
.builder-grid-premium { grid-template-columns: 1fr; }
}
.screen-content-fixed {
position: relative; } .click-layer {
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
z-index: 10; } .zone-contact {
position: absolute;
top: 48%; left: 10%; width: 80%; height: 18%; display: flex; flex-direction: column;
}
.hotspot-row {
flex: 1; cursor: pointer; } .zone-grid {
position: absolute;
top: 67%; 
left: 15%; width: 70%; height: 20%;
display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr);
gap: 5px;
}
.hotspot-icon {
cursor: pointer;
border-radius: 50%; } .zone-buttons {
position: absolute;
bottom: 4%;
left: 5%; width: 90%; height: 8%;
display: flex; gap: 10px;
}
.hotspot-btn {
flex: 1;
cursor: pointer;
border-radius: 20px; } .sim-overlay {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(255,255,255,0.9); z-index: 50;
display: flex; align-items: center; justify-content: center;
opacity: 0; pointer-events: none; transition: 0.3s;
}
.sim-overlay.active { opacity: 1; pointer-events: auto; }
.sim-content { text-align: center; padding: 20px; }
.sim-icon-circle {
width: 60px; height: 60px; border-radius: 50%; background: #10B981; color: white;
display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 15px;
}
.sim-content h3 { color: #1E293B; margin: 0 0 5px; font-size: 1.2rem; }
.sim-content p { color: #64748B; font-size: 0.9rem; margin: 0; }   .phone-builder-frame {
height: 570px !important; } .card-amelie-pink {
height: 100%; background: linear-gradient(180deg, #FFF0F5 0%, #FCE7F3 45%, #9D174D 100%);
display: flex; flex-direction: column;
font-family: 'Outfit', sans-serif;
} .pink-header-img {
height: 140px; width: 100%; flex-shrink: 0;
background-size: cover; background-position: center;
background-color: #FBCFE8;
border-bottom-left-radius: 30px; border-bottom-right-radius: 30px;
} .pink-profile-wrap {
width: 90px; height: 90px;
margin: -45px auto 5px; position: relative; z-index: 2;
border-radius: 24px; background: white; border: 3px solid white;
box-shadow: 0 0 0 2px #9D174D; overflow: hidden;
}
.pink-profile-img { width: 100%; height: 100%; object-fit: cover; } .pink-identity { text-align: center; margin-bottom: 15px; color: #831843; }
.pink-name {
font-family: 'Great Vibes', cursive;
font-size: 2rem; margin: 0; line-height: 1.1; font-weight: normal;
}
.pink-job { font-family: 'Great Vibes', cursive; font-size: 1.1rem; margin: 0; opacity: 0.9; color: #9D174D; } .pink-contact-box {
background: rgba(255, 255, 255, 0.5);
border: 1px solid #9D174D; border-radius: 16px;
margin: 0 25px 15px; padding: 12px;
}
.pink-row {
display: flex; align-items: center; gap: 10px;
color: #831843; font-size: 0.85rem; font-weight: 700;
margin-bottom: 8px; cursor: pointer;
}
.pink-row:last-child { margin-bottom: 0; }
.pink-row i { width: 18px; text-align: center; font-size: 1.1rem; } .pink-grid-icons {
display: grid; grid-template-columns: repeat(3, 1fr);
gap: 12px; padding: 0 40px;
margin-bottom: auto; }
.icon-sq {
aspect-ratio: 1;
background: rgba(255, 255, 255, 0.6);
border-radius: 12px;
display: flex; align-items: center; justify-content: center;
color: #831843; font-size: 1.4rem; cursor: pointer; transition: 0.2s;
}
.icon-sq:hover { background: #9D174D; color: white; transform: translateY(-3px); } .pink-bottom-actions {
display: flex; gap: 15px; padding: 20px 25px;
}
.btn-pill-white {
flex: 1; border: none; background: #FFFFFF;
color: #831843; font-weight: 800; font-size: 0.75rem;
padding: 12px; border-radius: 50px; border-bottom-left-radius: 20px; border-top-right-radius: 20px; 
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
display: flex; align-items: center; justify-content: center; gap: 6px; cursor: pointer;
}
.btn-pill-white:hover { transform: translateY(-2px); } .sim-overlay {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(255,255,255,0.9); z-index: 50;
display: flex; align-items: center; justify-content: center;
opacity: 0; pointer-events: none; transition: 0.3s;
}
.sim-overlay.active { opacity: 1; pointer-events: auto; }
.sim-content { text-align: center; padding: 20px; }
.sim-icon-circle {
width: 60px; height: 60px; border-radius: 50%; background: #10B981; color: white;
display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin: 0 auto 15px;
}
.sim-content h3 { color: #1E293B; margin: 0 0 5px; font-size: 1.2rem; }
.sim-content p { color: #64748B; font-size: 0.9rem; margin: 0; }  .builder-grid-premium {
display: grid;
grid-template-columns: repeat(2, 1fr); gap: 30px 20px; margin-bottom: 40px;
}
.feat-item-premium {
display: flex;
align-items: flex-start; gap: 15px; } .icon-sq-premium {
width: 50px; 
height: 50px; 
flex-shrink: 0;
background: #FCE7F3; border-radius: 14px; display: flex; 
align-items: center; 
justify-content: center;
color: #DB2777; font-size: 1.3rem;
} .feat-item-premium h4 {
color: #1E293B;
margin: 0 0 4px;
font-size: 1.05rem; font-weight: 700;
}
.feat-item-premium p {
color: #64748B;
margin: 0;
font-size: 0.9rem;
line-height: 1.4;
} @media (max-width: 500px) {
.builder-grid-premium {
grid-template-columns: 1fr;
gap: 20px;
}
}  @media (max-width: 992px) {
.builder-split { 
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 0;
} .builder-text {
display: contents;
} .badge-pill-purple { order: 1; margin-bottom: 15px; }
.builder-heading { 
order: 2; 
font-size: 2.5rem; 
margin-bottom: 20px; 
}
.builder-sub { 
order: 3; 
margin-bottom: 30px; 
} .builder-grid-premium {
order: 4;
grid-template-columns: 1fr; width: 100%;
text-align: left; margin-bottom: 40px;
} .builder-visual-area {
order: 5;
position: relative; 
top: 0; width: 100%;
margin-top: 0;
margin-bottom: 40px;
transform: scale(0.9); } .btn-builder-primary {
order: 6;
width: auto;
justify-content: center;
margin-bottom: 20px;
}
}  .section-reviews-scroll {
padding: 80px 0;
background: #F8FAFC; overflow: hidden;
} .reviews-header { margin-bottom: 50px; } .reviews-scroll-wrapper {
width: 100%;
position: relative; -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.reviews-track {
display: flex;
align-items: center; gap: 30px;  overflow-x: auto; padding: 40px 50px; 
scrollbar-width: none;
-ms-overflow-style: none;
cursor: grab;
-webkit-overflow-scrolling: touch;
}
.reviews-track::-webkit-scrollbar { display: none; }
.reviews-track.active {
cursor: grabbing;
scroll-behavior: auto;
} .review-scroll-card {
background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 20px;
padding: 25px;
box-shadow: 0 4px 10px rgba(0,0,0,0.03); flex-shrink: 0;
width: 400px; height: auto;
transition: transform 0.3s ease, box-shadow 0.3s ease;
user-select: none; } .review-scroll-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0,0,0,0.08);
border-color: #CBD5E1;
} .card-header-light { display: flex; justify-content: space-between; margin-bottom: 15px; }
.stars-mini { color: #FBBF24; font-size: 0.8rem; }
.verified-icon { color: #10B981; }
.review-text {
font-size: 1rem; color: #334155; line-height: 1.6;
font-style: italic; margin-bottom: 20px;
height: 80px; overflow: hidden;
display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
} .review-author { display: flex; align-items: center; gap: 12px; }
.avatar-img {
width: 45px; height: 45px; 
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
border: 2px solid white;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
pointer-events: none; }
.author-info { display: flex; flex-direction: column; justify-content: center; }
.author-name { font-weight: 700; color: #0F172A; font-size: 0.95rem; line-height: 1.2; }
.author-role { font-size: 0.8rem; color: #64748B; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1.2; } @media (max-width: 992px) {
.review-scroll-card {
width: 350px; 
}
}
@media (max-width: 600px) {
.reviews-scroll-wrapper {
-webkit-mask-image: none; mask-image: none;
}
.reviews-track {
gap: 15px;
padding: 30px 20px;
}
.review-scroll-card {
width: 300px; padding: 20px;
}
} .section-digitize-pro {
padding: 120px 0;
background: linear-gradient(to bottom, #FFFFFF, #F8FAFC); overflow: hidden;
}
.digitize-split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
} .badge-capsule {
display: inline-flex; align-items: center; gap: 8px;
background: #ecfdf5; color: #059669; padding: 8px 16px; border-radius: 50px;
font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px;
margin-bottom: 25px;
}
.title-digitize {
font-family: 'Space Grotesk', sans-serif;
font-size: 3.5rem; font-weight: 800; line-height: 1.1;
color: #0f172a; margin-bottom: 20px;
}
.text-gradient-animate {
background: linear-gradient(90deg, #2563EB, #8B5CF6, #2563EB);
background-size: 200% auto;
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
animation: gradientFlow 3s linear infinite;
}
.desc-digitize {
font-size: 1.15rem; color: #64748b; line-height: 1.6; margin-bottom: 35px;
}
.comparison-box {
background: white; border: 1px solid #e2e8f0; border-radius: 16px;
padding: 20px; margin-bottom: 35px; box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
.compare-row { display: flex; align-items: center; gap: 15px; font-weight: 600; font-size: 1rem; margin-bottom: 10px; }
.compare-row:last-child { margin-bottom: 0; }
.compare-row.old { color: #94a3b8; text-decoration: line-through; }
.compare-row.new { color: #0f172a; }
.icon-c { 
width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; 
}
.old .icon-c { background: #fee2e2; color: #ef4444; }
.new .icon-c { background: #dcfce7; color: #16a34a; }
.btn-transform {
display: inline-flex; align-items: center; gap: 10px;
background: #0f172a; color: white; padding: 16px 32px;
border-radius: 50px; font-weight: 700; text-decoration: none;
transition: 0.3s;
}
.btn-transform:hover { transform: translateX(5px); background: black; } .digitize-stage {
position: relative; height: 400px; display: flex; align-items: center; justify-content: center;
}
.animation-wrapper {
position: relative; width: 100%; max-width: 500px; height: 300px;
display: flex; align-items: center; justify-content: space-between;
} .paper-stack-container {
position: relative; width: 140px; height: 90px;
}
.paper {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background: white; border: 1px solid #cbd5e1; border-radius: 4px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.p1 { transform: rotate(-5deg); z-index: 1; }
.p2 { transform: rotate(3deg); z-index: 2; }
.p3 { transform: rotate(-2deg); z-index: 3; } .flying-paper {
z-index: 10;
display: flex; align-items: center; justify-content: center;
animation: flyToPhone 4s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
transform-origin: center;
}
.lines { width: 60%; height: 4px; background: #e2e8f0; border-radius: 2px; box-shadow: 0 10px 0 #e2e8f0; } .phone-receiver {
width: 160px; height: 320px;
background: white; border: 6px solid #1e293b; border-radius: 30px;
position: relative; overflow: hidden;
box-shadow: 0 20px 50px rgba(0,0,0,0.15);
z-index: 5;
}
.phone-notch {
position: absolute; top: 0; left: 50%; transform: translateX(-50%);
width: 80px; height: 20px; background: #1e293b;
border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; z-index: 6;
}
.screen-display {
width: 100%; height: 100%; position: relative;
background: #f1f5f9; display: flex; align-items: center; justify-content: center;
} .digital-profile-pop {
width: 85%; height: 60%; background: white; border-radius: 12px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
display: flex; flex-direction: column; align-items: center; padding-top: 20px;
opacity: 0; transform: scale(0.8);
animation: profileAppear 4s ease-out infinite;
}
.pop-avatar { width: 50px; height: 50px; background: #cbd5e1; border-radius: 50%; margin-bottom: 10px; }
.pop-name { width: 60%; height: 8px; background: #e2e8f0; border-radius: 4px; margin-bottom: 20px; }
.pop-btn { width: 80%; height: 30px; background: #2563EB; border-radius: 6px; margin-top: auto; margin-bottom: 20px; } .impact-ripple {
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
width: 10px; height: 10px; background: rgba(37, 99, 235, 0.5);
border-radius: 50%; opacity: 0;
animation: screenPulse 4s ease-out infinite;
} .digital-stream {
position: absolute; top: 50%; left: 160px; width: 100px; height: 20px;
pointer-events: none;
}
.particle {
position: absolute; width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; opacity: 0;
}
.pt1 { animation: particleStream 4s infinite 1.6s; top: 0; }
.pt2 { animation: particleStream 4s infinite 1.7s; top: 50%; }
.pt3 { animation: particleStream 4s infinite 1.8s; top: 100%; } @keyframes gradientFlow {
0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; }
} @keyframes flyToPhone {
0% { transform: translate(0, 0) rotate(0deg); opacity: 1; }
20% { transform: translate(0, -30px) rotate(5deg); opacity: 1; } 50% { 
transform: translate(220px, 100px) rotate(90deg) scale(0.5); opacity: 1;
background: white; border-color: #cbd5e1;
}
60% {
transform: translate(220px, 100px) scale(0.2); 
opacity: 0; background: #2563EB; border-color: #2563EB; }
100% { transform: translate(0,0); opacity: 0; } } @keyframes profileAppear {
0%, 55% { opacity: 0; transform: scale(0.8); }
65% { opacity: 1; transform: scale(1.05); } 75% { transform: scale(1); }
90% { opacity: 1; }
100% { opacity: 0; }
} @keyframes screenPulse {
0%, 58% { width: 0; height: 0; opacity: 0; }
60% { opacity: 0.6; }
80% { width: 300px; height: 300px; opacity: 0; } 100% { opacity: 0; }
} @keyframes particleStream {
0% { transform: translateX(0); opacity: 0; }
50% { opacity: 1; }
100% { transform: translateX(150px); opacity: 0; }
}  @media (max-width: 992px) {
.digitize-split { 
display: flex; 
flex-direction: column; 
align-items: center; text-align: center;
gap: 0; } .digitize-content {
display: contents; 
} .badge-capsule { 
order: 1; 
margin-bottom: 15px; 
}
.title-digitize { 
order: 2; 
font-size: 2.2rem; margin-bottom: 15px; }
.desc-digitize { 
order: 3; 
margin: 0 auto 20px; }
.comparison-box { 
order: 4; 
width: 100%; max-width: 400px; margin: 0 auto 10px; box-sizing: border-box; } .digitize-stage { 
order: 5; 
margin-top: 10px; margin-bottom: 20px; transform: scale(0.85); 
width: 100%;
height: 350px; } .btn-transform {
order: 6;
width: auto; max-width: fit-content; margin: 0 auto 20px; display: inline-flex; }
} @keyframes shine { 0% { left: -100%; } 20% { left: 200%; } 100% { left: 200%; } }
@keyframes reflection-move { 0% { left: -150%; } 100% { left: 150%; } }
@keyframes float-metal {
0%, 100% { transform: rotateX(10deg) rotateY(-15deg) translateY(0); }
50% { transform: rotateX(5deg) rotateY(-10deg) translateY(-20px); }
}
@keyframes wave-ripple {
0% { transform: scale(0.5); opacity: 0; } 50% { opacity: 1; } 100% { transform: scale(1.5); opacity: 0; }
}
@keyframes float-slow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes slideIn { 0% { opacity: 0; transform: translateX(-20px); } 20% { opacity: 1; transform: translateX(0); } 80% { opacity: 1; } 100% { opacity: 0; } }
@keyframes flash { 0%, 20% { opacity: 0; } 30% { opacity: 0.8; } 100% { opacity: 0; } } @media (min-width: 992px) { .hero-layout { grid-template-columns: 1fr 1fr; text-align: left; }
.hero-content { text-align: left; }
.hero-desc { margin-left: 0; }
.cta-group { flex-direction: row; }
.social-proof-hero { flex-direction: row; }
.card-metal { width: 420px; height: 260px; }
.scene-3d { width: 420px; height: 260px; } .bento-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(280px, auto); }
.span-2 { grid-column: span 2; }
.span-3 { grid-column: span 3; }
.feature-dashboard .row-flex { display: flex; align-items: center; justify-content: space-between; gap: 40px; width: 100%; }
.text-side { flex: 1; } .visual-side { flex: 1; } .builder-layout { grid-template-columns: 1fr 1fr; }
.phone-shell { width: 320px; height: 640px; } .reviews-grid { grid-template-columns: repeat(3, 1fr); } .digitize-wrapper { display: flex; flex-direction: row; justify-content: space-between; text-align: left; }
.digitize-text { max-width: 50%; }
} .check-list-elite { margin-top: 30px; list-style: none; }
.check-list-elite li { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; font-size: 1.1rem; color: #e2e8f0; }
.check-list-elite i { color: var(--success); background: rgba(16,185,129,0.1); padding: 8px; border-radius: 50%; }
.anim-container { display: flex; align-items: center; justify-content: center; gap: 40px; margin-top: 40px; }
.paper-stack { position: relative; width: 120px; height: 160px; }
.sheet { position: absolute; width: 100%; height: 100%; background: white; border-radius: 8px; border: 1px solid #ccc; transition: 0.5s; display: flex; align-items: center; justify-content: center; color: #333; font-size: 2rem; }
.s1 { top: 0; left: 0; transform: rotate(-5deg); z-index: 3; }
.s2 { top: 5px; left: 5px; transform: rotate(2deg); z-index: 2; opacity: 0.8; }
.s3 { top: 10px; left: 10px; transform: rotate(5deg); z-index: 1; opacity: 0.6; }
.anim-arrow { font-size: 2rem; color: var(--primary); animation: slideRight 2s infinite; }
.elite-card-preview { width: 120px; height: 180px; background: linear-gradient(135deg, #111, #000); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: white; position: relative; box-shadow: 0 0 30px rgba(99,102,241,0.3); }
@keyframes slideRight { 
0%,100% { transform: translateX(0); opacity: 0.5; } 
50% { transform: translateX(10px); opacity: 1; } 
} @media (min-width: 992px) {
.digitize-wrapper { flex-direction: row; justify-content: space-between; text-align: left; }
.digitize-text { max-width: 50%; }
} .section-examples-light {
padding: 60px 0; background: #FFFFFF;
overflow: hidden;
}
.section-title-dark {
font-family: 'Space Grotesk', sans-serif;
font-size: 2.5rem; font-weight: 800; color: #1E293B;
margin-bottom: 10px;
}
.text-highlight { color: #2563EB; }
.section-sub-dark { color: #64748B; font-size: 1.1rem; max-width: 600px; margin: 0 auto; }
.badge-pill-light {
display: inline-block; padding: 6px 16px; background: #F1F5F9; color: #475569;
border-radius: 50px; font-size: 0.8rem; font-weight: 700; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px;
} .examples-scroll-wrapper {
width: 100%;
position: relative; -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.examples-track {
display: flex;
align-items: center;
gap: 40px; 
overflow-x: auto; padding: 60px 50px; 
scrollbar-width: none;
-ms-overflow-style: none;
cursor: grab;
-webkit-overflow-scrolling: touch;
}
.examples-track::-webkit-scrollbar { display: none; }
.examples-track.active {
cursor: grabbing;
scroll-behavior: auto; 
}  .phone-mockup-real {
position: relative;
width: 210px; height: 420px; background: #000000;
border-radius: 26px; 
border: 7px solid #1E293B; 
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
flex-shrink: 0;
transition: transform 0.3s ease;
overflow: hidden;
user-select: none;
} .phone-mockup-real:hover {
transform: translateY(-10px) scale(1.05); box-shadow: 0 30px 60px rgba(37, 99, 235, 0.2);
border-color: #0F172A;
z-index: 5;
}
.phone-screen-img {
width: 100%; height: 100%;
background: #F1F5F9;
border-radius: 18px; 
overflow: hidden;
}
.phone-screen-img img {
width: 100%; height: 100%;
object-fit: cover;
display: block;
pointer-events: none;
} @media (max-width: 768px) {
.section-examples-light { padding: 40px 0; }
.examples-track {
gap: 20px;
padding: 40px 20px; }
.phone-mockup-real { width: 180px; 
height: 360px; 
border-width: 5px;
}
}  .section-faq-light {
padding: 80px 0;
background: #FFFFFF;
position: relative; } .section-faq-light .container {
max-width: 1600px;
width: 94%;
padding: 0;
margin: 0 auto;
box-sizing: border-box;
} .faq-header-center {
text-align: center;
max-width: 800px;
margin: 0 auto 60px auto;
padding: 0 20px;
}
.faq-header-center .section-title-dark { margin-bottom: 15px; } .faq-split-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px; 
align-items: start; } .faq-left-col {
position: -webkit-sticky;
position: sticky; top: calc(var(--header-height) + 30px);
align-self: start;
height: fit-content;
z-index: 10; } .contact-box-glass {
background: #F8FAFC;
border: 1px solid #E2E8F0;
border-radius: 24px;
padding: 40px;
margin-top: 0;
box-sizing: border-box;
}
.icon-support {
width: 50px; height: 50px; background: white;
border-radius: 12px; display: flex; align-items: center; justify-content: center;
color: #2563EB; font-size: 1.5rem; margin-bottom: 20px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.contact-box-glass h3 { font-size: 1.4rem; color: #1E293B; margin-bottom: 10px; font-weight: 700; }
.contact-box-glass p { font-size: 1rem; color: #64748B; margin-bottom: 25px; } .cf7-custom-style input[type="text"],
.cf7-custom-style input[type="email"],
.cf7-custom-style textarea {
width: 100%; padding: 15px 20px;
background: #FFFFFF; border: 1px solid #CBD5E1;
border-radius: 8px; margin-bottom: 15px;
font-family: 'Space Grotesk', sans-serif;
font-size: 0.95rem;
transition: 0.3s;
box-sizing: border-box;
}
.cf7-custom-style input:focus, 
.cf7-custom-style textarea:focus {
border-color: #2563EB; outline: none; box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
} .cf7-custom-style input[type="submit"] {
background: #1E293B; color: white; border: none;
padding: 15px 30px; border-radius: 50px; font-weight: 700;
cursor: pointer; 
width: 100%; max-width: 100%; 
transition: 0.3s; font-size: 1rem;
box-sizing: border-box; 
white-space: normal; 
}
.cf7-custom-style input[type="submit"]:hover { background: #2563EB; } .faq-accordion-col {
display: flex; flex-direction: column; gap: 15px;
}
.faq-item {
background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 16px;
overflow: hidden;
transition: all 0.3s ease;
}
.faq-item[open] {
box-shadow: 0 10px 30px -10px rgba(0,0,0,0.08);
border-color: #CBD5E1;
}
summary {
list-style: none; padding: 25px 30px;
cursor: pointer;
display: flex; justify-content: space-between; align-items: center;
font-weight: 700; color: #1E293B; font-size: 1.1rem;
}
summary::-webkit-details-marker { display: none; }
.icon-toggle {
width: 36px; height: 36px; background: #F1F5F9;
border-radius: 50%; display: flex; align-items: center; justify-content: center;
color: #2563EB; font-size: 1rem; transition: transform 0.3s ease, background 0.3s;
flex-shrink: 0;
}
details[open] summary .icon-toggle {
transform: rotate(45deg); background: #EFF6FF; color: #1E293B;
}
.answer {
padding: 0 30px 30px; color: #64748B; line-height: 1.7; font-size: 1rem;
animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
from { opacity: 0; transform: translateY(-10px); }
to { opacity: 1; transform: translateY(0); }
} @media (max-width: 992px) {
.section-faq-light { 
padding: 60px 0;
overflow: hidden; }
.section-faq-light .container {
width: 100% !important; 
max-width: 100% !important;
padding: 0 20px; 
box-sizing: border-box;
}
.faq-header-center { margin-bottom: 30px; padding: 0; }
.faq-split-layout { 
display: flex; 
flex-direction: column;
align-items: center;
gap: 40px;
width: 100%;
} .faq-accordion-col { order: 1; width: 100%; }
.faq-left-col { 
order: 2; width: 100%; 
position: static; }
.contact-box-glass {
width: 100%;
padding: 30px 20px; 
box-sizing: border-box; 
}
}