/*
Theme Name: Nail Salon POS PRO
Theme URI: https://nailsalonpospro.com/
Author: Nail Salon POS PRO
Description: Lightweight, responsive marketing and support theme for the Nail Salon POS PRO ecosystem.
Version: 1.0.1
Text Domain: nailsalonpospro
*/

:root {
  --green: #16a34a;
  --green-dark: #0f5132;
  --green-soft: #ecfdf3;
  --ink: #17221d;
  --muted: #66756e;
  --line: #dce6e0;
  --paper: #ffffff;
  --wash: #f6f8f7;
  --amber: #f59e0b;
  --radius: 22px;
  --shadow: 0 18px 48px rgba(20, 56, 40, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--green-dark); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--green); }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; }
.skip-link:focus { left: 16px; top: 16px; padding: 10px 16px; background: #fff; border: 2px solid var(--green); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(220,230,224,.9);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.brand-logo { display: block; width: 46px; height: 46px; object-fit: contain; border-radius: 50%; box-shadow: 0 3px 10px rgba(15,81,50,.18); }
.brand-text small { display: block; margin-top: -5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.nav-toggle { display: none; min-width: 46px; min-height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 12px; font-size: 23px; }
.site-nav { display: flex; align-items: center; gap: 5px; }
.site-nav ul { list-style: none; display: flex; align-items: center; gap: 3px; margin: 0; padding: 0; }
.site-nav a { display: block; padding: 10px 12px; color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 700; border-radius: 10px; }
.site-nav a:hover, .site-nav .current-menu-item > a { background: var(--green-soft); color: var(--green-dark); }
.site-nav .menu-cta > a { margin-left: 6px; padding-inline: 17px; color: #fff; background: var(--green); }

.hero { position: relative; overflow: hidden; padding: 92px 0 76px; background: radial-gradient(circle at 80% 20%, #dff7e6 0, transparent 35%), linear-gradient(135deg,#f8fbf9 0,#fff 58%); }
.hero:after { content: ""; position: absolute; inset: auto -150px -230px auto; width: 520px; height: 520px; border: 70px solid rgba(22,163,74,.06); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 62px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 7px 12px; background: var(--green-soft); color: var(--green-dark); border: 1px solid #c8ecd4; border-radius: 999px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.035em; }
h1 { margin: 0 0 22px; font-size: clamp(44px, 6vw, 76px); }
h2 { margin: 0 0 18px; font-size: clamp(31px, 4vw, 48px); }
h3 { margin: 0 0 9px; font-size: 22px; }
.lead { max-width: 700px; color: #4c5b54; font-size: clamp(19px, 2vw, 23px); }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px; border-radius: 12px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 10px 24px rgba(22,163,74,.22); }
.button-primary:hover { color: #fff; background: #11853d; transform: translateY(-1px); }
.button-secondary { color: var(--ink); background: #fff; border: 1px solid var(--line); }
.button-secondary:hover { border-color: var(--green); color: var(--green-dark); }
.microcopy { margin-top: 15px; color: var(--muted); font-size: 13px; }

.device-stage { position: relative; min-height: 470px; display: grid; place-items: center; }
.device { position: absolute; background: #101714; border: 9px solid #202a25; border-radius: 30px; box-shadow: var(--shadow); }
.device-screen { height: 100%; overflow: hidden; background: #f7faf8; border-radius: 20px; }
.device-station { width: 390px; height: 280px; right: 0; top: 70px; transform: rotate(2deg); }
.device-flex { width: 170px; height: 345px; left: 4px; top: 28px; transform: rotate(-5deg); border-radius: 32px; }
.screen-bar { display: flex; align-items: center; justify-content: space-between; padding: 11px 13px; color: #fff; background: var(--green-dark); font-size: 10px; font-weight: 800; }
.screen-board { display: grid; grid-template-columns: 1fr 1fr .62fr; gap: 7px; padding: 9px; }
.screen-card { min-height: 60px; padding: 8px; background: #fff; border: 1px solid #dce6e0; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,.04); font-size: 8px; font-weight: 800; }
.screen-card b { display: block; width: 22px; height: 22px; margin-bottom: 5px; padding-top: 4px; color: #fff; background: var(--green); border-radius: 50%; text-align: center; }
.screen-ticket { min-height: 39px; padding: 5px; background: #fff7e6; border-left: 3px solid var(--amber); border-radius: 4px; font-size: 7px; }
.screen-stats { position: absolute; right: 20px; bottom: 40px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; width: 240px; }
.screen-stats span { padding: 9px; color: #fff; background: var(--green); border-radius: 8px; font-size: 9px; font-weight: 800; text-align: center; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 24px 20px; border-right: 1px solid var(--line); text-align: center; }
.trust-item:last-child { border: 0; }
.trust-item b { display: block; font-size: 17px; }
.trust-item span { color: var(--muted); font-size: 12px; }

.section { padding: 90px 0; }
.section-soft { background: var(--wash); }
.section-dark { color: #fff; background: var(--green-dark); }
.section-dark p { color: #d7e9df; }
.section-heading { max-width: 780px; margin-bottom: 38px; }
.kicker { margin: 0 0 8px; color: var(--green); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 22px rgba(25,50,37,.04); }
.card p { margin-bottom: 0; color: var(--muted); }
.icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; color: #fff; background: var(--green); border-radius: 13px; font-size: 22px; font-weight: 900; }
.check-list { list-style: none; margin: 22px 0 0; padding: 0; }
.check-list li { position: relative; margin: 11px 0; padding-left: 29px; }
.check-list li:before { content: "✓"; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 20px; height: 20px; color: #fff; background: var(--green); border-radius: 50%; font-size: 12px; font-weight: 900; }
.platform { position: relative; overflow: hidden; min-height: 230px; }
.platform:after { content: ""; position: absolute; right: -35px; bottom: -45px; width: 140px; height: 140px; background: var(--green-soft); border-radius: 50%; }
.platform .label { display: inline-block; margin-bottom: 24px; color: var(--green-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.steps { counter-reset: steps; display: grid; gap: 18px; }
.step { position: relative; padding: 25px 25px 25px 78px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.step:before { counter-increment: steps; content: counter(steps); position: absolute; left: 23px; top: 24px; display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--green); border-radius: 11px; font-weight: 900; }
.quote { padding: 28px; border-left: 4px solid var(--green); background: var(--green-soft); border-radius: 0 18px 18px 0; }
.video-wrap { position: relative; overflow: hidden; padding-top: 56.25%; background: #101714; border-radius: 22px; box-shadow: var(--shadow); }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 21px 4px; font-weight: 800; }
.faq details p { margin: 0 0 22px; color: var(--muted); }
.notice { padding: 18px 20px; background: #fff8e8; border: 1px solid #f7d48f; border-radius: 14px; color: #63430b; }
.legal h2 { margin-top: 48px; font-size: 30px; }
.legal h3 { margin-top: 30px; font-size: 21px; }
.legal li { margin-bottom: 7px; }
.legal .updated { padding: 12px 16px; background: var(--wash); border-radius: 10px; color: var(--muted); font-size: 14px; }
.page-hero { padding: 72px 0 54px; background: linear-gradient(135deg,#f1faf4,#fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(40px, 5vw, 62px); }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 34px; background: var(--green-dark); color: #fff; border-radius: 24px; }
.contact-card p { margin: 0; color: #d7e9df; }
.contact-card a { color: #fff; }

.site-footer { padding: 58px 0 26px; color: #d9e5df; background: #0d2118; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.site-footer h3 { color: #fff; font-size: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 8px 0; }
.site-footer a { color: #d9e5df; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; color: #aebdb5; }

@media (max-width: 960px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .site-nav { display: none; position: absolute; top: 74px; left: 20px; right: 20px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav a { padding: 13px; }
  .site-nav .menu-cta > a { margin: 8px 0 0; }
  .hero { padding-top: 66px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .device-stage { min-height: 400px; }
  .device-station { left: 50%; right: auto; transform: translateX(-42%) rotate(2deg); }
  .device-flex { left: 7%; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .brand-text small { display: none; }
  .brand-logo { width: 40px; height: 40px; }
  .hero { padding: 52px 0 44px; }
  h1 { font-size: 43px; }
  .lead { font-size: 18px; }
  .hero-actions .button, .actions .button { width: 100%; }
  .device-stage { min-height: 345px; transform: scale(.83); transform-origin: top center; margin-bottom: -58px; }
  .device-station { width: 360px; height: 260px; }
  .device-flex { width: 150px; height: 310px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 62px 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .card { padding: 23px; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { display: block; }
}

@media print {
  .site-header, .site-footer, .button { display: none !important; }
  body { color: #000; font-size: 12pt; }
  .section, .page-hero { padding: 20px 0; }
}
