@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

:root{
  --navy:#0B2545;--navy-2:#103A6A;--navy-3:#1A5490;--navy-card:#0D2F58;
  --gold:#2A7FD4;--gold-2:#5BA3E8;--gold-3:#1B65B0;
  --gold-dim:rgba(42,127,212,.12);--gold-border:rgba(42,127,212,.28);
  --light:#F0F6FF;--muted:#5F7A9A;--text:#0B1E35;--text-soft:#3A5470;
  --border:#D0DFF0;--border-dark:rgba(42,127,212,.2);
  --shadow:0 20px 60px rgba(11,37,69,.10);--shadow-gold:0 8px 32px rgba(42,127,212,.22);
  --radius:20px;--radius-sm:12px;
  --font-display:'Cormorant Garamond',Georgia,serif;
  --font-body:'DM Sans',system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.firstly-fullpage-template{
  background:#fff;color:var(--text);font-family:var(--font-body);
  line-height:1.65;font-size:16px;overflow-x:hidden;max-width:100vw;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
canvas{width:100%!important;height:auto!important;max-width:100%}
.fc-page{overflow-x:hidden;width:100%;max-width:100vw;position:relative}
.fc-container{
  position:relative;width:min(1240px,calc(100% - 40px));
  margin:0 auto;z-index:1;
}

/* ── TOPBAR ─────────────────────────── */
.fc-topbar{background:var(--navy);color:rgba(255,255,255,.75);font-size:13px;border-bottom:1px solid var(--border-dark)}
.fc-topbar-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;padding:11px 20px;max-width:1240px;margin:0 auto}
.fc-topbar-contact{display:flex;gap:24px;flex-wrap:wrap}
.fc-topbar a{color:var(--gold-2);font-weight:500}

/* ── NAVBAR ─────────────────────────── */
.fc-navbar{position:sticky;top:0;z-index:1000;background:rgba(9,24,46,.94);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-dark)}
.fc-navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 20px;max-width:1240px;margin:0 auto}
.fc-brand{display:flex;align-items:center;gap:12px;font-family:var(--font-display);font-size:19px;color:#fff;flex-shrink:0}
.fc-brand-badge{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;background:linear-gradient(135deg,var(--navy-3),var(--gold));color:#fff;font-family:var(--font-body);font-weight:700;font-size:14px;letter-spacing:.06em;box-shadow:0 6px 20px rgba(42,127,212,.35)}
.fc-brand-text{line-height:1.2;color:#fff}
.fc-brand-text strong{font-weight:600;font-style:italic}
.fc-brand-text small{display:block;font-size:11px;font-family:var(--font-body);font-weight:400;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}
.fc-menu{display:flex;align-items:center;gap:22px;flex:1;justify-content:center}
.fc-menu a{font-size:14px;font-weight:500;color:rgba(255,255,255,.75);position:relative;padding-bottom:2px;transition:color .2s;white-space:nowrap}
.fc-menu a::after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--gold);transition:.25s}
.fc-menu a:hover{color:#fff}
.fc-menu a:hover::after{width:100%}
.fc-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 20px;border-radius:999px;border:none;font-family:var(--font-body);font-weight:600;font-size:14px;cursor:pointer;transition:all .22s;white-space:nowrap;flex-shrink:0}
.fc-btn-gold{color:#fff;background:linear-gradient(135deg,var(--gold),var(--gold-2));box-shadow:0 8px 24px rgba(42,127,212,.3)}
.fc-btn-gold:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(42,127,212,.4)}
.fc-btn-outline{color:#fff;background:transparent;border:1px solid var(--gold-border)}
.fc-btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.fc-btn-dark{color:#fff;background:var(--navy-2);border:1px solid var(--border-dark)}

/* ── HERO ─────────────────────────── */
.fc-hero{background:var(--navy);padding:80px 0 90px;position:relative;overflow:hidden}
.fc-hero::before{content:"";position:absolute;top:-150px;right:-150px;width:380px;height:380px;background:radial-gradient(circle,rgba(201,168,108,.08),transparent 65%);border-radius:50%;pointer-events:none}
.fc-hero::after{content:"";position:absolute;bottom:-120px;left:-120px;width:320px;height:320px;background:radial-gradient(circle,rgba(26,50,87,.6),transparent 65%);border-radius:50%;pointer-events:none}
/* FLUID: 2 col desktop → 1 col mobile */
.fc-hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:48px;align-items:center}
.fc-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:var(--gold-dim);border:1px solid var(--gold-border);color:var(--gold-2);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}
.fc-eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);display:block;flex-shrink:0}
.fc-hero h1{font-family:var(--font-display);font-size:clamp(36px,5.5vw,74px);line-height:1.04;letter-spacing:-.02em;color:#fff;margin-bottom:20px;font-weight:600}
.fc-hero h1 em{color:var(--gold);font-style:italic}
.fc-hero-sub{font-size:clamp(15px,2vw,17px);color:rgba(255,255,255,.65);max-width:560px;margin-bottom:32px;line-height:1.7}
.fc-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}
/* KPI strip fluid */
.fc-kpi-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,130px),1fr));gap:12px}
.fc-kpi-card{background:rgba(255,255,255,.05);border:1px solid var(--border-dark);border-radius:var(--radius-sm);padding:16px;min-width:0}
.fc-kpi-label{display:block;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}
.fc-kpi-card strong{display:block;font-size:24px;font-family:var(--font-display);color:#fff;margin-bottom:4px;font-weight:600}
.fc-kpi-note{display:block;font-size:12px;color:rgba(255,255,255,.5)}
.fc-hero-visual{position:relative;min-height:460px}
.fc-hero-img-wrap{border-radius:24px;overflow:hidden;border:1px solid var(--border-dark);height:100%;min-height:460px;box-shadow:0 40px 100px rgba(0,0,0,.35)}
.fc-hero-img-wrap img{width:100%;height:100%;min-height:460px;object-fit:cover}
.fc-float-card{position:absolute;padding:15px 17px;border-radius:16px;background:rgba(9,24,46,.85);border:1px solid var(--border-dark);backdrop-filter:blur(16px);box-shadow:var(--shadow-gold);max-width:200px}
.fc-float-card-a{left:-24px;bottom:40px;animation:float-a 5s ease-in-out infinite}
.fc-float-card-b{right:-20px;top:44px;animation:float-b 5.5s ease-in-out infinite}
.fc-float-card .fc-kicker-small{display:block;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}
.fc-float-card strong{display:block;font-size:15px;color:#fff;margin-bottom:4px;line-height:1.2}
.fc-float-card small{display:block;font-size:12px;color:var(--muted)}
.fc-bars{display:flex;align-items:flex-end;gap:5px;height:34px;margin-bottom:10px}
.fc-bars i{display:block;width:9px;border-radius:3px;background:linear-gradient(180deg,var(--gold-2),var(--gold-3))}
.fc-bars i:nth-child(1){height:40%}.fc-bars i:nth-child(2){height:70%}.fc-bars i:nth-child(3){height:55%}.fc-bars i:nth-child(4){height:90%}.fc-bars i:nth-child(5){height:75%}
@keyframes float-a{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes float-b{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* ── STATS STRIP ─────────────────────── */
.fc-stats-strip{background:var(--navy-2);border-top:1px solid var(--border-dark);border-bottom:1px solid var(--border-dark);padding:52px 0}
.fc-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.fc-stat-item{text-align:center;padding:20px 16px;border-right:1px solid var(--border-dark);min-width:0}
.fc-stat-item:last-child{border-right:none}
.fc-stat-num{display:block;font-family:var(--font-display);font-size:clamp(44px,6vw,74px);font-weight:600;color:var(--gold);line-height:1;margin-bottom:10px}
.fc-stat-label{display:block;font-size:14px;color:rgba(255,255,255,.55)}
.fc-stat-sub{display:block;font-size:11px;color:rgba(42,127,212,.6);margin-top:4px;text-transform:uppercase;letter-spacing:.1em;font-weight:600}

/* ── SECTIONS ─────────────────────────── */
.fc-section{padding:88px 0}
.fc-section-dark{background:var(--navy);padding:88px 0}
.fc-section-alt{background:var(--light);padding:88px 0}
.fc-section-navy{background:var(--navy-2);padding:88px 0}
.fc-section-head{max-width:760px;margin-bottom:48px}
.fc-section-head-center{max-width:760px;margin:0 auto 48px;text-align:center}
.fc-kicker{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.fc-kicker-dark{color:var(--gold-3)}
.fc-section h2,.fc-section-dark h2,.fc-section-alt h2,.fc-section-navy h2{font-family:var(--font-display);font-size:clamp(26px,4vw,52px);line-height:1.06;letter-spacing:-.02em;color:var(--text);margin-bottom:16px;font-weight:600}
.fc-section-dark h2,.fc-section-navy h2{color:#fff}
.fc-section-head p,.fc-section-head-center p{font-size:clamp(14px,2vw,17px);color:var(--text-soft);line-height:1.7}
.fc-section-dark .fc-section-head p,.fc-section-navy .fc-section-head p{color:rgba(255,255,255,.55)}

/* ── ABOUT ─────────────────────────── */
/* FLUID: 2 col desktop → 1 col mobile */
.fc-about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:32px;align-items:start}
.fc-about-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);min-width:0}
.fc-about-card h3{font-family:var(--font-display);font-size:25px;color:var(--text);margin-bottom:14px;font-weight:600}
.fc-about-card p{color:var(--text-soft);margin-bottom:16px;line-height:1.7}
/* FLUID: 2 col desktop → 1 col mobile */
.fc-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:12px;margin-top:22px}
.fc-pillar{background:var(--light);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;min-width:0;border-left:3px solid var(--gold)}
.fc-pillar strong{display:block;color:var(--text);font-weight:600;font-size:15px;margin-bottom:6px}
.fc-pillar span{display:block;color:var(--text-soft);font-size:14px}
.fc-about-right{display:flex;flex-direction:column;gap:16px;min-width:0}
.fc-about-img-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.fc-about-img-wrap img{width:100%;height:260px;object-fit:cover}
.fc-metrics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,90px),1fr));gap:10px}
.fc-metric-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;text-align:center;box-shadow:var(--shadow);min-width:0;border-top:3px solid var(--gold)}
.fc-metric-box span{display:block;font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:6px}
.fc-metric-box strong{display:block;font-family:var(--font-display);font-size:22px;color:var(--text);font-weight:600}

