.skip-link{position:absolute;top:-40px;left:0;padding:8px 16px;background:#66e3ff;color:#04121e;font-weight:700;text-decoration:none;border-radius:0 0 8px 0;z-index:100;transition:top .1s}
.skip-link:focus{top:0}

:root{
--bg:#0b1220;
--card:#121b2f;
--text:#eaf0ff;
--muted:#b7c2e1;
--accent:#66e3ff;
--line:rgba(255,255,255,.1);
--soft:rgba(255,255,255,.04);
--shadow:0 18px 48px rgba(0,0,0,.18);
}

*{box-sizing:border-box}

body{
margin:0;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
background:
radial-gradient(900px 500px at 10% 10%,rgba(102,227,255,.15),transparent 55%),
radial-gradient(700px 420px at 90% 20%,rgba(255,255,255,.05),transparent 60%),
var(--bg);
color:var(--text);
letter-spacing:-.01em;
}

.wrap{
max-width:1100px;
margin:auto;
padding:40px 20px 72px;
}

/* TOPBAR */

.topbar{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:26px;
flex-wrap:wrap;
gap:16px;
}

.brand{
font-size:17px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
opacity:.95;
}

.lang-switch{
display:flex;
gap:10px;
}

.lang-btn{
padding:8px 14px;
border-radius:10px;
border:1px solid rgba(255,255,255,.18);
background:transparent;
color:var(--text);
cursor:pointer;
font-weight:700;
}

.lang-btn.active{
background:var(--accent);
color:#04121e;
border-color:transparent;
}

/* HEADER */

header{
margin-bottom:56px;
text-align:center;
padding:44px 28px 36px;
border:1px solid rgba(255,255,255,.1);
border-radius:32px;
background:
linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),
radial-gradient(500px 220px at 50% 0%,rgba(102,227,255,.12),transparent 70%);
box-shadow:0 24px 60px rgba(0,0,0,.22);
backdrop-filter:blur(16px);
}

h1{
font-size:clamp(40px,6vw,58px);
line-height:1.05;
letter-spacing:-.03em;
max-width:900px;
margin:0 auto 14px;
}

.subtitle{
color:var(--muted);
font-size:19px;
max-width:740px;
margin:auto;
line-height:1.7;
}

.hero-actions{
display:flex;
gap:14px;
justify-content:center;
flex-wrap:wrap;
margin-top:28px;
margin-bottom:10px;
}

.hero-kicker{
display:inline-flex;
align-items:center;
justify-content:center;
padding:8px 14px;
margin-bottom:18px;
border-radius:999px;
border:1px solid rgba(102,227,255,.2);
background:rgba(102,227,255,.08);
color:var(--accent);
font-size:12px;
font-weight:700;
letter-spacing:.1em;
text-transform:uppercase;
box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.hero-note{
font-size:14px;
max-width:680px;
}

.trust{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:16px;
margin:20px 0 62px;
}

.trust-item{
background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
border:1px solid var(--line);
border-radius:18px;
padding:18px 16px;
text-align:left;
box-shadow:var(--shadow);
}

.trust-label{
font-size:12px;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--accent);
margin-bottom:8px;
font-weight:700;
}

.trust-copy{
color:var(--muted);
font-size:14px;
line-height:1.55;
}

/* DEVELOPER SECTION */

.dev{
text-align:center;
margin:62px 0 78px;
}

.dev img{
width:110px;
border-radius:26px;
margin-bottom:18px;
box-shadow:0 10px 30px rgba(0,0,0,.4);
}

.dev h2{
margin:0 0 10px;
font-size:28px;
}

.dev p{
max-width:680px;
margin:auto;
color:var(--muted);
line-height:1.6;
font-size:17px;
}

/* FEATURED APP */

.featured{
background:
linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03)),
radial-gradient(420px 180px at 50% 0%,rgba(102,227,255,.08),transparent 75%);
border:1px solid rgba(255,255,255,.14);
border-radius:28px;
padding:44px 40px;
text-align:center;
margin-bottom:60px;
box-shadow:0 22px 56px rgba(0,0,0,.2);
}

.featured > img{
width:120px;
border-radius:28px;
margin-bottom:20px;
box-shadow:0 10px 30px rgba(0,0,0,.5);
}

.featured h3{
margin:0 0 12px;
font-size:30px;
letter-spacing:-.02em;
}

.featured-tag{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 12px;
margin-bottom:16px;
border-radius:999px;
background:rgba(102,227,255,.1);
border:1px solid rgba(102,227,255,.22);
color:var(--accent);
font-size:13px;
font-weight:700;
letter-spacing:.04em;
text-transform:uppercase;
}

.featured-tags{
display:flex;
justify-content:center;
gap:10px;
flex-wrap:wrap;
margin-bottom:16px;
}

.featured-tag.is-new{
background:rgba(143,247,210,.12);
border-color:rgba(143,247,210,.24);
color:#8ff7d2;
}

.featured p{
color:var(--muted);
max-width:640px;
margin:auto;
line-height:1.72;
font-size:16px;
}

.featured-points{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:14px;
margin:24px 0 6px;
text-align:left;
}

.featured-point{
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.1);
border-radius:18px;
padding:16px;
}

.featured-point-title{
font-size:13px;
font-weight:700;
letter-spacing:.04em;
text-transform:uppercase;
color:var(--accent);
margin-bottom:8px;
}

.featured-point-copy{
font-size:14px;
line-height:1.55;
color:var(--muted);
}

.section-intro{
text-align:center;
margin:0 0 36px;
}

