/* ============================================================
   BookWell — shared CSS for "AI Recepcionist" booking verticals
   (saloni, zobozdravniki, fitnes-trenerji, fizioterapija, ...)
   Depends on assets/style.css being loaded first.
   ============================================================ */

.hero { min-height: 92vh; padding: 128px 6vw 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; background: var(--paper); }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 900px 500px at 50% 0%, rgba(201,152,74,.09) 0%, transparent 65%), repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(0,0,0,.025) 60px), repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(0,0,0,.025) 60px); pointer-events: none; }
.hero h1 { font-size: clamp(40px,7vw,84px); font-weight: 900; line-height: .97; max-width: 940px; margin-bottom: 12px; position: relative; }
.hero-sub { font-family: 'Cormorant Garamond', serif; font-size: clamp(18px,2.4vw,25px); font-weight: 300; font-style: italic; color: var(--text-2); margin-bottom: 44px; max-width: 560px; position: relative; line-height: 1.5; }
.hero-ctas { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: center; position: relative; }
.hero-trust { margin-top: 60px; position: relative; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; justify-content: center; }
.trust-item { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); display: flex; flex-direction: column; align-items: center; gap: 4px; }
.trust-item strong { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 900; letter-spacing: -.02em; color: var(--black); }
.trust-sep { width: 1px; height: 36px; background: var(--border-md); }

/* Vertical switcher — jump between industries */
.vswitch { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 40px; position: relative; }
.vswitch a { font-size: 11px; font-weight: 600; letter-spacing: .04em; color: var(--text-2); background: var(--white); border: 1px solid var(--border-md); padding: 8px 18px; text-decoration: none; transition: border-color .2s, color .2s; }
.vswitch a:hover { border-color: var(--gold); color: var(--black); }
.vswitch a.active { background: var(--black); color: var(--gold); border-color: var(--black); }

.pain { padding: 120px 6vw; background: var(--white); }
.pain-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.pain p { font-size: 15px; line-height: 1.8; color: var(--text-2); margin-bottom: 14px; }
.pain-list { list-style: none; display: flex; flex-direction: column; }
.pain-list li { display: flex; align-items: flex-start; gap: 16px; font-size: 14px; line-height: 1.6; color: var(--text-2); padding: 16px 0; border-bottom: 1px solid var(--border); }
.pain-list li:first-child { padding-top: 0; }
.pain-list li:last-child { border-bottom: none; }
.pain-list li::before { content: ''; flex-shrink: 0; width: 18px; height: 1px; background: var(--gold); margin-top: 10px; }

