diff --git a/demos/ristorante/index.html b/demos/ristorante/index.html index 559e897..0e6192b 100644 --- a/demos/ristorante/index.html +++ b/demos/ristorante/index.html @@ -68,47 +68,72 @@ .included-item h4 { font-size: 0.85rem; font-weight: 600; margin-bottom: 0.4rem; } .included-item p { font-size: 0.75rem; color: var(--muted); line-height: 1.6; } - /* ── PRICING ── */ - .pricing-section { padding: 6rem 3rem; max-width: 900px; margin: 0 auto; text-align: center; } + /* ── WIZARD PRICING ── */ + .pricing-section { padding: 6rem 3rem; max-width: 960px; margin: 0 auto; text-align: center; } .pricing-section h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 300; margin-bottom: 0.8rem; } .pricing-section > p { font-size: 0.85rem; color: var(--muted); margin-bottom: 3rem; } - .pricing-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; text-align: left; } - .pricing-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 6px; padding: 2rem; } - .pricing-card.featured { border-color: rgba(201,165,90,0.3); position: relative; } - .pricing-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -1px; left: 2rem; background: var(--gold); color: #080809; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; padding: 0.3rem 0.8rem; border-radius: 0 0 4px 4px; } - .pricing-card h3 { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; } - .pricing-card h4 { font-size: 1.3rem; font-weight: 600; margin-bottom: 0.5rem; } - .pricing-card .price { font-size: 2rem; font-weight: 700; color: var(--gold); margin-bottom: 0.3rem; } - .pricing-card .price-note { font-size: 0.72rem; color: var(--muted); margin-bottom: 1.5rem; } - .pricing-card ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; } - .pricing-card li { font-size: 0.8rem; color: var(--muted); display: flex; align-items: center; gap: 0.6rem; } - .pricing-card li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; } - /* ── MONTHLY RETAINER ── */ - .retainer-section { padding: 6rem 3rem; background: var(--bg-card); border-top: 1px solid var(--border); } - .retainer-inner { max-width: 1100px; margin: 0 auto; } - .retainer-header { text-align: center; margin-bottom: 3.5rem; } - .section-eyebrow { font-size: 0.68rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; } - .retainer-header h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 300; margin-bottom: 0.8rem; } - .retainer-intro { font-size: 0.88rem; color: var(--muted); max-width: 560px; margin: 0 auto; line-height: 1.8; } - .retainer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 2rem; } - .retainer-card { background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 2rem; text-align: center; transition: border-color 0.3s; position: relative; } - .retainer-card.featured { border-color: rgba(201,165,90,0.3); } - .retainer-card:hover { border-color: rgba(201,165,90,0.25); } - .retainer-badge { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; } - .retainer-hours { font-size: 4rem; font-weight: 700; color: var(--text); line-height: 1; margin-bottom: 0.3rem; } - .retainer-unit { font-size: 0.75rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.2rem; } - .retainer-price { font-size: 2.2rem; font-weight: 700; color: var(--gold); margin-bottom: 0.2rem; } - .retainer-price span { font-size: 0.85rem; font-weight: 400; color: var(--muted); } - .retainer-equivalent { font-size: 0.7rem; color: var(--muted); margin-bottom: 1.5rem; } - .retainer-features { list-style: none; text-align: left; display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.5rem; } - .retainer-features li { font-size: 0.8rem; color: var(--muted); padding-left: 1.2rem; position: relative; } - .retainer-features li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; font-size: 0.7rem; } - .retainer-btn { background: transparent; border: 1px solid rgba(201,165,90,0.25); color: var(--gold); padding: 0.6rem 1.5rem; border-radius: 4px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; width: 100%; transition: all 0.3s; font-family: 'Inter', sans-serif; } - .retainer-btn:hover { background: rgba(201,165,90,0.08); border-color: rgba(201,165,90,0.4); } - .retainer-btn.primary { background: var(--gold); color: #080809; border-color: var(--gold); } - .retainer-btn.primary:hover { background: #e0bc72; } - .retainer-note { text-align: center; font-size: 0.75rem; color: var(--muted); max-width: 500px; margin: 0 auto; line-height: 1.7; } + /* Wizard steps */ + .wizard-steps { display: flex; align-items: center; justify-content: center; gap: 0.8rem; margin-bottom: 3rem; } + .wizard-step { display: flex; align-items: center; gap: 0.5rem; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); } + .wizard-step.active { color: var(--gold); } + .wizard-step.done { color: var(--gold); } + .wizard-step-num { width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--muted); display: flex; align-items: center; justify-content: center; font-size: 0.65rem; font-weight: 700; } + .wizard-step.active .wizard-step-num { border-color: var(--gold); background: var(--gold); color: #080809; } + .wizard-step.done .wizard-step-num { border-color: var(--gold); background: var(--gold); color: #080809; } + .wizard-step-divider { width: 40px; height: 1px; background: var(--border); } + + /* Step panels */ + .wizard-panel { display: none; } + .wizard-panel.active { display: block; animation: fadeIn 0.3s ease; } + @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } } + + /* Plan cards */ + .plan-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; text-align: left; max-width: 760px; margin: 0 auto 2rem; } + .plan-card { background: var(--bg-card); border: 2px solid var(--border); border-radius: 8px; padding: 2rem; cursor: pointer; transition: all 0.25s; position: relative; } + .plan-card:hover { border-color: rgba(201,165,90,0.3); transform: translateY(-2px); } + .plan-card.selected { border-color: var(--gold); background: rgba(201,165,90,0.05); } + .plan-card.featured { border-color: rgba(201,165,90,0.3); } + .plan-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -1px; left: 2rem; background: var(--gold); color: #080809; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; padding: 0.3rem 0.8rem; border-radius: 0 0 4px 4px; } + .plan-card h3 { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; } + .plan-card h4 { font-size: 1.3rem; font-weight: 600; margin-bottom: 0.5rem; } + .plan-card .plan-price { font-size: 2.2rem; font-weight: 700; color: var(--gold); margin-bottom: 0.2rem; } + .plan-card .plan-price-note { font-size: 0.72rem; color: var(--muted); margin-bottom: 1.5rem; } + .plan-card ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; } + .plan-card li { font-size: 0.8rem; color: var(--muted); display: flex; align-items: center; gap: 0.6rem; } + .plan-card li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; } + .plan-card .ai-badge { display: inline-block; background: var(--gold-dim); border: 1px solid rgba(201,165,90,0.2); color: var(--gold); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.2rem 0.6rem; border-radius: 2px; margin-left: 0.4rem; } + + /* Duration selector */ + .duration-section { max-width: 680px; margin: 0 auto; } + .duration-label { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.2rem; } + .duration-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2.5rem; } + .duration-card { background: var(--bg-card); border: 2px solid var(--border); border-radius: 8px; padding: 1.5rem 1rem; cursor: pointer; transition: all 0.25s; text-align: center; } + .duration-card:hover { border-color: rgba(201,165,90,0.3); } + .duration-card.selected { border-color: var(--gold); background: rgba(201,165,90,0.05); } + .duration-card .dur-label { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.3rem; } + .duration-card .dur-save { font-size: 0.68rem; font-weight: 700; color: #4ade80; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.5rem; } + .duration-card .dur-desc { font-size: 0.7rem; color: var(--muted); line-height: 1.5; } + .duration-card.selected .dur-label { color: var(--gold); } + + /* Price summary */ + .price-summary { background: var(--bg-card); border: 1px solid rgba(201,165,90,0.2); border-radius: 8px; padding: 1.8rem 2rem; max-width: 520px; margin: 0 auto 2rem; text-align: left; } + .summary-row { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; font-size: 0.85rem; color: var(--muted); } + .summary-row.total { border-top: 1px solid var(--border); margin-top: 0.5rem; padding-top: 1rem; font-size: 1rem; font-weight: 600; color: var(--text); } + .summary-row .summary-val { font-weight: 600; color: var(--text); } + .summary-row.total .summary-val { font-size: 1.2rem; color: var(--gold); font-weight: 700; } + .summary-discount { color: #4ade80; font-weight: 600; } + + /* Wizard nav */ + .wizard-nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 1.5rem; } + .wizard-btn { background: transparent; border: 1px solid rgba(201,165,90,0.25); color: var(--gold); padding: 0.7rem 2rem; border-radius: 4px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: all 0.25s; font-family: 'Inter', sans-serif; } + .wizard-btn:hover { background: rgba(201,165,90,0.08); border-color: rgba(201,165,90,0.4); } + .wizard-btn.primary { background: var(--gold); color: #080809; border-color: var(--gold); } + .wizard-btn.primary:hover { background: #e0bc72; } + .wizard-btn:disabled { opacity: 0.4; cursor: not-allowed; } + + /* Commitment badge */ + .commitment { text-align: center; font-size: 0.72rem; color: var(--muted); margin-top: 1rem; } /* ── CONTACT FORM ── */ .contact-section { padding: 6rem 3rem; background: var(--bg-card); border-top: 1px solid var(--border); } @@ -142,12 +167,13 @@ @media (max-width: 900px) { .demos-grid { grid-template-columns: repeat(2, 1fr); } .included-grid { grid-template-columns: repeat(2, 1fr); } - .pricing-cards { grid-template-columns: 1fr; } - .retainer-grid { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; } + .plan-cards { grid-template-columns: 1fr; max-width: 420px; } + .duration-cards { grid-template-columns: 1fr; max-width: 300px; margin-left: auto; margin-right: auto; } header { padding: 1.2rem 1.5rem; } .hero { padding: 8rem 1.5rem 4rem; } - .demos-section, .included-section, .pricing-section, .retainer-section, .contact-section { padding-left: 1.5rem; padding-right: 1.5rem; } + .demos-section, .included-section, .pricing-section, .contact-section { padding-left: 1.5rem; padding-right: 1.5rem; } .form-grid { grid-template-columns: 1fr; } + .wizard-steps { flex-wrap: wrap; } } @media (max-width: 600px) { .demos-grid { grid-template-columns: 1fr; } @@ -158,7 +184,7 @@
- +
@@ -298,98 +324,144 @@ - -
-