.section-intro h2{
font-size:34px;
letter-spacing:-.03em;
margin:0 0 12px;
}

.section-intro p{
max-width:760px;
margin:auto;
color:var(--muted);
line-height:1.7;
}

#apps-section{
margin-top:18px;
}

.section-kicker{
display:inline-block;
margin-bottom:10px;
padding:6px 10px;
border-radius:999px;
background:rgba(102,227,255,.08);
border:1px solid rgba(102,227,255,.18);
color:var(--accent);
font-size:12px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
}

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

.info-card,
.service-card,
.contact-card{
background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.03));
border:1px solid var(--line);
border-radius:24px;
padding:28px;
box-shadow:var(--shadow);
}

.info-card h3,
.service-card h3,
.contact-card h2{
margin:0 0 12px;
font-size:22px;
letter-spacing:-.02em;
}

.info-card p,
.service-card p,
.contact-card p{
margin:0;
color:var(--muted);
line-height:1.7;
}

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

.service-card h3{
font-size:18px;
}

.service-card p{
font-size:15px;
}

.secondary-offer .service-card,
.secondary-offer .contact-card{
background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.025));
border-color:rgba(255,255,255,.09);
}

.secondary-offer{
opacity:.9;
}

.contact-card{
text-align:center;
margin-top:60px;
}

.contact-card .buttons{
margin-top:20px;
}

.project-inquiry{
margin-top:28px;
text-align:center;
}

.project-inquiry h2{
margin:0 0 18px;
font-size:28px;
text-align:center;
}

/* GRID */

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:24px;
}

.card{
background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.035));
border:1px solid var(--line);
border-radius:22px;
padding:28px;
text-align:center;
transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
display:flex;
flex-direction:column;
justify-content:space-between;
min-height:340px;
box-shadow:var(--shadow);
position:relative;
overflow:hidden;
}

.card:hover{
transform:translateY(-6px);
box-shadow:0 25px 50px rgba(0,0,0,.4);
border-color:rgba(102,227,255,.18);
}

.card::before{
content:"";
position:absolute;
inset:0 0 auto 0;
height:1px;
background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
}

.app-icon{
width:90px;
height:90px;
border-radius:20px;
margin-bottom:18px;
object-fit:cover;
display:block;
margin-left:auto;
margin-right:auto;
box-shadow:0 6px 18px rgba(0,0,0,.35);
}

.app-title{
font-size:22px;
font-weight:600;
letter-spacing:-.02em;
margin-bottom:10px;
}

.app-meta{
display:inline-flex;
align-items:center;
justify-content:center;
padding:6px 10px;
border-radius:999px;
margin-bottom:14px;
font-size:12px;
font-weight:700;
letter-spacing:.04em;
text-transform:uppercase;
background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.1);
color:var(--accent);
}

.app-desc{
color:var(--muted);
font-size:15px;
line-height:1.68;
margin-bottom:22px;
}

.buttons{
display:flex;
gap:12px;
justify-content:center;
flex-wrap:wrap;
margin-top:auto;
}

.featured-store{
display:flex;
justify-content:center;
margin-top:18px;
}

.featured-links{
display:flex;
justify-content:center;
gap:16px;
flex-wrap:wrap;
margin-top:16px;
}

.subtle-link{
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
padding:10px 14px;
border-radius:999px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.12);
color:var(--text);
text-decoration:none;
font-size:14px;
line-height:1.5;
box-shadow:0 10px 24px rgba(0,0,0,.12);
transition:color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.subtle-link:hover{
color:var(--text);
border-color:rgba(102,227,255,.24);
background:rgba(102,227,255,.08);
transform:translateY(-1px);
}

.app-store-badge{
display:inline-block;
line-height:0;
}

.app-store-badge img{
height:52px;
width:auto;
display:block;
border-radius:0;
margin-bottom:0;
box-shadow:none;
}

.card-store{
display:flex;
justify-content:center;
margin-top:18px;
}

.btn{
padding:12px 18px;
border-radius:12px;
text-decoration:none;
font-size:14px;
font-weight:600;
transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease;
}

.btn.primary{
background:var(--accent);
color:black;
box-shadow:0 10px 26px rgba(102,227,255,.18);
}

.btn.secondary{
border:1px solid rgba(255,255,255,.2);
color:var(--text);
background:rgba(255,255,255,.02);
opacity:.88;
}

.btn:hover{
transform:translateY(-1px);
}

.btn.secondary:hover{
opacity:1;
border-color:rgba(255,255,255,.28);
}

/* FOOTER */

footer{
margin-top:86px;
text-align:center;
font-size:13px;
color:var(--muted);
line-height:1.8;
padding-top:28px;
border-top:1px solid rgba(255,255,255,.08);
}

footer a{
color:var(--muted);
text-decoration:none;
}

footer a:hover{
text-decoration:underline;
color:var(--text);
}

.made{
margin-top:10px;
opacity:.7;
font-size:12px;
}

@media (max-width:760px){
.wrap{
padding:24px 16px 48px;
}

header{
padding:28px 18px 24px;
border-radius:26px;
}

h1{
font-size:34px;
}

.subtitle{
font-size:17px;
}

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

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

.buttons,
.hero-actions{
flex-direction:column;
align-items:stretch;
}

.btn{
width:100%;
text-align:center;
}

.featured,
.info-card,
.service-card,
.contact-card,
.card{
padding:22px;
}

.featured h3,
.section-intro h2{
font-size:28px;
}

.featured-links{
gap:12px;
}

.card{
min-height:auto;
}

.featured-points{
grid-template-columns:1fr;
}
}
