:root{
  --green:#06C755; --green-d:#04A648; --green-soft:#E7F8EF; --green-tint:#F2FBF6;
  --ink:#2B333C; --muted:#8A929B; --line:#E7E9EC; --soft:#F5F8F6;
  --site:#3E8ED0; --mep:#12B5A6; --finish:#F0913E; --public:#9B7BE0;
  --round:"M PLUS Rounded 1c","Noto Sans JP",sans-serif;
  --r:18px; --rs:13px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:"Noto Sans JP",system-ui,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;line-height:1.85;font-size:16px}
a{color:inherit}
.wrap{max-width:1120px;margin:0 auto;padding:0 22px}
.narrow{max-width:760px}
.narrowmid{max-width:860px}
h1,h2,h3{font-family:var(--round);letter-spacing:.01em}

/* buttons */
.btn-primary,.ctamain{display:inline-block;background:var(--green);color:#fff;font-family:var(--round);font-weight:800;font-size:16px;text-decoration:none;padding:15px 30px;border-radius:999px;box-shadow:0 6px 16px rgba(6,199,85,.28);transition:transform .08s,box-shadow .08s}
.btn-primary:hover,.ctamain:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(6,199,85,.34)}
.btn-ghost{display:inline-block;background:#fff;color:var(--green-d);font-family:var(--round);font-weight:700;font-size:15px;text-decoration:none;padding:14px 24px;border-radius:999px;border:2px solid var(--green-soft)}
.btn-ghost:hover{border-color:var(--green)}

/* sitebar */
.sitebar{background:rgba(255,255,255,.92);backdrop-filter:saturate(1.4) blur(8px);position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}
.sitebar .wrap{display:flex;align-items:center;justify-content:space-between;padding:12px 22px}
.brand{font-family:var(--round);font-weight:800;font-size:17px;text-decoration:none;color:var(--ink);display:flex;align-items:center;gap:9px}
.brand .bmk{background:var(--green);color:#fff;font-weight:800;padding:4px 9px;border-radius:10px;font-size:14px}
.snav{display:flex;gap:8px;align-items:center}
.snav a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:700;padding:9px 14px;border-radius:999px}
.snav a:hover{background:var(--green-soft)}
.snav a:last-child{background:var(--green);color:#fff}
.snav a:last-child:hover{background:var(--green-d)}

/* hero */
.hero{background:linear-gradient(180deg,var(--green-tint),#fff)}
.hero .wrap{padding:54px 22px 60px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.eyebrow{display:inline-block;font-family:var(--round);font-weight:700;font-size:13px;color:var(--green-d);background:var(--green-soft);padding:6px 14px;border-radius:999px}
.hero h1{font-size:46px;font-weight:800;line-height:1.25;margin:18px 0 16px}
.lead{color:#4a525b;font-size:16.5px;margin:0;line-height:1.95}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0 22px}
.herostat{display:flex;gap:24px}
.herostat span{font-size:14px;color:var(--muted)}
.herostat b{font-family:var(--round);font-size:26px;color:var(--green-d);margin-right:5px}
.hero-chat{background:#fff;border-radius:24px;padding:22px;box-shadow:0 14px 40px rgba(43,51,60,.1);display:flex;flex-direction:column;gap:12px}
.bubble{max-width:80%;padding:12px 16px;font-size:14.5px;line-height:1.6;border-radius:18px}
.bubble.in{align-self:flex-start;background:#F1F3F5;border-bottom-left-radius:5px}
.bubble.out{align-self:flex-end;background:var(--green);color:#fff;border-bottom-right-radius:5px}

/* section frames */
.block-soft{background:var(--green-tint)}
.block-white{background:#fff}
.block-soft .wrap,.block-white .wrap{padding:58px 22px}
.sec-head{text-align:center;max-width:680px;margin:0 auto 36px}
.sec-head h2{font-size:30px;font-weight:800;margin:0 0 10px;line-height:1.35}
.sec-head p{color:var(--muted);font-size:15.5px;margin:0}
.sec{font-size:22px;font-weight:800;margin:0 0 18px}

/* challenges */
.ch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}
.ch-card{display:flex;gap:16px;background:#fff;border-radius:var(--r);padding:22px;box-shadow:0 4px 18px rgba(43,51,60,.06)}
.ch-ico{flex:none;width:52px;height:52px;border-radius:16px;background:var(--green-soft);color:var(--green-d);display:flex;align-items:center;justify-content:center}
.ch-ico svg{width:26px;height:26px}
.ch-tx h3{font-size:17.5px;font-weight:800;margin:2px 0 6px}
.ch-tx p{margin:0;font-size:14.5px;color:#525a63;line-height:1.8}

/* steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.step{background:#fff;border-radius:var(--r);padding:24px 20px;text-align:center;border:1px solid var(--line)}
.step-n{width:52px;height:52px;border-radius:999px;background:var(--green);color:#fff;font-family:var(--round);font-weight:800;font-size:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.step h3{font-size:16.5px;font-weight:800;margin:0 0 8px}
.step p{margin:0;font-size:14px;color:#525a63}
.step-note{text-align:center;margin:26px 0 0;font-family:var(--round);font-weight:700;color:var(--green-d);font-size:16px}

/* finder */
.search{display:flex;align-items:center;background:#fff;border:2px solid var(--green-soft);border-radius:999px;padding:0 18px}
.search:focus-within{border-color:var(--green)}
.search.big{max-width:540px;margin:0 auto 12px}
.search input{flex:1;border:none;outline:none;font-family:inherit;font-size:15px;padding:14px 10px;background:transparent}
.search svg{width:18px;height:18px;color:var(--muted);flex:none}
.count{text-align:center;color:var(--muted);font-size:13.5px;margin-bottom:24px;font-weight:700}
.group{margin-bottom:30px}
.group-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}
.group-dot{width:14px;height:14px;border-radius:5px;background:var(--c);flex:none;margin-top:6px}
.group-head h3{font-size:19px;font-weight:800;margin:0 0 3px}
.group-n{font-size:13px;font-weight:700;color:var(--c);background:#fff;border:1px solid var(--c);padding:1px 9px;border-radius:999px;margin-left:6px}
.group-head p{margin:0;font-size:13.5px;color:#525a63}
.igrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}
.icard{display:block;background:#fff;border-radius:var(--rs);border:1px solid var(--line);border-left:5px solid var(--c);text-decoration:none;color:inherit;transition:transform .08s,box-shadow .08s}
.icard:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(43,51,60,.1)}
.ic-body{padding:16px 18px}
.ic-body h3{font-size:17px;font-weight:800;margin:0 0 6px}
.ic-body p{font-size:13px;color:#5c646d;margin:0 0 12px;line-height:1.6}
.ic-go{font-family:var(--round);font-size:13.5px;font-weight:700;color:var(--green-d)}
.empty{padding:40px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:var(--r);background:#fff}

/* menu */
.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.menu-card{background:#fff;border-radius:var(--r);padding:24px;text-align:center;box-shadow:0 4px 18px rgba(43,51,60,.06)}
.menu-badge{width:48px;height:48px;border-radius:14px;background:var(--green);color:#fff;font-family:var(--round);font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.menu-card h3{font-size:18px;font-weight:800;margin:0 0 8px}
.menu-card p{margin:0;font-size:14px;color:#525a63;line-height:1.8}

/* mission */
.mission{background:linear-gradient(180deg,#fff,var(--green-tint))}
.mission .wrap{padding:64px 22px}
.mission-mark{display:inline-block;font-family:var(--round);font-weight:800;font-size:13px;color:#fff;background:var(--green);padding:6px 16px;border-radius:999px;margin-bottom:16px}
.mission h2{font-size:32px;font-weight:800;margin:0 0 22px}
.mission p{font-size:16px;color:#3c444d;line-height:2.05;margin:0 0 18px}
.mission strong{color:var(--green-d);font-weight:700}
.mission-sign{font-family:var(--round);font-weight:700;color:var(--ink);font-size:15px;margin-top:8px!important}

/* cta band */
.ctaband{background:var(--green)}
.ctaband .wrap{padding:50px 22px;text-align:center}
.ctaband h2{font-size:26px;font-weight:800;color:#fff;margin:0 0 10px}
.ctaband p{color:#eafff3;font-size:15.5px;margin:0 auto 20px;max-width:600px;line-height:1.9}
.ctabtns{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:22px}
.ctabtn{font-size:13px;font-weight:700;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.45);color:#fff;padding:7px 15px;border-radius:999px}
.ctamain{background:#fff;color:var(--green-d);box-shadow:0 8px 20px rgba(0,0,0,.12)}
.ctamain:hover{background:#fff}

/* industry hero (light, friendly) */
.ihero{background:var(--green-tint);border-bottom:1px solid var(--line)}
.ihero .wrap{padding:24px 22px 38px}
.crumb{font-size:13px;color:var(--muted);margin-bottom:18px}
.crumb a{color:var(--green-d);text-decoration:none;font-weight:700}
.ihero-cl{display:inline-block;font-size:12px;font-weight:800;font-family:var(--round);color:#fff;background:var(--c);padding:5px 14px;border-radius:999px;margin-bottom:14px}
.ihero h1{font-size:34px;font-weight:800;line-height:1.3;margin:0 0 14px}
.ilp{font-size:17px;color:var(--green-d);font-weight:700;margin:0 0 8px}
.iwork{font-size:13.5px;color:var(--muted);margin:0 0 18px}
.ihero .ctabtns{justify-content:flex-start}
.ihero .ctabtn{background:#fff;border:1px solid var(--green-soft);color:var(--green-d)}

/* industry body */
.iwrap{padding:46px 22px 10px}
.iwrap section{margin-bottom:50px}
.igrid2{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}
.iblock{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:20px}
.ilab{font-family:var(--round);font-size:15px;font-weight:800;margin:0 0 10px;color:var(--green-d)}
.iblock ul{margin:0;padding-left:18px;font-size:14px}
.iblock li{margin-bottom:6px}
.ailist{margin:0;padding:0;list-style:none}
.ailist li{position:relative;padding:16px 16px 16px 56px;background:#fff;border:1px solid var(--line);border-radius:var(--rs);margin-bottom:10px;font-size:15px;line-height:1.8}
.ailist li::before{content:"AI";font-family:var(--round);font-size:12px;font-weight:800;position:absolute;left:14px;top:14px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:var(--green-soft);color:var(--green-d);border-radius:10px}
.effbox{background:var(--green-soft);border-radius:var(--r);padding:18px 20px;font-size:15px;margin-top:16px;line-height:1.85}
.effbox b{display:block;font-family:var(--round);font-size:13px;color:var(--green-d);margin-bottom:5px}
.artlist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:10px}
.artlist li a{display:flex;gap:10px;align-items:baseline;background:#fff;border:1px solid var(--line);border-radius:var(--rs);padding:15px 17px;text-decoration:none;font-size:14.5px;font-weight:500;color:var(--ink)}
.artlist li a:hover{border-color:var(--green);background:var(--green-tint)}
.anum{font-family:var(--round);font-size:13px;font-weight:700;color:var(--green-d);flex:none}

/* article post */
.post .wrap{padding:34px 22px 0}
.post-cl{font-family:var(--round);font-size:13px;font-weight:700;color:var(--c);margin-bottom:10px}
.post h1{font-size:31px;font-weight:800;line-height:1.4;margin:0 0 28px}
.post-body{font-size:16.5px;line-height:1.95}
.post-body p{margin:0 0 20px}
.post-body h2{font-size:21px;font-weight:800;margin:38px 0 16px;padding-left:14px;border-left:6px solid var(--green);border-radius:2px}
.post-body ul,.post-body ol{margin:0 0 20px;padding-left:24px}
.post-body li{margin-bottom:9px}
.post-body ol.howto{padding-left:24px}
.post-body ol.howto li{margin-bottom:13px}
.faq{margin-top:44px;background:var(--green-tint);border-radius:var(--r);padding:8px 26px 22px}
.faq h2{font-size:21px;font-weight:800;margin:22px 0 16px}
.qa{margin-bottom:18px}
.qa .q{font-family:var(--round);font-weight:700;font-size:16px;color:var(--ink)}
.qa .a{color:#4a525b;font-size:15px;margin-top:4px}
.related{margin:48px 0 24px;border-top:1px solid var(--line);padding-top:30px}
.rellist{list-style:none;margin:0;padding:0}
.rellist li{margin-bottom:10px}
.rellist a{font-size:15px;font-weight:500;text-decoration:none;color:var(--ink);border-bottom:2px solid var(--green-soft);padding-bottom:2px}
.rellist a:hover{border-color:var(--green)}
.backlink{margin-top:22px;font-family:var(--round);font-weight:700}
.backlink a{text-decoration:none;color:var(--green-d)}
.post .ctaband{margin:44px -22px 0;border-radius:0}

/* footer */
.sitefoot{background:var(--soft);border-top:1px solid var(--line);color:var(--muted)}
.sitefoot .wrap{padding:34px 22px}
.ft-brand{font-family:var(--round);color:var(--ink);font-weight:800;font-size:16px}
.ft-tag{font-size:14px;margin-top:5px;color:#5c646d}
.ft-cls{font-size:13px;margin-top:12px}

@media (max-width:820px){
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .steps{grid-template-columns:1fr}
}
@media (max-width:560px){
  body{font-size:15.5px}
  .hero h1{font-size:33px}
  .sec-head h2,.mission h2{font-size:25px}
  .ihero h1{font-size:26px}
  .post h1{font-size:25px}
  .igrid,.artlist{grid-template-columns:1fr}
  .hero .wrap{padding:40px 22px 46px}
}

/* ===== LINE CTA & nav (added) ===== */
.btn-line{display:inline-flex;align-items:center;gap:9px;background:var(--green);color:#fff;font-family:var(--round);font-weight:800;font-size:16px;text-decoration:none;padding:15px 26px;border-radius:999px;box-shadow:0 6px 16px rgba(6,199,85,.28)}
.btn-line svg{width:22px;height:22px}
.btn-line:hover{background:var(--green-d)}
.nav-line{background:var(--green)!important;color:#fff!important}
.nav-line:hover{background:var(--green-d)!important}
.line-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:var(--green-d);font-family:var(--round);font-weight:800;font-size:18px;text-decoration:none;padding:16px 30px;border-radius:999px;box-shadow:0 8px 22px rgba(0,0,0,.14)}
.line-btn svg{width:26px;height:26px;color:var(--green)}
.line-btn span{display:flex;flex-direction:column;line-height:1.2;text-align:left}
.line-btn small{font-family:"Noto Sans JP",sans-serif;font-weight:500;font-size:11.5px;color:var(--muted)}
.line-btn:hover{transform:translateY(-1px)}
.cta-tel{margin-top:16px;font-size:14px;color:#eafff3}
.cta-tel a{color:#fff;font-family:var(--round);font-weight:800;text-decoration:underline}

/* お悩みカード(リンク) */
.ch-card.link{align-items:center;text-decoration:none;color:inherit;transition:transform .08s,box-shadow .08s}
.ch-card.link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(43,51,60,.1)}
.ch-go{margin-left:auto;font-family:var(--round);font-weight:800;color:var(--green-d);font-size:20px;flex:none}

/* pillar hero */
.phero{background:linear-gradient(180deg,var(--green-tint),#fff);border-bottom:1px solid var(--line)}
.phero .wrap{padding:26px 22px 40px}
.phero .eyebrow{margin-bottom:14px}
.phero-ico{width:60px;height:60px;border-radius:18px;background:var(--green-soft);color:var(--green-d);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.phero-ico svg{width:32px;height:32px}
.phero h1{font-size:34px;font-weight:800;line-height:1.3;margin:0 0 10px}
.phero .lead{margin-top:8px}
.phero-lead{font-size:16px;color:#3c444d;margin:6px 0 0;line-height:1.95;max-width:720px}

/* symptoms checklist */
.symptoms{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px}
.symptoms li{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--rs);padding:14px 16px 14px 46px;font-size:15px}
.symptoms li::before{content:"";position:absolute;left:15px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:6px;background:var(--green-soft);border:2px solid var(--green);box-sizing:border-box}
.symptoms li::after{content:"✓";position:absolute;left:18px;top:50%;transform:translateY(-55%);color:var(--green-d);font-weight:800;font-size:12px}

/* infobox (補助金/2024 注記) */
.infobox{background:#FFF8E6;border:1px solid #F3E2A8;border-radius:var(--r);padding:16px 18px;font-size:14px;line-height:1.85;margin-top:16px;color:#5b4a16}
.seeall{margin-top:14px;font-family:var(--round);font-weight:700}
.seeall a{color:var(--green-d);text-decoration:none}

/* pain links on industry page */
.painlinks{display:flex;flex-wrap:wrap;gap:10px}
.painlink{background:#fff;border:1px solid var(--green-soft);border-radius:999px;padding:10px 18px;text-decoration:none;color:var(--green-d);font-family:var(--round);font-weight:700;font-size:14px}
.painlink:hover{border-color:var(--green);background:var(--green-tint)}

/* toolset badges (ChatGPT/Gemini/アプリ/DX) */
.menu-badge.tool{background:var(--ink);font-size:14px;letter-spacing:.02em}

/* ===== flagship article + legal/trust + footer nav ===== */
.byline{font-size:13px;color:var(--muted);margin:-14px 0 26px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.promptbox{background:var(--soft);border:1px solid var(--line);border-left:4px solid var(--green);border-radius:var(--rs);padding:15px 17px;font-family:"Roboto Mono","Noto Sans JP",monospace;font-size:13.5px;line-height:1.85;white-space:pre-wrap;margin:0 0 20px;color:#2B333C}

.legal{padding:34px 22px 10px}
.legal h2{font-size:20px;font-weight:800;margin:34px 0 12px;padding-left:13px;border-left:5px solid var(--green)}
.legal p{font-size:15.5px;line-height:1.95;margin:0 0 16px}
.legal .note{font-size:13px;color:var(--muted)}
.infotable{width:100%;border-collapse:collapse;margin:6px 0 10px;font-size:14.5px}
.infotable th,.infotable td{border:1px solid var(--line);padding:11px 14px;text-align:left;vertical-align:top}
.infotable th{background:var(--green-tint);font-family:var(--round);font-weight:700;white-space:nowrap;width:32%}
.legal .btn-line{margin:2px 0 6px}

.ftnav{display:flex;flex-wrap:wrap;gap:8px 18px;margin:14px 0 12px}
.ftnav a{color:#5c646d;text-decoration:none;font-size:13px;font-weight:700}
.ftnav a:hover{color:var(--green-d)}

/* ===== 1分診断 ===== */
.diag{max-width:680px;margin:0 auto}
.diag-prog{margin-bottom:20px}
.diag-prog span{font-size:12px;color:var(--muted);font-weight:700}
.pbar{height:8px;background:var(--green-soft);border-radius:999px;margin-top:6px;overflow:hidden}
.pbar i{display:block;height:100%;background:var(--green);transition:width .25s}
.diag-q{font-size:21px;font-weight:800;margin:0 0 18px}
.diag-q small{display:block;font-size:13px;color:var(--muted);font-weight:500;margin-top:5px}
.opts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-bottom:24px}
.opt{appearance:none;font-family:inherit;cursor:pointer;text-align:left;background:#fff;border:2px solid var(--line);border-radius:var(--rs);padding:14px 16px;font-size:14.5px;font-weight:700;color:var(--ink);transition:.08s}
.opt:hover{border-color:var(--green)}
.opt.sel{border-color:var(--green);background:var(--green-tint)}
.opt.sel::before{content:"✓ ";color:var(--green-d);font-weight:800}
.diag-nav{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:8px;flex-wrap:wrap}
.diag-btn{appearance:none;font-family:var(--round);font-weight:800;cursor:pointer;border:none;background:var(--green);color:#fff;padding:13px 26px;border-radius:999px;font-size:15px;text-decoration:none}
.diag-btn:hover{background:var(--green-d)}
.diag-btn[disabled]{background:#cfd5d2;cursor:not-allowed}
.diag-btn.ghost{background:#fff;color:var(--green-d);border:2px solid var(--green-soft)}
.diag-btn.ghost:hover{background:var(--green-tint);border-color:var(--green)}
.res-badge{display:inline-block;background:var(--green);color:#fff;font-family:var(--round);font-weight:800;font-size:12px;padding:5px 14px;border-radius:999px;margin-bottom:14px}
.diag-result h2{font-size:24px;font-weight:800;margin:0 0 16px;line-height:1.4}
.res-est{background:#FFF8E6;border:1px solid #F3E2A8;border-radius:var(--r);padding:16px 18px;font-size:16px;font-weight:700;color:#5b4a16;margin-bottom:14px}
.res-it{font-size:14.5px;color:#525a63;margin:0 0 26px}
.res-h{font-size:17px;font-weight:800;margin:0 0 12px}
.res-pills{display:grid;gap:10px;margin-bottom:24px}
.res-card{display:block;background:#fff;border:1px solid var(--line);border-left:5px solid var(--green);border-radius:var(--rs);padding:14px 16px;text-decoration:none;color:inherit}
.res-card:hover{box-shadow:0 6px 16px rgba(43,51,60,.08)}
.res-card strong{display:block;font-size:16px;font-weight:800}
.res-card span{display:block;font-size:13px;color:var(--muted);margin:3px 0 6px}
.res-card em{font-style:normal;font-size:13px;font-weight:700;color:var(--green-d)}
.res-cta{background:var(--green-tint);border-radius:var(--r);padding:24px;text-align:center;margin-bottom:18px}
.res-cta p{margin:0 0 14px;font-weight:700}

/* TOP 診断ストリップ */
.diagstrip{background:var(--ink)}
.diagstrip .wrap{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.ds-tx strong{color:#fff;font-family:var(--round);font-size:17px;display:block}
.ds-tx span{color:#c2c8d0;font-size:13.5px}
.ds-btn{background:#EFA00B;color:#1A2433;font-family:var(--round);font-weight:800;text-decoration:none;padding:13px 24px;border-radius:999px;white-space:nowrap}
.ds-btn:hover{filter:brightness(1.04)}

/* ===== 追従LINEバナー ===== */
body{padding-bottom:84px}
.linebar{position:fixed;z-index:60;left:50%;transform:translateX(-50%);bottom:14px;width:calc(100% - 24px);max-width:520px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;padding:14px 20px;border-radius:999px;font-family:var(--round);font-weight:800;font-size:16px;text-decoration:none;box-shadow:0 6px 20px rgba(6,199,85,.38)}
.linebar svg{width:22px;height:22px}
.linebar:hover{background:var(--green-d)}
@media(max-width:560px){.linebar{font-size:15px;padding:13px 18px}}