Website setup — one time

-

Choose your template tier. All include hosting for year one.

-
-
-

Essential

-

Your Restaurant Website

-
€499
-
One-time · then €25/mo hosting
-
    -
  • Custom restaurant template
  • -
  • Menu + photos + content
  • -
  • Google Maps + contact form
  • -
  • Mobile optimised
  • -
  • Social media links
  • -
  • 1 year hosting included
  • -
-
- -
-
+ +
+

Build your plan

+

Pick your website package, then lock in your support plan. The longer the commitment, the more you save.

- -
-
-
-

Monthly Support Retainer

-

Keep your site fresh — prepaid hours

-

Need menu updates, seasonal changes, new photos, or new sections? Prepay hours and use them when you need. Cancel anytime — no lock-in.

+ +
+
+
1
+ Choose Plan
-
-
-
Starter
-
2
-
hours / month
-
€69/mo
-
≈ €35/hr
-
    -
  • Menu updates
  • -
  • Seasonal changes
  • -
  • Photo swaps
  • -
  • Email support
  • -
- -
- -
-
Pro
-
8
-
hours / month
-
€219/mo
-
≈ €27/hr
-
    -
  • Everything in Standard
  • -
  • Full page redesigns
  • -
  • New features + integrations
  • -
  • AI training for your restaurant
  • -
  • Dedicated Slack channel
  • -
