:root {
    --primary:   #c8793a;
    --primary-lt: rgba(200,121,58,0.12);
    --primary-bd: rgba(200,121,58,0.30);
    --dark:      #1a1a2e;
    --dark2:     #16213e;
    --success-g: #2d6a4f;
    --text:      #1a1a2e;
    --muted:     #6b7280;
    --bg:        #f8f7f4;
    --card-bg:   #ffffff;
    --border:    #e5e7eb;
    --light:     #f3f4f6;
}

body {
    font-family: "DM Sans", sans-serif;
    background: var(--bg);
    color: var(--text);
    font-size: 14.5px;
}

/* ── HERO ── */
.hero-section {
    background: var(--dark);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.hero-section::after {
    content: "MKT";
    position: absolute;
    right: -20px; bottom: -30px;
    font-family: "Playfair Display", serif;
    font-size: 140px; font-weight: 900;
    color: rgba(255,255,255,0.03);
    pointer-events: none; user-select: none;
    line-height: 1;
}
.hero-photo-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 0 12px;
}
.hero-photo-wrap img {
    width: 190px; height: 230px;
    object-fit: cover;
    object-position: center top;
    border-radius: 12px 12px 0 0;
    border: 3px solid var(--primary-bd);
    display: block;
}
.hero-tag {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 10.5px; font-weight: 600;
    letter-spacing: .12em; text-transform: uppercase;
    color: var(--primary);
    border: 1px solid var(--primary-bd);
    border-radius: 100px;
    padding: 4px 14px;
}
.hero-name {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05; letter-spacing: -.02em;
    color: #fff;
}
.hero-subtitle {
font-size: 12px; font-weight: 500;
letter-spacing: .08em; text-transform: uppercase;
color: rgba(255,255,255,.45);
}
.hero-contact-link {
color: rgba(255,255,255,.6);
text-decoration: none;
font-size: 12.5px;
transition: color .2s;
}
.hero-contact-link:hover { color: var(--primary); }
.avail-badge {
display: inline-flex; align-items: center; gap: 7px;
background: rgba(200,121,58,.12);
border: 1px solid var(--primary-bd);
color: var(--primary);
border-radius: 100px; padding: 5px 14px;
font-size: 11.5px; font-weight: 600;
}
.avail-dot {
width: 7px; height: 7px; border-radius: 50%;
background: var(--primary);
box-shadow: 0 0 6px var(--primary);
animation: pulse 2s infinite;
}
@keyframes pulse {
0%,100%{opacity:1;transform:scale(1)}
50%{opacity:.5;transform:scale(1.3)}
}

/* ── SECTION HEADING ── */
.section-heading {
font-family: "Playfair Display", serif;
font-weight: 700; font-size: 17px;
color: var(--text);
border-bottom: 2px solid var(--primary);
padding-bottom: 8px; margin-bottom: 18px;
display: flex; align-items: center; gap: 8px;
}
.section-heading i { color: var(--primary); font-size: 17px; }

/* ── CARDS ── */
.cv-card {
background: var(--card-bg);
border: 1px solid var(--border);
border-radius: 14px;
padding: 24px 26px;
}

/* ── EXPERIENCE ── */
.exp-role { font-weight: 600; font-size: 14.5px; color: var(--text); }
.exp-company { font-size: 12.5px; font-weight: 500; color: var(--success-g); margin-bottom: 8px; }
.exp-badge {
font-size: 11px; font-weight: 600; padding: 3px 10px;
border-radius: 100px;
background: var(--primary-lt); color: var(--primary);
border: 1px solid var(--primary-bd); white-space: nowrap;
}
.exp-list { list-style: none; padding: 0; margin: 0; }
.exp-list li {
padding-left: 18px; position: relative;
color: var(--muted); font-size: 13.5px;
margin-bottom: 5px; line-height: 1.6;
}
.exp-list li::before {
content: "→"; position: absolute; left: 0;
color: var(--primary); font-size: 11px; top: 3px;
}
.tech-badge {
font-size: 11px; padding: 3px 10px; border-radius: 6px;
background: var(--light); border: 1px solid var(--border);
color: var(--muted); font-weight: 500;
}

/* ── PFE CARD ── */
.pfe-card {
background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%);
border-radius: 14px; padding: 26px;
position: relative; overflow: hidden;
color: #fff;
}
.pfe-card::before {
content: "PFE";
position: absolute; right: -10px; top: -25px;
font-family: "Playfair Display", serif;
font-size: 110px; font-weight: 900;
color: rgba(255,255,255,.04);
pointer-events: none; line-height: 1;
}
.pfe-label {
display: inline-flex; align-items: center; gap: 7px;
font-size: 10.5px; font-weight: 700; letter-spacing: .12em;
text-transform: uppercase; color: var(--primary);
border: 1px solid var(--primary-bd);
border-radius: 100px; padding: 3px 12px;
}
.pfe-title {
font-family: "Playfair Display", serif;
font-weight: 700; font-size: 15.5px; line-height: 1.4; color: #fff;
}
.pfe-desc { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.8; }
.pfe-kw {
font-size: 11px; padding: 4px 12px; border-radius: 100px;
background: var(--primary-lt); border: 1px solid var(--primary-bd);
color: var(--primary); font-weight: 500; display: inline-block;
}

