/* ==============================================
   PEYRAVI Enterprise v4.0 — Ultra Premium
   Three.js | GSAP | Magnetic | Glassmorphism
   ============================================== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@300;400;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap');

/* ── ROOT — Dark (Default) ── */
:root,
[data-theme="dark"] {
  --p:      hsl(210, 100%, 62%);
  --p2:     hsl(255, 85%, 68%);
  --p3:     hsl(175, 80%, 55%);
  --pg:     linear-gradient(135deg, var(--p), var(--p2));
  --pg2:    linear-gradient(135deg, var(--p2), var(--p3));
  --ps:     hsla(210, 100%, 62%, 0.40);
  --p2s:    hsla(255, 85%, 68%, 0.35);

  --bg0:    hsl(224, 45%, 4%);
  --bg1:    hsl(224, 42%, 7%);
  --bg2:    hsl(224, 38%, 11%);
  --bg3:    hsl(224, 35%, 15%);
  --text:   hsl(220, 15%, 95%);
  --muted:  hsl(220, 15%, 58%);
  --border: hsla(220, 30%, 30%, 0.5);
  --glass:  rgba(255,255,255,0.04);
  --glb:    rgba(255,255,255,0.07);

  --r-xs: 6px; --r-sm: 12px; --r-md: 18px; --r-lg: 28px; --r-xl: 40px; --r-f: 9999px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --nav: 72px;
  --sh1: 0 4px 24px rgba(0,0,0,.45);
  --sh2: 0 12px 48px rgba(0,0,0,.55);
  --sh3: 0 24px 80px rgba(0,0,0,.65);
}

/* ── Light Mode — CSS Değişkenleri (Temel Düzeltme) ── */
[data-theme="light"] {
  --bg0:    hsl(210, 22%, 97%);
  --bg1:    hsl(210, 20%, 99%);
  --bg2:    hsl(210, 18%, 95%);
  --bg3:    hsl(210, 15%, 91%);
  --text:   hsl(224, 45%, 8%);
  --muted:  hsl(224, 18%, 42%);
  --border: rgba(0, 0, 0, 0.10);
  --glass:  rgba(255, 255, 255, 0.70);
  --glb:    rgba(255, 255, 255, 0.85);
  --sh1:    0 4px 24px rgba(0, 0, 0, 0.07);
  --sh2:    0 12px 48px rgba(0, 0, 0, 0.09);
  --sh3:    0 24px 80px rgba(0, 0, 0, 0.12);
}

/* ── Light Mode — Kapsamlı Overrides ── */
[data-theme="light"] body { background: var(--bg0); color: var(--text); }
[data-theme="light"] body::before { opacity:.012; }