/* ── CLIENTS ─────────────────────────── */
.fc-clients-badge{display:inline-flex;align-items:center;gap:10px;background:var(--gold-dim);border:1px solid var(--gold-border);border-radius:999px;padding:10px 20px;margin-bottom:36px;font-size:14px;color:var(--gold-2);font-weight:600}
.fc-clients-badge strong{font-family:var(--font-display);font-size:22px;color:var(--gold-2);}
.fc-ticker-wrap{overflow:hidden;margin-bottom:44px;position:relative;width:100%;max-width:100%}
.fc-ticker-wrap::before,.fc-ticker-wrap::after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
.fc-ticker-wrap::before{left:0;background:linear-gradient(90deg,var(--navy-2),transparent)}
.fc-ticker-wrap::after{right:0;background:linear-gradient(-90deg,var(--navy-2),transparent)}
.fc-ticker{display:flex;animation:ticker-scroll 40s linear infinite;width:max-content}
.fc-ticker:hover{animation-play-state:paused}
.fc-ticker-item{display:inline-flex;align-items:center;gap:10px;padding:12px 26px;border-right:1px solid var(--border-dark);white-space:nowrap;color:rgba(255,255,255,.5);font-size:14px;font-weight:500}
.fc-ticker-item .fc-tick-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);opacity:.5;flex-shrink:0}
@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.fc-clients-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,110px),1fr));gap:10px}
.fc-client-bubble{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .22s;cursor:default;min-width:0;box-shadow:0 2px 8px rgba(11,37,69,.06)}
.fc-client-bubble:hover{background:var(--gold-dim);border-color:var(--gold-border);transform:translateY(-2px)}
.fc-client-avatar{width:40px;height:40px;border-radius:9px;display:grid;place-items:center;font-weight:700;font-size:12px;letter-spacing:.04em;color:var(--navy);flex-shrink:0}
.fc-client-bubble span{font-size:11px;color:var(--muted);text-align:center;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.fc-clients-more{text-align:center;margin-top:28px;color:rgba(255,255,255,.5);font-size:14px}
.fc-clients-more strong{color:var(--gold);font-family:var(--font-display);font-size:20px}

/* ── SERVICES ─────────────────────────── */
/* FLUID: 3 col desktop → 2 col tablet → 1 col mobile */
.fc-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:18px}
.fc-service-card{background:var(--navy-card);border:1px solid var(--border-dark);border-radius:var(--radius);padding:28px;position:relative;overflow:hidden;transition:all .25s;min-width:0}
.fc-service-card::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:.25s}
.fc-service-card:hover{border-color:var(--gold-border);transform:translateY(-3px);box-shadow:var(--shadow-gold)}
.fc-service-card:hover::before{opacity:1}
.fc-service-icon{width:44px;height:44px;border-radius:11px;background:var(--gold-dim);border:1px solid var(--gold-border);display:grid;place-items:center;margin-bottom:16px;font-size:20px}
.fc-service-card h3{font-family:var(--font-display);font-size:21px;color:#fff;margin-bottom:10px;font-weight:600;line-height:1.2}
.fc-service-card p{color:rgba(255,255,255,.55);font-size:14px;line-height:1.65}
.fc-service-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:12px;font-weight:600;color:var(--gold);letter-spacing:.04em;text-transform:uppercase;transition:gap .2s}
.fc-service-card:hover .fc-service-link{gap:10px}

