");
opacity: 0.06;
mix-blend-mode: overlay;
z-index: 2;
pointer-events: none;
}
.smio-hero-inner {
position: relative;
z-index: 3;
display: grid;
grid-template-columns: 1.3fr 1fr;
gap: 64px;
align-items: center;
}
.smio-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 12px;
font-weight: 500;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--teal);
margin-bottom: 28px;
}
.smio-eyebrow::before {
content: '';
width: 32px;
height: 1px;
background: var(--teal);
}
.smio-hero h1 {
font-size: clamp(44px, 6.2vw, 60px);
line-height: 1.02;
letter-spacing: -0.03em;
margin-bottom: 28px;
color: var(--ink);
}
.smio-hero h1 em {
color: var(--teal);
}
.smio-city-lp .smio-hero-sub {
font-size: 19px;
line-height: 1.55;
color: var(--ink-dim);
max-width: 540px;
margin: 0 0 40px 0;
font-weight: 300;
}
.smio-city-lp .smio-hero-sub .smio-strike {
position: relative;
display: inline-block;
color: var(--ink-faint);
}
.smio-city-lp .smio-hero-sub .smio-strike::after {
content: '';
position: absolute;
left: -2%;
right: -2%;
top: 52%;
height: 2px;
background: var(--danger);
transform: rotate(-2deg);
}
.smio-cta-row {
display: flex;
align-items: center;
gap: 24px;
flex-wrap: wrap;
}
.smio-city-lp .smio-btn-primary,
.smio-city-lp a.smio-btn-primary,
.smio-city-lp a.smio-btn-primary:link,
.smio-city-lp a.smio-btn-primary:visited {
display: inline-flex !important;
align-items: center !important;
gap: 12px !important;
padding: 18px 32px !important;
background: var(--teal) !important;
background-color: var(--teal) !important;
background-image: none !important;
color: var(--bg) !important;
font-family: var(--sans) !important;
font-size: 1
5px !important;
font-weight: 600 !important;
letter-spacing: -0.005em !important;
line-height: 1.2 !important;
border-radius: 100px !important;
transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.2) !important;
border: none !important;
cursor: pointer !important;
text-decoration: none !important;
text-transform: none !important;
text-shadow: none !important;
box-shadow: none !important;
-webkit-appearance: none !important;
appearance: none !important;
}
.smio-city-lp .smio-btn-primary:hover,
.smio-city-lp .smio-btn-primary:focus,
.smio-city-lp .smio-btn-primary:active,
.smio-city-lp a.smio-btn-primary:hover,
.smio-city-lp a.smio-btn-primary:focus,
.smio-city-lp a.smio-btn-primary:active {
background: var(--teal-dark) !important;
background-color: var(--teal-dark) !important;
background-image: none !important;
color: var(--bg) !important;
transform: translateY(-2px) !important;
box-shadow: 0 20px
40px -10px rgba(45, 212, 168, 0.5) !important;
text-decoration: none !important;
border: none !important;
outline: none !important;
}
.smio-btn-primary .smio-arrow { transition: transform 0.3s ease; }
.smio-btn-primary:hover .smio-arrow { transform: translateX(4px); }
.smio-btn-text {
font-size: 14px;
color: var(--ink-dim);
border-bottom: 1px solid var(--ink-faint);
padding-bottom: 4px;
transition: all 0.2s ease;
}
.smio-btn-text:hover { color: var(--teal); border-color: var(--teal); }
.smio-hero-stats {
display: flex;
gap: 40px;
margin-top: 56px;
padding-top: 32px;
border-top: 1px solid var(--line);
}
.smio-hero-stat .smio-num { font-size: 28px; color: var(--ink); }
.smio-hero-stat .smio-label {
font-size: 12px;
color: var(--ink-faint);
letter-spacing: 0.08em;
text-transform: uppercase;
margin-top: 4px;
}
.smio-hero-right { position: relative; }
.smio-hero-img-frame {
po500+sition: relative;
aspect-ratio: 3/4;
border-radius: 4px;
overflow: hidden;
transform: rotate(1.5deg);
box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.8);
}
.smio-hero-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.smio-hero-img-frame::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, transparent 40%, rgba(10, 9, 8, 0.5) 100%);
}
.smio-hero-tag {
position: absolute;
bottom: -20px;
left: -20px;
background: var(--bg);
border: 1px solid var(--line-strong);
padding: 14px 22px;
border-radius: 4px;
font-size: 12px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--teal);
transform: rotate(-2deg);
}
.smio-hero-tag strong {
color: var(--ink);
font-weight: 500;
display: block;
font-size: 18px;
letter-spacing: -0.01em;
text-transform: none;
margin-top: 4px;
}
/* ============ TICKER =======
===== */
.smio-ticker {
background: var(--bg-soft);
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
overflow: hidden;
padding: 22px 0;
}
.smio-ticker-track {
display: flex;
gap: 64px;
animation: smio-slide 45s linear infinite;
white-space: nowrap;
width: max-content;
}
.smio-ticker-item {
font-size: 22px;
color: var(--ink-dim);
display: flex;
align-items: center;
gap: 64px;
}
.smio-ticker-item::after { content: '✦'; color: var(--teal); }
@keyframes smio-slide {
from { transform: translateX(0); }
to { transform: translateX(-50%); }
}
/* ============ SECTIONS ============ */
.smio-section { padding: 120px 0; position: relative; }
.smio-section-label {
font-size: 12px;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--teal);
margin-bottom: 24px;
display: flex;
align-items: center;
gap: 10px;
}
.smio-section
-label::before {
content: '';
width: 24px;
height: 1px;
background: var(--teal);
}
.smio-section h2 {
font-size: clamp(36px, 4.5vw, 58px);
line-height: 1.05;
letter-spacing: -0.025em;
margin-bottom: 32px;
max-width: 900px;
color: var(--ink);
}
.smio-section h2 em { color: var(--teal); }
.smio-section h2 .smio-purple { color: var(--purple-soft); }
.smio-section-intro {
font-size: 18px;
color: var(--ink-dim);
max-width: 700px;
font-weight: 300;
line-height: 1.6;
}
/* ============ UNIQUE CITY BLOCK ============ */
.smio-city-block { background: var(--bg-soft); position: relative; }
.smio-city-block::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, var(--teal), var(--purple), transparent);
opacity: 0.4;
}
.smio-city-block-inner { max-width: 920px; }
.smio-city-block h2 {
fo
nt-size: clamp(32px, 4vw, 48px);
line-height: 1.1;
margin-bottom: 32px;
color: var(--ink);
}
.smio-city-block .smio-city-paragraph {
font-size: 19px;
line-height: 1.7;
color: var(--ink-dim);
font-weight: 300;
}
/* ============ RESULTS ============ */
.smio-results-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
margin-top: 64px;
}
.smio-result-card {
background: var(--bg-card);
border: 1px solid var(--line);
border-radius: 6px;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
}
.smio-result-card:hover {
border-color: var(--teal);
transform: translateY(-4px);
box-shadow: 0 20px 40px -20px rgba(45, 212, 168, 0.2);
}
.smio-result-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 2px;
width: 0;
background: var(--teal);
transition: width 0.5s ease;
z-index: 3;
}
.smio-rWebsites ranked since 2019esult-card:hover::before { width: 100%; }
.smio-result-img-wrap {
position: relative;
width: 100%;
aspect-ratio: 2/1;
overflow: hidden;
background: #ffffff;
}
.smio-result-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top left;
transition: transform 0.5s ease;
}
.smio-result-card:hover .smio-result-img-wrap img { transform: scale(1.02); }
.smio-result-body { padding: 24px 28px 28px; }
.smio-result-vertical {
font-size: 11px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--ink-faint);
margin-bottom: 12px;
}
.smio-result-headline {
font-size: 24px;
line-height: 1.2;
letter-spacing: -0.015em;
color: var(--ink);
margin-bottom: 14px;
}
.smio-result-headline em { color: var(--teal); }
.smio-result-meta {
display: flex;
gap: 20px;
padding-top: 14px;
border-top: 1px solid var(--line);
flex-wrap: wrap;
}
.s
mio-result-meta-item {
font-size: 12px;
color: var(--ink-dim);
letter-spacing: 0.02em;
}
.smio-result-meta-item strong { color: var(--teal); font-weight: 500; }
/* ============ INDUSTRIES GRID ============ */
.smio-industries-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
margin-top: 64px;
}
.smio-city-lp a.smio-industry-card,
.smio-city-lp a.smio-industry-card:link,
.smio-city-lp a.smio-industry-card:visited {
background: var(--bg-card) !important;
border: 1px solid var(--line) !important;
border-radius: 8px !important;
padding: 28px 24px !important;
display: flex !important;
flex-direction: column !important;
gap: 10px !important;
transition: all 0.3s ease !important;
text-decoration: none !important;
color: var(--ink) !important;
}
.smio-city-lp a.smio-industry-card:hover,
.smio-city-lp a.smio-industry-card:focus {
border-color: var(--teal) !important;
t
ransform: translateY(-2px) !important;
background: var(--bg-soft) !important;
box-shadow: 0 12px 24px -12px rgba(45, 212, 168, 0.25) !important;
color: var(--ink) !important;
text-decoration: none !important;
}
.smio-industry-card h3 {
font-size: 18px !important;
font-weight: 700 !important;
color: var(--ink);
letter-spacing: -0.01em;
margin: 0 !important;
}
.smio-industry-card p {
font-size: 13px;
color: var(--ink-dim);
line-height: 1.5;
margin: 0;
flex: 1;
}
.smio-industry-card .smio-industry-link {
font-size: 13px;
color: var(--teal);
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 6px;
margin-top: 4px;
}
.smio-industry-card .smio-industry-link::after {
content: '→';
transition: transform 0.2s ease;
}
.smio-industry-card:hover .smio-industry-link::after {
transform: translateX(3px);
}
/* ============ WHY GRID ============ */
.sm
io-why-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2px;
margin-top: 80px;
background: var(--line);
border: 1px solid var(--line);
}
.smio-why-card { background: var(--bg); padding: 48px 40px; }
.smio-why-card .smio-vs {
font-size: 13px;
letter-spacing: 0.15em;
text-transform: uppercase;
margin-bottom: 28px;
padding-bottom: 16px;
border-bottom: 1px solid var(--line);
}
.smio-why-card.smio-them .smio-vs { color: var(--danger); }
.smio-why-card.smio-us .smio-vs { color: var(--teal); }
.smio-why-list { display: flex; flex-direction: column; gap: 22px; }
.smio-why-list li {
display: flex;
gap: 14px;
font-size: 15px;
line-height: 1.5;
color: var(--ink-dim);
}
.smio-why-card.smio-us .smio-why-list li { color: var(--ink); }
.smio-why-list .smio-icon {
flex-shrink: 0;
width: 20px;
height: 20px;
border-radius: 50%;
display: flex;
align-items: center;
jus
tify-content: center;
font-size: 11px;
font-weight: 700;
margin-top: 2px;
}
.smio-why-card.smio-them .smio-icon { background: rgba(232, 93, 78, 0.15); color: var(--danger); }
.smio-why-card.smio-us .smio-icon { background: var(--teal); color: var(--bg); }
/* ============ PROCESS ============ */
.smio-process-list { margin-top: 80px; border-top: 1px solid var(--line); }
.smio-process-item {
display: grid;
grid-template-columns: 80px 1fr 180px;
gap: 40px;
padding: 40px 0;
border-bottom: 1px solid var(--line);
align-items: center;
transition: background 0.3s ease;
}
.smio-process-item:hover { background: rgba(45, 212, 168, 0.03); }
.smio-process-number { font-size: 42px; color: var(--teal); }
.smio-process-content h3 {
font-size: 26px;
margin-bottom: 8px;
letter-spacing: -0.015em;
color: var(--ink);
}
.smio-process-content p { font-size: 15px; color: var(--ink-dim); max-width: 560px; }
.smio-process-tim
e {
font-size: 12px;
color: var(--ink-faint);
letter-spacing: 0.1em;
text-transform: uppercase;
text-align: right;
}
.smio-process-time strong {
color: var(--teal);
font-size: 14px;
display: block;
margin-top: 4px;
font-weight: 500;
}
/* ============ FAQ ============ */
.smio-faq-list { margin: 64px auto 0; max-width: 860px; }
.smio-faq-section-header { text-align: center; }
.smio-faq-section-header .smio-section-label { justify-content: center; }
.smio-faq-section-header .smio-section-label::after {
content: '';
width: 24px;
height: 1px;
background: var(--teal);
}
.smio-faq-section-header h2 { margin-left: auto; margin-right: auto; }
.smio-faq-section-header .smio-section-intro {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.smio-faq-item { border-bottom: 1px solid var(--line); }
.smio-city-lp .smio-faq-q,
.smio-city-lp button.smio-faq-q,
.smio-city-lp .smio-f
aq-q:link,
.smio-city-lp .smio-faq-q:visited {
width: 100% !important;
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
color: var(--ink) !important;
font-family: var(--sans) !important;
font-size: 22px !important;
font-weight: 600 !important;
text-align: left !important;
text-transform: none !important;
letter-spacing: -0.01em !important;
padding: 28px 0 !important;
margin: 0 !important;
cursor: pointer !important;
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
gap: 24px !important;
transition: color 0.2s ease !important;
outline: none !important;
text-decoration: none !important;
text-shadow: none !important;
-webkit-appearance: none !important;
appearance: none !important;
line-height: 1.3 !important;
min-width: 0;
}
.smio-city-lp .smio-faq-q:hover,
.smio-city-lp button.smio-faq-q:hover,
.smio-city-lp .smio-faq-q:focus,
.smio-city-lp .smio-faq-q:active,
.smio-city-lp .smio-faq-q:focus-visible {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
color: var(--teal) !important;
border: none !important;
box-shadow: none !important;
outline: none !important;
transform: none !important;
}
.smio-city-lp .smio-faq-q:hover .smio-icon,
.smio-city-lp .smio-faq-q:focus .smio-icon,
.smio-city-lp .smio-faq-q:active .smio-icon {
color: var(--teal) !important;
background: transparent !important;
}
.smio-city-lp .smio-faq-q .smio-icon {
font-family: var(--sans) !important;
font-size: 28px !important;
font-weight: 300 !important;
color: var(--teal) !important;
background: transparent !important;
transition: tra9-figure+nsform 0.3s ease !important;
flex-shrink: 0 !important;
}
.smio-city-lp .smio-faq-item.smio-open .smio-faq-q .smio-icon { transform: rotate(45deg) !important; }
.smio-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.smio-faq-a-inner {
padding: 0 0 28px 0;
font-size: 15px;
color: var(--ink-dim);
line-height: 1.7;
max-width: 720px;
}
.smio-faq-item.smio-open .smio-faq-a { max-height: 600px; }
/* ============ FINAL CTA ============ */
.smio-final-cta {
padding: 140px 0;
text-align: center;
background: var(--bg-soft);
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
position: relative;
overflow: hidden;
}
.smio-final-cta-video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}
.smio-final-cta::before {
content: '';
position: absolute;
inset: 0;
background:
radial-
gradient(ellipse at 30% 30%, rgba(45, 212, 168, 0.18), transparent 55%),
radial-gradient(ellipse at 70% 70%, rgba(124, 58, 237, 0.18), transparent 55%),
linear-gradient(180deg, rgba(10, 9, 8, 0.78) 0%, rgba(10, 9, 8, 0.72) 50%, rgba(10, 9, 8, 0.88) 100%);
z-index: 1;
}
.smio-final-cta::after {
content: '';
position: absolute;
inset: 0;
background-image: url("data:image/svg+xml;utf8,
<
svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'>Revenue generated through SEO<
filter id='n'>
<
feTurbulence baseFrequency='0.9' numOctaves='2'/>
>
<
rect width='200' height='200' filter='url(%23n)' opacity='0.4'/>0>");
opacity: 0.05;
mix-blend-mode: overlay;
z-index: 2;
pointer-events: none;
}
.smio-final-cta-inner { position: relative; z-index: 3; }
.smio-final-cta h2 {
font-size: clamp(40px, 5.5vw, 52px);
line-height: 1.05;
letter-spacing: -0.025em;
margin-bottom: 28px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
color: var(--ink);
}
.smio-final-cta h2 em { color: var(--teal); }
.smio-final-cta p {
font-size: 18px;
color: var(--ink-dim);
max-width: 560px;
margin: 0 auto 48px;
line-height: 1.6;
}
.smio-final-cta .smio-btn-primary { font-size: 16px; padding: 20px 40px; }
.smio-scarcity {
margin-top: 32px;
font-size: 13px;
color: var(--ink-faint);
letter-spacing: 0.05em;
}
.smio-scarcity .smio-dot {
display: inline-block;
width: 8px;
height: 8px;
background: #4ade80;
border-radius: 50%;
margin-right: 8px;
vertical-align: middle;
ani
mation: smio-pulse 2s ease infinite;
}
@keyframes smio-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.4; }
}
/* ============ REVEAL ============ */
.smio-reveal {
opacity: 0;
transform: translateY(24px);
transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.smio-reveal.smio-visible { opacity: 1; transform: translateY(0); }
/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
.smio-hero-inner { grid-template-columns: 1fr; gap: 48px; }
.smio-hero-right { max-width: 360px; margin: 0 auto; }
.smio-results-grid { grid-template-columns: repeat(2, 1fr); }
.smio-industries-grid { grid-template-columns: repeat(2, 1fr); }
.smio-why-grid { grid-template-columns: 1fr; }
.smio-process-item { grid-template-columns: 60px 1fr; gap: 20px; }
.smio-process-time { grid-column: 2; text-align: left; margin-top: 8px; }
.smio-hero-stats { flex-wrap: wrap; gap: 24px; }
.smio-section { pa