/*
Theme Name: Sylver IT Holding Page
Theme URI: https://sylverit.co.uk
Author: Sylver IT
Author URI: https://sylverit.co.uk
Description: Temporary holding page theme for Sylver IT.
Version: 1.0.0
Text Domain: sylverit-holding
*/

* { box-sizing: border-box; }

:root {
    --bg: #020912;
    --navy: #071a2d;
    --blue: #19a9ff;
    --blue2: #0877ff;
    --text: #f8fbff;
    --muted: #b9c9d8;
    --line: rgba(255,255,255,.12);
}

html, body {
    margin: 0;
    min-height: 100%;
    background: #02070d;
    color: var(--text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

body { min-height: 100vh; }
a { color: inherit; }

.hp-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at 70% 20%, rgba(0,140,255,.16), transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(0,87,170,.12), transparent 35%),
        linear-gradient(135deg, #02070d 0%, #061321 55%, #071a2c 100%);
}

.hp-panel {
    width: min(1440px, 100%);
    min-height: min(820px, calc(100vh - 48px));
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, rgba(2,8,15,.96) 0%, rgba(3,14,25,.92) 55%, rgba(2,20,36,.78) 100%);
    box-shadow: 0 30px 100px rgba(0,0,0,.45);
}

.hp-topbar {
    min-height: 116px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 64px;
    border-bottom: 1px solid var(--line);
    position: relative;
    z-index: 4;
}

.hp-brand {
    display: flex;
    gap: 18px;
    align-items: center;
    text-decoration: none;
}

.hp-mark {
    width: 58px;
    height: 58px;
    position: relative;
    display: block;
    transform: skewX(-18deg);
}

