-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
853 lines (778 loc) · 34.1 KB
/
index.html
File metadata and controls
853 lines (778 loc) · 34.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
<!doctype html>
<html lang="en" class="savings-analyzer">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content="Astro v5.13.5" />
<title>Sighthound Savings Analyzer</title>
<link rel="stylesheet" href="./styles/savings-analyzer.css" />
</head>
<!-- Dark mode class injection point - will be replaced with `dark` class based on your site palette -->
<body class="__DARK_MODE_CLASS__">
<div class="analyzer-page" data-astro-cid-j7pv25f6>
<!-- Hero Section -->
<section class="hero" data-astro-cid-j7pv25f6>
<div class="container" data-astro-cid-j7pv25f6>
<h1 class="hero-title" data-astro-cid-j7pv25f6>
See what you'd save with Sighthound.
</h1>
<p class="hero-subtitle" data-astro-cid-j7pv25f6>
Answer a few questions about your cameras and software. We'll analyze
your setup and show your optimal Sighthound configuration —
instantly.
</p>
<ul class="hero-bullets" data-astro-cid-j7pv25f6>
<li data-astro-cid-j7pv25f6>No signup required</li>
<li data-astro-cid-j7pv25f6>Immediate results</li>
<li data-astro-cid-j7pv25f6>
Transparent pricing & capacity guidance
</li>
</ul>
<div class="hero-actions" data-astro-cid-j7pv25f6>
<button
class="btn btn-primary"
id="startAnalysis"
data-astro-cid-j7pv25f6
>
Start my savings analysis
</button>
<a
href="https://www.sighthound.com/contact-us?utm_campaign=36330515-Site%20Navigation&utm_source=website&utm_medium=navbar&utm_content=contact_us"
class="btn btn-secondary"
target="_blank"
rel="noopener noreferrer"
data-astro-cid-j7pv25f6
>
Talk to an expert
</a>
</div>
</div>
</section>
<!-- Calculator Section -->
<section class="calculator" id="calculator" data-astro-cid-j7pv25f6>
<div class="container" data-astro-cid-j7pv25f6>
<div class="calculator-card" data-astro-cid-j7pv25f6>
<!-- Progress Indicator -->
<div class="progress-bar" data-astro-cid-j7pv25f6>
<div
class="progress-fill"
id="progressFill"
data-astro-cid-j7pv25f6
></div>
</div>
<div class="progress-text" id="progressText" data-astro-cid-j7pv25f6>
Step 1 of 5
</div>
<!-- Step 1: Intent / Scenario -->
<div class="step active" id="step1" data-astro-cid-j7pv25f6>
<h2 class="step-title" data-astro-cid-j7pv25f6>
What are you trying to do with your camera system?
</h2>
<div class="options-grid" data-astro-cid-j7pv25f6>
<!-- Scenario A: Replace / Compare -->
<button class="option-card" data-value="scenario-a" data-astro-cid-j7pv25f6>
<div class="option-icon" data-astro-cid-j7pv25f6>🤖</div>
<div class="option-label" data-astro-cid-j7pv25f6>
Replace my smart / AI camera system
<span
class="tooltip"
role="button"
tabindex="0"
title="Compare my smart AI camera system vs Sighthound recommended setup (Standard IP + Nodes)."
aria-label="Compare my smart AI camera system vs Sighthound recommended setup (Standard IP + Nodes)."
aria-describedby="tooltip-scenario-a"
data-astro-cid-j7pv25f6
>
<span class="tooltip-icon" aria-hidden="true">
<svg
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
aria-hidden="true"
focusable="false"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="12"
cy="12"
r="10"
stroke="#6b7280"
stroke-width="1.5"
fill="none"
></circle>
<path
d="M12 8v1"
stroke="#6b7280"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M11.9 11.5h.1v5"
stroke="#6b7280"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</span>
<span
class="tooltip-text"
role="tooltip"
id="tooltip-scenario-a"
data-astro-cid-j7pv25f6
>
Compare my smart AI camera system vs Sighthound recommended setup (Standard IP + Nodes).
</span>
</span>
</div>
</button>
<!-- Scenario B: Reuse existing cameras -->
<button class="option-card" data-value="scenario-b" data-astro-cid-j7pv25f6>
<div class="option-icon" data-astro-cid-j7pv25f6>📹</div>
<div class="option-label" data-astro-cid-j7pv25f6>
Reuse existing Standard IP cameras
<span
class="tooltip"
role="button"
tabindex="0"
title="Reuse my existing Standard IP cameras and add compute via Sighthound nodes."
aria-label="Reuse my existing Standard IP cameras and add compute via Sighthound nodes."
aria-describedby="tooltip-scenario-b"
data-astro-cid-j7pv25f6
>
<span class="tooltip-icon" aria-hidden="true">
<svg
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
aria-hidden="true"
focusable="false"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="12"
cy="12"
r="10"
stroke="#6b7280"
stroke-width="1.5"
fill="none"
></circle>
<path
d="M12 8v1"
stroke="#6b7280"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M11.9 11.5h.1v5"
stroke="#6b7280"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</span>
<span
class="tooltip-text"
role="tooltip"
id="tooltip-scenario-b"
data-astro-cid-j7pv25f6
>
Reuse my existing Standard IP cameras and add compute via Sighthound nodes.
</span>
</span>
</div>
</button>
<!-- Scenario C: New deployment -->
<button class="option-card" data-value="scenario-c" data-astro-cid-j7pv25f6>
<div class="option-icon" data-astro-cid-j7pv25f6>➕</div>
<div class="option-label" data-astro-cid-j7pv25f6>
No existing cameras (new deployment)
<span
class="tooltip"
role="button"
tabindex="0"
title="New deployment; how many cameras do I need?"
aria-label="New deployment; how many cameras do I need?"
aria-describedby="tooltip-scenario-c"
data-astro-cid-j7pv25f6
>
<span class="tooltip-icon" aria-hidden="true">
<svg
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
aria-hidden="true"
focusable="false"
xmlns="http://www.w3.org/2000/svg"
>
<circle
cx="12"
cy="12"
r="10"
stroke="#6b7280"
stroke-width="1.5"
fill="none"
></circle>
<path
d="M12 8v1"
stroke="#6b7280"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M11.9 11.5h.1v5"
stroke="#6b7280"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</span>
<span
class="tooltip-text"
role="tooltip"
id="tooltip-scenario-c"
data-astro-cid-j7pv25f6
>
New deployment; how many cameras do I need?
</span>
</span>
</div>
</button>
</div>
</div>
<!-- Step 2: Camera Count & Hardware -->
<div class="step" id="step2" data-astro-cid-j7pv25f6>
<h2 class="step-title" data-astro-cid-j7pv25f6>
Configure your camera setup
</h2>
<p class="step-helper" data-astro-cid-j7pv25f6>
Select the camera types and quantities you need.
</p>
<div class="hardware-config" data-astro-cid-j7pv25f6>
<!-- Standard IP Cameras -->
<div class="hardware-item" data-astro-cid-j7pv25f6>
<div class="hardware-header" data-astro-cid-j7pv25f6>
<div class="hardware-info" data-astro-cid-j7pv25f6>
<div class="hardware-label" data-astro-cid-j7pv25f6>
Standard IP Cameras
<button class="tooltip" title="Standard IP Camera: fixed lens, basic IP connectivity" aria-label="Standard IP Camera: fixed lens, basic IP connectivity" aria-describedby="tooltip-standard" data-astro-cid-j7pv25f6>
<span class="tooltip-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" stroke="#6b7280" stroke-width="1.5" fill="none"></circle>
<path d="M12 8v1" stroke="#6b7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.9 11.5h.1v5" stroke="#6b7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
<span class="tooltip-text" role="tooltip" id="tooltip-standard">Standard IP Camera: fixed lens, basic IP connectivity</span>
</button>
</div>
<div class="hardware-price" data-astro-cid-j7pv25f6>
$250 each
</div>
</div>
<div class="hardware-controls" data-astro-cid-j7pv25f6>
<button
class="stepper-btn-small"
data-target="standardCameras"
data-action="decrease"
data-astro-cid-j7pv25f6
>
−
</button>
<input
type="number"
id="standardCameras"
class="number-input-small"
value="8"
min="0"
max="999"
data-astro-cid-j7pv25f6
/>
<button
class="stepper-btn-small"
data-target="standardCameras"
data-action="increase"
data-astro-cid-j7pv25f6
>
+
</button>
</div>
</div>
</div>
<!-- Smart Cameras -->
<div class="hardware-item" data-astro-cid-j7pv25f6>
<div class="hardware-header" data-astro-cid-j7pv25f6>
<div class="hardware-info" data-astro-cid-j7pv25f6>
<div class="hardware-label" data-astro-cid-j7pv25f6>
Sighthound Smart Cameras
<button class="tooltip" title="Smart Camera: AI-ready, premium on-device analytics (recommended)" aria-label="Smart Camera: AI-ready, premium on-device analytics (recommended)" aria-describedby="tooltip-smart" data-astro-cid-j7pv25f6>
<span class="tooltip-icon" aria-hidden="true">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="10" stroke="#6b7280" stroke-width="1.5" fill="none"></circle>
<path d="M12 8v1" stroke="#6b7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M11.9 11.5h.1v5" stroke="#6b7280" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
<span class="tooltip-text" role="tooltip" id="tooltip-smart">Smart Camera: AI-ready, premium on-device analytics (recommended)</span>
</button>
</div>
<div class="hardware-price" data-astro-cid-j7pv25f6>
$3,000 each
</div>
</div>
<div class="hardware-controls" data-astro-cid-j7pv25f6>
<button
class="stepper-btn-small"
data-target="smartCameras"
data-action="decrease"
data-astro-cid-j7pv25f6
>
−
</button>
<input
type="number"
id="smartCameras"
class="number-input-small"
value="0"
min="0"
max="999"
data-astro-cid-j7pv25f6
/>
<button
class="stepper-btn-small"
data-target="smartCameras"
data-action="increase"
data-astro-cid-j7pv25f6
>
+
</button>
</div>
</div>
</div>
<!-- Total Cameras Display -->
<div class="hardware-summary" data-astro-cid-j7pv25f6>
<span data-astro-cid-j7pv25f6>Total cameras:</span>
<span
id="totalCamerasDisplay"
class="hardware-summary-value"
data-astro-cid-j7pv25f6
>
8
</span>
</div>
<!-- Auto-Add Nodes Toggle -->
<div class="auto-add-section" data-astro-cid-j7pv25f6>
<label class="toggle-label" data-astro-cid-j7pv25f6>
<input
type="checkbox"
id="autoAddNodes"
checked
data-astro-cid-j7pv25f6
/>
<span class="toggle-switch" data-astro-cid-j7pv25f6></span>
<span class="toggle-text" data-astro-cid-j7pv25f6>
Auto-add Compute Nodes based on camera count
</span>
</label>
</div>
<!-- Compute Nodes -->
<div class="hardware-item" data-astro-cid-j7pv25f6>
<div class="hardware-header" data-astro-cid-j7pv25f6>
<div class="hardware-info" data-astro-cid-j7pv25f6>
<div class="hardware-label" data-astro-cid-j7pv25f6>
Compute Nodes (optional)
</div>
<div class="hardware-price" data-astro-cid-j7pv25f6>
$3,500 each (supports up to 4 camera streams)
</div>
</div>
<div class="hardware-controls" data-astro-cid-j7pv25f6>
<button
class="stepper-btn-small"
data-target="computeNodes"
data-action="decrease"
data-astro-cid-j7pv25f6
>
−
</button>
<input
type="number"
id="computeNodes"
class="number-input-small"
value="2"
min="0"
max="999"
data-astro-cid-j7pv25f6
/>
<button
class="stepper-btn-small"
data-target="computeNodes"
data-action="increase"
data-astro-cid-j7pv25f6
>
+
</button>
</div>
</div>
<div class="node-status" id="nodeStatus" data-astro-cid-j7pv25f6></div>
</div>
</div>
<div class="step-actions">
<button
class="btn btn-primary btn-continue"
id="continueStep2"
data-astro-cid-j7pv25f6
>
Continue
</button>
<button class="btn btn-text btn-back" id="backStep2" data-astro-cid-j7pv25f6>Back</button>
</div>
</div>
<!-- Step 3: Software Interest -->
<div class="step" id="step3" data-astro-cid-j7pv25f6>
<h2 class="step-title" data-astro-cid-j7pv25f6>
What video analytics are you interested in?
</h2>
<div class="options-stack" data-astro-cid-j7pv25f6>
<label class="checkbox-card" data-astro-cid-j7pv25f6>
<input
type="radio"
name="software"
value="lpr"
data-price="30"
data-astro-cid-j7pv25f6
/>
<div class="checkbox-content" data-astro-cid-j7pv25f6>
<div class="checkbox-header" data-astro-cid-j7pv25f6>
<span class="checkbox-label" data-astro-cid-j7pv25f6>
LPR (License Plate Recognition)
</span>
<span class="checkbox-price" data-astro-cid-j7pv25f6>
$30/stream/month
</span>
</div>
</div>
</label>
<label class="checkbox-card" data-astro-cid-j7pv25f6>
<input
type="radio"
name="software"
value="mmcg"
data-price="30"
data-astro-cid-j7pv25f6
/>
<div class="checkbox-content" data-astro-cid-j7pv25f6>
<div class="checkbox-header" data-astro-cid-j7pv25f6>
<span class="checkbox-label" data-astro-cid-j7pv25f6>
MMCG (Vehicle Analytics)
</span>
<span class="checkbox-price" data-astro-cid-j7pv25f6>
$30/stream/month
</span>
</div>
</div>
</label>
<label class="checkbox-card" data-astro-cid-j7pv25f6>
<input
type="radio"
name="software"
value="both"
data-price="55"
data-astro-cid-j7pv25f6
/>
<div class="checkbox-content" data-astro-cid-j7pv25f6>
<div class="checkbox-header" data-astro-cid-j7pv25f6>
<span class="checkbox-label" data-astro-cid-j7pv25f6>
Both LPR + MMCG (SPECIAL RATE)
</span>
<span class="checkbox-price" data-astro-cid-j7pv25f6>
$55/stream/month
</span>
</div>
</div>
</label>
</div>
<p class="step-helper" data-astro-cid-j7pv25f6>
Choosing both LPR and MMCG applies the bundled rate of $55 per stream per month.
</p>
<p class="step-helper" data-astro-cid-j7pv25f6>
Software is optional — you can skip this step if you don't want any analytics.
</p>
<div class="step-actions">
<button
class="btn btn-primary btn-continue"
id="continueStep3"
disabled
data-astro-cid-j7pv25f6
>
Continue
</button>
<div class="row-actions" data-astro-cid-j7pv25f6>
<button class="btn btn-text btn-back" id="backStep3" data-astro-cid-j7pv25f6>Back</button>
<button class="btn btn-text" id="skipStep3" data-astro-cid-j7pv25f6>Skip for now →</button>
</div>
</div>
</div>
<!-- Step 4: Current Costs -->
<div class="step" id="step4" data-astro-cid-j7pv25f6>
<h2 class="step-title" data-astro-cid-j7pv25f6>
What do you currently pay?
</h2>
<p class="step-helper" data-astro-cid-j7pv25f6>
If you're unsure, enter your best estimate. This helps us
calculate your savings.
</p>
<div class="form-grid" data-astro-cid-j7pv25f6>
<div class="form-group" data-astro-cid-j7pv25f6>
<label for="currentMonthly" data-astro-cid-j7pv25f6>
Monthly software cost
</label>
<div class="input-wrapper" data-astro-cid-j7pv25f6>
<span class="input-prefix" data-astro-cid-j7pv25f6>$</span>
<input
type="number"
id="currentMonthly"
class="form-input"
placeholder="0"
min="0"
step="1"
data-astro-cid-j7pv25f6
/>
</div>
</div>
<div class="form-group" data-astro-cid-j7pv25f6>
<label for="currentUpfront" data-astro-cid-j7pv25f6>
Upfront hardware cost
</label>
<div class="input-wrapper" data-astro-cid-j7pv25f6>
<span class="input-prefix" data-astro-cid-j7pv25f6>$</span>
<input
type="number"
id="currentUpfront"
class="form-input"
placeholder="0"
min="0"
step="1"
data-astro-cid-j7pv25f6
/>
</div>
</div>
</div>
<div class="form-group" data-astro-cid-j7pv25f6>
<label data-astro-cid-j7pv25f6>Billing frequency</label>
<div class="radio-group" data-astro-cid-j7pv25f6>
<label class="radio-label" data-astro-cid-j7pv25f6>
<input
type="radio"
name="frequency"
value="monthly"
checked
data-astro-cid-j7pv25f6
/>
<span data-astro-cid-j7pv25f6>Monthly</span>
</label>
<label class="radio-label" data-astro-cid-j7pv25f6>
<input
type="radio"
name="frequency"
value="annual"
data-astro-cid-j7pv25f6
/>
<span data-astro-cid-j7pv25f6>Annual</span>
</label>
</div>
</div>
<div class="step-actions">
<button
class="btn btn-primary btn-continue"
id="continueStep4"
data-astro-cid-j7pv25f6
>
Continue
</button>
<button class="btn btn-text btn-back" id="backStep4" data-astro-cid-j7pv25f6>Back</button>
</div>
</div>
<!-- Step 5: Calculate -->
<div class="step" id="step5" data-astro-cid-j7pv25f6>
<h2 class="step-title" data-astro-cid-j7pv25f6>
Ready to see your savings?
</h2>
<p class="step-helper" data-astro-cid-j7pv25f6>
We'll analyze your setup and show you exactly what Sighthound
would cost.
</p>
<div class="step-actions">
<button
class="btn btn-primary btn-lg"
id="calculateButton"
data-astro-cid-j7pv25f6
>
Calculate my savings
</button>
<div class="row-actions" data-astro-cid-j7pv25f6>
<button class="btn btn-text btn-back" id="backStep5" data-astro-cid-j7pv25f6>
Back
</button>
<button class="btn btn-text" id="editAnswers" data-astro-cid-j7pv25f6>
Edit my answers
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Results Section -->
<section class="results" id="results" data-astro-cid-j7pv25f6>
<div class="container" data-astro-cid-j7pv25f6>
<!-- Savings Highlight -->
<div class="savings-card" id="savingsCard" data-astro-cid-j7pv25f6></div>
<!-- Cost Comparison -->
<div class="result-card" data-astro-cid-j7pv25f6>
<h3 class="result-card-title" data-astro-cid-j7pv25f6>
Cost Breakdown
</h3>
<div class="setup-grid" id="setupGrid" data-astro-cid-j7pv25f6></div>
<div class="timeframe-toggle" data-astro-cid-j7pv25f6>
<button class="timeframe-btn active" data-months="12" data-astro-cid-j7pv25f6>
12 months
</button>
<button class="timeframe-btn" data-months="24" data-astro-cid-j7pv25f6>
24 months
</button>
<button class="timeframe-btn" data-months="36" data-astro-cid-j7pv25f6>
36 months
</button>
</div>
<div class="cost-comparison" id="costComparison" data-astro-cid-j7pv25f6></div>
</div>
<!-- Follow-up Actions -->
<div class="follow-up" data-astro-cid-j7pv25f6>
<button class="btn btn-primary" id="downloadPdf" data-astro-cid-j7pv25f6>
Download PDF
</button>
<button class="btn btn-secondary" id="emailPdfButton" data-astro-cid-j7pv25f6>
Email me this analysis
</button>
<a
href="https://www.sighthound.com/contact-us?utm_campaign=36330515-Site%20Navigation&utm_source=website&utm_medium=navbar&utm_content=contact_us"
class="btn btn-secondary"
target="_blank"
rel="noopener noreferrer"
data-astro-cid-j7pv25f6
>
Talk to an expert
</a>
<button class="btn btn-text" id="startOver" data-astro-cid-j7pv25f6>
Start over
</button>
</div>
</div>
</section>
<!-- Email PDF Modal -->
<div id="emailModal" class="email-modal-overlay" aria-hidden="true">
<div class="email-modal">
<button
type="button"
class="email-modal-close"
id="emailModalClose"
aria-label="Close email form"
>
×
</button>
<h3 class="email-modal-title">Email me this analysis</h3>
<p class="email-modal-subtitle">
Share a few details and we'll send this savings analysis straight to your inbox.
</p>
<div class="email-modal-form-wrapper">
<form
id="emailEstimateForm"
class="email-modal-form"
data-portal-id="3983149"
data-form-id="db29dbf9-0e59-4b53-87bf-07b23e1fd272"
>
<div class="email-form-group">
<label for="emailFirstName">First Name<span class="email-field-required">*</span></label>
<input
id="emailFirstName"
name="firstname"
type="text"
required
autocomplete="given-name"
/>
</div>
<div class="email-form-group">
<label for="emailLastName">Last Name<span class="email-field-required">*</span></label>
<input
id="emailLastName"
name="lastname"
type="text"
required
autocomplete="family-name"
/>
</div>
<div class="email-form-group">
<label for="emailAddress">Email<span class="email-field-required">*</span></label>
<input
id="emailAddress"
name="email"
type="email"
required
autocomplete="email"
/>
</div>
<div class="email-form-group">
<label for="hardwareEstimateSummary">Hardware Estimate Summary</label>
<textarea
id="hardwareEstimateSummary"
name="hardware_estimate_summary"
rows="4"
></textarea>
</div>
<button
type="submit"
class="btn btn-primary email-modal-submit"
data-astro-cid-j7pv25f6
>
Submit
</button>
<p class="email-modal-helper">
We'll email you this savings analysis along with your estimated
hardware configuration.
</p>
</form>
</div>
<!-- Thank-you state shown after successful submission -->
<div id="emailThankYou" class="email-modal-thankyou" aria-hidden="true">
<h3 class="email-modal-title">Thank you!</h3>
<p class="email-modal-subtitle">
We've received your request and will email this savings analysis to you shortly.
</p>
<button
type="button"
class="btn btn-primary email-modal-submit"
id="emailThankYouClose"
data-astro-cid-j7pv25f6
>
Close
</button>
</div>
</div>
</div>
</div>
<!-- jsPDF (UMD) for client-side PDF generation -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js" integrity="sha512-0z6d5rH2c0g+1b4YL4WqzE9y2u3f24gI7wKX2uZf0O4FqeG8s8wQ8r7t+gkQw7aK0bq6k+9m7wz2zq4GmVq2ZA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="module" src="./app.js"></script>
</body>
</html>