/*
Theme Name: VINETTECH Business Theme
Theme URI: https://vinettech.com/
Author: VINETTECH
Description: Custom WordPress Block Theme framework for VINETTECH, built for Gutenberg and the WordPress Site Editor.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: vinettech-business-theme
License: GPL-2.0-or-later
*/

:root {
  --vnt-primary: #0879f9;
  --vnt-primary-dark: #075ec7;
  --vnt-ink: #0b1830;
  --vnt-muted: #64748b;
  --vnt-bg: #f6f9fc;
  --vnt-white: #fff;
  --vnt-border: #e5edf5;
  --vnt-radius: 24px;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--vnt-ink); background: #fff; }
a { text-decoration-thickness: 1px; text-underline-offset: 3px; }

.vnt-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.vnt-section { padding: 96px 0; }
.vnt-section--soft { background: var(--vnt-bg); }
.vnt-kicker { color: var(--vnt-primary); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: 13px; }
.vnt-display { font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -.045em; }
.vnt-lead { color: var(--vnt-muted); font-size: 18px; line-height: 1.7; max-width: 720px; }

.vnt-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(229,237,245,.85);
}
.vnt-nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.vnt-brand { font-weight: 900; font-size: 22px; letter-spacing: -.04em; color: var(--vnt-ink); text-decoration: none; }
.vnt-brand span { color: var(--vnt-primary); }
.vnt-nav-links { display: flex; gap: 26px; align-items: center; }
.vnt-nav-links a { color: #23324a; font-weight: 650; text-decoration: none; font-size: 14px; }
.vnt-nav-links a:hover { color: var(--vnt-primary); }

.vnt-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 20px; border-radius: 999px;
  font-weight: 800; text-decoration: none; transition: .2s ease;
}
.vnt-btn--primary { background: var(--vnt-primary); color: #fff; }
.vnt-btn--primary:hover { background: var(--vnt-primary-dark); transform: translateY(-1px); }
.vnt-btn--ghost { border: 1px solid var(--vnt-border); color: var(--vnt-ink); background: #fff; }
.vnt-btn--ghost:hover { border-color: #bcd1e8; }

.vnt-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(8,121,249,.16), transparent 30%),
    radial-gradient(circle at 20% 80%, rgba(37,211,102,.10), transparent 25%),
    linear-gradient(180deg,#f9fcff 0%,#fff 100%);
}
.vnt-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; min-height: 690px; }
.vnt-hero-art {
  min-height: 440px; border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(8,121,249,.92), rgba(22,161,255,.72)),
    #0879f9;
  box-shadow: 0 30px 80px rgba(8,121,249,.22);
  position: relative; overflow: hidden;
}
.vnt-hero-art:before, .vnt-hero-art:after {
  content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.24);
}
.vnt-hero-art:before { width: 520px; height: 520px; right: -160px; top: -150px; }
.vnt-hero-art:after { width: 330px; height: 330px; left: -100px; bottom: -120px; }
.vnt-art-card {
  position: absolute; background: rgba(255,255,255,.95); border-radius: 22px;
  padding: 24px; box-shadow: 0 20px 45px rgba(0,30,80,.18);
}
.vnt-art-card--a { top: 72px; left: 52px; width: 220px; }
.vnt-art-card--b { right: 48px; bottom: 74px; width: 190px; }
.vnt-art-card strong { display:block; font-size: 28px; margin-bottom: 5px; }
.vnt-art-card small { color: var(--vnt-muted); }

.vnt-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 44px; }
.vnt-card {
  padding: 30px; background: #fff; border: 1px solid var(--vnt-border);
  border-radius: var(--vnt-radius); transition: .22s ease;
}
.vnt-card:hover { transform: translateY(-5px); box-shadow: 0 20px 55px rgba(20,60,100,.09); }
.vnt-icon { width: 52px; height: 52px; border-radius: 16px; display:grid; place-items:center; background:#eaf4ff; color:var(--vnt-primary); font-weight:900; margin-bottom: 20px; }
.vnt-card h3 { margin: 0 0 10px; font-size: 21px; }
.vnt-card p { color: var(--vnt-muted); line-height: 1.65; margin: 0; }

.vnt-journey { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; margin-top: 48px; }
.vnt-step { padding: 22px 14px; text-align:center; border:1px solid var(--vnt-border); border-radius: 18px; background:#fff; }
.vnt-step b { display:block; color:var(--vnt-primary); margin-bottom:8px; font-size:12px; }
.vnt-step span { font-weight:800; font-size:14px; }

.vnt-case-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:20px; margin-top:44px; }
.vnt-case { min-height: 280px; border-radius:28px; padding:30px; color:#fff; background: linear-gradient(145deg,#0b1830,#0879f9); display:flex; flex-direction:column; justify-content:end; }
.vnt-case:nth-child(2) { background: linear-gradient(145deg,#075ec7,#12a7ff); }
.vnt-case:nth-child(3) { background: linear-gradient(145deg,#0a5d46,#21a36d); }
.vnt-case h3 { margin:0 0 8px; font-size:24px; }
.vnt-case p { margin:0; opacity:.85; }

.vnt-cta { border-radius: 32px; padding: 54px; background: var(--vnt-ink); color:#fff; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.vnt-cta p { color: #b9c5d6; max-width: 620px; line-height:1.6; }

.vnt-footer { background:#071226; color:#fff; padding:70px 0 30px; }
.vnt-footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:40px; }
.vnt-footer a { color:#c7d2e2; text-decoration:none; }
.vnt-footer p { color:#8fa0b7; line-height:1.7; }
.vnt-footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:50px; padding-top:22px; color:#8494aa; font-size:13px; }

@media (max-width: 900px) {
  .vnt-nav-links { display:none; }
  .vnt-hero-grid { grid-template-columns:1fr; min-height:auto; padding:80px 0; }
  .vnt-cards, .vnt-case-grid { grid-template-columns:1fr 1fr; }
  .vnt-journey { grid-template-columns:repeat(3,1fr); }
  .vnt-footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 600px) {
  .vnt-container { width:min(100% - 28px, 1180px); }
  .vnt-section { padding:70px 0; }
  .vnt-display { font-size:44px; }
  .vnt-cards, .vnt-case-grid, .vnt-footer-grid { grid-template-columns:1fr; }
  .vnt-journey { grid-template-columns:1fr 1fr; }
  .vnt-cta { padding:34px 24px; flex-direction:column; align-items:flex-start; }
  .vnt-hero-art { min-height:360px; }
}
