@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@400;500;600;700;800&display=swap');

:root {
  --green-950: #063d2e;
  --green-900: #075c43;
  --green-800: #087f5b;
  --green-700: #0a966b;
  --green-600: #12a878;
  --green-100: #dff7ed;
  --green-50: #effbf6;
  --ink: #12211c;
  --muted: #61716b;
  --line: #dce8e2;
  --surface: #ffffff;
  --background: #f3f8f5;
  --danger: #c92a2a;
  --warning: #9c6a00;
  --shadow: 0 18px 50px rgba(8, 79, 57, .10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 0 0, rgba(18,168,120,.10), transparent 30rem),
    var(--background);
  line-height: 1.65;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { max-width: 100%; }
.hidden { display: none !important; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220,232,226,.85);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, var(--green-600), var(--green-900));
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(8,127,91,.25);
}
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand strong { font-size: 1.05rem; }
.brand small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.secure-badge {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-900);
  background: var(--green-50);
  font-size: .82rem;
  font-weight: 600;
}
.back-link { color: var(--green-900); font-size: .9rem; font-weight: 700; text-decoration: none; }

.hero {
  padding-block: 70px 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 35px;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--green-800);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero h1, .checkout-heading h1, .success-card h1 {
  margin: 0;
  line-height: 1.15;
  letter-spacing: -.04em;
}
.hero h1 { max-width: 760px; font-size: clamp(2.1rem, 5vw, 4.45rem); }
.hero h1 span { color: var(--green-800); }
.hero-copy > p { max-width: 760px; margin: 18px 0; color: var(--muted); font-size: 1.05rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; }
.trust-row span {
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--green-900);
  background: var(--green-100);
  font-size: .82rem;
  font-weight: 700;
}
.hero-stat {
  min-width: 185px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: right;
}
.hero-stat strong, .hero-stat span { display: block; }
.hero-stat strong { color: var(--green-800); font-size: 2rem; line-height: 1.2; }
.hero-stat span { color: var(--muted); font-size: .85rem; }