/* ── INSIGHTS ─────────────────────────── */
/* FLUID tiles: 3 col desktop → stivuite pe mobile */
.fc-metrics-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:14px;margin-bottom:20px}
.fc-tile{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:18px;min-width:0;border-top:3px solid var(--gold);box-shadow:var(--shadow)}
.fc-tile span{display:block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-3);margin-bottom:8px}
.fc-tile strong{display:block;font-size:17px;color:var(--text);font-weight:600;margin-bottom:4px}
.fc-tile small{display:block;font-size:12px;color:var(--muted)}
/* FLUID dashboard: 2 col desktop → 1 col mobile */
.fc-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:18px}
.fc-dash-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);min-width:0}
.fc-dash-side{display:flex;flex-direction:column;gap:18px}
.fc-dash-kicker{display:block;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-3);margin-bottom:6px}
.fc-dash-card h3{font-family:var(--font-display);font-size:21px;color:var(--text);margin-bottom:18px;font-weight:600}
.fc-badge{display:inline-block;padding:5px 12px;border-radius:999px;background:var(--gold-dim);color:var(--gold-3);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--gold-border);white-space:nowrap}
.fc-dash-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:6px;flex-wrap:wrap}
.fc-check-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.fc-check-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-soft);min-width:0}
.fc-check-list li::before{content:"✦";color:var(--gold);font-size:12px;margin-top:2px;flex-shrink:0}

