/* ==========================================================================
   Gönyeli İnşaat — Kurumsal Tema
   ========================================================================== */
:root{
  --primary:#0d47a1;
  --primary-d:#093576;
  --primary-l:#1e63c9;
  --secondary:#f20008;
  --ink:#0f172a;
  --body:#3f4c63;
  --muted:#64748b;
  --line:#e5eaf1;
  --bg:#ffffff;
  --bg-soft:#f5f8fc;
  --bg-dark:#0b1f3a;
  --radius:14px;
  --shadow:0 10px 30px rgba(13,42,90,.08);
  --shadow-lg:0 24px 60px rgba(13,42,90,.14);
  --wrap:1200px;
  --ff:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --fh:'Montserrat',var(--ff);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--ff);color:var(--body);background:var(--bg);line-height:1.7;font-size:16px;overflow-x:hidden}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none;transition:color .2s}
ul{list-style:none}
h1,h2,h3,h4,h5{font-family:var(--fh);color:var(--ink);line-height:1.2;font-weight:700}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.sec{padding:96px 0}
.sec-sm{padding:64px 0}
.bg-soft{background:var(--bg-soft)}
.bg-dark{background:var(--bg-dark);color:#c8d4e6}
.text-center{text-align:center}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--fh);font-weight:600;font-size:15px;
  padding:14px 28px;border-radius:10px;border:2px solid transparent;cursor:pointer;transition:.25s;line-height:1;white-space:nowrap}
.btn svg{width:18px;height:18px}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 8px 22px rgba(13,71,161,.28)}
.btn-primary:hover{background:var(--primary-d);transform:translateY(-2px);box-shadow:0 12px 28px rgba(13,71,161,.36)}
.btn-accent{background:var(--secondary);color:#fff;box-shadow:0 8px 22px rgba(242,0,8,.25)}
.btn-accent:hover{filter:brightness(.92);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.btn-ghost:hover{background:#fff;color:var(--primary);border-color:#fff}
.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}
.btn-outline:hover{background:var(--primary);color:#fff}

/* Section heading */
.head{max-width:660px;margin:0 auto 54px}
.head.left{margin-left:0;text-align:left}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--fh);font-weight:700;font-size:13px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--secondary);margin-bottom:14px}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--secondary)}
.head h2{font-size:clamp(28px,4vw,40px);letter-spacing:-.02em;margin-bottom:14px}
.head p{color:var(--muted);font-size:17px}