.card {
  border: 1px solid rgba(220,232,226,.95);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.product-layout {
  padding-bottom: 56px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 30px;
}
.product-visual {
  min-height: 580px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(145deg, rgba(255,255,255,.82), rgba(223,247,237,.85)),
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(8,127,91,.025) 10px, rgba(8,127,91,.025) 20px);
}
.visual-glow {
  position: absolute;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  background: rgba(18,168,120,.24);
  filter: blur(60px);
}
.browser-mockup {
  position: relative;
  width: min(82%, 470px);
  border: 1px solid rgba(7,92,67,.2);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 80px rgba(6,61,46,.23);
  transform: rotate(-3deg);
}
.mock-top { height: 46px; padding: 16px; display: flex; gap: 7px; background: #f2f5f3; }
.mock-top i { width: 10px; height: 10px; border-radius: 50%; background: #bdd1c7; }
.mock-body { min-height: 290px; padding: 45px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 25px; position: relative; }
.account-icon, .mini-product-icon {
  display: grid;
  place-items: center;
  color: #fff;
  background: #1877f2;
  font-family: Arial, sans-serif;
  font-weight: 800;
}
.account-icon { width: 100px; height: 100px; border-radius: 26px; font-size: 4.5rem; line-height: 1; }
.mock-lines { display: grid; gap: 13px; }
.mock-lines b, .mock-lines span { height: 12px; border-radius: 999px; background: #dce8e2; }
.mock-lines b { width: 78%; height: 18px; background: var(--green-800); }
.mock-lines span:last-child { width: 65%; }
.limit-pill {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 9px 14px;
  border-radius: 12px;
  color: var(--green-950);
  background: var(--green-100);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
}
.product-tag {
  position: absolute;
  left: 28px;
  bottom: 28px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(10px);
  color: var(--green-900);
  font-size: .8rem;
  font-weight: 800;
}
.product-info { padding: clamp(25px, 4vw, 46px); }
.rating-line { display: flex; align-items: center; justify-content: space-between; color: var(--green-800); font-size: .82rem; font-weight: 700; }
.stock-dot::before { content: ""; width: 8px; height: 8px; display: inline-block; margin-right: 7px; border-radius: 50%; background: #2f9e44; box-shadow: 0 0 0 4px #e8f8ec; }
.product-info h2 { margin: 15px 0 9px; font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.25; }
.product-description { margin: 0; color: var(--muted); }
.feature-list { list-style: none; margin: 24px 0; padding: 0; display: grid; gap: 11px; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; }
.feature-list span { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; border-radius: 50%; color: var(--green-900); background: var(--green-100); font-size: .7rem; font-weight: 900; }
.price-row { padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.price-row small, .price-row strong { display: block; }
.price-row small { color: var(--muted); font-size: .78rem; }
.price-row strong { color: var(--green-800); font-size: 1.9rem; line-height: 1.25; }
.price-row > span { padding: 6px 11px; border-radius: 999px; color: var(--green-900); background: var(--green-100); font-size: .78rem; font-weight: 800; }
.quantity-section { margin-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.quantity-section label { font-weight: 700; }
.quantity-control { height: 48px; display: grid; grid-template-columns: 48px 66px 48px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.quantity-control button, .quantity-control input { border: 0; background: #fff; text-align: center; font-weight: 800; }
.quantity-control button { color: var(--green-800); font-size: 1.3rem; }
.quantity-control button:hover { background: var(--green-50); }
.quantity-control input { width: 100%; outline: 0; border-inline: 1px solid var(--line); appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { appearance: none; }
.discount-hint { margin: 15px 0; padding: 12px 14px; display: flex; justify-content: space-between; gap: 10px; border-radius: 13px; background: #fff8e6; color: var(--warning); font-size: .78rem; }
.summary-box { margin-top: 18px; padding: 18px; border-radius: 17px; background: var(--green-50); }
.summary-box > div, .summary-lines > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.summary-box > div:not(:last-child), .summary-lines > div:not(:last-child) { margin-bottom: 9px; }
.summary-box span, .summary-lines span { color: var(--muted); font-size: .88rem; }
.discount { color: #d9480f; }
.total-line { margin-top: 13px !important; padding-top: 13px; border-top: 1px dashed #b6d9c8; }
.total-line strong { color: var(--green-800); font-size: 1.45rem; }
.btn {
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:disabled { opacity: .62; cursor: not-allowed; transform: none; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--green-700), var(--green-900)); box-shadow: 0 12px 28px rgba(8,127,91,.24); }
.btn-primary:hover { box-shadow: 0 15px 34px rgba(8,127,91,.3); }
.btn-secondary { color: var(--green-900); background: var(--green-100); }
.btn-large { width: 100%; min-height: 58px; margin-top: 20px; font-size: 1rem; }
.fine-print { margin: 11px 0 0; color: var(--muted); text-align: center; font-size: .72rem; }

.why-section { padding-block: 28px 90px; }
.why-section > h2 { margin: 0 0 24px; text-align: center; font-size: 1.8rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.7); }
.steps-grid article > span, .section-title > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--green-800);
  font-weight: 800;
}
.steps-grid h3 { margin: 14px 0 4px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .88rem; }

footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .8rem; }
.mobile-buy-bar { display: none; }

/* Checkout */
.checkout-main { padding-block: 48px 85px; }
.checkout-heading { margin-bottom: 28px; }
.checkout-heading h1 { font-size: clamp(2rem, 5vw, 3.3rem); }
.checkout-progress { max-width: 580px; margin-top: 26px; display: flex; align-items: flex-start; }
.progress-item { min-width: 90px; display: grid; justify-items: center; gap: 5px; color: #8b9a94; font-size: .76rem; }
.progress-item span { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--line); border-radius: 50%; background: #fff; font-weight: 800; }
.progress-item.active { color: var(--green-900); }
.progress-item.active span { border-color: var(--green-800); color: #fff; background: var(--green-800); }
.checkout-progress > i { height: 2px; flex: 1; margin-top: 17px; background: var(--line); }
.checkout-grid { display: grid; grid-template-columns: 1fr 390px; gap: 25px; align-items: start; }
.checkout-step { padding: clamp(22px, 4vw, 35px); }
.section-title { margin-bottom: 28px; display: flex; align-items: flex-start; gap: 13px; }
.section-title h2, .section-title p { margin: 0; }
.section-title h2 { font-size: 1.35rem; line-height: 1.3; }
.section-title p { color: var(--muted); font-size: .82rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field > span { font-size: .84rem; font-weight: 700; }
.field em { color: var(--danger); font-style: normal; }
.field input, .field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 13px 14px;
  outline: 0;
  color: var(--ink);
  background: #fff;
  transition: border .15s ease, box-shadow .15s ease;
}
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(18,168,120,.12); }
.field.invalid input, .field.invalid textarea { border-color: var(--danger); box-shadow: 0 0 0 3px rgba(201,42,42,.08); }
.error-message, .standalone-error { min-height: 18px; color: var(--danger); font-size: .72rem; }
.help-text { color: var(--muted); font-size: .72rem; }
.checkbox-row { margin-top: 22px; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .8rem; }
.checkbox-row input { margin-top: 5px; accent-color: var(--green-800); }
.order-summary { position: sticky; top: 100px; padding: 25px; }
.order-summary h2 { margin: 0 0 20px; font-size: 1.18rem; }
.mini-product { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.mini-product-icon { width: 52px; height: 52px; border-radius: 15px; font-size: 2.2rem; }
.mini-product b, .mini-product small { display: block; }
.mini-product b { line-height: 1.35; font-size: .84rem; }
.mini-product small { margin-top: 4px; color: var(--muted); font-size: .76rem; }
.mini-product button { border: 0; color: var(--green-800); background: transparent; font-size: .75rem; font-weight: 800; }
.inline-quantity { margin: 15px 0; display: grid; grid-template-columns: 38px 52px 38px 1fr; gap: 5px; }
.inline-quantity button, .inline-quantity input { min-width: 0; border: 1px solid var(--line); border-radius: 9px; background: #fff; text-align: center; }
.inline-quantity .save-qty { color: #fff; border-color: var(--green-800); background: var(--green-800); font-size: .75rem; font-weight: 700; }
.summary-lines { padding-top: 20px; }
.summary-note { margin-top: 20px; padding: 12px; border-radius: 12px; color: var(--green-900); background: var(--green-50); font-size: .75rem; }
.payment-card { padding: 20px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #fff, var(--green-50)); }
.bank-logo { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; color: #fff; background: #138f51; font-size: 1.7rem; font-weight: 900; }
.bank-detail small, .bank-detail h3, .bank-detail p { margin: 0; display: block; }
.bank-detail small { color: var(--muted); font-size: .72rem; }
.bank-detail h3 { margin-top: 2px; color: var(--green-900); font-size: 1.35rem; letter-spacing: .05em; }
.bank-detail p { color: var(--muted); font-size: .78rem; }
.copy-button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; color: var(--green-900); background: #fff; font-size: .75rem; font-weight: 800; }
.qr-section { margin: 18px auto; text-align: center; }
.qr-section img { width: 220px; border: 10px solid #fff; border-radius: 18px; box-shadow: var(--shadow); }
.qr-section p { margin: 7px 0 0; color: var(--muted); font-size: .78rem; }
.pay-total { margin: 20px 0; padding: 16px 18px; display: flex; justify-content: space-between; align-items: center; border-radius: 15px; color: #fff; background: var(--green-900); }
.pay-total span { font-size: .85rem; }
.pay-total strong { font-size: 1.5rem; }
.upload-zone { min-height: 180px; padding: 24px; display: grid; place-items: center; border: 2px dashed #acd2c0; border-radius: 18px; background: var(--green-50); text-align: center; cursor: pointer; transition: border .18s ease, background .18s ease; }
.upload-zone:hover, .upload-zone.dragover { border-color: var(--green-700); background: #e4f8ef; }
.upload-zone input { display: none; }
.upload-icon { width: 44px; height: 44px; margin: 0 auto 8px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--green-800); font-size: 1.3rem; font-weight: 800; }
.upload-zone h3, .upload-zone p { margin: 0; }
.upload-zone h3 { font-size: 1rem; }
.upload-zone p { margin-top: 4px; color: var(--muted); font-size: .75rem; }
#uploadPreview { width: 100%; display: grid; grid-template-columns: 75px 1fr; align-items: center; gap: 14px; text-align: left; }
#uploadPreview img { width: 75px; height: 75px; object-fit: cover; border-radius: 13px; background: #fff; }
#uploadPreview b, #uploadPreview small { display: block; overflow-wrap: anywhere; }
#uploadPreview b { font-size: .82rem; }
#uploadPreview small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.payment-actions { margin-top: 20px; display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.alert { margin-top: 15px; padding: 12px 14px; border-radius: 12px; font-size: .8rem; }
.alert-error { border: 1px solid #ffc9c9; color: #a51111; background: #fff5f5; }
.button-spinner { width: 20px; height: 20px; border: 3px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Success */
.success-main { min-height: calc(100vh - 157px); padding-block: 55px 80px; display: grid; place-items: center; }
.success-card { width: min(670px, 100%); padding: clamp(28px, 5vw, 52px); text-align: center; }
.success-check { width: 76px; height: 76px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green-700); box-shadow: 0 0 0 12px var(--green-100); font-size: 2.2rem; font-weight: 900; }
.success-card h1 { font-size: clamp(2rem, 5vw, 3rem); }
.success-card > p { max-width: 550px; margin: 14px auto 24px; color: var(--muted); }
.order-number-box { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: var(--green-50); }
.order-number-box small, .order-number-box strong { display: block; }
.order-number-box small { color: var(--muted); font-size: .75rem; }
.order-number-box strong { margin: 5px 0 10px; color: var(--green-900); font-size: clamp(1.25rem, 4vw, 1.8rem); letter-spacing: .04em; overflow-wrap: anywhere; }
.order-number-box button { border: 0; color: var(--green-800); background: transparent; font-size: .75rem; font-weight: 800; }
.success-details { margin: 23px 0; text-align: left; }
.success-details > div { padding: 11px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.success-details span { color: var(--muted); font-size: .82rem; }
.success-details b { text-align: right; font-size: .84rem; }
.pending-status { color: var(--warning); }
.next-steps { padding: 20px; border-radius: 17px; background: #fafcfb; text-align: left; }
.next-steps h2 { margin: 0 0 12px; font-size: 1rem; }
.next-steps p { margin: 8px 0; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .8rem; }
.next-steps p span { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; border-radius: 50%; color: var(--green-900); background: var(--green-100); font-weight: 800; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-stat { width: fit-content; text-align: left; }
  .product-layout, .checkout-grid { grid-template-columns: 1fr; }
  .product-visual { min-height: 430px; }
  .order-summary { position: static; grid-row: 1; }
}
@media (max-width: 650px) {
  body[data-page="product"] { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 22px, 1160px); }
  .header-inner { min-height: 66px; }
  .brand-mark { width: 39px; height: 39px; border-radius: 12px; }
  .brand small, .secure-badge { display: none; }
  .back-link { font-size: .75rem; }
  .hero { padding-block: 38px 24px; gap: 20px; }
  .hero h1 { font-size: 2.25rem; }
  .hero-copy > p { font-size: .92rem; }
  .hero-stat { min-width: 0; padding: 14px 18px; }
  .hero-stat strong { font-size: 1.5rem; }
  .product-layout { gap: 15px; padding-bottom: 35px; }
  .product-visual { min-height: 315px; }
  .browser-mockup { width: 88%; border-radius: 18px; }
  .mock-top { height: 35px; padding: 12px; }
  .mock-body { min-height: 205px; padding: 25px; gap: 15px; }
  .account-icon { width: 70px; height: 70px; border-radius: 19px; font-size: 3.2rem; }
  .limit-pill { right: 14px; bottom: 14px; }
  .product-tag { left: 15px; bottom: 15px; }
  .product-info { padding: 23px 19px; }
  .quantity-section { align-items: flex-start; flex-direction: column; }
  .quantity-control { width: 100%; grid-template-columns: 1fr 80px 1fr; }
  .discount-hint { flex-direction: column; }
  .product-info > .btn-large { display: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .why-section { padding-bottom: 55px; }
  .footer-inner { min-height: 65px; flex-direction: column; justify-content: center; gap: 0; }
  .mobile-buy-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr minmax(135px, .8fr);
    gap: 10px;
    border-top: 1px solid var(--line);
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(14px);
    box-shadow: 0 -10px 30px rgba(6,61,46,.10);
  }
  .mobile-buy-bar small, .mobile-buy-bar strong { display: block; }
  .mobile-buy-bar small { color: var(--muted); font-size: .7rem; }
  .mobile-buy-bar strong { color: var(--green-800); font-size: 1.25rem; }
  .mobile-buy-bar button { border: 0; border-radius: 13px; color: #fff; background: var(--green-800); font-weight: 800; }
  .checkout-main { padding-block: 33px 55px; }
  .checkout-progress { max-width: 100%; }
  .progress-item { min-width: 63px; font-size: .65rem; }
  .progress-item b { white-space: nowrap; }
  .checkout-step, .order-summary { padding: 20px 17px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .payment-card { grid-template-columns: 48px 1fr; }
  .bank-logo { width: 48px; height: 48px; }
  .copy-button { grid-column: 1 / -1; width: 100%; }
  .payment-actions { grid-template-columns: 1fr; }
  .payment-actions .btn-secondary { order: 2; }
  .success-main { padding-block: 35px 55px; }
  .success-card { padding: 28px 18px; }
  .success-details > div { align-items: flex-start; }
}


.success-actions {
  margin-top: 22px;
  display: grid;
  gap: 11px;
}
.success-actions .btn-large {
  margin-top: 0;
}
.btn-line {
  color: #ffffff;
  background: #06c755;
  box-shadow: 0 12px 28px rgba(6, 199, 85, .22);
}
.btn-line:hover {
  background: #05b94d;
  box-shadow: 0 15px 34px rgba(6, 199, 85, .28);
}
.line-icon {
  min-width: 42px;
  padding: 3px 6px;
  border-radius: 7px;
  color: #06c755;
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.4;
}