/* ── TP ECOMMERCE ── */
.tp-card {
border: 1px solid var(--border); border-radius: 12px;
padding: 16px 18px; background: var(--light);
transition: border-color .2s, box-shadow .2s;
}
.tp-card:hover { border-color: var(--primary); box-shadow: 0 4px 14px rgba(200,121,58,.1); }
.tp-icon {
width: 44px; height: 44px; border-radius: 10px;
display: flex; align-items: center; justify-content: center;
font-size: 15px; font-weight: 800; flex-shrink: 0;
font-family: "Playfair Display", serif;
}
.tp-icon.shopify      { background: #96bf48; color: #fff; }
.tp-icon.bigcommerce  { background: #121118; color: #fff; font-size: 12px; }
.tp-icon.wix          { background: #0c6ebd; color: #fff; font-size: 12px; }
.tp-name  { font-weight: 600; font-size: 14px; color: var(--text); }
.tp-desc  { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

/* ── SKILL BARS ── */
.skill-label { font-size: 12.5px; font-weight: 500; color: var(--text); }
.skill-pct   { font-size: 12px; font-weight: 600; color: var(--primary); }
.progress    { height: 5px; border-radius: 100px; }
.progress-bar { border-radius: 100px; background: linear-gradient(90deg, var(--primary), #e8a87c); }

/* ── TOOLS ── */
.tool-pill {
font-size: 11.5px; padding: 5px 12px; border-radius: 8px;
border: 1px solid var(--border); color: var(--muted);
font-weight: 500; background: var(--light);
display: inline-block; transition: all .2s; cursor: default;
}
.tool-pill:hover { border-color: var(--primary); color: var(--primary); }

/* ── LANGUAGES ── */
.lang-dot {
width: 9px; height: 9px; border-radius: 50%;
border: 1.5px solid var(--primary); display: inline-block;
}
.lang-dot.on { background: var(--primary); }

/* ── SOFT SKILLS ── */
.soft-item {
display: flex; align-items: center; gap: 8px;
font-size: 13px; color: var(--muted); margin-bottom: 7px;
}
.soft-dot {
width: 7px; height: 7px; border-radius: 50%;
background: var(--primary); flex-shrink: 0;
}

/* ── CERT ── */
.cert-ico {
width: 34px; height: 34px; border-radius: 8px; flex-shrink: 0;
background: var(--light); border: 1px solid var(--border);
display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.cert-name { font-size: 13px; font-weight: 500; color: var(--text); line-height: 1.3; }
.cert-sub  { font-size: 11px; color: var(--muted); margin-top: 1px; }

/* ── CONTACT FORM ── */
.form-control, .form-select {
font-family: "DM Sans", sans-serif;
font-size: 13px; border-color: var(--border);
background: var(--bg); color: var(--text);
border-radius: 8px;
}
.form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(200,121,58,.12); }
.form-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.btn-send {
background: var(--dark); color: #fff;
border: none; border-radius: 8px;
font-family: "Playfair Display", serif;
font-weight: 700; font-size: 14px; padding: 10px 24px;
transition: background .2s;
}
.btn-send:hover { background: var(--primary); color: #fff; }
.form-status { font-size: 13px; border-radius: 8px; padding: 9px 14px; margin-top: 10px; display: none; }
.form-status.ok  { display: block; background: #dcfce7; color: #166534; }
.form-status.err { display: block; background: #fee2e2; color: #991b1b; }

/* ── DIVIDER ── */
.section-divider { width: 36px; height: 3px; background: var(--primary); border-radius: 2px; margin-bottom: 14px; }

/* ── SIDEBAR TOP STRIPE ── */
.sidebar-card {
background: var(--card-bg); border: 1px solid var(--border);
border-radius: 14px; padding: 20px 20px; margin-bottom: 20px;
}
.sidebar-card:last-child { margin-bottom: 0; }
.sidebar-title {
font-family: "Playfair Display", serif;
font-weight: 700; font-size: 14.5px; color: var(--text);
border-bottom: 2px solid var(--primary);
padding-bottom: 8px; margin-bottom: 14px;
}

@media (max-width: 768px) {
.hero-photo-wrap { padding: 24px 0 0; justify-content: flex-start; }
.hero-photo-wrap img { width: 110px; height: 130px; }
}