/* Demo */
.demo { padding: 120px 6vw; background: var(--paper); position: relative; }
.demo-inner { max-width: 1100px; margin: 0 auto; }
.demo-top { text-align: center; margin-bottom: 72px; }
.demo-top h2 { font-size: clamp(30px,4vw,52px); font-weight: 700; margin-bottom: 14px; }
.demo-top p { font-size: 15px; color: var(--text-2); max-width: 440px; margin: 0 auto; line-height: 1.7; }
.demo-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.iphone-scene { display: flex; justify-content: center; align-items: center; padding: 20px 0; }
.iphone { position: relative; width: 280px; background: #1c1c1e; border-radius: 50px; padding: 13px; box-shadow: 0 0 0 1px rgba(255,255,255,.14), 0 0 0 2.5px #2c2c2e, 0 48px 96px rgba(0,0,0,.28); flex-shrink: 0; }
.iphone::before { content: ''; position: absolute; top: 17px; left: 50%; transform: translateX(-50%); width: 96px; height: 28px; background: #1c1c1e; border-radius: 0 0 18px 18px; z-index: 10; }
.iphone-screen { background: #f5f0eb; border-radius: 38px; overflow: hidden; height: 570px; display: flex; flex-direction: column; }
.iphone-sbar { height: 44px; background: #1a1410; display: flex; align-items: flex-end; justify-content: space-between; padding: 0 24px 8px; flex-shrink: 0; }
.iphone-time { font-size: 12px; font-weight: 700; color: #fff; }
.phone-chatbar { background: #1a1410; padding: 10px 16px 12px; display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.phone-avatar { width: 32px; height: 32px; background: rgba(201,152,74,.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 12px; font-weight: 700; color: var(--gold); flex-shrink: 0; }
.phone-info h4 { font-size: 12px; font-weight: 600; color: #fff; }
.phone-info p { font-size: 10px; color: rgba(255,255,255,.35); }
.phone-dot { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; margin-left: auto; flex-shrink: 0; }
.phone-msgs { flex: 1; overflow: hidden; padding: 12px; display: flex; flex-direction: column; gap: 7px; background: #f5f0eb; }
.pm-b, .pm-u { display: flex; max-width: 82%; }
.pm-b { align-self: flex-start; }
.pm-u { align-self: flex-end; }
.bb { background: #fff; border: .5px solid rgba(0,0,0,.08); padding: 8px 11px; font-size: 11.5px; line-height: 1.5; border-radius: 3px 14px 14px 3px; }
.bu { background: #1a1410; padding: 8px 11px; font-size: 11.5px; line-height: 1.5; color: rgba(255,255,255,.9); border-radius: 14px 3px 3px 14px; }
.bconf { background: rgba(74,222,128,.1); border: 1px solid rgba(74,222,128,.3); padding: 7px 10px; margin-top: 3px; font-size: 10px; color: #16a34a; border-radius: 3px; }
.phone-inputbar { padding: 10px 12px; background: #fff; border-top: 1px solid rgba(0,0,0,.07); display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.phone-fake { flex: 1; padding: 7px 12px; background: #f5f0eb; border: 1px solid rgba(0,0,0,.08); border-radius: 100px; font-size: 11px; color: rgba(0,0,0,.3); }
.phone-sendbtn { width: 30px; height: 30px; background: #1a1410; border-radius: 50%; flex-shrink: 0; }
.phone-home { height: 20px; background: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.phone-home::after { content: ''; width: 88px; height: 4px; background: #0a0a0a; border-radius: 100px; }

.demo-steps { display: flex; flex-direction: column; gap: 32px; }
.dstep { display: flex; gap: 20px; align-items: flex-start; }
.dstep-n { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 900; color: rgba(201,152,74,.18); line-height: 1; flex-shrink: 0; width: 44px; }
.dstep-c h4 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.dstep-c p { font-size: 13px; line-height: 1.75; color: var(--text-2); }

/* Admin */
.admin { padding: 120px 6vw; background: var(--white); }
.admin-inner { max-width: 1100px; margin: 0 auto; }
.admin-hdr { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.admin-hdr p { font-size: 15px; color: var(--text-2); line-height: 1.7; }
.admin-feats { display: flex; flex-direction: column; margin-top: 20px; }
.admin-feat { font-size: 13px; color: var(--text-2); padding: 12px 0; border-bottom: 1px solid var(--border); }
.admin-feat:last-child { border-bottom: none; }
.admin-mockup { border: 1px solid rgba(0,0,0,.10); background: #f7f7f5; box-shadow: 0 4px 24px rgba(0,0,0,.06); overflow: hidden; }
.am-mast { background: #fff; border-bottom: 2px solid #0a0a0a; height: 50px; display: flex; align-items: center; padding: 0 24px; }
.am-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 900; color: #0a0a0a; padding-right: 22px; border-right: 1px solid #e0e0e0; }
.am-lbl { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #999; padding: 0 18px; }
.am-body { padding: 24px; }
.am-date { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: #0a0a0a; }
.am-rule { height: 2px; background: #0a0a0a; margin: 10px 0 14px; }
.am-stats { font-size: 11px; color: #aaa; margin-bottom: 18px; }
.sgrid { display: grid; grid-template-columns: repeat(6,1fr); gap: 1px; background: #e0e0e0; border: 1px solid #e0e0e0; }
.sc { background: #fff; padding: 10px 10px 8px; }
.sc.busy, .sc.bot { background: #0a0a0a; }
.sc-t { font-family: 'Playfair Display', serif; font-size: 13px; font-weight: 700; color: #0a0a0a; }
.sc.busy .sc-t, .sc.bot .sc-t { color: #fff; }
.sc-n { font-size: 9px; color: #aaa; }
.sc.busy .sc-n, .sc.bot .sc-n { color: rgba(255,255,255,.4); }
.sc-l { font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #ddd; margin-top: 2px; }
.sc.busy .sc-l { color: rgba(255,255,255,.2); } .sc.bot .sc-l { color: #c9984a; }

.how { padding: 120px 6vw; background: var(--paper-md); }
.how-top { text-align: center; margin-bottom: 72px; }
.how-top h2 { font-size: clamp(28px,4vw,52px); font-weight: 700; margin-bottom: 14px; }
.how-top p { font-size: 15px; color: var(--text-2); }
.how-steps { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--border-md); background: var(--border-md); max-width: 1100px; margin: 0 auto; }
.how-step { background: var(--white); padding: 52px 36px; }
.how-n { font-family: 'Playfair Display', serif; font-size: 72px; font-weight: 900; color: rgba(201,152,74,.1); line-height: 1; margin-bottom: 20px; }
.how-line { width: 28px; height: 2px; background: var(--gold); margin-bottom: 20px; }
.how-step h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.how-step p { font-size: 13px; line-height: 1.75; color: var(--text-2); }

/* Pricing */
.pricing { padding: 120px 6vw; background: var(--white); }
.pricing-top { text-align: center; margin-bottom: 72px; }
.pricing-top h2 { font-size: clamp(28px,4vw,52px); font-weight: 700; margin-bottom: 14px; }
.pricing-top p { font-size: 15px; color: var(--text-2); }
.plans { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--border-md); background: var(--border-md); max-width: 1080px; margin: 0 auto; }
.plan { background: var(--paper); padding: 44px 32px; position: relative; }
.plan.featured { background: var(--black); z-index: 2; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.plan-badge { font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; background: var(--gold); color: var(--black); padding: 4px 12px; display: inline-block; margin-bottom: 18px; }
.plan-name { font-family: 'Playfair Display', serif; font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.plan.featured .plan-name { color: rgba(255,255,255,.3); }
.plan-price { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 900; letter-spacing: -.04em; color: var(--black); line-height: 1; margin-bottom: 4px; }
.plan.featured .plan-price { color: #fff; }
.plan-price sup { font-size: 20px; vertical-align: super; font-weight: 400; }
.plan-price sub { font-size: 13px; font-weight: 400; color: var(--muted); }
.plan.featured .plan-price sub { color: rgba(255,255,255,.3); }
.plan-msgs { font-size: 12px; color: var(--muted); padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--border); }
.plan.featured .plan-msgs { color: rgba(255,255,255,.35); border-bottom-color: rgba(255,255,255,.1); }
.plan-msgs strong { color: var(--black); font-weight: 600; }
.plan.featured .plan-msgs strong { color: var(--gold-lt); }
.plan-feats { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; }
.plan-feats li { font-size: 12.5px; color: var(--text-2); display: flex; align-items: flex-start; gap: 10px; }
.plan.featured .plan-feats li { color: rgba(255,255,255,.55); }
.plan-feats li.bold { color: var(--black); font-weight: 600; }
.plan.featured .plan-feats li.bold { color: #fff; }
.plan-feats li::before { content: ''; flex-shrink: 0; width: 12px; height: 1px; background: var(--gold-dk); margin-top: 7px; }
.plan-btn { display: block; width: 100%; padding: 12px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-align: center; text-decoration: none; background: var(--black); color: #fff; border: none; cursor: pointer; }
.plan.featured .plan-btn { background: var(--gold); color: var(--black); }
.pricing-note { text-align: center; margin-top: 26px; font-size: 12px; color: var(--muted); }

@media (max-width: 900px) {
  .pain-inner, .demo-layout, .admin-hdr, .how-steps, .plans { grid-template-columns: 1fr; }
  .plan.featured { box-shadow: 0 8px 32px rgba(0,0,0,.15); }
  .sgrid { grid-template-columns: repeat(3,1fr); }
}