/* ── TEAM ─────────────────────────── */
.fc-team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,230px),1fr));gap:20px}
.fc-team-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all .25s;min-width:0}
.fc-team-card:hover{transform:translateY(-4px);box-shadow:0 30px 70px rgba(9,24,46,.15);border-color:rgba(201,168,108,.3)}
.fc-team-photo{height:200px;background:var(--light);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.fc-team-photo img{width:100%;height:100%;object-fit:cover}
.fc-team-avatar{width:88px;height:88px;border-radius:50%;display:grid;place-items:center;font-family:var(--font-display);font-size:32px;font-weight:600;color:#fff;position:relative;z-index:1}
.fc-team-photo-bg{position:absolute;inset:0;background:linear-gradient(160deg,var(--navy-3),var(--navy-2))}
.fc-team-body{padding:20px;min-width:0}
.fc-team-body h4{font-family:var(--font-display);font-size:21px;color:var(--text);margin-bottom:4px;font-weight:600}
.fc-team-role{display:block;font-size:12px;font-weight:600;color:var(--gold-3);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}
.fc-team-body p{font-size:14px;color:var(--text-soft);line-height:1.6;margin-bottom:14px}
.fc-team-social{display:flex;gap:8px}
.fc-social-btn{width:30px;height:30px;border-radius:8px;border:1px solid var(--border);display:grid;place-items:center;color:var(--muted);font-size:11px;font-weight:700;transition:all .2s}
.fc-social-btn:hover{border-color:var(--gold-border);color:var(--gold);background:var(--gold-dim)}
.fc-team-add{border:2px dashed var(--border);background:transparent;border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;text-align:center;cursor:default;transition:all .25s;min-height:300px;min-width:0}
.fc-team-add:hover{border-color:rgba(201,168,108,.4);background:rgba(201,168,108,.03)}
.fc-team-add-icon{width:52px;height:52px;border-radius:50%;background:var(--light);border:2px dashed var(--border);display:grid;place-items:center;margin-bottom:14px;font-size:22px;color:var(--muted)}
.fc-team-add h4{font-family:var(--font-display);font-size:17px;color:var(--text);margin-bottom:8px;font-weight:600}
.fc-team-add p{font-size:13px;color:var(--muted)}

/* ── WHY US ─────────────────────────── */
.fc-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:16px}
.fc-why-card{background:rgba(255,255,255,.04);border:1px solid var(--border-dark);border-radius:var(--radius);padding:24px;transition:all .25s;min-width:0}
.fc-why-card:hover{background:rgba(255,255,255,.06);border-color:var(--gold-border)}
.fc-why-num{font-family:var(--font-display);font-size:42px;font-weight:600;color:rgba(201,168,108,.2);line-height:1;margin-bottom:10px}
.fc-why-card h4{font-size:17px;color:#fff;margin-bottom:8px;font-weight:600}
.fc-why-card p{font-size:14px;color:rgba(255,255,255,.55);line-height:1.65}

/* ── CONTACT ─────────────────────────── */
/* FLUID: 2 col desktop → 1 col mobile */
.fc-contact-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:40px;align-items:start}
.fc-contact-copy h2{font-family:var(--font-display);font-size:clamp(26px,4vw,46px);color:var(--text);margin-bottom:14px;font-weight:600;line-height:1.1}
.fc-contact-copy p{font-size:clamp(14px,2vw,16px);color:var(--text-soft);margin-bottom:26px;line-height:1.7}
.fc-contact-info{display:flex;flex-direction:column;gap:14px}
.fc-contact-row{display:flex;align-items:flex-start;gap:12px;min-width:0}
.fc-contact-icon{width:38px;height:38px;border-radius:10px;background:rgba(201,168,108,.1);border:1px solid var(--gold-border);display:grid;place-items:center;flex-shrink:0;font-size:15px;color:var(--gold)}
.fc-contact-row div{min-width:0;overflow:hidden}
.fc-contact-row div strong{display:block;font-size:12px;font-weight:700;color:var(--text);letter-spacing:.06em;text-transform:uppercase;margin-bottom:2px}
.fc-contact-row div span,.fc-contact-row div a{display:block;font-size:14px;color:var(--text-soft);transition:color .2s;overflow-wrap:break-word;word-break:break-all}
.fc-contact-row div a:hover{color:var(--gold-3)}
.fc-form-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow);min-width:0}
.fc-form-card h3{font-family:var(--font-display);font-size:24px;color:var(--text);margin-bottom:20px;font-weight:600}
.fc-form-group{margin-bottom:14px}
.fc-form-group label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px;letter-spacing:.04em}
.fc-form-group input,.fc-form-group textarea,.fc-form-group select{width:100%;padding:10px 13px;border:1px solid var(--border);border-radius:10px;font-family:var(--font-body);font-size:15px;color:var(--text);background:#fff;outline:none;transition:border-color .2s,box-shadow .2s;max-width:100%}
.fc-form-group input:focus,.fc-form-group textarea:focus{border-color:var(--gold-3);box-shadow:0 0 0 3px rgba(201,168,108,.12)}
.fc-form-group textarea{resize:vertical;min-height:110px}
/* FLUID form row */
.fc-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr));gap:12px}

