
:root{
  --bg:#07090c;
  --bg2:#0d1116;
  --panel:#11161c;
  --text:#f4f6f8;
  --muted:#aab2bb;
  --line:rgba(255,255,255,.10);
  --accent:#26d5ef;
  --accent2:#8eeafa;
  --max:1200px;
  --radius:22px;
  --shadow:0 28px 70px rgba(0,0,0,.25);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;-webkit-font-smoothing:antialiased
}
img,video{display:block;max-width:100%}
a{color:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.site-header{
  position:sticky;top:0;z-index:1000;
  border-bottom:1px solid var(--line);
  background:rgba(7,9,12,.88);backdrop-filter:blur(16px)
}
.header-inner{height:78px;display:flex;align-items:center;gap:24px}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:max-content}
.logo img{width:48px;height:48px;object-fit:contain}
.logo strong{font-size:14px;line-height:1.15;letter-spacing:.01em}
.nav{display:flex;align-items:center;gap:18px;margin-left:auto}
.nav a{font-size:13px;text-decoration:none;color:#d5dbe1;transition:.2s}
.nav a:hover,.nav a.active{color:#fff}
.header-cta{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:42px;padding:0 16px;border-radius:999px;text-decoration:none;
  background:var(--text);color:#06080a;font-size:13px;font-weight:800
}
.menu-btn{
  display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);
  border-radius:12px;background:transparent;color:#fff;font-size:21px
}
.hero{
  position:relative;min-height:calc(100vh - 78px);display:grid;align-items:end;
  overflow:hidden;border-bottom:1px solid var(--line)
}
.hero-media{position:absolute;inset:0}
.hero-media video,.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-media:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(4,6,9,.94) 0%,rgba(4,6,9,.75) 45%,rgba(4,6,9,.32) 78%,rgba(4,6,9,.46) 100%),
             linear-gradient(0deg,rgba(4,6,9,.9),transparent 45%)
}
.hero-content{position:relative;z-index:2;padding:130px 0 90px;max-width:900px}
.kicker{
  display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;
  color:var(--accent2);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase
}
.kicker:before{content:"";width:32px;height:1px;background:var(--accent)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(52px,7vw,96px);line-height:.98;letter-spacing:-.055em;margin-bottom:24px;text-wrap:balance}
.hero p{max-width:760px;color:#d5dbe1;font-size:clamp(17px,1.8vw,22px);line-height:1.55}
.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:50px;
  padding:0 20px;border-radius:999px;border:1px solid var(--line);
  text-decoration:none;font-weight:800;font-size:13px;transition:.2s
}
.btn-primary{background:var(--text);color:#07090c;border-color:var(--text)}
.btn-secondary{background:rgba(255,255,255,.04);color:#fff}
.btn:hover{transform:translateY(-2px)}
.hero-meta{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  border-top:1px solid var(--line);background:var(--line)
}
.hero-meta div{padding:18px 22px;background:#090c10}
.hero-meta strong{display:block;font-size:12px;margin-bottom:3px}
.hero-meta span{font-size:11px;color:var(--muted)}
.section{padding:110px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.section--soft{background:var(--bg2)}
.section-head{max-width:780px;margin-bottom:46px}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.section-label{color:var(--accent2);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px}
h2{font-size:clamp(36px,4.8vw,66px);line-height:1.02;letter-spacing:-.045em;text-wrap:balance;margin-bottom:18px}
h3{font-size:24px;line-height:1.12;letter-spacing:-.02em;margin-bottom:12px}
.section-head p,.feature-copy p,.card p,.page-hero p,.prose p{color:var(--muted)}
.feature{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.feature.reverse{grid-template-columns:.95fr 1.05fr}
.feature.reverse .feature-media{order:2}
.feature-media{
  position:relative;min-height:520px;border-radius:var(--radius);overflow:hidden;
  border:1px solid var(--line);box-shadow:var(--shadow);background:#0b0f14
}
.feature-media img{width:100%;height:100%;min-height:520px;object-fit:cover}
.feature-copy{max-width:560px}
.feature-copy .number{font-size:11px;color:var(--accent2);font-weight:900;letter-spacing:.16em;margin-bottom:22px}
.feature-copy ul{list-style:none;padding:0;margin:26px 0 0}
.feature-copy li{padding:10px 0;border-bottom:1px solid var(--line);color:#d7dde3;font-size:14px}
.feature-copy li:last-child{border-bottom:0}
.brand-row{
  display:flex;flex-wrap:wrap;gap:8px;margin-top:28px
}
.brand-row span{
  padding:8px 11px;border:1px solid var(--line);border-radius:999px;
  color:#cbd2d9;font-size:10px;font-weight:800;letter-spacing:.08em
}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{
  min-height:260px;padding:26px;border:1px solid var(--line);
  border-radius:var(--radius);background:var(--panel)
}
.card .num{display:block;color:var(--accent2);font-size:10px;font-weight:900;letter-spacing:.14em;margin-bottom:54px}
.card a{display:inline-flex;margin-top:16px;text-decoration:none;font-size:13px;font-weight:800}
.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:12px}
.gallery figure{margin:0;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#111}
.gallery figure:nth-child(1){grid-column:span 7}
.gallery figure:nth-child(2){grid-column:span 5}
.gallery figure:nth-child(3){grid-column:span 4}
.gallery figure:nth-child(4){grid-column:span 4}
.gallery figure:nth-child(5){grid-column:span 4}
.gallery img{width:100%;height:360px;object-fit:cover;transition:.3s}
.gallery figure:hover img{transform:scale(1.025)}
.cta-band{
  display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;
  padding:46px;border:1px solid var(--line);border-radius:var(--radius);
  background:linear-gradient(135deg,#10161d,#090d12)
}
.cta-band h2{font-size:clamp(32px,4vw,54px);margin-bottom:10px}
.cta-band p{color:var(--muted);margin-bottom:0}
.page-hero{padding:120px 0 80px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#0d1218,#07090c)}
.page-hero .container{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.page-hero h1{font-size:clamp(48px,6vw,82px)}
.page-hero-media{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
.page-hero-media img{width:100%;height:520px;object-fit:cover}
.split-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.info-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel)}
.info-card strong{display:block;font-size:17px;margin-bottom:8px}
.info-card p{color:var(--muted);margin:0}
.prose{max-width:900px;margin:0 auto}
.prose h2{font-size:34px;margin-top:52px}
.prose h3{font-size:22px;margin-top:34px}
.prose ul{color:var(--muted)}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}
.contact-list{display:grid;gap:10px}
.contact-list a,.contact-list div{
  display:block;padding:16px 0;border-bottom:1px solid var(--line);text-decoration:none
}
.contact-list small{display:block;color:var(--muted);font-size:11px;margin-bottom:3px}
.form{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:28px;
  border:1px solid var(--line);border-radius:var(--radius);background:var(--panel)
}
.form .full{grid-column:1/-1}
label{display:block;font-size:12px;font-weight:700;margin-bottom:7px}
input,select,textarea{
  width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--line);
  border-radius:12px;background:#090d12;color:#fff;font:inherit
}
textarea{min-height:130px;resize:vertical}
.form button{border:0;cursor:pointer}
.map{margin-top:24px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.map iframe{width:100%;height:420px;border:0}
.site-footer{padding:70px 0 26px;background:#040609}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:40px}
.footer-grid h3{font-size:12px;letter-spacing:.12em;text-transform:uppercase;margin:0 0 16px}
.footer-grid a{display:block;text-decoration:none;color:var(--muted);font-size:13px;margin:8px 0}
.footer-grid p{color:var(--muted);font-size:13px}
.footer-bottom{
  display:flex;justify-content:space-between;gap:20px;margin-top:46px;padding-top:22px;
  border-top:1px solid var(--line);color:#7f8993;font-size:11px
}
.socials{display:flex;gap:12px;flex-wrap:wrap}
.socials a{display:inline-flex!important}
.error-page{min-height:70vh;display:grid;place-items:center;text-align:center}
.error-page h1{font-size:clamp(80px,18vw,200px);color:rgba(255,255,255,.08);margin-bottom:-20px}
@media(max-width:1050px){
  .nav{display:none;position:absolute;top:78px;left:0;right:0;padding:18px 20px 24px;background:#080b0f;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}.menu-btn{display:block}.header-cta{display:none}
  .feature,.feature.reverse,.page-hero .container,.contact-layout{grid-template-columns:1fr}
  .feature.reverse .feature-media{order:0}
  .hero-meta{grid-template-columns:repeat(2,1fr)}
  .cards{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .container{width:min(100% - 28px,var(--max))}
  .header-inner{height:70px}.nav{top:70px}.logo strong{display:none}
  .hero{min-height:780px}.hero-content{padding:110px 0 60px}
  h1{font-size:clamp(44px,13vw,64px)}
  .section{padding:74px 0}
  .hero-meta{grid-template-columns:1fr 1fr}
  .hero-meta div{padding:14px}
  .feature-media,.feature-media img{min-height:360px}
  .feature{gap:36px}
  .cards,.split-cards{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .gallery figure:nth-child(n){grid-column:auto}
  .gallery img{height:280px}
  .cta-band{grid-template-columns:1fr;padding:28px}
  .page-hero{padding:90px 0 60px}
  .page-hero-media img{height:340px}
  .form{grid-template-columns:1fr;padding:20px}
  .form .full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}


/* === V2 ONLINE FIX: tipografie mai mare + lizibilitate === */
body{font-size:18px;line-height:1.72}
.nav a{font-size:15px}
.header-cta{font-size:14px;min-height:46px;padding:0 20px}
.logo strong{font-size:15px}
.kicker,.section-label{font-size:12px}
.hero p{font-size:clamp(19px,2vw,25px);line-height:1.62}
.hero-meta strong{font-size:14px}
.hero-meta span{font-size:13px}
.section-head p,.feature-copy p,.page-hero p,.prose p{font-size:18px;line-height:1.75}
.feature-copy li{font-size:16px;padding:12px 0}
.card p,.info-card p{font-size:16px;line-height:1.7}
.card a{font-size:14px}
.brand-row span{font-size:11px;padding:9px 12px}
.btn{font-size:15px;min-height:54px;padding:0 23px}
.contact-list a,.contact-list div{font-size:17px}
.contact-list small{font-size:12px}
label{font-size:14px}
input,select,textarea{font-size:17px}
.footer-grid h3{font-size:13px}
.footer-grid a,.footer-grid p{font-size:14px}
.footer-bottom{font-size:12px}

/* Mai mult aer între secțiuni */
.section{padding:124px 0}
.section-head{margin-bottom:54px}
.feature{gap:82px}
.cards{gap:20px}
.card{padding:30px;min-height:280px}
.split-cards{gap:20px}
.info-card{padding:32px}
.cta-band{padding:54px}

/* Imaginile nu mai depind de dimensiuni fragile */
.feature-media img,.page-hero-media img,.gallery img{
  background:#11161c;
}
img[data-fallback]{object-position:center}

/* Desktop mare */
@media(min-width:1400px){
  :root{--max:1280px}
  body{font-size:19px}
  .nav{gap:22px}
  .nav a{font-size:15px}
  .feature-copy{max-width:610px}
}

/* Tabletă */
@media(max-width:1050px){
  body{font-size:17px}
  .section{padding:92px 0}
  .section-head p,.feature-copy p,.page-hero p,.prose p{font-size:17px}
}

/* Mobil */
@media(max-width:700px){
  body{font-size:17px}
  .section{padding:82px 0}
  .hero p{font-size:18px}
  .hero-meta strong{font-size:13px}
  .hero-meta span{font-size:12px}
  .section-head p,.feature-copy p,.page-hero p,.prose p{font-size:17px}
  .card p,.info-card p{font-size:16px}
  .btn{font-size:14px;min-height:52px}
}


/* === V3 BOLD — text mai mare, mai gros, mai lizibil === */
body{
  font-size:19px;
  line-height:1.74;
  font-weight:500;
}
p{font-weight:500}
strong,b{font-weight:800}

/* Navigație */
.logo strong{font-size:16px;font-weight:900}
.nav a{
  font-size:15px;
  font-weight:800;
  letter-spacing:.01em;
}
.header-cta{
  font-size:15px;
  font-weight:900;
}

/* Hero */
.kicker,.section-label{
  font-size:13px;
  font-weight:900;
  letter-spacing:.15em;
}
h1{
  font-weight:900;
  letter-spacing:-.055em;
}
.hero p{
  font-size:clamp(21px,2.15vw,27px);
  font-weight:600;
  color:#eef2f5;
  max-width:800px;
}
.hero-meta strong{
  font-size:15px;
  font-weight:900;
}
.hero-meta span{
  font-size:13px;
  font-weight:600;
}

/* Titluri */
h2{
  font-weight:900;
  letter-spacing:-.048em;
}
h3{
  font-size:26px;
  font-weight:850;
}
.section-head p,
.feature-copy p,
.page-hero p,
.prose p{
  font-size:19px;
  font-weight:550;
  color:#bac3cc;
}
.feature-copy li{
  font-size:17px;
  font-weight:650;
  color:#e1e6eb;
}

/* Carduri */
.card .num{
  font-size:11px;
  font-weight:900;
}
.card p,.info-card p{
  font-size:17px;
  font-weight:550;
}
.card a{
  font-size:15px;
  font-weight:900;
}
.info-card strong{
  font-size:19px;
  font-weight:900;
}
.brand-row span{
  font-size:12px;
  font-weight:900;
}

/* Butoane */
.btn{
  min-height:56px;
  padding:0 25px;
  font-size:16px;
  font-weight:900;
}

/* Contact & formulare */
.contact-list a,.contact-list div{
  font-size:18px;
  font-weight:750;
}
.contact-list small{
  font-size:13px;
  font-weight:800;
}
label{
  font-size:15px;
  font-weight:800;
}
input,select,textarea{
  font-size:18px;
  font-weight:600;
}

/* Footer */
.footer-grid h3{
  font-size:14px;
  font-weight:900;
}
.footer-grid a{
  font-size:15px;
  font-weight:650;
}
.footer-grid p{
  font-size:15px;
  font-weight:550;
}
.footer-bottom{
  font-size:13px;
  font-weight:600;
}

/* Spațiere premium */
.section{padding:132px 0}
.section-head{margin-bottom:60px}
.feature{gap:90px}
.card{padding:34px}
.info-card{padding:34px}

/* Tabletă */
@media(max-width:1050px){
  body{font-size:18px}
  .section{padding:96px 0}
  .section-head p,.feature-copy p,.page-hero p,.prose p{font-size:18px}
}

/* Mobil */
@media(max-width:700px){
  body{font-size:18px;line-height:1.68}
  .section{padding:84px 0}
  .nav a{font-size:16px}
  .hero p{font-size:19px;font-weight:600}
  .section-head p,.feature-copy p,.page-hero p,.prose p{font-size:18px}
  h3{font-size:24px}
  .card p,.info-card p{font-size:17px}
  .btn{font-size:15px;min-height:54px}
}


/* === V4 PORTOFOLIU COMPLET === */
#portofoliu-complet{}
.gallery{
  grid-template-columns:repeat(12,1fr);
  gap:14px;
}
.gallery figure:nth-child(n){
  grid-column:span 4;
}
.gallery figure:nth-child(7n+1),
.gallery figure:nth-child(7n+5){
  grid-column:span 8;
}
.gallery img{
  width:100%;
  height:330px;
  object-fit:cover;
}
.gallery figure:nth-child(7n+1) img,
.gallery figure:nth-child(7n+5) img{
  height:430px;
}
.portfolio-video-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.video-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--panel);
}
.video-card video{
  width:100%;
  aspect-ratio:16/9;
  background:#000;
}
.video-caption{
  padding:14px 16px;
  color:var(--muted);
  font-size:14px;
  font-weight:700;
}
@media(max-width:900px){
  .gallery figure:nth-child(n){
    grid-column:span 6;
  }
  .gallery figure:nth-child(7n+1),
  .gallery figure:nth-child(7n+5){
    grid-column:span 12;
  }
  .portfolio-video-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:600px){
  .gallery{
    grid-template-columns:1fr;
  }
  .gallery figure:nth-child(n){
    grid-column:auto;
  }
  .gallery img,
  .gallery figure:nth-child(7n+1) img,
  .gallery figure:nth-child(7n+5) img{
    height:300px;
  }
}


/* === V6 BOLD VISUAL — tipografie mare, greutate mai bună, aspect premium === */
:root{
  --text:#f7f9fb;
  --muted:#c1c8d0;
  --accent:#2edcf4;
  --accent2:#b7f5ff;
}

/* Bază tipografică */
body{
  font-size:20px;
  line-height:1.72;
  font-weight:600;
  letter-spacing:.002em;
}
p{font-weight:600}
strong,b{font-weight:900}

/* Header */
.site-header{
  background:rgba(5,8,12,.93);
  border-bottom:1px solid rgba(255,255,255,.12);
}
.header-inner{height:82px}
.logo strong{
  font-size:17px;
  font-weight:950;
  letter-spacing:-.01em;
}
.nav{gap:20px}
.nav a{
  font-size:16px;
  font-weight:850;
  color:#e5eaf0;
}
.nav a:hover,.nav a.active{color:#fff}
.header-cta{
  min-height:48px;
  padding:0 20px;
  font-size:15px;
  font-weight:950;
  box-shadow:0 10px 26px rgba(0,0,0,.20);
}

/* Hero */
.hero{min-height:calc(100vh - 82px)}
.hero-content{padding:145px 0 105px;max-width:980px}
.kicker,.section-label{
  font-size:13px;
  font-weight:950;
  letter-spacing:.17em;
  color:var(--accent2);
}
.kicker:before{height:2px;width:38px}
h1{
  font-size:clamp(60px,7.6vw,108px);
  line-height:.96;
  font-weight:950;
  letter-spacing:-.06em;
  text-shadow:0 10px 35px rgba(0,0,0,.28);
}
.hero p{
  max-width:850px;
  font-size:clamp(22px,2.2vw,29px);
  line-height:1.55;
  font-weight:700;
  color:#f0f4f7;
}

/* Butoane */
.btn{
  min-height:58px;
  padding:0 27px;
  font-size:16px;
  font-weight:950;
  border-width:1px;
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}
.btn-primary:hover,.btn-secondary:hover{
  transform:translateY(-3px);
}

/* Meta hero */
.hero-meta div{padding:20px 24px}
.hero-meta strong{
  font-size:16px;
  font-weight:950;
}
.hero-meta span{
  font-size:14px;
  font-weight:700;
  color:#b8c1ca;
}

/* Secțiuni */
.section{padding:138px 0}
.section-head{max-width:860px;margin-bottom:64px}
h2{
  font-size:clamp(42px,5.2vw,72px);
  line-height:1.01;
  font-weight:950;
  letter-spacing:-.052em;
}
h3{
  font-size:29px;
  font-weight:900;
  letter-spacing:-.028em;
}
.section-head p,
.feature-copy p,
.page-hero p,
.prose p{
  font-size:20px;
  line-height:1.78;
  font-weight:650;
  color:#c7ced6;
}

/* Feature blocks */
.feature{gap:96px}
.feature-copy{max-width:620px}
.feature-copy .number{
  font-size:12px;
  font-weight:950;
  letter-spacing:.18em;
}
.feature-copy li{
  font-size:18px;
  font-weight:750;
  color:#e8edf1;
  padding:13px 0;
}
.feature-media{
  border-color:rgba(255,255,255,.14);
  box-shadow:0 30px 80px rgba(0,0,0,.30);
}

/* Brand pills */
.brand-row{gap:9px}
.brand-row span{
  padding:10px 13px;
  font-size:12px;
  font-weight:950;
  color:#e8edf2;
  background:rgba(255,255,255,.035);
}

/* Cards */
.cards{gap:22px}
.card{
  min-height:300px;
  padding:36px;
  border-color:rgba(255,255,255,.12);
  background:linear-gradient(145deg,#121820,#0c1117);
  box-shadow:0 24px 60px rgba(0,0,0,.16);
}
.card .num{
  font-size:12px;
  font-weight:950;
}
.card h3{font-size:28px}
.card p{
  font-size:18px;
  line-height:1.72;
  font-weight:650;
}
.card a{
  font-size:15px;
  font-weight:950;
}

/* Info cards */
.info-card{
  padding:36px;
  border-color:rgba(255,255,255,.12);
  background:linear-gradient(145deg,#121820,#0d1218);
}
.info-card strong{
  font-size:20px;
  font-weight:950;
}
.info-card p{
  font-size:18px;
  font-weight:650;
}

/* Pagini interne */
.page-hero{padding:135px 0 95px}
.page-hero h1{
  font-size:clamp(56px,6.5vw,90px);
}
.page-hero p{
  font-size:21px;
  font-weight:650;
}

/* CTA */
.cta-band{
  padding:60px;
  border-color:rgba(255,255,255,.13);
  box-shadow:0 30px 80px rgba(0,0,0,.17);
}
.cta-band h2{
  font-size:clamp(38px,4.5vw,60px);
}
.cta-band p{
  font-size:18px;
  font-weight:650;
}

/* Formular */
.form{
  padding:34px;
  border-color:rgba(255,255,255,.13);
  box-shadow:0 30px 70px rgba(0,0,0,.18);
}
label{
  font-size:15px;
  font-weight:900;
}
input,select,textarea{
  font-size:18px;
  font-weight:650;
  min-height:52px;
  border-color:rgba(255,255,255,.14);
}

/* Contact */
.contact-list a,.contact-list div{
  font-size:19px;
  font-weight:800;
}
.contact-list small{
  font-size:13px;
  font-weight:900;
}

/* Galerie */
.gallery{gap:16px}
.gallery figure{
  border-color:rgba(255,255,255,.12);
  box-shadow:0 18px 45px rgba(0,0,0,.17);
}

/* Video */
.video-card{
  border-color:rgba(255,255,255,.12);
  box-shadow:0 20px 50px rgba(0,0,0,.17);
}
.video-caption{
  font-size:15px;
  font-weight:850;
}

/* Footer */
.site-footer{padding-top:80px}
.footer-grid h3{
  font-size:14px;
  font-weight:950;
}
.footer-grid a{
  font-size:15px;
  font-weight:700;
}
.footer-grid p{
  font-size:15px;
  font-weight:600;
}
.footer-bottom{
  font-size:13px;
  font-weight:650;
}

/* Desktop mare */
@media(min-width:1400px){
  :root{--max:1320px}
  body{font-size:21px}
  .nav a{font-size:16px}
}

/* Tabletă */
@media(max-width:1050px){
  body{font-size:19px}
  .section{padding:104px 0}
  h2{font-size:clamp(40px,7vw,58px)}
  .section-head p,.feature-copy p,.page-hero p,.prose p{font-size:19px}
}

/* Mobil */
@media(max-width:700px){
  body{font-size:18px}
  .header-inner{height:72px}
  .hero{min-height:760px}
  .hero-content{padding:120px 0 70px}
  h1{font-size:clamp(46px,13vw,66px)}
  .hero p{font-size:19px;font-weight:700}
  .section{padding:88px 0}
  h2{font-size:clamp(34px,10vw,46px)}
  h3{font-size:25px}
  .section-head p,.feature-copy p,.page-hero p,.prose p{font-size:18px}
  .feature-copy li{font-size:17px}
  .card{padding:28px}
  .card p,.info-card p{font-size:17px}
  .btn{min-height:54px;font-size:15px}
  .cta-band{padding:30px}
}


/* === V8 BALANCED TYPOGRAPHY — mare, lizibil, fără deformarea layoutului === */

/* Conținutul rămâne într-o lățime controlată */
:root{--max:1240px}
.container{width:min(var(--max),calc(100% - 48px))}

/* Header: lizibil, dar încape pe un singur rând */
.header-inner{height:82px;gap:20px}
.logo{flex:0 0 auto}
.logo img{width:50px;height:50px}
.logo strong{
  font-size:16px;
  line-height:1.15;
  font-weight:900;
}
.nav{
  gap:18px;
  flex-wrap:nowrap;
  white-space:nowrap;
}
.nav a{
  font-size:15px;
  line-height:1;
  font-weight:850;
}
.header-cta{
  flex:0 0 auto;
  min-height:48px;
  padding:0 20px;
  font-size:15px;
  font-weight:900;
}

/* Hero: titlu mare, dar fără să ocupe absurd tot ecranul */
.hero-content{
  max-width:940px;
  padding:130px 0 90px;
}
.kicker{
  font-size:14px;
  line-height:1.35;
  font-weight:900;
  letter-spacing:.13em;
}
h1{
  max-width:900px;
  font-size:clamp(62px,6.7vw,96px);
  line-height:.99;
  font-weight:950;
  letter-spacing:-.052em;
}
.hero p{
  max-width:790px;
  font-size:23px;
  line-height:1.58;
  font-weight:700;
}

/* Cele patru servicii: text mai mare, fără cutii supradimensionate */
.hero-meta{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.hero-meta div{
  min-width:0;
  padding:24px 22px;
}
.hero-meta strong{
  font-size:17px;
  line-height:1.3;
  font-weight:900;
}
.hero-meta span{
  font-size:15px;
  line-height:1.5;
  font-weight:650;
  color:#c5cdd5;
}

/* Tipografia generală */
body{
  font-size:18px;
  line-height:1.7;
  font-weight:500;
}
.section{padding:112px 0}
.section-head{max-width:820px;margin-bottom:52px}
.section-label{
  font-size:13px;
  font-weight:900;
}
h2{
  font-size:clamp(42px,4.6vw,64px);
  line-height:1.04;
  font-weight:950;
}
h3{
  font-size:27px;
  line-height:1.18;
  font-weight:900;
}
.section-head p,
.feature-copy p,
.page-hero p,
.prose p{
  font-size:19px;
  line-height:1.72;
  font-weight:600;
  color:#c5cdd5;
}
.feature{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:70px;
}
.feature.reverse{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
}
.feature-copy{max-width:580px}
.feature-copy .number{
  font-size:13px;
  font-weight:900;
}
.feature-copy li{
  font-size:17px;
  line-height:1.55;
  font-weight:700;
}

/* Carduri: mai ușor de citit, dimensiuni constante */
.cards{gap:18px}
.card{
  min-height:270px;
  padding:30px;
}
.card .num{margin-bottom:42px}
.card h3{font-size:26px}
.card p,.info-card p{
  font-size:17px;
  line-height:1.65;
  font-weight:600;
}
.info-card{padding:30px}
.info-card strong{
  font-size:19px;
  font-weight:900;
}

/* Butoane */
.btn{
  min-height:54px;
  padding:0 23px;
  font-size:15px;
  font-weight:900;
}

/* Pagini interne */
.page-hero{padding:110px 0 78px}
.page-hero .container{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:56px;
}
.page-hero h1{
  font-size:clamp(52px,5.8vw,78px);
}
.page-hero p{
  font-size:19px;
  line-height:1.7;
}

/* Formular și contact */
.contact-layout{
  grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);
  gap:48px;
}
.contact-list a,.contact-list div{
  font-size:18px;
  font-weight:700;
}
label{font-size:14px;font-weight:850}
input,select,textarea{
  font-size:17px;
  font-weight:550;
}

/* Portofoliu: nu întindem imaginile */
.gallery img{
  object-fit:cover;
}
.portfolio-video-grid{
  align-items:start;
}

/* Footer */
.footer-grid a,.footer-grid p{
  font-size:14px;
  line-height:1.6;
}
.footer-grid h3{
  font-size:13px;
  font-weight:900;
}

/* Laptopuri / desktop îngust: meniul rămâne corect */
@media(max-width:1280px){
  :root{--max:1140px}
  .container{width:min(var(--max),calc(100% - 36px))}
  .header-inner{gap:14px}
  .nav{gap:13px}
  .nav a{font-size:14px}
  .logo strong{font-size:14px}
  .header-cta{font-size:14px;padding:0 16px}
}

/* Sub 1080: trecem elegant pe meniul mobil înainte să se înghesuie */
@media(max-width:1080px){
  .nav{
    display:none;
    position:absolute;
    top:82px;
    left:0;
    right:0;
    padding:22px 24px 28px;
    background:#080b0f;
    border-bottom:1px solid var(--line);
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    white-space:normal;
  }
  .nav.open{display:flex}
  .nav a{font-size:17px}
  .menu-btn{display:block}
  .header-cta{display:none}
  .feature,.feature.reverse,.page-hero .container,.contact-layout{
    grid-template-columns:1fr;
  }
  .feature.reverse .feature-media{order:0}
  .feature-copy{max-width:720px}
  .hero-meta{grid-template-columns:repeat(2,1fr)}
}

/* Mobil */
@media(max-width:700px){
  .container{width:min(100% - 28px,var(--max))}
  .header-inner{height:70px}
  .nav{top:70px}
  .hero{min-height:720px}
  .hero-content{padding:105px 0 62px}
  .kicker{font-size:12px}
  h1{
    font-size:clamp(45px,12.5vw,62px);
    line-height:1;
  }
  .hero p{
    font-size:18px;
    line-height:1.6;
  }
  .hero-meta{
    grid-template-columns:1fr 1fr;
  }
  .hero-meta div{
    padding:18px 14px;
  }
  .hero-meta strong{font-size:15px}
  .hero-meta span{font-size:13px}
  .section{padding:76px 0}
  h2{font-size:clamp(34px,9.5vw,44px)}
  h3{font-size:24px}
  .section-head p,.feature-copy p,.page-hero p,.prose p{
    font-size:17px;
  }
  .feature{gap:38px}
  .feature-copy li{font-size:16px}
  .card{min-height:auto;padding:26px}
  .card p,.info-card p{font-size:16px}
  .btn{font-size:14px;min-height:52px}
}