/* Navbar */
[data-theme="light"] .navbar { background: transparent; }
[data-theme="light"] .navbar.scrolled {
  background: rgba(255,255,255,0.95);
  border-bottom: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 2px 20px rgba(0,0,0,.08);
}
[data-theme="light"] .nav-link { color: hsl(224,30%,35%); }
[data-theme="light"] .nav-link:hover, [data-theme="light"] .nav-link.active { color: var(--p); }
[data-theme="light"] .nav-brand { color: hsl(224,45%,10%); }
[data-theme="light"] .mob-menu { background: rgba(255,255,255,.97); border-bottom-color: rgba(0,0,0,.1); }
[data-theme="light"] .mob-menu .nav-link { border-bottom-color: rgba(0,0,0,.07); color: hsl(224,30%,25%); }
[data-theme="light"] .ico-btn { background: rgba(0,0,0,.06); color: hsl(224,45%,10%); border-color: rgba(0,0,0,.12); }
[data-theme="light"] .ico-btn:hover { background: rgba(0,0,0,.1); color: var(--p); }
[data-theme="light"] .lang-dd { background: #fff; border-color: rgba(0,0,0,.12); }
[data-theme="light"] .lang-dd a { color: hsl(224,25%,35%); }
[data-theme="light"] .lang-dd a:hover { background: hsl(210,15%,94%); color: hsl(224,45%,10%); }

/* Hero */
[data-theme="light"] .hero { background: linear-gradient(160deg, hsl(210,25%,96%) 0%, hsl(220,30%,98%) 100%); }
[data-theme="light"] .hero-tag {
  background: rgba(37,99,235,.07);
  border-color: rgba(37,99,235,.2);
  color: hsl(220,60%,40%);
}
[data-theme="light"] .hero-dot { background: #16a34a; box-shadow: 0 0 0 4px rgba(22,163,74,.2); }
[data-theme="light"] .hero-eyebrow { color: var(--p); }
[data-theme="light"] .hero-h1 .line1 { color: hsl(224,45%,8%); }
[data-theme="light"] .hero-bio { color: hsl(224,20%,38%); font-weight: 500; }
[data-theme="light"] #three-canvas { opacity: 0.45; }

/* Hero Stat Grid */
[data-theme="light"] .hero-stat-grid { /* reset — box styling is on h-stat */ }
[data-theme="light"] .h-stat {
  background: rgba(255,255,255,0.95) !important;
  border: 1.5px solid rgba(37,99,235,.15) !important;
  box-shadow: 0 4px 20px rgba(37,99,235,.08), 0 1px 4px rgba(0,0,0,.06) !important;
  backdrop-filter: none !important;
}
[data-theme="light"] .h-stat:hover {
  border-color: rgba(37,99,235,.3) !important;
  box-shadow: 0 8px 32px rgba(37,99,235,.12) !important;
}
[data-theme="light"] .h-stat-label { color: hsl(224,25%,42%); font-weight: 700; }

/* Hero Tech Stack */
[data-theme="light"] .hero-tech-stack {
  background: rgba(255,255,255,0.92) !important;
  border: 1.5px solid rgba(37,99,235,.12) !important;
  box-shadow: 0 4px 20px rgba(37,99,235,.07) !important;
  backdrop-filter: none !important;
}
[data-theme="light"] .tech-label { color: hsl(224,30%,50%); }
[data-theme="light"] .tech-pill {
  background: rgba(37,99,235,.07) !important;
  border: 1.5px solid rgba(37,99,235,.18) !important;
  color: hsl(224,40%,28%) !important;
  font-weight: 700 !important;
}
[data-theme="light"] .tech-pill:hover {
  background: rgba(37,99,235,.13) !important;
  border-color: rgba(37,99,235,.35) !important;
  color: var(--p) !important;
}

/* Buttons */
[data-theme="light"] .btn-outline {
  border-color: rgba(37,99,235,.35);
  color: var(--p);
  background: rgba(37,99,235,.04);
}
[data-theme="light"] .btn-outline:hover {
  background: rgba(37,99,235,.09);
  border-color: var(--p);
}

/* Sections */
[data-theme="light"] .section { background: var(--bg0); }
[data-theme="light"] .section-alt { background: linear-gradient(180deg, transparent, hsl(210,18%,94%) 10%, hsl(210,18%,94%) 90%, transparent); }
[data-theme="light"] .s-eyebrow { color: var(--p); }
[data-theme="light"] .s-title { color: hsl(224,45%,10%); }
[data-theme="light"] .s-desc { color: hsl(224,20%,40%); }

/* Cards */
[data-theme="light"] .card {
  background: #fff;
  border-color: rgba(0,0,0,.09);
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
[data-theme="light"] .card-glow { opacity: 0; }
[data-theme="light"] .card:hover {
  border-color: rgba(37,99,235,.25);
  box-shadow: 0 12px 40px rgba(37,99,235,.10);
}
[data-theme="light"] .card-title { color: hsl(224,45%,10%); }
[data-theme="light"] .card p { color: hsl(224,20%,42%); }
[data-theme="light"] .port-tag { /* keep gradient */ }
[data-theme="light"] .port-link { color: var(--p); }
[data-theme="light"] .tech-tag {
  background: rgba(37,99,235,.06);
  border-color: rgba(37,99,235,.15);
  color: hsl(224,30%,35%);
}
[data-theme="light"] .tech-tag:hover { color: var(--p); border-color: rgba(37,99,235,.3); }

/* About */
[data-theme="light"] .about-bio { color: hsl(224,20%,35%); }
[data-theme="light"] .about-badge { background: #fff; border-color: rgba(0,0,0,.1); }
[data-theme="light"] .ab-txt { color: hsl(224,20%,50%); }
[data-theme="light"] .about-info-row .about-icon { background: rgba(37,99,235,.07); border-color: rgba(37,99,235,.15); }
[data-theme="light"] .about-label { color: hsl(224,20%,50%); }
[data-theme="light"] .about-val { color: hsl(224,40%,12%); }

/* Timeline */
[data-theme="light"] .tl::before { background: linear-gradient(180deg, var(--p), rgba(37,99,235,.3), transparent); }
[data-theme="light"] .tl-dot { box-shadow: 0 0 0 5px var(--bg0), 0 0 0 6px var(--p); }
[data-theme="light"] .tl-badge { background: rgba(37,99,235,.07); border-color: rgba(37,99,235,.2); }
[data-theme="light"] .tl-title { color: hsl(224,45%,10%); }
[data-theme="light"] .tl-company { color: var(--p); }
[data-theme="light"] .tl-desc { color: hsl(224,20%,40%); }

/* Skills */
[data-theme="light"] .skill-bar { background: rgba(0,0,0,.09); }
[data-theme="light"] .skill-pct { color: var(--p); }
[data-theme="light"] .skill-name { color: hsl(224,30%,20%); }
[data-theme="light"] .s-tab { border-color: rgba(0,0,0,.12); color: hsl(224,25%,40%); background: rgba(0,0,0,.03); }
[data-theme="light"] .s-tab:hover, [data-theme="light"] .s-tab.active { background: var(--pg); color: #fff; border-color: transparent; }

/* Stat cards (özgeçmiş/hakkında altındaki) */
[data-theme="light"] .stat-card { background: #fff; border-color: rgba(0,0,0,.09); box-shadow: 0 2px 12px rgba(0,0,0,.06); }
[data-theme="light"] .stat-card::before { background: var(--pg); }
[data-theme="light"] .stat-label { color: hsl(224,20%,48%); }

/* Services */
[data-theme="light"] .srv-card, [data-theme="light"] .card-srv { background: #fff; border-color: rgba(0,0,0,.09); }
[data-theme="light"] .srv-icon { background: rgba(37,99,235,.08); border-color: rgba(37,99,235,.15); }
[data-theme="light"] .srv-title, [data-theme="light"] .card-title { color: hsl(224,45%,10%); }
[data-theme="light"] .srv-desc { color: hsl(224,20%,45%); }

/* Portfolio */
[data-theme="light"] .port-card { background: #fff; border-color: rgba(0,0,0,.09); }
[data-theme="light"] .proj-prog { background: rgba(0,0,0,.08); }

/* Blog */
[data-theme="light"] .blog-card { background: #fff; border-color: rgba(0,0,0,.09); }

/* Contact Form */
[data-theme="light"] .c-info-panel { background: #fff; border-color: rgba(0,0,0,.09); }
[data-theme="light"] .c-row { border-bottom-color: rgba(0,0,0,.07); }
[data-theme="light"] .c-icon { background: rgba(37,99,235,.07); border-color: rgba(37,99,235,.15); color: var(--p); }
[data-theme="light"] .c-label { color: hsl(224,20%,50%); }
[data-theme="light"] .c-val { color: hsl(224,40%,12%); }
[data-theme="light"] .c-social { background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.1); color: hsl(224,30%,40%); }
[data-theme="light"] .c-social:hover { background: var(--pg); color: #fff; border-color: transparent; }
[data-theme="light"] .form-panel { background: #fff; border-color: rgba(0,0,0,.09); box-shadow: 0 4px 24px rgba(0,0,0,.08); }
[data-theme="light"] .f-ctrl { background: hsl(210,20%,97%); border-color: rgba(0,0,0,.15); color: hsl(224,45%,10%); }
[data-theme="light"] .f-ctrl:focus { border-color: var(--p); box-shadow: 0 0 0 3px rgba(37,99,235,.12); background: #fff; }
[data-theme="light"] .f-ctrl::placeholder { color: rgba(0,0,0,.35); }
[data-theme="light"] .f-label { color: hsl(224,30%,30%); }
[data-theme="light"] .f-alert.ok { background: rgba(22,163,74,.06); color: #166534; border-color: rgba(22,163,74,.2); }
[data-theme="light"] .f-alert.err { background: rgba(239,68,68,.06); color: #b91c1c; border-color: rgba(239,68,68,.2); }

/* Footer */
[data-theme="light"] .footer { background: hsl(210,18%,93%); border-top-color: rgba(0,0,0,.1); }
[data-theme="light"] .f-brand { color: hsl(224,45%,10%); }
[data-theme="light"] .f-tagline { color: hsl(224,20%,42%); }
[data-theme="light"] .f-nav-link { color: hsl(224,20%,42%); }
[data-theme="light"] .f-nav-link:hover { color: var(--p); }
[data-theme="light"] .f-nav-title { color: var(--p); }
[data-theme="light"] .f-social { background: rgba(0,0,0,.05); border-color: rgba(0,0,0,.12); color: hsl(224,30%,40%); }
[data-theme="light"] .f-social:hover { background: var(--pg); color: #fff; border-color: transparent; }
[data-theme="light"] .f-copy { color: hsl(224,20%,50%); }

/* Blob container — light modda daha hafif */
[data-theme="light"] .blob-1 { background: hsla(210,100%,62%,0.04); }
[data-theme="light"] .blob-2 { background: hsla(255,85%,68%,0.03); }
[data-theme="light"] .blob-3 { background: hsla(175,80%,55%,0.03); }

/* Scroll indicator */
[data-theme="light"] .scroll-ind { color: hsl(224,20%,55%); }

/* Blog detail */
[data-theme="light"] .bd-hero { background: linear-gradient(180deg, hsl(210,20%,97%), hsl(210,18%,99%)); }
[data-theme="light"] .bd-title { color: hsl(224,45%,10%); }
[data-theme="light"] .bd-meta { color: hsl(224,20%,50%); }
[data-theme="light"] .bd-body { color: hsl(224,20%,25%); }
[data-theme="light"] .author-card { background: #fff; border-color: rgba(0,0,0,.09); }
[data-theme="light"] .author-name { color: hsl(224,45%,10%); }
[data-theme="light"] .author-bio { color: hsl(224,20%,40%); }
[data-theme="light"] .rel-card { background: #fff; border-color: rgba(0,0,0,.09); }
[data-theme="light"] .rel-title { color: hsl(224,45%,10%); }
[data-theme="light"] .share-btn { background: #fff; border-color: rgba(0,0,0,.12); color: hsl(224,30%,30%); }

/* Cookie Banner */
[data-theme="light"] #cookie-banner { background: rgba(255,255,255,.96); border-top-color: rgba(0,0,0,.1); }
[data-theme="light"] .c-btn-nec { background: rgba(0,0,0,.05); color: hsl(224,30%,30%); }
[data-theme="light"] .c-btn-rej { color: hsl(224,20%,50%); }

/* Read progress bar */
[data-theme="light"] #read-progress { background: var(--pg); }

/* ── Cookie Banner ── */

#cookie-banner {
  position:fixed;bottom:0;left:0;right:0;z-index:9000;
  background:var(--bg2);border-top:1px solid var(--border);
  backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);
  padding:1.5rem 2rem;display:none;
  box-shadow:0 -8px 40px rgba(0,0,0,.3);
  animation:slideUp .4s var(--ease);
}
#cookie-banner.show{display:flex}
@keyframes slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}
.cookie-inner{max-width:1280px;margin:0 auto;width:100%;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.cookie-text{flex:1;min-width:280px}
.cookie-text p{font-size:.88rem;line-height:1.65;margin-bottom:.35rem}
.cookie-text a{color:var(--p);text-decoration:underline}
.cookie-btns{display:flex;gap:.75rem;flex-wrap:wrap;flex-shrink:0}
.c-btn{padding:.6rem 1.4rem;border-radius:var(--r-f);font-size:.85rem;font-weight:700;cursor:pointer;border:none;font-family:inherit;transition:all .2s}
.c-btn-all{background:var(--pg);color:#fff;box-shadow:0 4px 16px var(--ps)}
.c-btn-nec{background:var(--glass);color:var(--text);border:1px solid var(--border)}
.c-btn-rej{background:transparent;color:var(--muted);border:1px solid var(--border)}
.c-btn:hover{transform:translateY(-2px)}
.c-btn-all:hover{box-shadow:0 8px 24px var(--ps)}

/* ── Legal Pages ── */
.legal-page{max-width:860px;margin:0 auto;padding:2rem 0 6rem}
.legal-page h1{font-size:2.2rem;margin-bottom:.5rem}
.legal-page h2{font-size:1.35rem;margin:2.5rem 0 .75rem;color:var(--p)}
.legal-page p,.legal-page li{font-size:1rem;line-height:1.85;color:var(--muted);margin-bottom:.75rem}
.legal-page ul{padding-left:1.5rem;list-style:disc}
.legal-page .legal-date{font-size:.82rem;color:var(--muted);margin-bottom:2rem}
.legal-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(34,197,94,.08);color:#16a34a;border:1px solid rgba(34,197,94,.25);border-radius:var(--r-f);padding:.35rem 1rem;font-size:.8rem;font-weight:700;margin-bottom:1.5rem}


*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:var(--nav)}
body{
  font-family:'Inter',system-ui,sans-serif;
  background:var(--bg0);color:var(--text);line-height:1.75;
  overflow-x:hidden;
  /* Grain texture overlay */
  position:relative;
}
body::before{
  content:'';position:fixed;inset:0;pointer-events:none;z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  opacity:.028;mix-blend-mode:overlay;
}
h1,h2,h3,h4,h5{font-family:'Outfit',sans-serif;font-weight:700;line-height:1.15;color:var(--text)}
p{color:var(--muted);line-height:1.85}
a{color:var(--p);text-decoration:none}
img{max-width:100%;display:block}
ul{list-style:none}

/* ── Gradient Blob BG ── */
.blob-container{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.blob{position:absolute;border-radius:50%;filter:blur(120px);will-change:transform}
.blob-1{width:800px;height:800px;background:hsla(210,100%,62%,0.06);top:-200px;right:-200px;animation:float1 18s ease-in-out infinite}
.blob-2{width:600px;height:600px;background:hsla(255,85%,68%,0.06);bottom:-150px;left:-150px;animation:float2 22s ease-in-out infinite}
.blob-3{width:400px;height:400px;background:hsla(175,80%,55%,0.05);top:40%;left:40%;animation:float3 14s ease-in-out infinite}
@keyframes float1{0%,100%{transform:translate(0,0) rotate(0deg)}33%{transform:translate(-60px,40px) rotate(120deg)}66%{transform:translate(40px,-30px) rotate(240deg)}}
@keyframes float2{0%,100%{transform:translate(0,0) rotate(0deg)}50%{transform:translate(80px,-50px) rotate(180deg)}}
@keyframes float3{0%,100%{transform:translate(0,0)}50%{transform:translate(-40px,60px)}}

/* ── Container ── */
.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.section{padding:8rem 0;position:relative;z-index:2}
.section-alt{background:linear-gradient(180deg,transparent,var(--bg1) 10%,var(--bg1) 90%,transparent)}

/* ── Grid ── */
.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}
.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}

/* ── Custom Cursor ── */
#c-ring{position:fixed;top:0;left:0;z-index:9999;pointer-events:none;
  width:40px;height:40px;border-radius:50%;
  border:1.5px solid rgba(100,180,255,0.7);
  transform:translate(-50%,-50%);
  transition:width .2s var(--ease),height .2s var(--ease),border-color .2s,background .2s;
  visibility:hidden;will-change:transform}
#c-dot{position:fixed;top:0;left:0;z-index:10000;pointer-events:none;
  width:5px;height:5px;border-radius:50%;
  background:var(--p);transform:translate(-50%,-50%);
  visibility:hidden;will-change:transform}
.cursor-on #c-ring,.cursor-on #c-dot{visibility:visible}
.c-hover{width:68px!important;height:68px!important;border-color:var(--p)!important;
  background:rgba(100,180,255,0.08)!important}

/* ── Progress ── */
#progress{position:fixed;top:0;left:0;height:2px;z-index:2000;
  background:var(--pg);width:0;transition:width .08s linear}

/* ── Navbar ── */
.navbar{
  position:fixed;top:0;left:0;width:100%;height:var(--nav);z-index:1000;
  display:flex;align-items:center;transition:all .4s var(--ease);
}
.navbar.scrolled{
  background:rgba(8,11,24,0.85);
  backdrop-filter:blur(28px) saturate(160%);
  -webkit-backdrop-filter:blur(28px) saturate(160%);
  border-bottom:1px solid var(--border);
  box-shadow:0 0 60px rgba(0,0,0,.5);
}
.nav-wrap{display:flex;justify-content:space-between;align-items:center;width:100%}
.nav-brand{
  font-family:'Outfit',sans-serif;font-size:1.4rem;font-weight:900;
  color:var(--text);letter-spacing:-0.5px;display:flex;align-items:center;gap:.2rem
}
.nav-brand .n-span{background:var(--pg);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.nav-brand .n-dot{color:var(--p3);font-size:1.6rem;line-height:1}
.nav-links{display:flex;gap:.15rem;align-items:center}
.nav-link{
  color:var(--muted);font-weight:500;font-size:.9rem;
  padding:.4rem .85rem;border-radius:var(--r-f);
  transition:all .2s;position:relative
}
.nav-link::after{
  content:'';position:absolute;bottom:2px;left:50%;right:50%;
  height:1.5px;background:var(--pg);border-radius:var(--r-f);
  transition:all .25s var(--ease)
}
.nav-link:hover,.nav-link.active{color:var(--text)}
.nav-link:hover::after,.nav-link.active::after{left:15%;right:15%}
.nav-ctrl{display:flex;align-items:center;gap:.5rem}
.ico-btn{
  width:38px;height:38px;display:flex;align-items:center;justify-content:center;
  background:var(--glass);border:1px solid var(--border);border-radius:var(--r-sm);
  color:var(--muted);cursor:pointer;font-size:.95rem;
  transition:all .2s;
}
.ico-btn:hover{background:var(--glb);color:var(--p);border-color:rgba(100,180,255,.3)}
.lang-wrap{position:relative}
.lang-dd{
  display:none;position:absolute;right:0;top:calc(100% + 8px);
  background:var(--bg2);border:1px solid var(--border);
  border-radius:var(--r-sm);min-width:170px;
  box-shadow:var(--sh3);z-index:200;overflow:hidden;
}
.lang-dd.open{display:block;animation:dd-in .2s var(--ease)}
@keyframes dd-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.lang-dd a{display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem;color:var(--muted);font-size:.875rem;transition:background .15s}
.lang-dd a:hover{background:var(--bg3);color:var(--text)}
.lang-dd a.cur{color:var(--p);font-weight:700}
.ham{display:none;flex-direction:column;gap:5px;cursor:pointer;background:var(--glass);border:1px solid var(--border);padding:.45rem .5rem;border-radius:var(--r-sm)}
.ham span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .25s}
.ham.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ham.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.ham.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mob-menu{
  display:none;position:fixed;top:var(--nav);left:0;right:0;
  background:rgba(8,11,24,0.96);backdrop-filter:blur(28px);
  border-bottom:1px solid var(--border);padding:1.5rem 2rem;
  z-index:999;flex-direction:column;gap:.25rem
}
.mob-menu.open{display:flex}
.mob-menu .nav-link{padding:.9rem 1rem;font-size:1rem;border-radius:var(--r-sm);border-bottom:1px solid var(--border)}

/* ── HERO ── */
.hero{
  min-height:100vh;display:flex;align-items:center;
  padding-top:var(--nav);position:relative;overflow:hidden;
}
#three-canvas{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:0.92}

.hero-inner{
  position:relative;z-index:5;display:grid;
  grid-template-columns:1.1fr 0.9fr;gap:3rem;align-items:center;
  width:100%;min-height:calc(100vh - var(--nav));padding:3rem 0;
}
.hero-left{}
.hero-tag{
  display:inline-flex;align-items:center;gap:.7rem;
  background:var(--glass);border:1px solid var(--glb);
  border-radius:var(--r-f);padding:.5rem 1.25rem;
  font-size:.82rem;font-weight:600;color:var(--muted);
  margin-bottom:2rem;backdrop-filter:blur(12px);
  animation:fadeUp .8s var(--ease) both;
}
.hero-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;
  box-shadow:0 0 0 3px rgba(34,197,94,.25),0 0 12px rgba(34,197,94,.4);
  animation:pulse-g 2s infinite}
@keyframes pulse-g{0%,100%{transform:scale(1)}50%{transform:scale(1.4)}}
.hero-eyebrow{
  font-family:'JetBrains Mono',monospace;font-size:.85rem;font-weight:500;
  color:var(--p);letter-spacing:2px;margin-bottom:.6rem;
  animation:fadeUp .8s .1s var(--ease) both;
}
.hero-h1{
  font-size:clamp(2.4rem,4vw,3.8rem);font-weight:900;
  line-height:1.08;letter-spacing:-1.5px;
  margin-bottom:1.5rem;
  animation:fadeUp .8s .2s var(--ease) both;
}
.hero-h1 .line1{display:block;color:var(--text)}
.hero-h1 .line2{
  display:block;
  background:var(--pg);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.hero-sub{
  font-size:1.1rem;color:var(--muted);margin-bottom:.5rem;min-height:1.85em;
  animation:fadeUp .8s .3s var(--ease) both;
}
.hero-sub .typed-text{color:var(--text);font-weight:600}
.hero-sub .typed-cursor{color:var(--p);animation:blink 1s infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}
.hero-bio{font-size:1rem;max-width:480px;margin-bottom:2.5rem;
  animation:fadeUp .8s .4s var(--ease) both}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;
  animation:fadeUp .8s .5s var(--ease) both}
.hero-right{
  display:flex;flex-direction:column;gap:1.5rem;
  animation:fadeRight 1s .3s var(--ease) both
}
@keyframes fadeRight{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}

.hero-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.h-stat{
  background:var(--glass);border:1px solid var(--glb);
  border-radius:var(--r-md);padding:1.5rem;
  backdrop-filter:blur(16px);position:relative;overflow:hidden;
  transition:transform .3s var(--ease),box-shadow .3s;
}
.h-stat::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,transparent,rgba(255,255,255,.02));
  pointer-events:none
}
.h-stat:hover{transform:translateY(-4px);box-shadow:var(--sh2)}
.h-stat-num{
  font-family:'Outfit',sans-serif;font-size:2.4rem;font-weight:900;
  background:var(--pg);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  line-height:1;margin-bottom:.3rem;
}
.h-stat-label{font-size:.78rem;color:var(--muted);font-weight:600;letter-spacing:.5px;text-transform:uppercase}

.hero-tech-stack{
  background:var(--glass);border:1px solid var(--glb);
  border-radius:var(--r-md);padding:1.25rem 1.5rem;
  backdrop-filter:blur(16px);
}
.tech-label{font-size:.72rem;color:var(--muted);font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem}
.tech-pills{display:flex;flex-wrap:wrap;gap:.5rem}
.tech-pill{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);
  border-radius:var(--r-f);padding:.3rem .85rem;
  font-size:.78rem;font-weight:600;color:var(--muted);
  transition:all .2s;cursor:default;
}
.tech-pill:hover{background:rgba(100,180,255,.1);border-color:rgba(100,180,255,.3);color:var(--p)}

@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}

/* ── Buttons ── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:.6rem;padding:.9rem 2.2rem;border-radius:var(--r-f);
  font-family:'Outfit',sans-serif;font-weight:700;font-size:.97rem;
  cursor:pointer;border:2px solid transparent;outline:none;
  transition:all .3s var(--ease);position:relative;overflow:hidden;
  white-space:nowrap;letter-spacing:.02em;
}
.btn-shimmer::after{
  content:'';position:absolute;top:0;left:-100%;width:60%;height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);
  transition:left .6s var(--ease);skewX(-20deg);
}
.btn-shimmer:hover::after{left:150%}
.btn-primary{
  background:var(--pg);color:#fff;
  box-shadow:0 8px 30px var(--ps);
}
.btn-primary:hover{
  transform:translateY(-3px) scale(1.02);
  box-shadow:0 16px 48px var(--ps),0 6px 20px var(--p2s);color:#fff
}
.btn-outline{
  background:transparent;border-color:rgba(255,255,255,.15);color:var(--text);
  backdrop-filter:blur(8px);
}
.btn-outline:hover{
  border-color:var(--p);color:var(--p);
  box-shadow:0 0 24px var(--ps);transform:translateY(-3px);
}
.mag-btn{transition:transform .15s var(--ease)}

/* ── Section Header ── */
.s-head{text-align:center;margin-bottom:5rem}
.s-eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  font-family:'JetBrains Mono',monospace;font-size:.75rem;
  font-weight:700;letter-spacing:3px;text-transform:uppercase;
  color:var(--p);margin-bottom:1.2rem;
}
.s-eyebrow::before,.s-eyebrow::after{content:'';display:block;width:24px;height:1px;background:var(--p)}
.s-title{
  font-size:clamp(2rem,3.5vw,2.9rem);font-weight:900;
  letter-spacing:-1px;margin-bottom:1.2rem;
}
.s-title .grad{background:var(--pg);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.s-desc{max-width:560px;margin:0 auto;font-size:1.02rem}

/* ── Cards ── */
.card{
  background:var(--bg2);border:1px solid var(--border);
  border-radius:var(--r-lg);padding:2.25rem;
  position:relative;overflow:hidden;
  transform-style:preserve-3d;transform:perspective(1000px);
  transition:box-shadow .35s var(--ease),border-color .35s;
}
.card-glow{
  position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:radial-gradient(600px at var(--mx,50%) var(--my,50%),rgba(100,180,255,.06),transparent 60%);
  opacity:0;transition:opacity .4s;
}
.card:hover .card-glow{opacity:1}
.card:hover{border-color:rgba(100,180,255,.2);box-shadow:0 0 0 1px rgba(100,180,255,.1),var(--sh3)}
.card-icon{
  width:56px;height:56px;border-radius:var(--r-sm);
  background:linear-gradient(135deg,rgba(100,180,255,.12),rgba(160,100,255,.12));
  display:flex;align-items:center;justify-content:center;
  font-size:1.4rem;color:var(--p);margin-bottom:1.5rem;
  border:1px solid rgba(100,180,255,.15);position:relative;
}
.card-icon::after{
  content:'';position:absolute;inset:-1px;border-radius:inherit;
  background:var(--pg);opacity:0;transition:opacity .3s;z-index:-1;
}
.card:hover .card-icon::after{opacity:.15}
.card-title{font-size:1.1rem;margin-bottom:.7rem;font-weight:700}
.card p{font-size:.94rem;color:var(--muted);line-height:1.8}

/* ── About ── */
.about-photo-wrap{
  position:relative;display:flex;justify-content:center;
}
.about-photo-frame{
  position:relative;width:260px;height:260px;
}
.about-photo-frame img{
  width:100%;height:100%;object-fit:cover;border-radius:var(--r-lg);
  position:relative;z-index:2;
}
.about-photo-frame::before{
  content:'';position:absolute;inset:-3px;border-radius:calc(var(--r-lg) + 3px);
  background:var(--pg);z-index:1;
}
.about-photo-frame::after{
  content:'';position:absolute;inset:-20px;border-radius:var(--r-xl);
  background:var(--pg);opacity:.15;filter:blur(30px);z-index:0;
}
.about-badge{
  position:absolute;bottom:-14px;right:-14px;z-index:5;
  background:var(--bg2);border:1px solid var(--border);
  border-radius:var(--r-md);padding:1rem 1.25rem;
  backdrop-filter:blur(16px);
}
.ab-num{font-family:'Outfit',sans-serif;font-size:1.8rem;font-weight:900;background:var(--pg);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}
.ab-txt{font-size:.7rem;color:var(--muted);font-weight:700;letter-spacing:1px;text-transform:uppercase}

.about-info-row{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}
.about-icon{
  width:44px;height:44px;flex-shrink:0;border-radius:var(--r-sm);
  background:rgba(100,180,255,.08);border:1px solid rgba(100,180,255,.15);
  display:flex;align-items:center;justify-content:center;color:var(--p);font-size:1rem;
}
.about-label{font-size:.72rem;color:var(--muted);font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.15rem}
.about-val{font-weight:700;font-size:.97rem;color:var(--text)}

/* ── Stats cards ── */
.stat-card{
  background:var(--bg2);border:1px solid var(--border);
  border-radius:var(--r-md);padding:2rem 1.75rem;
  display:flex;flex-direction:column;align-items:center;text-align:center;
  position:relative;overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s;
  transform-style:preserve-3d;transform:perspective(800px);
}
.stat-card::before{
  content:'';position:absolute;top:-1px;left:20%;right:20%;height:2px;
  background:var(--pg);border-radius:var(--r-f);opacity:0;transition:opacity .3s;
}
.stat-card:hover{transform:translateY(-8px);box-shadow:var(--sh3)}
.stat-card:hover::before{opacity:1}
.stat-num{
  font-family:'Outfit',sans-serif;font-size:3rem;font-weight:900;line-height:1;
  background:var(--pg);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  margin-bottom:.5rem;
}
.stat-label{font-size:.78rem;color:var(--muted);font-weight:700;letter-spacing:1px;text-transform:uppercase}

/* ── Skills ── */
.skill-item{margin-bottom:1.75rem}
.skill-top{display:flex;justify-content:space-between;margin-bottom:.65rem}
.skill-name{font-weight:700;font-size:.95rem;display:flex;align-items:center;gap:.6rem;color:var(--text)}
.skill-pct{
  font-family:'JetBrains Mono',monospace;font-size:.85rem;
  color:var(--p);font-weight:700;
}
.skill-bar{height:5px;background:rgba(255,255,255,.07);border-radius:var(--r-f);overflow:visible;position:relative}
.skill-fill{
  height:100%;
  background:var(--pg);
  border-radius:var(--r-f);width:0;
  transition:width 1.6s cubic-bezier(.16,1,.3,1);
  position:relative;box-shadow:0 0 12px var(--ps);
}
.skill-fill::after{
  content:'';position:absolute;right:-2px;top:50%;transform:translateY(-50%);
  width:11px;height:11px;border-radius:50%;
  background:var(--p2);box-shadow:0 0 10px var(--p2s);
}
.skills-tabs{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-bottom:3.5rem}
.s-tab{
  padding:.4rem 1.25rem;border-radius:var(--r-f);
  border:1px solid var(--border);background:transparent;
  color:var(--muted);font-weight:600;font-size:.85rem;
  cursor:pointer;transition:all .2s;font-family:inherit;
}
.s-tab:hover,.s-tab.active{
  background:var(--pg);color:#fff;border-color:transparent;
  box-shadow:0 4px 20px var(--ps);
}

/* ── Timeline ── */
.tl{position:relative;padding-left:2.75rem}
.tl::before{
  content:'';position:absolute;left:11px;top:8px;bottom:0;width:1.5px;
  background:linear-gradient(180deg,var(--p),var(--p2),transparent);
}
.tl-item{position:relative;margin-bottom:2.75rem}
.tl-dot{
  position:absolute;left:-2.75rem;top:6px;
  width:18px;height:18px;border-radius:50%;
  background:var(--pg);
  box-shadow:0 0 0 5px var(--bg0),0 0 0 6px var(--p),0 0 20px var(--ps);
}
.tl-badge{
  display:inline-flex;align-items:center;gap:.4rem;
  font-family:'JetBrains Mono',monospace;
  font-size:.75rem;font-weight:700;letter-spacing:.5px;
  color:var(--p);background:rgba(100,180,255,.08);
  border:1px solid rgba(100,180,255,.2);
  border-radius:var(--r-f);padding:.22rem .85rem;
  margin-bottom:.6rem;
}
.tl-title{font-size:1.1rem;font-weight:800;margin-bottom:.2rem}
.tl-company{color:var(--muted);font-weight:600;font-size:.88rem;margin-bottom:.5rem}
.tl-desc{font-size:.88rem;color:var(--muted);line-height:1.7;margin:0}

/* ── Portfolio ── */
.port-tag{
  display:inline-block;padding:.25rem .85rem;
  background:var(--pg);color:#fff;
  border-radius:var(--r-f);font-size:.75rem;font-weight:800;
  margin-bottom:1rem;letter-spacing:.5px;
}
.port-links{display:flex;gap:.75rem;margin-top:1.25rem}
.port-link{
  display:inline-flex;align-items:center;gap:.35rem;
  color:var(--p);font-weight:700;font-size:.85rem;
  transition:all .2s;
}
.port-link:hover{color:var(--p2);gap:.55rem}
.tech-tag{
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);
  border-radius:var(--r-f);padding:.18rem .65rem;
  font-size:.73rem;color:var(--muted);
  transition:all .2s;cursor:default;
}
.tech-tag:hover{color:var(--p);border-color:rgba(100,180,255,.3);background:rgba(100,180,255,.06)}

/* ── Progress bars (projects) ── */
.proj-prog{height:5px;background:rgba(255,255,255,.07);border-radius:var(--r-f);margin-top:.65rem}
.proj-fill{height:100%;background:var(--pg);border-radius:var(--r-f);width:0;transition:width 1.6s var(--ease);box-shadow:0 0 12px var(--ps)}
.proj-status{
  display:inline-flex;align-items:center;gap:.35rem;
  font-size:.75rem;font-weight:700;color:var(--p);
  background:rgba(100,180,255,.08);border:1px solid rgba(100,180,255,.2);
  border-radius:var(--r-f);padding:.18rem .75rem;
}

/* ── Contact ── */
.contact-grid{display:grid;grid-template-columns:1fr 1.7fr;gap:3.5rem;align-items:start}
.c-info-panel{
  background:var(--bg2);border:1px solid var(--border);
  border-radius:var(--r-lg);padding:2.25rem;
  position:relative;overflow:hidden;
}
.c-info-panel::before{
  content:'';position:absolute;top:0;left:0;right:0;height:2px;
  background:var(--pg);
}
.c-row{display:flex;gap:1.1rem;align-items:flex-start;margin-bottom:1.75rem}
.c-icon{
  width:48px;height:48px;flex-shrink:0;border-radius:var(--r-sm);
  background:linear-gradient(135deg,rgba(100,180,255,.1),rgba(160,100,255,.1));
  border:1px solid rgba(100,180,255,.15);
  display:flex;align-items:center;justify-content:center;color:var(--p);font-size:1.05rem;
}
.c-label{font-size:.7rem;color:var(--muted);font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.2rem}
.c-val{font-weight:700;color:var(--text);font-size:.97rem;word-break:break-word}
.c-socials{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:.5rem}
.c-social{
  width:42px;height:42px;border-radius:var(--r-sm);
  background:rgba(255,255,255,.05);border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;
  color:var(--muted);font-size:.95rem;transition:all .2s;
}
.c-social:hover{
  background:var(--pg);color:#fff;border-color:transparent;
  transform:translateY(-4px);box-shadow:0 8px 20px var(--ps);
}
.form-panel{
  background:var(--bg2);border:1px solid var(--border);
  border-radius:var(--r-lg);padding:2.5rem;
  position:relative;overflow:hidden;
}
.form-panel::before{
  content:'';position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--p2),var(--p3));
}
.f-group{margin-bottom:1.4rem}
.f-label{display:block;margin-bottom:.5rem;font-weight:700;font-size:.82rem;letter-spacing:.5px;text-transform:uppercase;color:var(--muted)}
.f-ctrl{
  width:100%;padding:.9rem 1.15rem;
  border:1px solid var(--border);border-radius:var(--r-sm);
  background:var(--bg3);color:var(--text);
  font-family:inherit;font-size:.97rem;
  transition:all .25s;
}
.f-ctrl:focus{
  outline:none;border-color:var(--p);
  box-shadow:0 0 0 3px rgba(100,180,255,.18);background:var(--bg1);
}
textarea.f-ctrl{min-height:140px;resize:vertical}
.f-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.f-alert{
  padding:1rem 1.15rem;border-radius:var(--r-sm);font-weight:700;
  margin-bottom:1.25rem;display:none;font-size:.9rem;
}
.f-alert.ok{background:rgba(34,197,94,.08);color:#16a34a;border:1px solid rgba(34,197,94,.25)}
.f-alert.err{background:rgba(239,68,68,.08);color:#dc2626;border:1px solid rgba(239,68,68,.25)}

/* ── Footer ── */
.footer{
  background:var(--bg1);border-top:1px solid var(--border);
  padding:5rem 0 2.5rem;position:relative;z-index:2;
}
.footer-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem}
.f-brand{font-family:'Outfit',sans-serif;font-size:1.5rem;font-weight:900;margin-bottom:.75rem}
.f-brand .fg{background:var(--pg);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.f-brand .fd{color:var(--p3)}
.f-tagline{font-size:.92rem;max-width:280px}
.f-nav-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.f-nav-title{font-size:.75rem;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--p);margin-bottom:1rem}
.f-nav-link{display:block;color:var(--muted);font-size:.88rem;padding:.35rem 0;transition:color .2s}
.f-nav-link:hover{color:var(--text)}
.f-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:2.5rem;border-top:1px solid var(--border)}
.f-socials{display:flex;gap:.65rem}
.f-social{width:40px;height:40px;border-radius:var(--r-sm);background:var(--glass);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.9rem;transition:all .2s}
.f-social:hover{background:var(--pg);color:#fff;border-color:transparent;transform:translateY(-3px);box-shadow:0 8px 20px var(--ps)}
.f-copy{font-size:.82rem;color:var(--muted)}

/* ── Back to top ── */
.btt{
  position:fixed;bottom:2.5rem;right:2.5rem;
  width:48px;height:48px;border-radius:var(--r-sm);
  background:var(--pg);color:#fff;border:none;cursor:pointer;
  font-size:1rem;display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 24px var(--ps);
  opacity:0;pointer-events:none;transform:translateY(16px);
  transition:all .3s var(--ease);z-index:500;
}
.btt.show{opacity:1;pointer-events:auto;transform:translateY(0)}
.btt:hover{transform:translateY(-4px);box-shadow:0 16px 40px var(--ps)}

/* ── Reveal animations ── */
.reveal{opacity:0;transform:translateY(36px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.vis{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal-left.vis{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(40px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal-right.vis{opacity:1;transform:translateX(0)}

/* ── Scroll indicator ── */
.scroll-ind{
  position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:.5rem;
  color:var(--muted);font-size:.75rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;
  z-index:5;animation:scrollFade 2s 2s var(--ease) both;
}
.scroll-ind-bar{width:1.5px;height:40px;background:linear-gradient(180deg,transparent,var(--p));animation:scrollBar 2s ease-in-out infinite}
@keyframes scrollBar{0%,100%{opacity:.3;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}
@keyframes scrollFade{from{opacity:0}to{opacity:1}}

/* ── Responsive ── */
@media(max-width:1024px){
  .hero-inner{grid-template-columns:1fr;gap:3rem}
  .hero-right{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
  .hero-stat-grid{grid-template-columns:repeat(4,1fr)}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .f-nav-cols{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .nav-links{display:none}
  .ham{display:flex}
  .section{padding:5.5rem 0}
  .hero-right{grid-template-columns:1fr}
  .hero-stat-grid{grid-template-columns:1fr 1fr}
  .grid-3{grid-template-columns:1fr}
  .grid-2{grid-template-columns:1fr}
  .f-row{grid-template-columns:1fr}
  #c-ring,#c-dot{display:none}
  .about-photo-frame{width:200px;height:200px}
  .f-nav-cols{grid-template-columns:1fr}
}
@media(max-width:480px){
  .container{padding:0 1.25rem}
  .section{padding:4rem 0}
  .hero-h1{font-size:2.2rem}
  .hero-btns .btn{width:100%;justify-content:center}
}
