/*
Theme Name: Vectis IT
Theme URI: https://vectisit.com
Author: Vectis IT
Author URI: https://vectisit.com
Description: Custom high-performance landing page theme for Vectis IT, focused on business technology solutions and consultation bookings.
Version: 1.5.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: vectisit
*/

:root {
  --vectis-bg: #05090c;
  --vectis-bg-soft: #0a1116;
  --vectis-panel: #0f1820;
  --vectis-white: #ffffff;
  --vectis-text: #14202a;
  --vectis-muted: #64727f;
  --vectis-light: #f5f9fb;
  --vectis-border: #dce8ed;
  --vectis-teal: #44c1b8;
  --vectis-cyan: #14c8dc;
  --vectis-blue: #08719b;
  --vectis-accent: linear-gradient(135deg, #35c2cf 0%, #12a5bd 52%, #067099 100%);
  --vectis-shadow: 0 18px 55px rgba(8, 52, 68, .11);
  --vectis-radius: 18px;
  --vectis-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--vectis-text);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--vectis-max)); margin: 0 auto; }
.section { padding: 96px 0; }
.section--soft { background: var(--vectis-light); }
.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--vectis-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-title { margin: 0 0 18px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.section-copy { max-width: 720px; margin: 0 auto 52px; color: var(--vectis-muted); font-size: 18px; }
.center { text-align: center; }

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled {
  background: rgba(4, 9, 12, .88);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 35px rgba(0,0,0,.22);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: 145px; }
.brand img { width: 150px; display: block; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: rgba(255,255,255,.86); font-size: 14px; font-weight: 600; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--vectis-cyan); transition: width .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; border-radius: 10px; padding: 8px 11px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 0 22px; border-radius: 10px; border: 1px solid transparent;
  font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--vectis-accent); box-shadow: 0 10px 28px rgba(19, 175, 194, .28); }
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.02); }
.btn-light { color: var(--vectis-text); background: #fff; }
.btn-outline-dark { color: var(--vectis-text); border-color: #bbd1d9; background: transparent; }

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 44%, rgba(21, 183, 205, .12), transparent 34%),
    linear-gradient(110deg, #020507 0%, #041019 55%, #031017 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(2,5,7,.98) 0%, rgba(2,7,10,.93) 31%, rgba(2,8,12,.58) 50%, rgba(2,7,10,.12) 76%, rgba(2,5,7,.08) 100%),
    url('assets/images/hero-world-v.svg') center right / cover no-repeat;
  transform: scale(1.015);
  animation: vectisHeroDrift 18s ease-in-out infinite alternate;
}
.hero::after {
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:170px;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(to top, rgba(1,5,8,.84), transparent);
}
@keyframes vectisHeroDrift {
  from { transform: scale(1.015) translate3d(0,0,0); }
  to { transform: scale(1.035) translate3d(-8px,-3px,0); }
}
.hero-inner { position: relative; z-index: 2; display: block; padding-top: 98px; padding-bottom: 70px; }
.hero-copy { max-width: 670px; }
.hero h1 { margin: 0 0 24px; font-size: clamp(46px, 6.2vw, 76px); line-height: .99; letter-spacing: -.048em; }
.hero h1 .accent { color: var(--vectis-cyan); text-shadow:0 0 28px rgba(20,200,220,.08); }
.hero p { margin: 0 0 30px; max-width: 620px; color: rgba(255,255,255,.74); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 42px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; max-width:760px; }
.proof-item { display: flex; gap: 10px; color: rgba(255,255,255,.72); font-size: 13px; }
.proof-icon { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(33, 203, 220, .4); border-radius: 50%; color: var(--vectis-cyan); background:rgba(0,20,26,.22); backdrop-filter:blur(3px); }
.proof-item strong { display: block; color: #fff; margin-bottom: 3px; }

.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { background: #fff; border: 1px solid var(--vectis-border); border-radius: var(--vectis-radius); padding: 30px; box-shadow: 0 12px 40px rgba(5, 52, 70, .06); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.solution-card:hover { transform: translateY(-6px); border-color: #b8dde4; box-shadow: var(--vectis-shadow); }
.solution-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; margin-bottom: 22px; color: var(--vectis-teal); background: #eefbfd; border: 1px solid #d2f0f4; font-size: 22px; }
.solution-card h3 { margin: 0 0 11px; font-size: 20px; }
.solution-card p { margin: 0; color: var(--vectis-muted); }

.process { background: linear-gradient(180deg, #f8fbfd, #fff); }
.process-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 48px; }
.process-line::before { content: ""; position: absolute; top: 28px; left: 8%; right: 8%; height: 1px; background: #c7e5ea; }
.process-step { position: relative; text-align: center; }
.step-number { position: relative; z-index: 2; width: 56px; height: 56px; margin: 0 auto 18px; display: grid; place-items: center; color: #fff; background: var(--vectis-accent); border: 6px solid #fff; box-shadow: 0 4px 20px rgba(15,155,177,.20); border-radius: 50%; font-weight: 800; }
.process-step h3 { margin: 0 0 7px; font-size: 17px; }
.process-step p { margin: 0; color: var(--vectis-muted); font-size: 14px; }

.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.result-card { padding: 30px; border-radius: var(--vectis-radius); border: 1px solid var(--vectis-border); background: #fff; box-shadow: 0 12px 35px rgba(7,48,65,.06); }
.result-label { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; font-weight: 800; }
.result-badge { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--vectis-accent); }
.result-card p { color: var(--vectis-muted); }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0 18px; }
.metric strong { display: block; font-size: 26px; letter-spacing: -.03em; color: var(--vectis-teal); }
.metric span { font-size: 12px; color: var(--vectis-muted); }
.text-link { color: var(--vectis-teal); font-weight: 800; font-size: 14px; }

.trust-strip { padding: 44px 0; background: #071017; color: #fff; }
.trust-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.trust-title { margin: 0 0 20px; color: var(--vectis-cyan); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.industry-list { display: flex; flex-wrap: wrap; gap: 11px; }
.industry-pill { padding: 9px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.7); font-size: 13px; }
.trust-cta { border-left: 1px solid rgba(255,255,255,.13); padding-left: 48px; }
.trust-cta h2 { margin: 0 0 12px; font-size: 32px; line-height: 1.1; }
.trust-cta p { margin: 0 0 22px; color: rgba(255,255,255,.68); }

.booking-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #03080b 0%, #07141c 58%, #063c49 100%); color: #fff; }
.booking-section::after { content:""; position:absolute; width:420px; height:420px; border-radius:50%; right:-150px; top:-170px; background:rgba(27,201,218,.12); filter:blur(4px); }
.booking-grid { position:relative; z-index:2; display:grid; grid-template-columns:.9fr 1.1fr; gap:58px; align-items:center; }
.booking-copy h2 { font-size: clamp(36px,4.2vw,54px); line-height:1.05; margin:0 0 18px; }
.booking-copy h2 .accent { color: var(--vectis-cyan); }
.booking-copy p { color: rgba(255,255,255,.7); font-size:18px; }
.booking-benefits { display:flex; flex-wrap:wrap; gap:18px; margin-top:28px; color:rgba(255,255,255,.78); font-size:13px; }
.booking-card { background:#fff; color:var(--vectis-text); padding:34px; border-radius:20px; box-shadow:0 25px 70px rgba(0,0,0,.25); }
.booking-card h3 { margin:0 0 7px; font-size:25px; }
.booking-card p { margin:0 0 22px; color:var(--vectis-muted); }
.booking-row { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:16px 0; border-top:1px solid #e6eef1; }
.booking-row:last-of-type { border-bottom:1px solid #e6eef1; margin-bottom:22px; }
.booking-row span { color:var(--vectis-muted); }

.site-footer { background:#050a0e; color:#fff; padding:58px 0 26px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .7fr .9fr 1fr; gap:42px; padding-bottom:40px; }
.footer-brand img { width:150px; margin-bottom:16px; }
.footer-brand p, .site-footer a { color:rgba(255,255,255,.64); font-size:14px; }
.footer-col h4 { margin:0 0 14px; font-size:14px; }
.footer-col a { display:block; margin:8px 0; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid rgba(255,255,255,.09); padding-top:22px; color:rgba(255,255,255,.44); font-size:12px; }

.page-hero { padding: 150px 0 70px; color:#fff; background: linear-gradient(135deg,#03080b,#083442); }
.page-hero h1 { margin:0 0 12px; font-size:clamp(42px,6vw,68px); line-height:1.02; }
.page-content { padding:70px 0 100px; }
.booking-embed { max-width:1000px; margin:0 auto; min-height:720px; border:1px solid var(--vectis-border); border-radius:20px; overflow:hidden; box-shadow:var(--vectis-shadow); background:#fff; }
.booking-placeholder { min-height:620px; display:grid; place-items:center; text-align:center; padding:40px; color:var(--vectis-muted); }
.booking-placeholder strong { display:block; color:var(--vectis-text); font-size:26px; margin-bottom:10px; }
.entry-content { max-width:850px; margin:0 auto; }
.entry-content a { color:var(--vectis-teal); text-decoration:underline; }

@media (max-width: 980px) {
  .main-nav { position:fixed; inset:76px 20px auto; flex-direction:column; align-items:flex-start; gap:18px; padding:22px; border:1px solid rgba(255,255,255,.1); border-radius:16px; background:rgba(3,8,11,.97); transform:translateY(-15px); opacity:0; pointer-events:none; transition:.25s ease; }
  .main-nav.is-open { transform:none; opacity:1; pointer-events:auto; }
  .menu-toggle { display:inline-flex; }
  .header-actions .btn { display:none; }
  .hero { min-height:auto; }
  .hero-inner { padding:150px 0 80px; }
  .hero::before { background-position: 57% center; opacity:.82; }
  .solutions-grid, .results-grid { grid-template-columns:repeat(2, 1fr); }
  .process-line { grid-template-columns:repeat(2,1fr); }
  .process-line::before { display:none; }
  .trust-inner, .booking-grid { grid-template-columns:1fr; }
  .trust-cta { border-left:0; padding-left:0; border-top:1px solid rgba(255,255,255,.13); padding-top:34px; }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 640px) {
  body.admin-bar .site-header { top:46px; }
  .container { width:min(calc(100% - 28px), var(--vectis-max)); }
  .section { padding:72px 0; }
  .brand img { width:128px; }
  .hero h1 { font-size:46px; }
  .hero-proof { grid-template-columns:1fr; }
  .solutions-grid, .results-grid, .process-line { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
  .booking-card { padding:24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}


@media (max-width: 760px) {
  .hero::before {
    background:
      linear-gradient(180deg, rgba(2,5,7,.72) 0%, rgba(2,5,7,.9) 42%, rgba(2,5,7,.98) 100%),
      url('assets/images/hero-world-v.svg') 69% 12% / auto 72% no-repeat;
    animation:none;
  }
  .hero-inner { padding-top:132px; padding-bottom:68px; }
  .hero-copy { max-width:100%; }
  .hero-proof { grid-template-columns:1fr; max-width:520px; }
}

/* Book a Meeting — Cal.com */
.meeting-page { background:#fff; }
.meeting-hero {
  position:relative;
  overflow:hidden;
  padding:156px 0 92px;
  color:#fff;
  background:
    radial-gradient(circle at 82% 14%, rgba(20,200,220,.18), transparent 28%),
    linear-gradient(135deg,#03080b 0%,#07141c 56%,#073845 100%);
}
.meeting-hero::before {
  content:""; position:absolute; inset:0; opacity:.16; pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,#000,transparent 84%);
}
.meeting-glow { position:absolute; border-radius:50%; filter:blur(1px); pointer-events:none; }
.meeting-glow-one { width:430px; height:430px; right:-150px; top:-190px; background:rgba(20,200,220,.09); }
.meeting-glow-two { width:280px; height:280px; left:-100px; bottom:-150px; background:rgba(8,113,155,.12); }
.meeting-hero-inner { position:relative; z-index:2; }
.meeting-hero-copy { max-width:840px; }
.meeting-hero-copy h1 { max-width:820px; margin:0 0 22px; font-size:clamp(45px,6.2vw,76px); line-height:1.02; letter-spacing:-.045em; }
.meeting-hero-copy > p { max-width:720px; margin:0; color:rgba(255,255,255,.72); font-size:clamp(17px,2vw,20px); }
.meeting-trust-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:30px; }
.meeting-trust-row span { display:inline-flex; align-items:center; gap:7px; padding:8px 12px; border:1px solid rgba(255,255,255,.13); border-radius:999px; background:rgba(255,255,255,.05); color:rgba(255,255,255,.8); font-size:12px; font-weight:700; }
.meeting-trust-row span::before { content:"✓"; color:var(--vectis-cyan); font-weight:900; }
.meeting-content { padding:82px 0 110px; }
.meeting-layout { display:grid; grid-template-columns:minmax(0,.82fr) minmax(540px,1.18fr); gap:58px; align-items:start; }
.meeting-sidebar { position:sticky; top:112px; }
.meeting-sidebar h2 { margin:0 0 16px; font-size:clamp(30px,3.2vw,43px); line-height:1.08; letter-spacing:-.03em; }
.meeting-sidebar > p { margin:0 0 34px; color:var(--vectis-muted); font-size:17px; }
.meeting-points { display:grid; gap:22px; margin:0 0 30px; }
.meeting-point { display:grid; grid-template-columns:42px 1fr; gap:15px; align-items:start; }
.meeting-point-number { display:grid; place-items:center; width:42px; height:42px; border-radius:13px; background:#eaf8fa; color:#0b8999; font-weight:900; font-size:12px; letter-spacing:.05em; }
.meeting-point strong { display:block; margin:1px 0 4px; font-size:15px; }
.meeting-point p { margin:0; color:var(--vectis-muted); font-size:14px; line-height:1.6; }
.meeting-note { display:grid; grid-template-columns:34px 1fr; gap:13px; padding:18px; border:1px solid #cfe7eb; border-radius:16px; background:#fff; box-shadow:0 10px 30px rgba(8,52,68,.055); }
.meeting-note-icon { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:var(--vectis-accent); color:#fff; font-weight:900; }
.meeting-note p { margin:0; color:var(--vectis-muted); font-size:13px; line-height:1.55; }
.meeting-note strong { color:var(--vectis-text); }
.meeting-calendar-wrap { overflow:hidden; border:1px solid var(--vectis-border); border-radius:24px; background:#fff; box-shadow:0 22px 65px rgba(8,52,68,.1); }
.meeting-calendar-head { display:flex; justify-content:space-between; gap:20px; align-items:center; padding:26px 28px 22px; border-bottom:1px solid #e8f0f3; }
.meeting-calendar-eyebrow { display:block; margin-bottom:5px; color:#0c8f9d; font-size:11px; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }
.meeting-calendar-head h2 { margin:0; font-size:25px; line-height:1.18; letter-spacing:-.025em; }
.meeting-duration { flex:0 0 auto; padding:7px 11px; border-radius:999px; background:#eef8fa; color:#0d8290; font-size:12px; font-weight:800; }
.meeting-calendar { min-height:650px; padding:8px; background:#fff; }
.meeting-calendar > div,
.meeting-calendar iframe { width:100% !important; max-width:100% !important; }
.meeting-calendar iframe { min-height:650px !important; border:0 !important; }
.meeting-calendar-placeholder { min-height:620px; display:grid; place-items:center; padding:42px; text-align:center; }
.meeting-calendar-placeholder > div { max-width:420px; }
.meeting-placeholder-mark { display:grid; place-items:center; width:54px; height:54px; margin:0 auto 18px; border-radius:16px; background:var(--vectis-accent); color:#fff; font-size:23px; font-weight:900; box-shadow:0 12px 28px rgba(20,168,187,.23); }
.meeting-calendar-placeholder h3 { margin:0 0 9px; font-size:24px; }
.meeting-calendar-placeholder p { margin:0 0 12px; color:var(--vectis-muted); }
.meeting-placeholder-example code { display:inline-block; padding:5px 8px; border-radius:7px; background:#f2f6f8; color:#37515c; font-size:12px; }
.meeting-privacy { padding:15px 28px 18px; border-top:1px solid #e8f0f3; color:#84929b; font-size:11px; line-height:1.55; }

@media (max-width: 980px) {
  .meeting-layout { grid-template-columns:1fr; gap:36px; }
  .meeting-sidebar { position:static; }
  .meeting-calendar-wrap { max-width:760px; width:100%; }
}
@media (max-width: 680px) {
  .meeting-hero { padding:132px 0 70px; }
  .meeting-content { padding:58px 0 82px; }
  .meeting-hero-copy h1 { font-size:clamp(39px,12vw,58px); }
  .meeting-calendar-head { padding:20px; align-items:flex-start; }
  .meeting-calendar-head h2 { font-size:21px; }
  .meeting-duration { margin-top:2px; }
  .meeting-calendar { min-height:720px; padding:0; }
  .meeting-calendar iframe { min-height:720px !important; }
  .meeting-privacy { padding:14px 20px 18px; }
}