.hp-mark span {
    position: absolute;
    left: 5px;
    right: 5px;
    height: 13px;
    border-radius: 10px;
    background: linear-gradient(90deg, #0ad0ff, #1684ff);
    box-shadow: 0 0 24px rgba(22,132,255,.25);
}

.hp-mark span:nth-child(1) { top: 4px; }
.hp-mark span:nth-child(2) { top: 22px; left: 15px; }
.hp-mark span:nth-child(3) { top: 40px; }

.hp-wordmark {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hp-wordmark strong {
    font-size: 31px;
    letter-spacing: .25em;
    font-weight: 600;
}

.hp-wordmark small {
    font-size: 10px;
    letter-spacing: .12em;
    color: #d7e6f2;
}

.hp-contact {
    display: flex;
    gap: 28px;
    font-size: 14px;
    color: #dceafb;
}

.hp-contact a { text-decoration: none; }
.hp-contact a:hover { color: #56c8ff; }

.hp-content {
    min-height: 610px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: center;
    padding: 74px 64px 90px;
    position: relative;
    z-index: 2;
}

.hp-copy {
    position: relative;
    z-index: 5;
    max-width: 760px;
}

.hp-kicker {
    margin: 0 0 8px;
    color: #cfe7f6;
    letter-spacing: .08em;
    font-size: 20px;
}

.hp-title {
    margin: 0;
    max-width: 760px;
    font-size: clamp(48px, 6.2vw, 92px);
    line-height: .98;
    letter-spacing: -.045em;
    font-weight: 800;
}

.hp-title span {
    display: block;
    color: #1fb6ff;
}

.hp-message {
    max-width: 700px;
    margin: 30px 0 34px;
    color: #d6e4ee;
    font-size: 20px;
    line-height: 1.62;
}

.hp-services {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: 14px;
    margin: 0 0 34px;
    max-width: 820px;
}

.hp-services div {
    min-height: 92px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    background: rgba(255,255,255,.025);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 10px;
}

.hp-services span {
    font-size: 25px;
    color: #5fcaff;
}

.hp-services b {
    font-size: 13px;
    font-weight: 500;
    color: #eff8ff;
    line-height: 1.25;
}

.hp-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.hp-btn {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    padding: 15px 24px;
    border: 1px solid #22b5ff;
    border-radius: 999px;
    text-decoration: none;
    color: #73d4ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    transition: .2s ease;
}

.hp-btn:hover {
    background: #0d91e8;
    color: white;
    transform: translateY(-1px);
}

.hp-phone {
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.hp-visual {
    height: 100%;
    position: relative;
    min-height: 480px;
}

.hp-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    opacity: .3;
}

.hp-orb-one {
    width: 320px;
    height: 320px;
    right: 2%;
    top: 4%;
    background: #0068bb;
}

.hp-orb-two {
    width: 230px;
    height: 230px;
    left: 15%;
    bottom: 5%;
    background: #008cff;
}

.hp-laptop {
    position: absolute;
    width: 620px;
    max-width: 120%;
    right: -140px;
    top: 52%;
    transform: translateY(-50%) rotate(-6deg);
    filter: drop-shadow(-20px 25px 40px rgba(0,0,0,.65));
}

.hp-screen {
    width: 520px;
    height: 330px;
    margin-left: 34px;
    background: linear-gradient(145deg,#07111c,#020407);
    border: 10px solid #111922;
    border-radius: 18px 18px 8px 8px;
    box-shadow: inset 0 0 0 1px rgba(103,200,255,.2), 0 0 80px rgba(0,119,255,.18);
    position: relative;
    overflow: hidden;
}

.hp-screen-glow {
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle,#0786e8 0%,rgba(0,91,184,.25) 35%,transparent 70%);
}

.hp-screen-lines {
    position: absolute;
    left: 45px;
    bottom: 42px;
    width: 230px;
}

.hp-screen-lines i {
    display: block;
    height: 4px;
    margin: 11px 0;
    border-radius: 4px;
    background: linear-gradient(90deg,#0e8dda,transparent);
}

.hp-screen-lines i:nth-child(2) { width: 72%; }
.hp-screen-lines i:nth-child(3) { width: 86%; }
.hp-screen-lines i:nth-child(4) { width: 55%; }
.hp-screen-lines i:nth-child(5) { width: 68%; }

.hp-base {
    height: 74px;
    background: linear-gradient(#303a43,#0b0f13);
    clip-path: polygon(3% 0,96% 0,100% 72%,96% 100%,7% 100%,0 70%);
    box-shadow: inset 0 2px 0 rgba(255,255,255,.16);
}

.hp-strap {
    position: absolute;
    right: 0;
    top: 55%;
    font-size: 21px;
    letter-spacing: .12em;
    line-height: 1.5;
    color: #164f75;
    text-align: left;
    z-index: 3;
}

.hp-strap em {
    font-style: normal;
    color: #2db7ff;
}

.hp-footer {
    position: absolute;
    left: 64px;
    right: 64px;
    bottom: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #87a8bf;
    font-size: 12px;
    letter-spacing: .05em;
    border-top: 1px solid rgba(255,255,255,.08);
    padding-top: 16px;
}

@media (max-width: 1050px) {
    .hp-topbar { padding: 0 34px; }
    .hp-content { grid-template-columns: 1fr; padding: 58px 34px 110px; }
    .hp-visual { position: absolute; inset: 116px 0 0 38%; opacity: .28; min-height: 0; }
    .hp-services { grid-template-columns: repeat(3,1fr); }
    .hp-footer { left: 34px; right: 34px; }
}

@media (max-width: 720px) {
    .hp-shell { padding: 0; }
    .hp-panel { border-radius: 0; border: 0; min-height: 100vh; }
    .hp-topbar { min-height: 104px; padding: 22px; align-items: flex-start; }
    .hp-wordmark strong { font-size: 24px; }
    .hp-wordmark small { font-size: 8px; }
    .hp-mark { width: 48px; height: 48px; }
    .hp-contact-top { display: none; }
    .hp-content { padding: 44px 22px 128px; min-height: calc(100vh - 104px); }
    .hp-kicker { font-size: 15px; }
    .hp-title { font-size: clamp(44px,14vw,68px); }
    .hp-message { font-size: 17px; margin: 24px 0; }
    .hp-services { grid-template-columns: repeat(2,1fr); gap: 10px; }
    .hp-services div { min-height: 78px; }
    .hp-actions { align-items: flex-start; flex-direction: column; }
    .hp-visual { inset: 104px -35% 0 25%; opacity: .16; }
    .hp-strap { display: none; }
    .hp-footer { left: 22px; right: 22px; bottom: 20px; display: block; }
    .hp-footer span { display: block; margin-top: 5px; }
}
