/*
Theme Name: RostokWeb Studio
Description: Nitro metallic studio style
Author: ShopingBro
Version: 1.2
*/

*{
box-sizing:border-box;
}

:root{
--bg:#dfe4ea;
--bg-2:#cfd6de;
--panel:#f4f6f8;
--panel-2:#e5e9ee;
--metal:#b8c0c9;
--metal-dark:#8b96a3;
--text:#111827;
--muted:#5f6b7a;
--line:#c7d0da;
--accent:#2f80ff;
--accent-dark:#1457c7;
--graphite:#1a2230;
--graphite-2:#242f3f;
--white:#ffffff;
--shadow:0 14px 34px rgba(17,24,39,.12);
--shadow-strong:0 20px 44px rgba(17,24,39,.18);
--radius:18px;
}

html{
margin:0;
padding:0;
scroll-behavior:smooth;
}

body{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:var(--text);
line-height:1.6;
background:
linear-gradient(135deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 28%),
linear-gradient(180deg, #eef2f5 0%, #d8dee5 100%);
}

body::before{
content:"";
position:fixed;
inset:0;
pointer-events:none;
background:
repeating-linear-gradient(
90deg,
rgba(255,255,255,.05) 0px,
rgba(255,255,255,.05) 1px,
transparent 1px,
transparent 180px
);
opacity:.25;
}

img{
max-width:100%;
height:auto;
display:block;
}

a{
transition:.25s ease;
}

.container{
width:100%;
max-width:1180px;
margin:0 auto;
padding:0 20px;
}

/* HEADER */
.site-header{
position:sticky;
top:0;
z-index:100;
background:linear-gradient(180deg, rgba(32,40,54,.95) 0%, rgba(22,29,41,.92) 100%);
border-bottom:1px solid rgba(255,255,255,.08);
box-shadow:0 10px 28px rgba(0,0,0,.18);
backdrop-filter:blur(10px);
}

.header-inner{
display:grid;
grid-template-columns:auto 1fr auto;
grid-template-areas:
"branding spacer cta"
"nav nav nav";
align-items:center;
column-gap:24px;
row-gap:12px;
padding:10px 0 14px;
}

.site-branding{
grid-area:branding;
display:flex;
align-items:center;
justify-content:flex-start;
min-width:0;
}

.site-logo{
display:flex;
align-items:center;
justify-content:flex-start;
}

.site-logo .custom-logo-link{
display:inline-flex;
align-items:center;
justify-content:flex-start;
}

.site-logo .custom-logo{
height:120px;
width:auto;
display:block;
filter:drop-shadow(0 2px 4px rgba(0,0,0,.25));
}

.site-logo-text{
font-size:26px;
font-weight:800;
text-decoration:none;
line-height:1;
letter-spacing:-.02em;
color:#f4f7fb;
text-shadow:0 1px 0 rgba(0,0,0,.3);
}

.site-tagline{
font-size:13px;
color:#9fb0c3;
}

.main-nav{
grid-area:nav;
display:flex;
justify-content:center;
width:100%;
padding-top:8px;
border-top:1px solid rgba(255,255,255,.08);
}

.main-menu{
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
gap:26px;
list-style:none;
margin:0;
padding:0;
}

.main-menu li{
margin:0;
padding:0;
list-style:none;
}

.main-menu a{
text-decoration:none;
color:#e5edf8;
font-weight:700;
position:relative;
display:inline-block;
}

.main-menu a:hover{
color:#66a3ff;
}

.main-menu a::after{
content:"";
position:absolute;
left:0;
bottom:-8px;
width:0;
height:2px;
background:linear-gradient(90deg, #6db2ff, #2f80ff);
transition:.25s ease;
}

.main-menu a:hover::after,
.main-menu .current-menu-item > a::after,
.main-menu .current_page_item > a::after,
.main-menu .current-menu-ancestor > a::after{
width:100%;
}

.main-menu .current-menu-item > a,
.main-menu .current_page_item > a,
.main-menu .current-menu-ancestor > a{
color:#66a3ff;
}

.header-btn{
grid-area:cta;
display:inline-flex;
align-items:center;
justify-content:center;
padding:13px 22px;
background:linear-gradient(180deg, #3c4a5d 0%, #222e3d 100%);
border:1px solid rgba(255,255,255,.12);
color:#ffffff;
text-decoration:none;
border-radius:12px;
font-weight:700;
box-shadow:
inset 0 1px 0 rgba(255,255,255,.16),
0 10px 22px rgba(0,0,0,.22);
justify-self:end;
}

.header-btn:hover{
transform:translateY(-2px);
background:linear-gradient(180deg, #4b5b70 0%, #29364a 100%);
color:#fff;
}

/* HEADER RESPONSIVE */
@media (max-width: 991px){

.header-inner{
grid-template-columns:1fr;
grid-template-areas:
"branding"
"cta"
"nav";
justify-items:center;
row-gap:12px;
padding:10px 0 14px;
}

.site-branding{
justify-content:center;
text-align:center;
width:100%;
}

.site-logo,
.site-logo .custom-logo-link{
justify-content:center;
}

.header-btn{
justify-self:center;
}

.main-nav{
width:100%;
justify-content:center;
}

.main-menu{
justify-content:center;
flex-wrap:wrap;
gap:16px 20px;
}

}

@media (max-width: 640px){

.header-btn{
width:100%;
max-width:320px;
}

.site-logo .custom-logo{
height:90px;
}

.main-menu{
flex-direction:column;
gap:12px;
}

}

/* HERO */
.hero{
padding:100px 0 76px;
position:relative;
overflow:hidden;
background:
linear-gradient(180deg, rgba(255,255,255,.48) 0%, rgba(255,255,255,.12) 100%);
border-bottom:1px solid rgba(255,255,255,.35);
}

.hero::before{
content:"";
position:absolute;
top:-120px;
right:-120px;
width:420px;
height:420px;
border-radius:50%;
background:
radial-gradient(circle, rgba(47,128,255,.20) 0%, rgba(47,128,255,.05) 45%, transparent 70%);
filter:blur(8px);
pointer-events:none;
}

.hero::after{
content:"";
position:absolute;
left:0;
right:0;
bottom:0;
height:1px;
background:linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent);
}

.hero .container{
position:relative;
z-index:1;
}

.hero h1{
margin:0 0 22px;
font-size:58px;
line-height:1.02;
letter-spacing:-.03em;
max-width:820px;
color:#0f1720;
text-shadow:0 1px 0 rgba(255,255,255,.55);
}

.hero p{
margin:0;
font-size:20px;
max-width:720px;
color:var(--muted);
}

.btn{
display:inline-block;
margin-top:30px;
padding:15px 28px;
background:linear-gradient(180deg, #4694ff 0%, #1f72f3 100%);
border:1px solid rgba(255,255,255,.4);
color:#fff;
text-decoration:none;
border-radius:14px;
font-weight:800;
box-shadow:
inset 0 1px 0 rgba(255,255,255,.28),
0 18px 34px rgba(31,114,243,.28);
}

.btn:hover{
transform:translateY(-2px);
background:linear-gradient(180deg, #5aa0ff 0%, #2267d9 100%);
color:#fff;
}

.stats{
display:grid;
grid-template-columns:repeat(3, minmax(0,1fr));
gap:22px;
margin-top:46px;
}

.stat{
position:relative;
padding:28px;
border-radius:18px;
background:
linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(226,232,238,.95) 100%);
border:1px solid rgba(255,255,255,.75);
box-shadow:
inset 0 1px 0 rgba(255,255,255,.75),
inset 0 -1px 0 rgba(139,150,163,.25),
var(--shadow);
overflow:hidden;
}

.stat::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:linear-gradient(90deg, #6fb2ff 0%, #2f80ff 60%, #153a71 100%);
}

.stat::after{
content:"";
position:absolute;
top:10px;
right:12px;
width:90px;
height:90px;
border-radius:50%;
background:radial-gradient(circle, rgba(255,255,255,.55), transparent 70%);
pointer-events:none;
}

.stat-number{
font-size:40px;
font-weight:800;
line-height:1;
margin-bottom:10px;
color:#0f1720;
}

/* SERVICES */
.services{
padding:88px 0;
}

.services h2{
margin:0 0 38px;
font-size:38px;
line-height:1.08;
letter-spacing:-.02em;
color:#111827;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4, minmax(0,1fr));
gap:22px;
}

.service-card{
position:relative;
padding:30px;
border-radius:20px;
background:
linear-gradient(180deg, #f8fafc 0%, #dee5ec 100%);
border:1px solid rgba(255,255,255,.75);
box-shadow:
inset 0 1px 0 rgba(255,255,255,.75),
inset 0 -1px 0 rgba(139,150,163,.28),
var(--shadow);
overflow:hidden;
transition:.28s ease;
}

.service-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:linear-gradient(90deg, #77b8ff 0%, #2f80ff 45%, #1a2230 100%);
}

.service-card::after{
content:"";
position:absolute;
top:0;
right:-40px;
width:120px;
height:100%;
transform:skewX(-18deg);
background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,0));
pointer-events:none;
}

.service-card:hover{
transform:translateY(-8px);
box-shadow:
inset 0 1px 0 rgba(255,255,255,.82),
inset 0 -1px 0 rgba(139,150,163,.32),
var(--shadow-strong);
}

.service-card h3{
margin:0 0 14px;
font-size:24px;
line-height:1.15;
color:#111827;
}

.service-card p{
margin:0;
font-size:17px;
color:var(--muted);
}

/* FOOTER BASE */
footer{
margin-top:54px;
padding:34px 0;
text-align:center;
color:#667384;
background:
linear-gradient(180deg, rgba(255,255,255,.58) 0%, rgba(230,235,241,.85) 100%);
border-top:1px solid rgba(255,255,255,.7);
box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}

/* RESPONSIVE */
@media (max-width: 991px){

.header-inner{
padding:10px 0 14px;
}

.site-branding{
align-items:center;
text-align:center;
width:100%;
justify-content:center;
}

.main-nav{
order:2;
width:100%;
justify-content:center;
}

.main-menu{
justify-content:center;
flex-wrap:wrap;
gap:16px 20px;
}

.hero h1{
font-size:42px;
}

.hero p{
font-size:18px;
}

.stats{
grid-template-columns:1fr;
}

.services-grid{
grid-template-columns:repeat(2, minmax(0,1fr));
}

}

@media (max-width: 640px){

.hero{
padding:72px 0 56px;
}

.hero h1{
font-size:34px;
}

.hero p{
font-size:16px;
}

.services{
padding:64px 0;
}

.services h2{
font-size:30px;
}

.services-grid{
grid-template-columns:1fr;
}

.header-btn{
width:100%;
}

.site-logo .custom-logo{
height:90px;
}

.main-menu{
flex-direction:column;
gap:12px;
padding-top:12px;
}

}

.hero-seo{
background-image:url("https://rostokweb.com/wp-content/uploads/2026/03/search-engine-optimization-7843974_1280.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
padding:120px 0 90px;
position:relative;
overflow:hidden;
}

.hero-seo::before{
content:"";
position:absolute;
inset:0;
background:
linear-gradient(180deg, rgba(7,18,45,.55) 0%, rgba(8,16,35,.72) 100%);
}

.hero-seo .container{
position:relative;
z-index:2;
}

.hero-seo-top{
max-width:760px;
margin:0 auto 40px;
text-align:center;
}

.hero-seo-top h1{
margin:0 0 18px;
font-size:56px;
line-height:1.03;
letter-spacing:-.03em;
color:#ffffff;
text-shadow:0 2px 10px rgba(0,0,0,.35);
}

.hero-seo-top p{
margin:0 auto;
max-width:700px;
font-size:20px;
line-height:1.6;
color:rgba(255,255,255,.92);
text-shadow:0 1px 6px rgba(0,0,0,.25);
}

.hero-seo-top .btn{
margin-top:28px;
}

.seo-cards{
display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:22px;
align-items:stretch;
}

.seo-card{
background:rgba(255,255,255,.92);
backdrop-filter:blur(8px);
padding:26px 22px;
border-radius:16px;
border:1px solid rgba(255,255,255,.45);
box-shadow:0 20px 40px rgba(0,0,0,.20);
text-align:center;
transition:.28s ease;
position:relative;
overflow:hidden;
}

.seo-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:linear-gradient(90deg,#68a7ff 0%, #2f80ff 50%, #7fd7ff 100%);
}

.seo-card:hover{
transform:translateY(-8px);
box-shadow:0 28px 52px rgba(0,0,0,.28);
background:rgba(255,255,255,.97);
}

.seo-card h3{
margin:0 0 10px;
font-size:24px;
line-height:1.15;
color:#0f1720;
}

.seo-card p{
margin:0;
font-size:15px;
line-height:1.55;
color:#445064;
}

.services-stats{
padding:50px 0 80px;
background:linear-gradient(180deg,#d8dee5 0%, #e7ecf2 100%);
}

@media (max-width: 991px){

.hero-seo{
padding:100px 0 70px;
}

.hero-seo-top h1{
font-size:42px;
}

.hero-seo-top p{
font-size:18px;
}

.seo-cards{
grid-template-columns:repeat(2,minmax(0,1fr));
}

}

@media (max-width: 640px){

.hero-seo{
padding:82px 0 56px;
}

.hero-seo-top h1{
font-size:32px;
}

.hero-seo-top p{
font-size:16px;
}

.seo-cards{
grid-template-columns:1fr;
}

}

/* =========================
   FOOTER
========================= */
.site-footer{
background:#f5f7fb;
border-top:1px solid #e3e8ef;
margin-top:60px;
padding:40px 0;
}

.footer-inner{
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:40px;
flex-wrap:wrap;
}

.footer-left{
flex:1 1 420px;
display:flex;
align-items:center;
gap:18px;
}

.footer-logo{
flex:0 0 auto;
}

.footer-logo img,
.footer-logo .custom-logo{
max-height:80px;
width:auto;
display:block;
}

.footer-brand{
margin:0;
}

.footer-brand strong{
display:block;
font-size:24px;
font-weight:700;
color:#111827;
line-height:1.2;
margin-bottom:8px;
}

.footer-copy{
font-size:15px;
color:#6b7280;
line-height:1.5;
}

.footer-right{
flex:0 1 360px;
display:flex;
flex-direction:column;
gap:10px;
}

.footer-contact-line{
display:flex;
align-items:center;
gap:8px;
font-size:16px;
line-height:1.5;
color:#111827;
flex-wrap:wrap;
}

.footer-contact-line .footer-icon{
font-size:16px;
line-height:1;
display:inline-flex;
align-items:center;
justify-content:center;
width:18px;
}

.footer-contact-line .footer-label{
font-weight:700;
color:#374151;
}

.footer-contact-line a{
color:#111827;
text-decoration:none;
word-break:break-word;
}

.footer-contact-line a:hover{
color:#2563eb;
}

@media (max-width: 768px){
.site-footer{
padding:30px 0;
}

.footer-inner{
flex-direction:column;
gap:26px;
}

.footer-left{
width:100%;
align-items:flex-start;
}

.footer-right{
width:100%;
flex:1 1 100%;
}

.footer-brand strong{
font-size:22px;
}

.footer-copy,
.footer-contact-line{
font-size:15px;
}
}

.page-content{
max-width:900px;
margin:60px auto;
padding:0 20px;
line-height:1.7;
font-size:18px;
}

.page-content h1{
font-size:36px;
margin-bottom:25px;
}

.page-text p{
margin-bottom:18px;
}
.page-id-46 .page-content.container{
	max-width:2200px;
}