:root{--blue:#0072ce;--blue-dark:#005aa3;--ink:#1d2c39;--muted:#667887;--line:#dbe7f0;--soft:#f2f7fb;--white:#fff;--radius:18px;--shadow:0 18px 50px rgba(22,67,101,.10)}*{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(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-inner{height:82px;display:flex;align-items:center;gap:30px}.brand{width:250px;display:block}.brand img{width:100%;height:auto}.desktop-nav{display:flex;gap:26px;margin-left:auto}.desktop-nav a{font-weight:700;color:#435868;padding:29px 0 24px;border-bottom:3px solid transparent}.desktop-nav a:hover,.desktop-nav a.active{color:var(--blue);border-color:var(--blue)}.header-cta{white-space:nowrap}.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--ink)}.mobile-nav{display:none;padding:18px 20px 24px;border-top:1px solid var(--line);background:#fff}.mobile-nav.open{display:grid;gap:8px}.mobile-nav a:not(.button){padding:11px 0;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:12px;padding:14px 22px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(0,114,206,.20)}.button-primary:hover{background:var(--blue-dark)}.button-outline{border-color:#b8cede;background:#fff;color:var(--ink)}.button-outline:hover{border-color:var(--blue);color:var(--blue)}.text-link{font-weight:800;color:var(--blue)}.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:900;color:var(--blue);margin:0 0 16px}.eyebrow span{width:36px;height:2px;background:currentColor}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f9fcff 0%,#eef7fd 100%)}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,114,206,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(0,114,206,.055) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,#000,transparent 95%)}.hero-inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;padding:90px 0 86px}.hero h1{font-size:clamp(2.8rem,5.2vw,5.4rem);line-height:.98;letter-spacing:-.055em;margin:0;max-width:780px}.hero-lead{font-size:1.2rem;color:var(--muted);max-width:700px;margin:28px 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.proof-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:34px;font-size:.92rem;font-weight:700;color:#4a6070}.topo-card{background:var(--blue);color:#fff;border-radius:24px;padding:22px;box-shadow:0 30px 70px rgba(0,82,150,.28);overflow:hidden}.topo-card-head{display:flex;justify-content:space-between;gap:12px;font-size:.67rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;opacity:.92}.topo-card svg{width:100%;height:auto;margin:12px 0}.topo-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.topo-stats span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:12px}.topo-stats small{display:block;opacity:.72;font-size:.62rem;letter-spacing:.1em}.topo-stats b{font-size:.88rem}.section{padding:90px 0}.section-soft{background:var(--soft)}.section-heading{margin-bottom:38px}.section-heading h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;letter-spacing:-.045em;margin:0}.section-heading.full{max-width:960px}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.audience-card{border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:#fff;transition:.2s;min-height:310px;display:flex;flex-direction:column}.audience-card:hover{transform:translateY(-5px);border-color:#9bc7e8;box-shadow:var(--shadow)}.audience-card>span{color:var(--blue);font-weight:900}.audience-card h3{font-size:1.55rem;margin:32px 0 12px}.audience-card p{color:var(--muted);margin:0 0 24px}.audience-card strong{margin-top:auto;color:var(--blue)}.experience{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.experience-copy h2{font-size:clamp(2.2rem,3.8vw,3.8rem);line-height:1.05;letter-spacing:-.04em;margin:0 0 22px}.experience-copy p{color:var(--muted);font-size:1.08rem}.experience-list{border-top:1px solid var(--line)}.experience-list>div{display:grid;grid-template-columns:70px 1fr;padding:25px 0;border-bottom:1px solid var(--line)}.experience-list span{color:var(--blue);font-weight:900}.experience-list h3{margin:0;font-size:1.25rem}.experience-list p{margin:6px 0 0;color:var(--muted)}.useful-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.useful-layout h2{font-size:clamp(2.1rem,3.7vw,3.5rem);line-height:1.08;letter-spacing:-.04em}.useful-list{border-top:1px solid var(--line)}.useful-list>a{display:grid;grid-template-columns:45px 1fr 30px;gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.useful-list>a>span{color:var(--blue);font-weight:900}.useful-list small{color:var(--blue);text-transform:uppercase;letter-spacing:.1em;font-weight:800}.useful-list h3{margin:4px 0 0;font-size:1.15rem}.home-cta{padding:70px 0;background:#f8fbfd}.home-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.home-cta h2{font-size:clamp(2.1rem,4vw,4rem);letter-spacing:-.04em;margin:0}.home-cta p{color:var(--muted)}.page-hero{padding:82px 0 58px;background:linear-gradient(135deg,#f7fbff,#edf6fc)}.page-hero h1{font-size:clamp(2.8rem,5.2vw,5.4rem);line-height:1;letter-spacing:-.052em;margin:0;max-width:1050px}.service-accordion{border-top:1px solid var(--line)}.service-item{border-bottom:1px solid var(--line)}.service-trigger{width:100%;display:grid;grid-template-columns:70px 1fr 40px;align-items:center;text-align:left;background:transparent;border:0;padding:28px 0;cursor:pointer;color:var(--ink)}.service-trigger span{color:var(--blue);font-weight:900}.service-trigger strong{font-size:1.35rem}.service-trigger i{font-size:1.5rem;font-style:normal;transition:.2s}.service-item.open .service-trigger i{transform:rotate(180deg)}.service-content{display:none;padding:0 0 32px 70px;grid-template-columns:repeat(3,1fr);gap:22px}.service-item.open .service-content{display:grid}.service-content div{background:var(--soft);border-radius:14px;padding:20px}.service-content h3{margin:0 0 8px;font-size:1rem}.service-content p{margin:0;color:var(--muted)}.service-content .button{align-self:start;justify-self:start}.needs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.needs-grid article{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px}.needs-grid article>span{color:var(--blue);font-size:.75rem;text-transform:uppercase;letter-spacing:.11em;font-weight:900}.needs-grid h3{font-size:1.25rem}.needs-grid p,.needs-grid small{color:var(--muted);display:block}.needs-grid strong{display:block;margin:18px 0 8px;color:var(--blue)}.portfolio-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.portfolio-tabs button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 18px;font-weight:800;cursor:pointer}.portfolio-tabs button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.portfolio-panel{display:none}.portfolio-panel.active{display:block}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-grid article{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff}.project-grid span{color:var(--blue);font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.project-grid h3{margin:12px 0 8px}.project-grid p{color:var(--muted)}.project-grid strong{display:block;font-size:.91rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.2s}.gallery-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.gallery-card img{width:100%;height:210px;object-fit:cover;background:#e9f3fa}.gallery-card div{padding:18px}.gallery-card span{color:var(--blue);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.gallery-card h3{margin:7px 0 2px}.gallery-card p{margin:0;color:var(--muted);font-size:.9rem}.section-action{text-align:center;margin-top:30px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-grid article{border:1px solid var(--line);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;min-height:330px}.article-grid span{color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.article-grid h2{font-size:1.45rem;line-height:1.2}.article-grid p{color:var(--muted)}.article-grid a{margin-top:auto;color:var(--blue);font-weight:900}.article-page{padding:70px 0}.article-header{max-width:900px}.article-header h1{font-size:clamp(2.5rem,5vw,5rem);line-height:1.02;letter-spacing:-.05em;margin:0}.article-header>p{font-size:1.18rem;color:var(--muted)}.share-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:28px 0}.share-row a,.share-row button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 13px;font-weight:800;color:var(--blue);cursor:pointer}.article-content{max-width:840px;font-size:1.08rem}.article-content h2{margin-top:45px;font-size:2rem;letter-spacing:-.03em}.article-content p{color:#405564}.article-content li{margin:8px 0}.article-note{margin-top:35px;padding:20px;border-left:4px solid var(--blue);background:var(--soft)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px}.about-grid h2{font-size:2.2rem;line-height:1.08}.about-grid p{color:var(--muted);font-size:1.08rem}.resource-card{background:var(--blue);color:#fff;border-radius:24px;padding:38px}.resource-card li{margin:12px 0}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.steps-grid span{color:var(--blue);font-weight:900}.contact-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:60px}.contact-info h2{font-size:2.3rem}.contact-info a{display:block;font-size:1.2rem;font-weight:800;color:var(--blue);margin:10px 0}.contact-info p{color:var(--muted)}.quote-form{border:1px solid var(--line);border-radius:22px;padding:30px;background:#fff;box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quote-form label{display:block;font-weight:800;margin-bottom:17px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;margin-top:7px;border:1px solid #c9d9e5;border-radius:10px;padding:13px 14px;background:#fff;color:var(--ink)}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{outline:3px solid rgba(0,114,206,.13);border-color:var(--blue)}.quote-form small{font-weight:500;color:var(--muted)}.hp-field{position:absolute!important;left:-9999px!important}.flash-wrap{padding-top:16px}.flash{border-radius:12px;padding:14px 18px;font-weight:700}.flash-success{background:#e9f8f1;color:#146745}.flash-error{background:#fff0f0;color:#8b2525}.site-footer{background:var(--blue);color:#fff;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:60px}.footer-brand img{width:300px}.footer-brand p{max-width:440px;opacity:.78}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:10px}.footer-links strong,.footer-contact strong{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;margin-bottom:6px}.footer-links a,.footer-contact a,.footer-contact p{opacity:.82;margin:0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.25);padding-top:20px;margin-top:40px;opacity:.75}.lightbox{position:fixed;inset:0;background:rgba(5,21,32,.88);z-index:999;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox-inner{max-width:1000px;width:100%;background:#fff;border-radius:18px;overflow:hidden;position:relative}.lightbox img{width:100%;max-height:75vh;object-fit:contain;background:#111}.lightbox-copy{padding:18px}.lightbox-close{position:absolute;top:12px;right:12px;border:0;background:#fff;border-radius:50%;width:42px;height:42px;font-size:1.5rem;cursor:pointer}@media(max-width:980px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:flex;margin-left:auto}.brand{width:220px}.hero-inner,.experience,.useful-layout,.about-grid,.contact-layout{grid-template-columns:1fr}.hero-inner{gap:45px;padding:70px 0}.audience-grid,.project-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.service-content{grid-template-columns:1fr 1fr}.needs-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.header-inner{height:70px}.brand{width:190px}.hero-inner{padding:55px 0}.hero h1,.page-hero h1{font-size:2.65rem}.topo-card{padding:15px}.topo-card-head{font-size:.57rem}.topo-stats{grid-template-columns:1fr}.section{padding:62px 0}.audience-grid,.project-grid,.article-grid,.gallery-grid,.steps-grid,.needs-grid{grid-template-columns:1fr}.audience-card{min-height:0}.experience{gap:40px}.useful-layout{gap:35px}.service-trigger{grid-template-columns:45px 1fr 30px;padding:21px 0}.service-content{padding-left:0;grid-template-columns:1fr}.home-cta-inner{align-items:flex-start;flex-direction:column}.form-row{grid-template-columns:1fr}.quote-form{padding:20px}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-brand{grid-column:auto}.footer-brand img{width:260px}.footer-bottom{flex-direction:column;gap:8px}.page-hero{padding:55px 0 40px}}
.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:20px 0}.faq-list summary{cursor:pointer;font-weight:850;font-size:1.08rem;list-style:none;display:flex;justify-content:space-between}.faq-list summary:after{content:"+";color:var(--blue);font-size:1.4rem}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);max-width:850px}
.footer-legal{display:flex;gap:16px;flex-wrap:wrap}.footer-legal a{color:inherit}.legal-content a{color:var(--blue);font-weight:800}@media(max-width:640px){.footer-legal{gap:10px}.footer-bottom{align-items:flex-start}}
.form-note{margin:0;color:var(--muted);font-size:.88rem}.form-note a{color:var(--blue);font-weight:800}

