<!DOCTYPE html><html lang="en"><head><style type="text/css">:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6, 78%, 57%);--toastify-color-transparent:rgba(255, 255, 255, .7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:0 0;outline:0;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}</style><meta charset="utf-8"><link rel="icon" href="/logo.png"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="theme-color" content="#C0A37D"><link rel="apple-touch-icon" href="/logo.png"><link rel="manifest" href="/manifest.json"><link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""><meta name="google-site-verification" content="kflh4wsaQ1H3LHNKlrUrxbJlmrRfuxfwEthZ4ogJu94"><title>Wedding Website with Online RSVP &amp; Guest List | WeddingSpotter</title><meta name="description" content="Build your wedding website, collect RSVPs with QR codes, and manage your guest list — all in one elegant platform. One-time payment, no subscription, no hidden fees."><meta name="robots" content="index, follow"><meta property="og:type" content="website"><meta property="og:url" content="https://weddingspotter.com/"><meta property="og:title" content="WeddingSpotter — Wedding Website with Online RSVP &amp; Guest List"><meta property="og:description" content="Build your wedding website, collect RSVPs with QR codes, and manage your guest list — all in one elegant platform. One-time payment, no subscription."><meta property="og:image" content="https://weddingspotter.com/logo.png"><meta property="og:site_name" content="WeddingSpotter"><meta property="twitter:card" content="summary_large_image"><meta property="twitter:url" content="https://weddingspotter.com/"><meta property="twitter:title" content="Wedding Website with Online RSVP &amp; Guest List | WeddingSpotter"><meta property="twitter:description" content="Build your wedding website, collect RSVPs with QR codes, and manage your guest list. One-time payment — no subscription, no hidden fees."><meta property="twitter:image" content="https://weddingspotter.com/logo.png"><meta name="author" content="WeddingSpotter"><script defer="defer" src="/static/js/main.1db9e7ae.js"></script><link href="/static/css/main.109ea13b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"><div class="App"><section class="Toastify" aria-live="polite" aria-atomic="false" aria-relevant="additions text" aria-label="Notifications Alt+T"></section><style>@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600;700&display=swap);.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;position:relative;z-index:100}.navbar-logo a{font-family:'Dancing Script',cursive;font-size:2rem;color:#333;text-decoration:none;padding:0}.navbar-right{display:flex;align-items:center;gap:1.5rem}.nav-item{padding:.5rem .75rem;border-radius:8px;transition:background-color .3s ease,transform .2s ease;text-decoration:none;color:#333;font-weight:500;white-space:nowrap;cursor:pointer}.nav-item:hover{background-color:#f0f0f0;transform:scale(1.05)}.language-switcher{position:relative}.lang-icon-container{display:flex;align-items:center;justify-content:center;gap:8px}.lang-icon-container .flag-icon{width:28px;height:28px;overflow:hidden}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:10px;background-color:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:12px;padding:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1001;display:flex;flex-direction:column;gap:8px;animation:fadeIn .3s ease-out forwards;min-width:140px}.dropdown-menu span{padding:8px 12px;border-radius:8px;transition:background-color .2s ease;font-weight:400;color:#333;display:flex;align-items:center;gap:8px}.dropdown-menu span:hover{background-color:rgba(240,240,240,.8);cursor:pointer}.flag-icon-small{width:20px;height:14px;border-radius:3px;border:1px solid #ccc}.menu-icon{display:none;cursor:pointer;font-size:1.5rem;z-index:1001}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.navbar-right{display:none;flex-direction:column;position:absolute;top:65px;left:0;width:100%;background-color:#fff;border-top:1px solid #eee;padding:1rem 0}.navbar-right.active{display:flex}.menu-icon{display:block}}</style><nav class="navbar"><div class="navbar-logo"><a href="/">WeddingSpotter</a></div><div class="menu-icon">☰</div><div class="navbar-right"><a class="nav-item" href="/contact">Contact us</a><a class="nav-item" href="/prices">Prices</a><div class="nav-item language-switcher"><div class="lang-icon-container"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 513 342" class="flag-icon"><g fill="#FFF"><path d="M0 0h513v341.3H0V0z"></path><path d="M311.7 230 513 341.3v-31.5L369.3 230h-57.6zM200.3 111.3 0 0v31.5l143.7 79.8h56.6z"></path></g><path d="M393.8 230 513 295.7V230H393.8zm-82.1 0L513 341.3v-31.5L369.3 230h-57.6zm146.9 111.3-147-81.7v81.7h147zM90.3 230 0 280.2V230h90.3zm110 14.2v97.2H25.5l174.8-97.2zm-82.1-132.9L0 45.6v65.7h118.2zm82.1 0L0 0v31.5l143.7 79.8h56.6zM53.4 0l147 81.7V0h-147zm368.3 111.3L513 61.1v50.2h-91.3zm-110-14.2V0h174.9L311.7 97.1z" fill="#0052B4"></path><g fill="#D80027"><path d="M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z"></path><path d="M311.7 230 513 341.3v-31.5L369.3 230h-57.6zm-168 0L0 309.9v31.5L200.3 230h-56.6zm56.6-118.7L0 0v31.5l143.7 79.8h56.6zm168 0L513 31.5V0L311.7 111.3h56.6z"></path></g></svg><span>English</span></div></div></div></nav><main><style>.home-page-wrapper{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.home-container{display:flex;flex-direction:column;flex:1;background-color:#f7f7f7;padding:20px 20px 40px;font-family:Arial,sans-serif}.hero-section{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:40px;padding:40px 20px;max-width:1200px;margin:0 auto}.text-column{flex:1;max-width:50%}.text-column h1{font-size:3rem;font-weight:700;margin-bottom:20px;line-height:1.2;text-align:center;padding:0 40px}.text-column p{font-size:1.2rem;line-height:1.6;margin-bottom:30px;font-family:'Dancing Script',cursive;text-align:center}.image-column{flex:1;max-width:50%;display:flex;justify-content:center;align-items:center}.image-column img{max-width:100%;height:auto;display:block;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.features-section{padding:60px 20px;max-width:1200px;margin:40px auto;border-radius:20px}.features-section-header{text-align:center;margin-bottom:48px}.features-badge{display:inline-block;background:#fff7eb;color:#c0a37d;border:1px solid #c0a37d;border-radius:20px;padding:.25rem 1rem;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}.features-section h2{font-size:2rem;margin:0 0 .5rem 0;font-weight:700;color:#1f2937}.features-subtitle{font-family:'Dancing Script',cursive;font-size:1.5rem;color:#6b7280;margin:.75rem 0 0 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{padding:28px 24px;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(192,163,125,.18);border-color:#c0a37d}.feature-icon-wrap{width:50px;height:50px;border-radius:12px;background:#fff7eb;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.feature-icon-wrap svg{font-size:24px;color:#c0a37d}.feature-card h3{font-size:1.05rem;font-weight:700;margin:0 0 8px 0;color:#1f2937}.feature-card p{font-size:.9rem;line-height:1.6;margin-bottom:14px;color:#6b7280}.feature-card a{font-weight:600;text-decoration:none;font-size:.875rem;color:#c0a37d!important}.feature-card a:hover{text-decoration:underline}@media (max-width:900px){.hero-section{flex-direction:column;text-align:center}.image-column,.text-column{max-width:100%;width:100%}.image-column{justify-content:center}.text-column h1{font-size:2.5rem}.text-column p{font-size:1rem}.image-column img{max-width:80%}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.home-container{padding:10px}.hero-section{padding:20px 10px;gap:20px}.features-section{padding:40px 10px;margin:20px auto}.features-grid{grid-template-columns:1fr}}</style><div class="home-page-wrapper"><style>.logo-principal-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;background-color:#fff;padding-top:20px;padding-bottom:100px;position:relative;margin-bottom:0;z-index:10}.image-principal-container{display:flex;justify-content:center;align-items:center;width:400px;height:200px;margin-bottom:0}@media (max-width:450px){.image-principal-container{width:100%;max-width:300px;height:150px}}.centered-principal-image{max-width:100%;max-height:100%;display:block;border-radius:8px;object-fit:contain}</style><div class="logo-principal-wrapper"><div class="image-principal-container"><img src="/static/media/logo.0bca18265cb76bf3c219.png" alt="WeddingSpotter Logo" class="centered-principal-image"></div><div style="position:absolute;bottom:0;left:0;width:100%;height:80px;overflow:hidden;line-height:0;z-index:2"><svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none" style="position:relative;display:block;width:calc(100% + 1.3px);height:80px"><path d="M321.39,56.44c58-10.79,114.16-30.13,174.08-41.61,34.07-7.36,68.16-13.36,102.42-15.62,20.31-1.47,40.47-.36,60.44,1.45,30.98,2.7,61.16,6.88,90.5,10.66,85.08,11.59,101.44,30.85,149.34,37.56,37.35,5.4,87.29,7.57,135.05,1.94,35.63-4.22,74.62-11.64,109.61-19.14,43.85-9.33,71.45-21.93,96.53-26.89,7.56-1.56,15.1-1.68,22.6-1.89,8.59-.22,16.26.3,23.63,2.44V120H0V95.39c0,0,0-1,0-1.72s.54-3.52,2.15-6.27c1.8-3.03,4.92-7.85,10-14.73,5.66-7.74,13.75-17.75,26-28.77,14-12.78,32.32-26.69,56.32-37.4,24.16-10.78,54.19-19.64,88.46-24.58,35.79-5.18,73-6.27,109.95-3.32,14.67,1.19,29.17,3.58,43.83,7.07Z" style="fill:#f7f7f7"></path></svg></div></div><div class="home-container"><div class="hero-section"><div class="text-column"><h1>Your Wedding Website with Online RSVP &amp; Guest List</h1><p>Take control of your wedding planning with our application. Our app will help you organize all aspects of the wedding so that everything goes well and stress-free, allowing you to enjoy the most important moments. Transform your wedding into an unforgettable memory.</p></div><div class="image-column"><img src="/static/media/home-wedding.6dc5b2a287b577772f47fdf6eb468495.svg" alt="Wedding Spotter"></div></div><div class="features-section"><div class="features-section-header"><div class="features-badge">12 features included</div><h2>Simplify Your Wedding Planning with These Unique Tools</h2><p class="features-subtitle">Everything you need, in one elegant platform.</p></div><div class="features-grid"><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><g id="Box_List"><g><path d="M6.562,8.062h-2a1.5,1.5,0,0,1-1.5-1.5v-2a1.5,1.5,0,0,1,1.5-1.5h2a1.5,1.5,0,0,1,1.5,1.5v2A1.5,1.5,0,0,1,6.562,8.062Zm-2-4a.5.5,0,0,0-.5.5v2a.5.5,0,0,0,.5.5h2a.5.5,0,0,0,.5-.5v-2a.5.5,0,0,0-.5-.5Z"></path><path d="M6.562,20.938h-2a1.5,1.5,0,0,1-1.5-1.5v-2a1.5,1.5,0,0,1,1.5-1.5h2a1.5,1.5,0,0,1,1.5,1.5v2A1.5,1.5,0,0,1,6.562,20.938Zm-2-4a.5.5,0,0,0-.5.5v2a.5.5,0,0,0,.5.5h2a.5.5,0,0,0,.5-.5v-2a.5.5,0,0,0-.5-.5Z"></path><path d="M6.562,14.5h-2a1.5,1.5,0,0,1-1.5-1.5V11a1.5,1.5,0,0,1,1.5-1.5h2a1.5,1.5,0,0,1,1.5,1.5v2A1.5,1.5,0,0,1,6.562,14.5Zm-2-4a.5.5,0,0,0-.5.5v2a.5.5,0,0,0,.5.5h2a.5.5,0,0,0,.5-.5V11a.5.5,0,0,0-.5-.5Z"></path><path d="M20.438,6.062h-9a.5.5,0,0,1,0-1h9a.5.5,0,0,1,0,1Z"></path><path d="M20.438,12.5h-9a.5.5,0,0,1,0-1h9a.5.5,0,0,1,0,1Z"></path><path d="M20.438,18.935h-9a.5.5,0,1,1,0-1h9a.5.5,0,0,1,0,1Z"></path></g></g></svg></div><h3>Guest List</h3><p>Everything you need to create a complete wedding guest list, including dietary requirements, preferences, and even RSVPs.</p><a href="/features">Wedding Guest List →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M313.6 304c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 304 0 364.2 0 438.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-25.6c0-74.2-60.2-134.4-134.4-134.4zM400 464H48v-25.6c0-47.6 38.8-86.4 86.4-86.4 14.6 0 38.3 16 89.6 16 51.7 0 74.9-16 89.6-16 47.6 0 86.4 38.8 86.4 86.4V464zM224 288c79.5 0 144-64.5 144-144S303.5 0 224 0 80 64.5 80 144s64.5 144 144 144zm0-240c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z"></path></svg></div><h3>RSVP</h3><p>Keep track of responses in real-time and see how quickly guests respond via your personal and easy-to-use page.</p><a href="/features">Wedding RSVP →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"></path><path d="M3.6 9h16.8"></path><path d="M3.6 15h16.8"></path><path d="M11.5 3a17 17 0 0 0 0 18"></path><path d="M12.5 3a17 17 0 0 1 0 18"></path></svg></div><h3>Wedding Website</h3><p>A wedding website is an essential communication tool that will keep your loved ones instantly up-to-date.</p><a href="/features">Wedding Website →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path fill="none" d="M0 0h24v24H0z"></path><path d="M22 7h-9v2h9V7zm0 8h-9v2h9v-2zM5.54 11 2 7.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41L5.54 11zm0 8L2 15.46l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41L5.54 19z"></path></svg></div><h3>Wedding Checklist</h3><p>Create an easy-to-manage wedding checklist that will help you tick off tasks faster and delegate responsibilities easily.</p><a href="/features">Wedding Checklist →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M322 416c0 35.35-20.65 64-56 64H134c-35.35 0-56-28.65-56-64m258-80c17.67 0 32 17.91 32 40h0c0 22.09-14.33 40-32 40H64c-17.67 0-32-17.91-32-40h0c0-22.09 14.33-40 32-40"></path><path fill="none" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M344 336H179.31a8 8 0 0 0-5.65 2.34l-26.83 26.83a4 4 0 0 1-5.66 0l-26.83-26.83a8 8 0 0 0-5.65-2.34H56a24 24 0 0 1-24-24h0a24 24 0 0 1 24-24h288a24 24 0 0 1 24 24h0a24 24 0 0 1-24 24zM64 276v-.22c0-55 45-83.78 100-83.78h72c55 0 100 29 100 84v-.22M241 112l7.44 63.97"></path><path fill="none" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M256 480h139.31a32 32 0 0 0 31.91-29.61L463 112"></path><path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="m368 112 16-64 47-16"></path><path fill="none" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M224 112h256"></path></svg></div><h3>Food and Drinks</h3><p>There's no longer any need to search for the classic menu on the table. Now you can view the food and drink items directly in the app.</p><a href="/features">Food and Drinks →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="none" stroke-width="0" viewBox="0 0 24 24" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 3V9H21V3H3ZM19 5H5V7H19V5Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M3 11V21H11V11H3ZM9 13H5V19H9V13Z" fill="currentColor"></path><path d="M21 11H13V13H21V11Z" fill="currentColor"></path><path d="M13 15H21V17H13V15Z" fill="currentColor"></path><path d="M21 19H13V21H21V19Z" fill="currentColor"></path></svg></div><h3>Wedding Itinerary Template</h3><p>Plan your wedding day itinerary with our visually oriented template. A unique design simple and efficient.</p><a href="/features">Wedding Itinerary →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><polyline points="16 16 12 12 8 16"></polyline><line x1="12" y1="12" x2="12" y2="21"></line><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"></path><polyline points="16 16 12 12 8 16"></polyline></svg></div><h3>CSV Guest Upload</h3><p>Import your entire guest list in seconds with a simple CSV file.</p><a href="/features">Upload Guests via CSV →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg></div><h3>Export Place Cards &amp; Links</h3><p>Download printable place cards, table numbers, and shareable RSVP links.</p><a href="/features">Export Materials →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"></path><circle cx="12" cy="12" r="3"></circle></svg></div><h3>RSVP Confirmation Preview</h3><p>See exactly how your guests will view and confirm their attendance.</p><a href="/features">Preview RSVP Page →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z"></path><path d="M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z"></path><path d="M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z"></path><path d="M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z"></path></svg></div><h3>Table Arrangement &amp; Seating Plan</h3><p>Visually assign guests to tables, manage seating capacity, and rearrange with ease.</p><a href="/features">Plan Your Seating →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M12 21a9 9 0 0 1 0 -18c4.97 0 9 3.582 9 8c0 1.06 -.474 2.078 -1.318 2.828c-.844 .75 -1.989 1.172 -3.182 1.172h-2.5a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25"></path><path d="M8.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path><path d="M12.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path><path d="M16.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path></svg></div><h3>Custom RSVP Templates</h3><p>Choose from beautiful invitation templates to match your wedding style and colours.</p><a href="/features">Browse Templates →</a></div><div class="feature-card"><div class="feature-icon-wrap"><svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><line x1="12" y1="1" x2="12" y2="23"></line><path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"></path></svg></div><h3>Expenses Tracker</h3><p>Keep your wedding budget on track by logging and categorising every expense in one place.</p><a href="/features">Track Your Budget →</a></div></div></div></div></div></main><style>@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600;700&display=swap);.footer-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:2rem;background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;box-sizing:border-box}.footer-main{display:flex;justify-content:space-between;width:100%;max-width:1200px;margin-bottom:2rem}.footer-main.centered{justify-content:center;text-align:center;margin-bottom:1rem}.footer-column{min-width:150px;flex-shrink:0}.branding-logo{font-family:'Dancing Script',cursive;margin-bottom:.5rem}.branding-logo a{font-family:'Dancing Script',cursive!important;font-size:2.2rem!important;color:#333!important;text-decoration:none!important;display:inline-block}.branding-company{font-size:.9rem;color:#555;letter-spacing:.15em;text-transform:uppercase}.footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;color:#333}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#555;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-column a:hover{color:#000;text-decoration:underline}.footer-divider{width:100%;max-width:1200px;height:1px;background-color:#ccc;margin:1rem 0 2rem 0}.footer-bottom{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px}.social-icons{display:flex;gap:1rem;margin-bottom:1.5rem}.social-icon-wrapper{width:38px;height:38px;border-radius:50%;background-color:#f0f0f0;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.social-icon-wrapper:hover{background-color:#e0e0e0;transform:translateY(-2px)}.social-icon-wrapper a{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.social-icon-wrapper svg{font-size:1.2rem;color:#333}.footer-copyright{font-size:.8rem;color:#777}@media (max-width:768px){.branding-logo a{font-size:3rem!important}.footer-main{flex-direction:column;gap:2rem}.footer-column{min-width:100%;text-align:center}.footer-column ul{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem}}@media (max-width:480px){.branding-logo a{font-size:2.5rem!important}.footer-container{padding:3rem 1rem 1rem 1rem}.footer-column ul{flex-direction:column}}</style><footer class="footer-container"><div class="footer-main"><div class="footer-column branding-column"><div class="branding-logo"><a href="/">WeddingSpotter</a></div><div class="branding-company">Falling in love was the easy part</div></div><div class="footer-column"><h4>Categories</h4><ul><li><a href="/contact">Contact us</a></li><li><a href="/prices">Prices</a></li><li><a href="/login">Login</a></li><li><a href="/signup">Sign Up</a></li><li><a href="/blog">Blog</a></li></ul></div><div class="footer-column"><h4>Features</h4><ul><li><a href="/features">QR links for all guests</a></li><li><a href="/features">Online RSVP confirmation</a></li><li><a href="/features">Guest management list</a></li><li><a href="/features">Table arrangement &amp; seating plan</a></li><li><a href="/features">Digital menu (food &amp; drinks)</a></li><li><a href="/features">Custom RSVP templates</a></li><li><a href="/features">Expenses tracker</a></li></ul></div><div class="footer-column"><h4>Legal</h4><ul><li><a href="/terms-conditions">Terms &amp; Conditions</a></li><li><a href="/cookies-policy">Cookies Policy</a></li><li><a href="/privacy-policy">Privacy Policy</a></li></ul></div></div><div class="footer-divider"></div><div class="footer-bottom"><div class="social-icons"><div class="social-icon-wrapper"><a aria-label="Facebook" href="https://www.facebook.com"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 320 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"></path></svg></a></div><div class="social-icon-wrapper"><a aria-label="Twitter" href="https://www.twitter.com"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg></a></div><div class="social-icon-wrapper"><a aria-label="Google+" href="https://www.google.com"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 640 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z"></path></svg></a></div></div><p class="footer-copyright">© 2025-2026 WeddingSpotter | All rights reserved.</p></div></footer></div></div></body></html>