- -
+
+
+
2
+ Support Length +
+
+
+
3
+ Summary
-

Unused hours roll over to next month. Cancel anytime by sending one email. No contracts, no lock-in.

+ + +
+
+ +
+

Professional + AI Suite

+

Website + Full AI Extras

+
€899
+
One-time setup · then €30/mo hosting
+
    +
  • Everything in Starter
  • +
  • AI menu chatbot (24/7)
  • +
  • AI booking assistant
  • +
  • Multi-language menu
  • +
  • AI voice phone assistant
  • +
  • AI review responder
  • +
  • Priority support line
  • +
  • 1 year hosting included
  • +
+
+
+
+ +
+
+ + +
+
+

How long do you want to commit?

+
+
+
1 Year
+
Full price
+
+
+
2 Years
+
Save 5%
+
Billed as 23 months
+
+
+
3 Years
+
Save 10%
+
Billed as 32 months
+
+
+ +
+
+ Starter Website + €499 +
+
+ 1 yr support (2 hrs/mo) + +
+
+ Total due today + €499 +
+
+ +
No lock-in. Cancel support anytime — your website stays live.
+
+ +
+ + +
+
+ + +
+
+
+ Plan + +
+
+ Website setup + +
+
+ Support + +
+
+ Discount + +
+
+ Due today + +
+
+ +
+ + +
+
+
@@ -448,23 +520,117 @@