/* ===== Topbar ===== */
.topbar{background:var(--primary-d);color:#dbe6f7;font-size:14px}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;min-height:44px;gap:16px;flex-wrap:wrap}
.topbar a{color:#dbe6f7}
.topbar a:hover{color:#fff}
.topbar .tinfo{display:flex;gap:22px;flex-wrap:wrap}
.topbar .tinfo span{display:inline-flex;align-items:center;gap:7px}
.topbar svg{width:15px;height:15px;opacity:.85}
.topbar .tsoc{display:flex;gap:14px}
.topbar .tsoc a{display:inline-flex}

/* ===== Header ===== */
.hdr{position:sticky;top:0;z-index:900;background:#fff;box-shadow:0 2px 20px rgba(13,42,90,.07);transition:.3s}
.hdr .wrap{display:flex;align-items:center;justify-content:space-between;min-height:132px;gap:20px}
.brand{display:flex;align-items:center;gap:12px;font-family:var(--fh);font-weight:800;color:var(--ink);font-size:21px;letter-spacing:-.01em}
.brand .mark{width:46px;height:46px;border-radius:11px;background:linear-gradient(135deg,var(--primary),var(--primary-l));
  display:grid;place-items:center;color:#fff;flex-shrink:0;box-shadow:0 6px 16px rgba(13,71,161,.32)}
.brand .mark svg{width:26px;height:26px}
.brand img{height:120px;width:auto}
.brand b{color:var(--secondary)}
.nav{display:flex;align-items:center;gap:4px}
.nav a{font-family:var(--fh);font-weight:600;font-size:15px;color:var(--ink);padding:10px 15px;border-radius:8px;position:relative}
.nav a:hover,.nav a.active{color:var(--primary);background:var(--bg-soft)}
.hdr-cta{display:flex;align-items:center;gap:14px}
.hdr-phone{display:flex;align-items:center;gap:10px;font-family:var(--fh)}
.hdr-phone .ic{width:42px;height:42px;border-radius:50%;background:var(--bg-soft);color:var(--primary);display:grid;place-items:center}
.hdr-phone .ic svg{width:19px;height:19px}
.hdr-phone small{display:block;font-size:12px;color:var(--muted);font-weight:500}
.hdr-phone b{font-size:16px;color:var(--ink)}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.burger span{width:26px;height:3px;background:var(--ink);border-radius:3px;transition:.3s}
.burger.on span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.burger.on span:nth-child(2){opacity:0}
.burger.on span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

/* ===== Hero ===== */
.hero{position:relative;overflow:hidden;background:var(--bg-dark)}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;pointer-events:none}
.hero-slide.on{opacity:1;pointer-events:auto}
.hero-slide::before{content:"";position:absolute;inset:0;background-size:cover;background-position:center;
  background-image:var(--img);transform:scale(1.06);animation:kb 8s ease forwards}
.hero-slide::after{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(9,25,52,.92) 0%,rgba(9,25,52,.78) 45%,rgba(9,25,52,.35) 100%)}
@keyframes kb{to{transform:scale(1)}}
.hero-inner{position:relative;min-height:640px;display:flex;align-items:center}
.hero-c{position:relative;z-index:2;max-width:660px;color:#fff;padding:70px 0}
.hero-badge{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);
  color:#fff;font-family:var(--fh);font-weight:600;font-size:13px;letter-spacing:.06em;padding:8px 16px;border-radius:30px;margin-bottom:22px;
  backdrop-filter:blur(6px)}
.hero-badge::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--secondary);box-shadow:0 0 0 4px rgba(242,0,8,.3)}
.hero-c h1{color:#fff;font-size:clamp(34px,5.2vw,60px);letter-spacing:-.025em;margin-bottom:20px;text-shadow:0 4px 24px rgba(0,0,0,.3)}
.hero-c p{font-size:clamp(16px,2vw,20px);color:#d7e2f2;max-width:560px;margin-bottom:34px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.hero-dots{position:absolute;bottom:34px;left:0;right:0;z-index:3;display:flex;gap:10px;justify-content:center}
.hero-dots button{width:38px;height:5px;border:0;border-radius:4px;background:rgba(255,255,255,.35);cursor:pointer;transition:.3s;padding:0}
.hero-dots button.on{background:var(--secondary);width:52px}

/* ===== Stats ===== */
.stats{position:relative;z-index:5;margin-top:-64px}
.stats-grid{background:linear-gradient(135deg,var(--primary),var(--primary-l));border-radius:18px;box-shadow:var(--shadow-lg);
  display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.stat{padding:36px 24px;text-align:center;color:#fff;border-right:1px solid rgba(255,255,255,.12);position:relative}
.stat:last-child{border-right:0}
.stat b{display:block;font-family:var(--fh);font-size:44px;font-weight:800;line-height:1;letter-spacing:-.02em}
.stat span{display:block;margin-top:8px;font-size:15px;color:#cfe0f7;font-weight:500}

/* ===== Services ===== */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px 30px;transition:.3s;position:relative;overflow:hidden}
.card::after{content:"";position:absolute;left:0;top:0;height:4px;width:0;background:var(--secondary);transition:.35s}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}
.card:hover::after{width:100%}
.card .ic{width:64px;height:64px;border-radius:16px;background:var(--bg-soft);color:var(--primary);display:grid;place-items:center;margin-bottom:22px;transition:.3s}
.card:hover .ic{background:var(--primary);color:#fff;transform:rotate(-6deg)}
.card .ic svg{width:30px;height:30px}
.card h3{font-size:20px;margin-bottom:12px}
.card p{color:var(--muted);font-size:15px}

/* ===== About ===== */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.about-media{position:relative}
.about-media img{border-radius:18px;box-shadow:var(--shadow-lg);width:100%;object-fit:cover;aspect-ratio:4/3}
.about-media .exp{position:absolute;right:-18px;bottom:-18px;background:var(--secondary);color:#fff;border-radius:16px;
  padding:22px 26px;text-align:center;box-shadow:var(--shadow-lg)}
.about-media .exp b{display:block;font-family:var(--fh);font-size:38px;font-weight:800;line-height:1}
.about-media .exp span{font-size:13px;letter-spacing:.04em}
.about-txt .lead{font-size:20px;color:var(--ink);font-weight:600;margin:6px 0 18px;font-family:var(--fh)}
.about-txt p{color:var(--muted);margin-bottom:16px}
.vm{display:grid;gap:16px;margin-top:26px}
.vm-item{display:flex;gap:16px;background:var(--bg-soft);border-radius:12px;padding:18px 20px}
.vm-item .ic{width:46px;height:46px;border-radius:11px;background:#fff;color:var(--primary);display:grid;place-items:center;flex-shrink:0;box-shadow:var(--shadow)}
.vm-item .ic svg{width:22px;height:22px}
.vm-item h4{font-size:16px;margin-bottom:4px}
.vm-item p{margin:0;font-size:14px}

/* ===== Why ===== */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.why{text-align:center;padding:14px}
.why .ic{width:76px;height:76px;border-radius:20px;margin:0 auto 20px;display:grid;place-items:center;
  background:linear-gradient(135deg,rgba(13,71,161,.1),rgba(30,99,201,.06));color:var(--primary)}
.why .ic svg{width:34px;height:34px}
.why h4{font-size:18px;margin-bottom:10px}
.why p{color:var(--muted);font-size:14.5px}

/* ===== Projects ===== */
.filters{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}
.filters button{font-family:var(--fh);font-weight:600;font-size:14px;padding:10px 22px;border-radius:30px;border:1.5px solid var(--line);
  background:#fff;color:var(--body);cursor:pointer;transition:.25s}
.filters button:hover{border-color:var(--primary);color:var(--primary)}
.filters button.on{background:var(--primary);border-color:var(--primary);color:#fff}
.grid-proj{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.proj{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#fff;transition:.3s}
.proj:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.proj-img{position:relative;aspect-ratio:4/3;overflow:hidden}
.proj-img img{width:100%;height:100%;object-fit:cover;transition:.6s}
.proj:hover .proj-img img{transform:scale(1.08)}
.proj-cat{position:absolute;top:14px;left:14px;background:var(--secondary);color:#fff;font-family:var(--fh);font-weight:600;
  font-size:12px;padding:6px 13px;border-radius:20px;letter-spacing:.03em}
.proj-body{padding:22px 22px 24px}
.proj-body h3{font-size:19px;margin-bottom:8px}
.proj-meta{display:flex;gap:16px;color:var(--muted);font-size:13.5px;margin-bottom:12px}
.proj-meta span{display:inline-flex;align-items:center;gap:6px}
.proj-meta svg{width:15px;height:15px;color:var(--primary)}
.proj-body p{color:var(--muted);font-size:14px;margin-bottom:16px}
.proj-more{font-family:var(--fh);font-weight:600;color:var(--primary);font-size:14px;display:inline-flex;align-items:center;gap:7px}
.proj-more svg{width:16px;height:16px;transition:.25s}
.proj:hover .proj-more svg{transform:translateX(4px)}

/* ===== CTA band ===== */
.cta{background:linear-gradient(120deg,var(--primary-d),var(--primary));position:relative;overflow:hidden;color:#fff}
.cta::before{content:"";position:absolute;right:-80px;top:-80px;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.06)}
.cta .wrap{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.cta h2{color:#fff;font-size:clamp(24px,3.4vw,34px);margin-bottom:8px}
.cta p{color:#d7e2f2;max-width:560px}

/* ===== Testimonials ===== */
.tst-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.tst{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;position:relative}
.tst .stars{color:#f5a623;margin-bottom:14px;font-size:17px;letter-spacing:2px}
.tst p{color:var(--body);font-size:15.5px;font-style:italic;margin-bottom:20px}
.tst .who{display:flex;align-items:center;gap:13px}
.tst .av{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-l));color:#fff;
  display:grid;place-items:center;font-family:var(--fh);font-weight:700;font-size:18px}
.tst .who b{display:block;font-family:var(--fh);color:var(--ink);font-size:15px}
.tst .who span{font-size:13px;color:var(--muted)}

/* ===== FAQ ===== */
.faq{max-width:820px;margin:0 auto;display:grid;gap:14px}
.acc{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;transition:.25s}
.acc.on{box-shadow:var(--shadow);border-color:transparent}
.acc-q{width:100%;text-align:left;background:none;border:0;cursor:pointer;padding:20px 24px;font-family:var(--fh);
  font-weight:600;font-size:16.5px;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:16px}
.acc-q .pm{width:28px;height:28px;border-radius:50%;background:var(--bg-soft);color:var(--primary);display:grid;place-items:center;
  flex-shrink:0;font-size:18px;transition:.3s}
.acc.on .acc-q .pm{background:var(--primary);color:#fff;transform:rotate(45deg)}
.acc-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.acc-a div{padding:0 24px 22px;color:var(--muted)}

/* ===== Contact ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:44px;align-items:start}
.cinfo{display:grid;gap:18px}
.cinfo-item{display:flex;gap:16px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px 22px}
.cinfo-item .ic{width:50px;height:50px;border-radius:12px;background:var(--primary);color:#fff;display:grid;place-items:center;flex-shrink:0}
.cinfo-item .ic svg{width:22px;height:22px}
.cinfo-item small{color:var(--muted);font-size:13px;font-family:var(--fh);font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.cinfo-item b{display:block;color:var(--ink);font-size:16px;font-weight:600}
.cinfo-item a{color:var(--ink)}
.cinfo-item a:hover{color:var(--primary)}
.form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:var(--shadow)}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{margin-bottom:18px}
.field label{display:block;font-family:var(--fh);font-weight:600;font-size:14px;color:var(--ink);margin-bottom:7px}
.field input,.field textarea,.field select{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:13px 15px;
  font-family:var(--ff);font-size:15px;color:var(--ink);background:var(--bg-soft);transition:.2s}
.field input:focus,.field textarea:focus,.field select:focus{outline:0;border-color:var(--primary);background:#fff;
  box-shadow:0 0 0 3px rgba(13,71,161,.1)}
.field textarea{resize:vertical;min-height:130px}
.map{margin-top:16px;border-radius:16px;overflow:hidden;border:1px solid var(--line);line-height:0}
.map iframe{width:100%;height:340px;border:0}
.alert{padding:14px 18px;border-radius:10px;font-size:14.5px;margin-bottom:20px}
.alert-ok{background:#e7f7ee;color:#0f7a43;border:1px solid #bfe8cf}
.alert-err{background:#fdecec;color:#b91c1c;border:1px solid #f6c9c9}

/* ===== Page hero (inner) ===== */
.phero{position:relative;background:var(--bg-dark);color:#fff;padding:80px 0 70px;overflow:hidden}
.phero::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(9,25,52,.92),rgba(13,71,161,.65)),
  var(--phero-img) center/cover;opacity:1}
.phero .wrap{position:relative;z-index:2}
.phero h1{color:#fff;font-size:clamp(30px,4.4vw,46px);letter-spacing:-.02em;margin-bottom:12px}
.crumbs{display:flex;gap:8px;color:#b9c8e0;font-size:14px;font-family:var(--fh);font-weight:500}
.crumbs a:hover{color:#fff}
.crumbs span{color:var(--secondary)}

/* ===== Footer ===== */
.footer{background:var(--bg-dark);color:#9fb2ce;padding-top:72px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:52px}
.footer h4{color:#fff;font-size:17px;margin-bottom:22px;position:relative;padding-bottom:12px}
.footer h4::after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;background:var(--secondary);border-radius:3px}
.footer .fbrand{display:flex;align-items:center;gap:12px;color:#fff;font-family:var(--fh);font-weight:800;font-size:20px;margin-bottom:18px}
.footer .fbrand .mark{width:44px;height:44px;border-radius:11px;background:linear-gradient(135deg,var(--primary),var(--primary-l));display:grid;place-items:center}
.footer .fbrand .mark svg{width:24px;height:24px;color:#fff}
.footer .fbrand img{height:76px;width:auto}
.footer p{font-size:14.5px;margin-bottom:16px}
.footer ul li{margin-bottom:11px}
.footer ul a{font-size:14.5px;display:inline-flex;align-items:center;gap:9px}
.footer ul a:hover{color:#fff}
.footer ul a::before{content:"";width:6px;height:6px;border-radius:2px;background:var(--secondary);flex-shrink:0}
.fcontact li{display:flex;gap:12px;margin-bottom:16px;font-size:14.5px}
.fcontact svg{width:18px;height:18px;color:var(--secondary);flex-shrink:0;margin-top:3px}
.fsoc{display:flex;gap:10px;margin-top:18px}
.fsoc a{width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.07);display:grid;place-items:center;color:#c8d4e6;transition:.25s}
.fsoc a:hover{background:var(--secondary);color:#fff;transform:translateY(-3px)}
.fsoc svg{width:18px;height:18px}
.footer-bar{border-top:1px solid rgba(255,255,255,.09);padding:22px 0;font-size:13.5px}
.footer-bar .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bar a{color:#fff}
.footer-bar .credit{display:inline-flex;align-items:center;gap:9px;color:#8fa4c6}
.footer-bar .credit a{display:inline-flex;align-items:center;gap:8px;color:#fff;transition:opacity .2s}
.footer-bar .credit a:hover{opacity:.8}
.footer-bar .credit img{height:26px;width:auto;filter:brightness(0) invert(1);opacity:.92}
.footer-bar .credit b{font-weight:700}

/* ===== Floating & top ===== */
.wa{position:fixed;right:22px;bottom:22px;z-index:800;width:58px;height:58px;border-radius:50%;background:#25d366;
  display:grid;place-items:center;box-shadow:0 10px 26px rgba(37,211,102,.4);color:#fff;animation:pulse 2.4s infinite}
.wa svg{width:30px;height:30px}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.45)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}
.top{position:fixed;right:24px;bottom:92px;z-index:800;width:46px;height:46px;border-radius:12px;background:var(--primary);color:#fff;
  border:0;cursor:pointer;display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:.3s}
.top.on{opacity:1;visibility:visible;transform:translateY(0)}
.top svg{width:22px;height:22px}

/* reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}

/* ===== Responsive ===== */
@media(max-width:992px){
  .sec{padding:72px 0}
  .cards,.grid-proj,.tst-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid{grid-template-columns:1fr;gap:40px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(2){border-right:0}
  .stat{border-bottom:1px solid rgba(255,255,255,.12)}
  .footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}
  .contact-grid{grid-template-columns:1fr;gap:32px}
}
@media(max-width:820px){
  .hdr-phone{display:none}
  .nav{position:fixed;top:0;right:-100%;width:min(320px,86vw);height:100vh;background:#fff;flex-direction:column;
    align-items:stretch;padding:90px 24px 30px;gap:6px;box-shadow:-14px 0 40px rgba(13,42,90,.16);transition:right .35s ease;z-index:950;overflow-y:auto}
  .nav.open{right:0}
  .nav a{padding:14px 16px;font-size:16px;border-bottom:1px solid var(--line);border-radius:0}
  .burger{display:flex;z-index:960}
  .nav-ov{position:fixed;inset:0;background:rgba(9,25,52,.5);opacity:0;visibility:hidden;transition:.3s;z-index:940}
  .nav-ov.on{opacity:1;visibility:visible}
  .hero-inner{min-height:540px}
  .topbar .tinfo{gap:14px;font-size:13px}
}
@media(max-width:600px){
  .sec{padding:56px 0}
  .cards,.grid-proj,.tst-grid,.why-grid,.stats-grid{grid-template-columns:1fr}
  .stat{border-right:0}
  .footer-grid{grid-template-columns:1fr}
  .form .row{grid-template-columns:1fr}
  .form{padding:24px}
  .topbar .tinfo span:not(:first-child){display:none}
  .hdr .wrap{min-height:78px}
  .brand img{height:62px}
  .hero-c{padding:50px 0}
  .hero-actions .btn{flex:1;justify-content:center}
  .about-media .exp{right:12px;bottom:-14px;padding:16px 18px}
}