/* =========================================================
   Topographica PHP v3.0.1 - restaurare vizuala
   Pastreaza functionalitatea PHP si readuce proportiile,
   tipografia si ilustratia topografica ale frontendului aprobat.
   ========================================================= */
:root {
  --brand: #0072ce;
  --brand-strong: #005fac;
  --brand-soft: #eaf5fc;
  --brand-pale: #f4f9fd;
  --ink: #172b38;
  --ink-2: #304754;
  --muted: #657784;
  --line: #d9e5ec;
  --line-strong: #c9d9e3;
  --surface: #f8fbfd;
  --white: #ffffff;
  --max-width: 1240px;
  --shadow: 0 24px 70px rgba(20, 64, 91, 0.11);
  --shadow-soft: 0 16px 48px rgba(20, 64, 91, 0.08);
}

html { scroll-behavior: smooth; }
body {
  overflow-x: hidden;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 { color: var(--ink); font-weight: 600; }
.container { width: min(calc(100% - 48px), var(--max-width)); }

.eyebrow {
  gap: 12px;
  margin-bottom: 20px;
  color: var(--brand);
  font: 700 11px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .13em;
}
.eyebrow span { width: 32px; height: 1px; }

.button {
  min-height: 50px;
  padding: 0 21px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}
.button-primary { background: var(--brand); box-shadow: none; }
.button-primary:hover { background: var(--brand-strong); }
.button-outline { border-color: var(--line-strong); background: rgba(255,255,255,.78); }

/* Header */
.site-header { border-bottom-color: rgba(201,217,227,.9); background: rgba(255,255,255,.94); }
.header-inner {
  min-height: 82px;
  height: auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 30px;
}
.brand { width: auto; }
.brand img { width: 208px; }
.desktop-nav { justify-content: center; gap: 25px; margin-left: 0; }
.desktop-nav a {
  padding-block: 29px;
  color: #536773;
  font-size: 13px;
  font-weight: 600;
  border-bottom-width: 2px;
}
.header-cta { min-height: 43px; padding: 0 16px; font-size: 13px; }

/* Hero */
.hero {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 86% 12%, rgba(41,163,242,.16), transparent 31%),
    radial-gradient(circle at 13% 90%, rgba(0,114,206,.08), transparent 35%),
    linear-gradient(135deg, #f9fcfe 0%, #eef7fc 100%);
}
.hero-grid {
  opacity: .42;
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.hero-inner {
  min-height: 730px;
  grid-template-columns: 1.03fr .97fr;
  gap: clamp(44px, 6vw, 86px);
  padding: 76px 0 96px;
}
.hero h1 {
  max-width: 720px;
  font-size: clamp(50px, 6vw, 82px);
  line-height: .99;
  letter-spacing: -.058em;
  font-weight: 600;
}
.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}
.hero-actions { margin-top: 35px; gap: 12px; }
.proof-row {
  display: grid;
  gap: 10px;
  margin-top: 33px;
  color: #536a77;
  font-size: 13px;
  font-weight: 500;
}
.proof-row span { display: flex; align-items: center; gap: 10px; }

/* Ilustratie topografica restaurata */
.survey-interface {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid rgba(0,114,206,.30);
  border-radius: 12px;
  background: var(--brand);
  box-shadow: 0 34px 90px rgba(0,114,206,.20), inset 0 0 80px rgba(255,255,255,.05);
  transform: perspective(1400px) rotateY(-2deg) rotateX(1deg);
}
.survey-interface::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.05) 50%, transparent 58%);
}
.interface-topline, .interface-footer {
  position: absolute;
  z-index: 3;
  right: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,.76);
  font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .13em;
}
.interface-topline { top: 19px; }
.interface-footer { bottom: 17px; }
.interface-footer b { color: #fff; font-weight: 700; }
.interface-status { display: flex; align-items: center; gap: 8px; }
.interface-status i { width: 6px; height: 6px; border-radius: 50%; background: #50d49a; box-shadow: 0 0 14px #50d49a; }
.survey-canvas { position: absolute; inset: 36px 0 33px; width: 100%; height: calc(100% - 69px); margin: 0; }
.grid-lines line { stroke: rgba(255,255,255,.10); stroke-width: 1; }
.contour-lines path { fill: none; stroke: rgba(255,255,255,.28); stroke-width: 1.3; }
.parcel-fill { fill: url(#terrainGlow); }
.parcel-line { fill: none; stroke: rgba(255,255,255,.92); stroke-width: 1.8; stroke-dasharray: 8 5; }
.measure-line { fill: none; stroke: rgba(255,255,255,.4); stroke-width: .8; stroke-dasharray: 3 4; }
.measure-line-alt { stroke: rgba(255,255,255,.66); }
.survey-point circle { fill: #fff; }
.survey-point .point-pulse { fill: rgba(255,255,255,.12); stroke: rgba(255,255,255,.40); stroke-width: 1; }
.survey-point text, .north-marker text, .coordinate-label text { fill: rgba(255,255,255,.84); font: 700 9px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.north-marker path { fill: rgba(255,255,255,.90); }
.coordinate-label rect { fill: rgba(255,255,255,.12); stroke: rgba(255,255,255,.28); }
.coordinate-label text { font-size: 8px; }
.metric {
  position: absolute;
  z-index: 4;
  min-width: 126px;
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 6px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.metric-one { left: 27px; top: 80px; }
.metric-two { right: 24px; bottom: 72px; }
.metric span { display: block; margin-bottom: 5px; color: rgba(255,255,255,.70); font-size: 8px; letter-spacing: .13em; }
.metric strong { color: #fff; font-size: 20px; font-weight: 500; }
.metric em { margin-left: 5px; color: rgba(255,255,255,.82); font-size: 9px; font-style: normal; }

/* Sectiuni si titluri */
.section { padding: 105px 0; }
.section-soft { border-block: 1px solid var(--line); background: var(--brand-pale); }
.section-heading { margin-bottom: 48px; }
.section-heading h2 {
  max-width: 780px;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 600;
}
.section-heading.full { max-width: none; }

.home-audiences { background: var(--surface); }
.audience-grid { gap: 18px; }
.audience-card {
  min-height: 330px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
}
.audience-card > span { font: 700 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.audience-card h3 { margin: 64px 0 14px; font-size: 29px; line-height: 1.1; letter-spacing: -.03em; font-weight: 600; }
.audience-card p { font-size: 14px; line-height: 1.7; }
.audience-card strong { padding-top: 28px; font-size: 14px; font-weight: 700; }

/* Flux de lucru - corecteaza structura si dimensiunile */
.home-experience { padding: 105px 0; border-block: 1px solid var(--line); background: var(--brand-pale); }
.experience {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.experience-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
  font-weight: 600;
}
.experience-copy > p:not(.eyebrow) { max-width: 620px; margin: 24px 0 31px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.experience-list { border-top: 1px solid var(--line-strong); }
.experience-item {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 18px;
  padding: 25px 0 !important;
  border-bottom: 1px solid var(--line-strong);
}
.experience-item > span { padding-top: 4px; color: var(--brand); font: 700 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.experience-item > div { min-width: 0; }
.experience-item h3 { margin: 0 0 7px; font-size: 20px; line-height: 1.25; letter-spacing: -.02em; font-weight: 600; }
.experience-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.useful-layout { grid-template-columns: .82fr 1.18fr; gap: 80px; }
.useful-layout > div:first-child h2 { margin: 0 0 30px; font-size: clamp(38px, 4.8vw, 58px); line-height: 1.04; letter-spacing: -.045em; font-weight: 600; }
.useful-list > a { min-height: 128px; grid-template-columns: 50px 1fr 24px; padding: 22px 4px; }
.useful-list > a > span { font: 700 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.useful-list h3 { font-size: 21px; line-height: 1.25; font-weight: 600; }

.home-cta { padding: 72px 0; border-top: 1px solid var(--line); background: #fff; }
.home-cta h2 { font-size: clamp(36px, 4.8vw, 58px); line-height: 1.04; letter-spacing: -.045em; font-weight: 600; }

/* Pagini interioare */
.page-hero { padding: 88px 0 82px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg,#f8fcfe,#edf7fc); }
.page-hero h1 {
  max-width: 980px;
  font-size: clamp(50px, 7vw, 82px);
  line-height: .99;
  letter-spacing: -.058em;
  font-weight: 600;
}
.service-accordion, .faq-list { border-top-color: var(--line-strong); }
.service-trigger { padding: 26px 0; }
.service-trigger strong { font-size: 20px; font-weight: 600; }
.service-content { gap: 18px; }
.service-content div, .needs-grid article { border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.needs-grid article { padding: 25px; box-shadow: var(--shadow-soft); }
.needs-grid h3 { font-weight: 600; }

.portfolio-tabs button { min-height: 52px; border-radius: 5px; font-weight: 650; }
.project-grid article { min-height: 300px; border-radius: 10px; padding: 26px; box-shadow: var(--shadow-soft); }
.project-grid h3 { margin-top: 42px; font-size: 24px; line-height: 1.15; font-weight: 600; }

.gallery-grid { gap: 18px; }
.gallery-card { border-radius: 10px; box-shadow: var(--shadow-soft); }
.gallery-card img { height: 220px; }
.gallery-card h3 { font-weight: 600; }

.article-grid article { min-height: 330px; border-radius: 10px; padding: 27px; box-shadow: var(--shadow-soft); }
.article-grid h2 { font-weight: 600; }
.article-header h1 { font-size: clamp(48px, 7vw, 82px); line-height: 1; letter-spacing: -.057em; font-weight: 600; }
.article-content h2 { font-weight: 600; }

.about-grid h2, .contact-info h2 { font-weight: 600; }
.resource-card { border-radius: 12px; }
.steps-grid article, .quote-form { border-radius: 10px; box-shadow: var(--shadow-soft); }

.site-footer { padding: 60px 0 24px; background: var(--brand); }
.footer-brand img { width: 280px; }
.footer-grid { gap: 60px; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; min-height: 74px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; margin-left: 0; }
  .brand img { width: 190px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding: 70px 0 80px; }
  .survey-interface { min-height: 520px; transform: none; }
  .experience, .useful-layout, .about-grid, .contact-layout { grid-template-columns: 1fr; gap: 52px; }
  .audience-grid, .project-grid, .article-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .needs-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); }
  .header-inner { min-height: 70px; }
  .brand img { width: 176px; }
  .hero-inner { padding: 56px 0 68px; }
  .hero h1, .page-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .survey-interface { min-height: 390px; }
  .interface-topline { right: 14px; left: 14px; font-size: 7px; }
  .interface-footer { right: 14px; left: 14px; font-size: 7px; }
  .interface-footer span { display: none; }
  .metric { min-width: 108px; padding: 10px; }
  .metric-one { left: 15px; top: 64px; }
  .metric-two { display: none; }
  .metric strong { font-size: 17px; }
  .section, .home-experience { padding: 74px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .experience-copy h2, .useful-layout > div:first-child h2, .home-cta h2 { font-size: clamp(34px, 10vw, 48px); }
  .audience-grid, .project-grid, .article-grid, .gallery-grid, .steps-grid, .needs-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 245px; padding: 24px; }
  .audience-card h3 { margin-top: 35px; font-size: 25px; }
  .experience-item { grid-template-columns: 45px minmax(0,1fr) !important; }
  .useful-list > a { min-height: 112px; grid-template-columns: 38px 1fr 20px; gap: 12px; }
  .useful-list h3 { font-size: 18px; }
  .home-cta-inner { align-items: flex-start; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .quote-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-brand img { width: 245px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

/* Topographica PHP v3.0.2 - formulare, cookie-uri, GDPR si footer */
.field-group{margin-bottom:17px}.field-label{display:block;font-weight:800;margin-bottom:7px}.field-label small{font-weight:500;color:var(--muted)}
.custom-select{position:relative}.custom-select-trigger{width:100%;min-height:52px;border:1px solid #c9d9e5;border-radius:12px;padding:0 15px;background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.custom-select-trigger:hover{border-color:#9bbbd1;background:#fbfdff}.custom-select-trigger:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,114,206,.12)}.custom-select-trigger svg{width:20px;height:20px;flex:0 0 20px;color:#617a8c;transition:transform .18s ease}.custom-select.open .custom-select-trigger svg{transform:rotate(180deg)}.custom-select-menu{position:absolute;z-index:80;left:0;right:0;top:calc(100% + 8px);max-height:320px;overflow:auto;border:1px solid #c9d9e5;border-radius:14px;padding:7px;background:#fff;box-shadow:0 18px 45px rgba(22,67,101,.18)}.custom-select-menu[hidden]{display:none}.custom-select-option{width:100%;border:0;border-radius:9px;background:#fff;color:var(--ink);padding:12px 13px;text-align:left;cursor:pointer;font-weight:650;transition:background .15s ease,color .15s ease}.custom-select-option:hover,.custom-select-option:focus{outline:0;background:#edf6fc;color:var(--blue)}.custom-select-option.selected{background:var(--blue);color:#fff}.custom-select.is-invalid .custom-select-trigger{border-color:#c94747;box-shadow:0 0 0 4px rgba(201,71,71,.1)}.field-error{display:block;color:#a62d2d;margin-top:7px;font-weight:700}.field-error[hidden]{display:none}
.file-picker{position:relative;display:flex;align-items:center;gap:16px;border:1px dashed #a9c4d8;border-radius:14px;padding:16px;background:#fafdff;transition:border-color .18s ease,background .18s ease}.file-picker:hover{border-color:var(--blue);background:#f4faff}.file-picker.is-invalid{border-color:#c94747;background:#fff8f8}.file-picker-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.file-picker-input:focus+.file-picker-button{box-shadow:0 0 0 4px rgba(0,114,206,.12)}.file-picker-button{display:inline-flex!important;align-items:center;justify-content:center;gap:9px;margin:0!important;padding:11px 16px;border-radius:10px;background:var(--blue);color:#fff;font-weight:800!important;cursor:pointer;white-space:nowrap;box-shadow:0 8px 20px rgba(0,114,206,.18);transition:background .18s ease,transform .18s ease}.file-picker-button:hover{background:var(--blue-dark);transform:translateY(-1px)}.file-picker-button svg{width:20px;height:20px}.file-picker-summary{min-width:0;display:flex;flex-direction:column}.file-picker-summary strong{font-size:.96rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-picker-summary span{font-size:.78rem;color:var(--muted)}.file-picker-list{list-style:none;margin:9px 0 0;padding:0;display:grid;gap:6px}.file-picker-list li{display:flex;justify-content:space-between;gap:12px;padding:8px 11px;border-radius:9px;background:var(--soft);font-size:.82rem}.file-picker-list li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-picker-list li small{color:var(--muted);white-space:nowrap}.file-picker-list .file-error{color:#a62d2d;background:#fff0f0;font-weight:700}
.privacy-consent{display:flex!important;align-items:flex-start;gap:11px;margin:2px 0 22px!important;padding:14px 15px;border:1px solid var(--line);border-radius:12px;background:#f8fbfd;font-weight:500!important;line-height:1.45}.privacy-consent input{width:19px!important;height:19px!important;margin:2px 0 0!important;flex:0 0 19px;accent-color:var(--blue)}.privacy-consent a{color:var(--blue);font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.site-footer{padding:46px 0 20px}.footer-grid{gap:48px}.footer-brand img{width:225px}.footer-brand p,.footer-links a,.footer-contact a,.footer-contact p{font-size:.86rem;line-height:1.55}.footer-links strong,.footer-contact strong{font-size:.68rem}.footer-bottom{font-size:.75rem;margin-top:32px;padding-top:17px;align-items:center}.footer-legal{gap:13px}.footer-cookie-settings{border:0;background:transparent;color:inherit;padding:0;font:inherit;cursor:pointer;opacity:.92}.footer-cookie-settings:hover{text-decoration:underline;text-underline-offset:3px}
.cookie-banner{position:fixed;z-index:1200;left:20px;right:20px;bottom:20px;opacity:0;transform:translateY(18px);transition:opacity .2s ease,transform .2s ease}.cookie-banner[hidden]{display:none}.cookie-banner.visible{opacity:1;transform:translateY(0)}.cookie-banner-inner{width:min(1120px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:20px 22px;border:1px solid rgba(0,114,206,.16);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 22px 60px rgba(13,45,69,.22);backdrop-filter:blur(16px)}.cookie-banner-copy{display:flex;align-items:flex-start;gap:14px;max-width:690px}.cookie-symbol{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:#eaf5fc;color:var(--blue);font-size:1.15rem}.cookie-banner-copy strong{display:block;font-size:1rem;margin-bottom:3px}.cookie-banner-copy p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.5}.cookie-banner-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}.cookie-banner-actions .button{padding:10px 15px;font-size:.82rem}.cookie-details{font-size:.8rem;font-weight:800;color:var(--blue);padding:9px}.cookie-session{box-shadow:none}
.legal-content{max-width:900px}.legal-intro{padding:24px 26px;border:1px solid #cfe1ee;border-radius:16px;background:linear-gradient(135deg,#f8fcff,#eef7fd);margin-bottom:16px}.legal-intro strong{display:block;color:var(--blue);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;margin-bottom:7px}.legal-intro p{margin:0;color:#405564}.legal-updated{font-size:.8rem;color:var(--muted);margin:0 0 34px}.legal-content h2{font-size:1.65rem;margin-top:42px;margin-bottom:13px}.legal-content ul{padding-left:22px}.legal-content code{font-size:.84rem;padding:3px 7px;border-radius:6px;background:#eef5f9;color:#20425a}.legal-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}.legal-table{width:100%;border-collapse:collapse;min-width:700px;background:#fff}.legal-table th,.legal-table td{padding:14px 16px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left}.legal-table th{background:#f3f8fb;color:#314b5e;font-size:.78rem;text-transform:uppercase;letter-spacing:.07em}.legal-table tr:last-child td{border-bottom:0}
@media(max-width:980px){.cookie-banner-inner{align-items:flex-start;flex-direction:column;gap:16px}.cookie-banner-actions{width:100%;justify-content:flex-start}.site-footer{padding-top:42px}}
@media(max-width:640px){.file-picker{align-items:flex-start;flex-direction:column}.file-picker-button{width:100%}.file-picker-summary strong{white-space:normal}.cookie-banner{left:10px;right:10px;bottom:10px}.cookie-banner-inner{padding:17px;border-radius:15px}.cookie-banner-copy{gap:10px}.cookie-symbol{width:32px;height:32px;flex-basis:32px}.cookie-banner-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-banner-actions .cookie-details{grid-column:1/-1}.cookie-banner-actions .button{width:100%}.site-footer{padding:40px 0 18px}.footer-brand img{width:215px}.footer-brand p,.footer-links a,.footer-contact a,.footer-contact p{font-size:.82rem}.footer-bottom{font-size:.72rem}.legal-intro{padding:20px}.legal-content h2{font-size:1.4rem}.custom-select-menu{max-height:270px}}