/* ── FOOTER ─────────────────────────── */
.fc-footer{background:var(--navy);border-top:1px solid var(--border-dark);padding:50px 0 26px}
.fc-footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:36px;margin-bottom:36px}
.fc-footer-tagline{font-size:14px;color:rgba(255,255,255,.45);line-height:1.65;max-width:280px;margin-top:12px}
.fc-footer h5{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.fc-footer-links{display:flex;flex-direction:column;gap:10px}
.fc-footer-links a{font-size:14px;color:rgba(255,255,255,.45);transition:color .2s}
.fc-footer-links a:hover{color:#fff}
.fc-footer-bottom{border-top:1px solid var(--border-dark);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-size:13px;color:rgba(255,255,255,.4)}

/* ── SCROLL REVEAL ─────────────────────── */
.fc-reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.fc-reveal.is-visible{opacity:1;transform:translateY(0)}
.fc-reveal-delay-1{transition-delay:.1s}
.fc-reveal-delay-2{transition-delay:.2s}
.fc-reveal-delay-3{transition-delay:.3s}

/* ══════════════════════════════════════
   RESPONSIVE — ajustări minime necesare,
   grilele sunt deja fluid prin auto-fit
══════════════════════════════════════ */

@media(max-width:1024px){
  /* Float cards dispar pe tablet */
  .fc-float-card-a,.fc-float-card-b{display:none}
  .fc-hero-visual{min-height:300px}
  .fc-hero-img-wrap,.fc-hero-img-wrap img{min-height:300px}
  /* Stats: fix la 2 coloane pe tablet */
  .fc-stats-grid{grid-template-columns:repeat(2,1fr)}
  .fc-stat-item:nth-child(2){border-right:none}
  .fc-stat-item:nth-child(3){border-top:1px solid var(--border-dark)}
  .fc-stat-item:nth-child(4){border-top:1px solid var(--border-dark)}
}

@media(max-width:768px){
  html,body.firstly-fullpage-template,.fc-page{overflow-x:hidden!important;max-width:100vw!important}
  .fc-topbar{display:none}
  .fc-navbar-inner{padding:12px 16px}
  .fc-menu{display:none}
  .fc-brand-text small{display:none}
  .fc-brand-badge{width:40px;height:40px;font-size:13px}
  .fc-btn{padding:10px 16px;font-size:13px}
  .fc-container{width:calc(100% - 28px)}
  /* Hero */
  .fc-hero{padding:50px 0 56px}
  .fc-hero-visual{display:none}
  .fc-hero-actions{flex-direction:column}
  .fc-hero-actions .fc-btn{width:100%;justify-content:center}
  /* Sections padding redus */
  .fc-section,.fc-section-dark,.fc-section-alt,.fc-section-navy{padding:52px 0}
  .fc-section-head,.fc-section-head-center{margin-bottom:28px}
  /* About card mai compact */
  .fc-about-card{padding:20px}
  /* Stats: 2x2 */
  .fc-stats-strip{padding:32px 0}
  .fc-stats-grid{grid-template-columns:repeat(2,1fr)!important}
  .fc-stat-item{padding:16px 10px;border-right:1px solid var(--border-dark)!important;border-bottom:1px solid var(--border-dark)!important;border-top:none!important}
  .fc-stat-item:nth-child(2),.fc-stat-item:nth-child(4){border-right:none!important}
  .fc-stat-item:nth-child(3),.fc-stat-item:nth-child(4){border-bottom:none!important}
  /* Dashboard compact */
  .fc-dash-card{padding:18px}
  /* Team: 1 coloana */
  .fc-team-grid{grid-template-columns:1fr!important}
  .fc-team-add{min-height:160px;padding:22px}
  /* Form */
  .fc-form-card{padding:20px}
  /* Footer */
  .fc-footer{padding:32px 0 18px}
  .fc-footer-bottom{flex-direction:column;text-align:center}
}

@media(max-width:420px){
  .fc-hero h1{font-size:32px}
  .fc-brand-text{display:none}
  .fc-clients-grid{grid-template-columns:repeat(2,1fr)!important}
  .fc-kpi-strip{grid-template-columns:1fr!important}
}

/* ── FORM STATES & HONEYPOT ─────────────────────────────── */
.fc-hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;tabindex:-1}
.fc-form-success{background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.25);border-radius:var(--radius-sm);padding:24px;text-align:center;margin-bottom:24px}
.fc-form-success-icon{width:52px;height:52px;border-radius:50%;background:rgba(34,197,94,.15);color:#16a34a;display:grid;place-items:center;font-size:22px;margin:0 auto 12px}
.fc-form-success h3{font-family:var(--font-display);font-size:22px;color:var(--text);margin-bottom:8px}
.fc-form-success p{font-size:14px;color:var(--text-soft)}
.fc-form-error{background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.2);border-radius:var(--radius-sm);padding:16px;margin-bottom:20px}
.fc-form-error p{font-size:14px;color:#dc2626}
.fc-form-error a{color:#dc2626;font-weight:600;text-decoration:underline}

/* ── CONTACT FORM 7 — stilizare blue variant ── */
.fc-form-note{margin-top:10px;font-size:12px;color:var(--muted);text-align:center}
.wpcf7-form{display:flex;flex-direction:column;gap:0}
.wpcf7-form p{margin-bottom:14px}
.wpcf7-form label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px;letter-spacing:.04em}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form select,
.wpcf7-form textarea{
  width:100%;padding:11px 14px;
  border:1px solid var(--border);border-radius:10px;
  font-family:var(--font-body);font-size:15px;color:var(--text);
  background:#fff;outline:none;
  transition:border-color .2s,box-shadow .2s;
  max-width:100%;
}
.wpcf7-form input:focus,.wpcf7-form textarea:focus,.wpcf7-form select:focus{
  border-color:var(--gold);box-shadow:0 0 0 3px rgba(42,127,212,.12);
}
.wpcf7-form textarea{resize:vertical;min-height:110px}
.wpcf7-form input[type="submit"],.wpcf7-submit{
  width:100%;padding:13px 22px;border-radius:999px;border:none;
  font-family:var(--font-body);font-weight:600;font-size:15px;
  cursor:pointer;transition:all .22s;
  color:#fff;
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  box-shadow:0 8px 24px rgba(42,127,212,.3);
  margin-top:6px;
}
.wpcf7-form input[type="submit"]:hover,.wpcf7-submit:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(42,127,212,.4)}
.wpcf7-response-output{margin-top:14px;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500;border:none!important}
.wpcf7-mail-sent-ok{background:rgba(34,197,94,.1);color:#15803d!important}
.wpcf7-validation-errors,.wpcf7-mail-sent-ng,.wpcf7-spam-blocked{background:rgba(239,68,68,.08);color:#dc2626!important}
.wpcf7-not-valid-tip{font-size:12px;color:#dc2626;margin-top:4px;display:block}
.wpcf7-form-control-wrap{display:block}
