
:root{
  --bg:#f7f2ea;
  --paper:#fffdf9;
  --ink:#173a3f;
  --teal:#165f66;
  --coral:#e08a6e;
  --muted:#647370;
  --line:#e6ded3;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, "Segoe UI", sans-serif;
  --shadow:0 18px 40px rgba(23,58,63,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.6 var(--sans);-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
button{cursor:pointer}
h1,h2,h3,h4{font-family:var(--serif);font-weight:400;letter-spacing:-.04em;line-height:1.04;margin:0}
p{margin:0}
.container{width:min(1360px,calc(100% - 40px));margin:auto}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--coral)}
.eyebrow.alt{color:#efc596}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:999px;border:1px solid transparent;font-weight:700;font-size:14px;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--teal);color:#fff}
.btn-outline{background:rgba(255,255,255,.78);border-color:#dad3c7;color:var(--ink)}
.btn-small{padding:10px 16px;font-size:13px}
.icon-circle{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #ddd6ca}
.desktop-only{display:inline-flex}
.mobile-only{display:none}

.site-header{position:sticky;top:0;z-index:40;background:rgba(247,242,234,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(230,222,211,.8)}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand img{width:160px}
.nav{display:flex;align-items:center;gap:28px}
.nav a{font-size:14px;color:#566461;position:relative;padding:6px 0}
.nav a:hover,.nav a.current{color:var(--ink)}
.nav a:hover::after,.nav a.current::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;border-radius:4px;background:var(--teal)}
.header-actions{display:flex;align-items:center;gap:10px}

.hero-clean{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;padding:34px 0 26px}
.hero-copy h1{font-size:clamp(48px,5.2vw,78px);margin:10px 0 18px;max-width:700px}
.hero-copy h1 em{font-style:normal;color:var(--coral)}
.hero-copy>p:not(.eyebrow){max-width:590px;color:var(--muted);font-size:16px;line-height:1.8}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.hero-visual.clean img{height:100%;min-height:440px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}
.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.pill-row span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.8);border:1px solid #e6ddd2;font-size:12px;font-weight:700;color:#576461}

.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:10px 0 40px}
.mini-panel{display:grid;grid-template-columns:130px 1fr;gap:16px;align-items:center;background:rgba(255,255,255,.82);border:1px solid #e7dfd5;border-radius:30px;padding:14px;box-shadow:0 12px 24px rgba(23,58,63,.04)}
.mini-panel img{width:130px;height:180px;object-fit:cover;border-radius:18px}
.mini-panel small{font-size:11px;font-weight:700;color:var(--coral);letter-spacing:.16em}
.mini-panel h3{font-size:30px;margin:6px 0}
.mini-panel p{color:var(--muted);line-height:1.65}

.statement-band{background:linear-gradient(90deg,#f1e8de 0%, #eee5d8 100%);padding:48px 0;border-top:1px solid #e9ddcf;border-bottom:1px solid #e9ddcf}
.statement-inner{display:grid;grid-template-columns:1.15fr 1fr;gap:28px;align-items:center}
.statement-inner h2{font-size:clamp(34px,4vw,58px);margin-top:10px}
.statement-inner p:not(.eyebrow){color:var(--muted);line-height:1.85}

.page-hero{padding:42px 0 18px}
.page-hero h1{font-size:clamp(42px,4.8vw,72px);margin:10px 0 16px;max-width:820px}
.page-hero p:not(.eyebrow){max-width:760px;color:var(--muted);line-height:1.85;font-size:16px}
.section-block{padding:74px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}
.section-head h2{font-size:clamp(34px,4vw,56px);margin-top:10px}
.section-head p{max-width:560px;color:var(--muted);line-height:1.8}

.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-grid article{background:rgba(255,255,255,.82);border:1px solid #e7dfd5;border-radius:28px;padding:24px;box-shadow:0 12px 24px rgba(23,58,63,.04)}
.service-grid h3{font-size:30px;margin-bottom:8px}
.service-grid p{color:var(--muted)}

.invitation-grid-section{padding-bottom:74px}
.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;min-height:560px;border-radius:30px;padding:18px;border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow);isolation:isolate;text-align:left}
.feature-card::before,.feature-card::after{content:"";position:absolute;border-radius:50%;pointer-events:none;opacity:.85}
.feature-card.theme-toy{background:linear-gradient(180deg,#9fd4ff 0%,#f8d78d 100%);color:#284f67}
.feature-card.theme-toy::before{width:180px;height:180px;right:-28px;top:24px;background:rgba(255,255,255,.48)}
.feature-card.theme-toy::after{width:130px;height:130px;left:-20px;bottom:52px;background:rgba(255,255,255,.32)}
.feature-card.theme-princess{background:linear-gradient(180deg,#f6d7e2 0%,#f9ebf0 100%);color:#7a4d61}
.feature-card.theme-princess::before{width:180px;height:180px;right:-28px;top:20px;background:rgba(255,255,255,.38)}
.feature-card.theme-princess::after{width:120px;height:120px;left:-22px;bottom:62px;background:rgba(255,255,255,.24)}
.feature-card.theme-wedding{background:linear-gradient(180deg,#faf4eb 0%,#e7d7ca 100%);color:#5f5549}
.feature-card.theme-wedding::before{width:170px;height:170px;right:-30px;top:40px;background:rgba(255,255,255,.3)}
.feature-card.theme-wedding::after{width:120px;height:120px;left:-20px;bottom:60px;background:rgba(255,255,255,.18)}
.feature-card.theme-corporate{background:linear-gradient(180deg,#1d6972 0%,#0f4851 100%);color:#edf7f6}
.feature-card.theme-corporate::before{width:190px;height:190px;right:-36px;top:32px;background:rgba(255,255,255,.10)}
.feature-card.theme-corporate::after{width:130px;height:130px;left:-24px;bottom:70px;background:rgba(255,255,255,.08)}
.feature-note,.feature-side{position:absolute;left:16px;z-index:2;max-width:116px;padding:12px 12px;border-radius:18px;background:rgba(255,250,244,.86);border:1px solid rgba(255,255,255,.75);font:19px/1.06 var(--serif)}
.feature-note{top:22px}
.feature-side{bottom:22px}
.theme-corporate .feature-note,.theme-corporate .feature-side{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.18)}
.phone-mini{position:relative;width:min(81%,260px);margin:0 auto 14px;padding:10px;background:#131416;border-radius:34px;z-index:1;box-shadow:0 18px 34px rgba(0,0,0,.24)}
.phone-mini::before{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:38%;height:15px;border-radius:0 0 14px 14px;background:#131416}
.phone-mini img{width:100%;aspect-ratio:9/18.5;object-fit:cover;border-radius:24px}
.card-copy{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:end;gap:12px}
.card-copy small{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;opacity:.85;margin-bottom:6px}
.card-copy h3{font-size:31px}
.card-copy p{font-size:13px;line-height:1.4;max-width:190px}
.open-demo{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.7);font-size:12px;font-weight:700}
.theme-corporate .open-demo{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22);color:#edf7f6}

.apps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 0 74px}
.app-card{background:rgba(255,255,255,.84);border:1px solid #e7dfd5;border-radius:30px;padding:14px;box-shadow:0 12px 24px rgba(23,58,63,.04)}
.app-card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:18px;background:#fff}
.app-copy{padding:16px 8px 4px}
.app-copy small{font-size:11px;font-weight:700;letter-spacing:.16em;color:var(--coral)}
.app-copy h3{font-size:32px;margin:8px 0}
.app-copy p{color:var(--muted);line-height:1.75}
.app-copy ul{margin:14px 0 0;padding-left:18px;color:#5d6d69}
.app-copy li+li{margin-top:4px}

.pricing-section{padding:10px 0 74px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card{background:rgba(255,255,255,.88);border:1px solid #e7dfd5;border-radius:30px;padding:30px;box-shadow:0 12px 24px rgba(23,58,63,.04);display:flex;flex-direction:column}
.price-card.featured{background:linear-gradient(180deg,#1d5f66 0%,#144b52 100%);color:#fff;transform:translateY(-8px)}
.price-card.featured p,.price-card.featured li{color:#e6f0ef}
.plan-tag{display:inline-flex;align-self:flex-start;padding:8px 14px;border-radius:999px;background:#f4ece1;color:#745e4d;font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700}
.price-card.featured .plan-tag{background:rgba(255,255,255,.14);color:#fff}
.price-card h3{font-size:58px;margin:14px 0 8px}
.price-card p{color:var(--muted);margin-bottom:14px}
.price-card ul{padding-left:18px;margin:0 0 22px;color:#5c6b67}
.price-card li+li{margin-top:6px}
.price-card .btn{margin-top:auto}

.process-section{background:linear-gradient(180deg,#1d5e64 0%,#174e54 100%);color:#fff;padding:74px 0}
.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.process-grid h2{font-size:clamp(34px,4vw,56px);margin:10px 0 16px}
.process-grid p:not(.eyebrow){color:#d7e6e4;line-height:1.85}
.steps{display:grid;gap:16px}
.steps article{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:20px}
.steps span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff;color:#1a555c;font-weight:700;margin-bottom:12px}
.steps h3{font-size:28px;margin-bottom:8px}
.steps p{color:#e5f0ef}

.contact-cta{display:grid;grid-template-columns:1fr 400px;gap:30px;align-items:center;padding:74px 0}
.only-contact{padding-top:10px}
.contact-cta h2{font-size:clamp(34px,4vw,54px);margin:10px 0 16px}
.contact-cta p:not(.eyebrow){color:var(--muted);line-height:1.8}
.contact-card{background:#efe8dd;border:1px solid #ded7cb;border-radius:30px;padding:28px}
.contact-card strong{display:block;font:32px var(--serif);margin-bottom:8px}
.contact-card p{color:#5f6d69;margin-bottom:18px}

.site-footer{padding:28px 0 40px;border-top:1px solid var(--line)}
.footer-inner{display:flex;justify-content:space-between;align-items:end;gap:20px}
.footer-inner img{width:150px;margin-bottom:10px}
.footer-inner p{color:var(--muted)}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;color:#667471}

/* Modal */
.demo-dialog{border:0;padding:0;max-width:none;width:min(1500px,100%);height:min(94vh,980px);background:#edf1ec}
.demo-dialog::backdrop{background:rgba(15,28,31,.72)}
.dialog-shell{height:100%;display:flex;flex-direction:column}
.dialog-header{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#fffdf8;border-bottom:1px solid #e5dfd5;padding:18px 24px}
.dialog-brand{display:flex;align-items:center;gap:16px}
.dialog-brand img{width:136px}
.dialog-brand strong{display:block;font-size:18px}
.dialog-brand small{color:#778582}
.dialog-actions{display:flex;align-items:center;gap:10px}
.dialog-body{display:grid;grid-template-columns:250px minmax(0,1fr) 240px;gap:20px;padding:20px;min-height:0;flex:1}
.dialog-side{background:rgba(255,255,255,.82);border:1px solid #e8e1d7;border-radius:24px;padding:20px;box-shadow:0 10px 20px rgba(23,58,63,.04)}
.dialog-side h3{font-size:32px;margin:10px 0 12px}
.dialog-side p:not(.eyebrow){color:#72807d;line-height:1.75}
.theme-switcher{display:grid;gap:10px;margin-top:16px}
.theme-chip{display:flex;align-items:center;gap:12px;padding:10px;border-radius:18px;border:1px solid #e5dfd6;background:#f8f4ee;text-align:left}
.theme-chip.active{background:#fff;border-color:#d6d0c6}
.theme-chip img{width:58px;height:74px;border-radius:12px;object-fit:cover}
.theme-chip strong{display:block;font:18px var(--serif)}
.theme-chip small{display:block;color:#798682}
.check-list{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:10px}
.check-list li{padding:12px 14px;border-radius:16px;background:#f6f3ee;border:1px solid #ece4d8;color:#5f6d6a}
.phone-stage{display:grid;place-items:center;min-width:0}
.phone-frame{width:min(420px,100%);height:min(810px,100%);background:#0d0f10;border-radius:46px;padding:14px 12px 12px;position:relative;box-shadow:0 26px 58px rgba(0,0,0,.26)}
.phone-notch{position:absolute;left:50%;top:0;transform:translateX(-50%);width:38%;height:20px;border-radius:0 0 16px 16px;background:#0d0f10}
.phone-screen{height:100%;border-radius:34px;overflow:auto;background:#fff;scroll-behavior:smooth}
.lightbox{border:0;padding:0;background:transparent}
.lightbox::backdrop{background:rgba(16,26,29,.78)}
.lightbox-card{width:min(92vw,820px);background:#f5f4ee;border-radius:28px;padding:18px}
.lightbox-card .icon-circle{margin-left:auto}
.lightbox-card img{width:100%;max-height:76vh;object-fit:contain;border-radius:20px}
.lightbox-card p{margin-top:10px;color:#5e6d69;font-size:13px}
.toast{position:fixed;left:50%;bottom:18px;transform:translateX(-50%) translateY(24px);opacity:0;background:#173a3f;color:#fff;padding:12px 16px;border-radius:999px;pointer-events:none;transition:.24s;z-index:100}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* Invitation */
.invitation{min-height:100%;padding-bottom:18px;--t-bg:#eef4f3;--t-paper:#fff;--t-ink:#173a3f;--t-accent:#165f66;--t-soft:#d9e4e1;--t-chip:#f7f3eb}
.invitation.theme-toy-inv{--t-bg:#edf6ff;--t-paper:#fffef8;--t-ink:#28526c;--t-accent:#e09b30;--t-soft:#d6e7f5;--t-chip:#fff7df}
.invitation.theme-princess-inv{--t-bg:#fff1f6;--t-paper:#fffafb;--t-ink:#7a4d61;--t-accent:#d98aa7;--t-soft:#efd9e4;--t-chip:#fff6fa}
.invitation.theme-wedding-inv{--t-bg:#faf5ed;--t-paper:#fffdf8;--t-ink:#5d544a;--t-accent:#c0a07d;--t-soft:#eaded1;--t-chip:#fffbf5}
.invitation.theme-corporate-inv{--t-bg:#e8f2f1;--t-paper:#fbfefc;--t-ink:#17464b;--t-accent:#2e7b81;--t-soft:#d7e5e4;--t-chip:#eff9f8}
.inv-header{padding:16px;position:relative}
.inv-cover{position:relative;overflow:hidden;background:var(--t-paper);border:1px solid var(--t-soft);border-radius:28px;box-shadow:0 10px 20px rgba(0,0,0,.04)}
.inv-cover::after{content:"";position:absolute;inset:auto 0 0 0;height:40%;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.95))}
.inv-cover img{width:100%;height:430px;object-fit:cover;object-position:center top}
.decor{position:absolute;inset:0;pointer-events:none}
.decor i{position:absolute;display:block;border-radius:999px;opacity:.7}
.theme-toy-inv .decor .d1{width:120px;height:56px;background:rgba(255,255,255,.8);top:34px;left:30px;box-shadow:38px 10px 0 4px rgba(255,255,255,.75),78px 0 0 -8px rgba(255,255,255,.75);animation:floatX 9s ease-in-out infinite}
.theme-toy-inv .decor .d2{width:28px;height:28px;background:#ffd36d;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 92%,50% 70%,21% 92%,32% 57%,2% 35%,39% 35%);top:120px;right:36px;animation:spinSlow 12s linear infinite}
.theme-toy-inv .decor .d3{width:42px;height:42px;background:#ffd36d;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 92%,50% 70%,21% 92%,32% 57%,2% 35%,39% 35%);bottom:126px;left:34px;animation:spinSlow 18s linear infinite}
.theme-princess-inv .decor .d1,.theme-princess-inv .decor .d2,.theme-princess-inv .decor .d3{background:radial-gradient(circle,#fff 0 26%,rgba(255,255,255,0) 28%)}
.theme-princess-inv .decor .d1{width:70px;height:70px;top:44px;left:28px;animation:twinkle 3s ease-in-out infinite}
.theme-princess-inv .decor .d2{width:80px;height:80px;top:126px;right:36px;animation:twinkle 4s ease-in-out infinite 1s}
.theme-princess-inv .decor .d3{width:62px;height:62px;bottom:130px;left:36px;animation:twinkle 4.4s ease-in-out infinite .4s}
.theme-wedding-inv .decor .d1,.theme-wedding-inv .decor .d2,.theme-wedding-inv .decor .d3{background:rgba(255,255,255,.72)}
.theme-wedding-inv .decor .d1{width:36px;height:36px;top:54px;left:30px;animation:petal 10s ease-in-out infinite}
.theme-wedding-inv .decor .d2{width:24px;height:24px;top:108px;right:40px;animation:petal 12s ease-in-out infinite .8s}
.theme-wedding-inv .decor .d3{width:32px;height:32px;bottom:134px;left:44px;animation:petal 9s ease-in-out infinite 1.2s}
.theme-corporate-inv .decor .d1{width:110px;height:110px;top:34px;left:28px;background:rgba(255,255,255,.14);animation:pulse 5s ease-in-out infinite}
.theme-corporate-inv .decor .d2{width:170px;height:2px;top:98px;right:24px;background:rgba(255,255,255,.24)}
.theme-corporate-inv .decor .d3{width:2px;height:120px;top:62px;right:96px;background:rgba(255,255,255,.18)}
.inv-cover-copy{position:relative;z-index:2;padding:18px 20px 24px;text-align:center}
.inv-overline{display:block;font-size:10px;letter-spacing:.20em;text-transform:uppercase;color:#748381}
.inv-cover-copy h2{font-size:38px;color:var(--t-ink);margin:8px 0}
.inv-cover-copy p{font-size:13px;line-height:1.7;color:#6d7e7a}
.inv-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:14px}
.inv-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 14px;border-radius:999px;border:1px solid var(--t-soft);background:var(--t-bg);color:var(--t-ink);font-size:13px;font-weight:700}
.inv-btn.primary{background:var(--t-accent);border-color:var(--t-accent);color:#fff}
.inv-section{padding:0 16px;margin-top:14px}
.inv-card{position:relative;overflow:hidden;background:var(--t-paper);border:1px solid var(--t-soft);border-radius:24px;padding:18px}
.inv-card + .inv-card{margin-top:12px}
.inv-card::before{content:"";position:absolute;right:-34px;top:-24px;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.34)}
.inv-kicker{display:inline-block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#768481}
.inv-card h3{font-size:28px;margin:10px 0 8px;color:var(--t-ink)}
.inv-card p,.inv-card li{font-size:14px;line-height:1.72;color:#667673}
.chip-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.chip-strip span{padding:8px 12px;border-radius:999px;background:var(--t-chip);border:1px solid var(--t-soft);font-size:12px;font-weight:700;color:var(--t-ink)}
.countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}
.countdown .box{background:var(--t-bg);border:1px solid var(--t-soft);border-radius:18px;padding:12px 8px;text-align:center}
.countdown strong{display:block;font:30px var(--serif);line-height:1;color:var(--t-ink)}
.countdown span{display:block;margin-top:4px;font-size:11px;color:#748480}
.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}
.facts div{background:var(--t-bg);border:1px solid var(--t-soft);border-radius:16px;padding:12px;text-align:center}
.facts strong{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#758582;margin-bottom:4px}
.facts span{font-size:13px;color:var(--t-ink);font-weight:700}
.mini-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}
.mini-meta div{background:var(--t-bg);border:1px solid var(--t-soft);border-radius:18px;padding:12px}
.mini-meta strong{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#7b8986;margin-bottom:5px}
.timeline{display:grid;gap:10px;margin-top:12px}
.timeline article{display:grid;grid-template-columns:82px 1fr;gap:10px;align-items:start;background:var(--t-bg);border:1px solid var(--t-soft);border-radius:18px;padding:12px}
.timeline b{font:22px var(--serif);color:var(--t-ink)}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}
.gallery button{padding:0;border:0;background:none}
.gallery img{width:100%;height:150px;object-fit:cover;border-radius:18px;border:1px solid var(--t-soft)}
.map-frame{width:100%;height:220px;border:0;border-radius:18px;margin-top:12px}
.message-card{background:var(--t-bg);border:1px solid var(--t-soft);border-radius:18px;padding:12px 14px;margin-top:10px}
.message-card small{display:block;margin-top:6px;font-style:italic;color:#788683}
.passes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}
.pass-btn{padding:11px 8px;border-radius:14px;border:1px solid var(--t-soft);background:var(--t-bg);font-size:12px;font-weight:700;color:var(--t-ink)}
.pass-btn.active{background:var(--t-accent);border-color:var(--t-accent);color:#fff}
.rsvp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.rsvp-stats div{background:var(--t-bg);border:1px solid var(--t-soft);border-radius:16px;padding:12px;text-align:center}
.rsvp-stats strong{display:block;font:28px var(--serif);line-height:1;color:var(--t-ink)}
.rsvp-stats span{font-size:11px;color:#768481}
.rsvp-guest{background:var(--t-bg);border:1px solid var(--t-soft);border-radius:20px;padding:14px}
.rsvp-guest + .rsvp-guest{margin-top:10px}
.rsvp-guest h4{font-size:20px;color:var(--t-ink);margin-bottom:8px}
.field{display:grid;gap:6px;margin-bottom:10px}
.field label{font-size:12px;color:#6f7d7a}
.field input,.field textarea{width:100%;border:1px solid var(--t-soft);background:#fff;border-radius:14px;padding:12px 14px;outline:none}
.field textarea{min-height:90px;resize:vertical}
.choices{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.choices label{position:relative}
.choices input{position:absolute;opacity:0}
.choices span{display:block;padding:10px 8px;border:1px solid var(--t-soft);border-radius:12px;background:#fff;color:#60716d;font-size:12px;font-weight:700;text-align:center}
.choices input:checked + span{background:var(--t-accent);border-color:var(--t-accent);color:#fff}
.submit-row{display:grid;gap:10px;margin-top:12px}
.notice{font-size:12px;color:#768481;line-height:1.6}
.status-box{margin-top:12px;background:#eff9f5;border:1px solid #d7ebe1;border-radius:16px;padding:12px 14px;color:#2f6d62;font-size:13px}
.theme-toy-inv .status-box{background:#fff7e3;border-color:#f3df9f;color:#8a6d13}
.theme-princess-inv .status-box{background:#fff5fa;border-color:#f1d8e4;color:#9b5f79}
.theme-wedding-inv .status-box{background:#fffbf4;border-color:#e9decd;color:#8c6b4e}
.theme-corporate-inv .status-box{background:#eff9f8;border-color:#d1e7e5;color:#2c7278}

@keyframes floatX{0%,100%{transform:translateX(0)}50%{transform:translateX(14px)}}
@keyframes spinSlow{from{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes twinkle{0%,100%{transform:scale(1);opacity:.45}50%{transform:scale(1.18);opacity:.92}}
@keyframes petal{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(10px) rotate(12deg)}}
@keyframes pulse{0%,100%{transform:scale(1);opacity:.18}50%{transform:scale(1.08);opacity:.34}}

@media (max-width:1280px){
  .featured-grid{grid-template-columns:repeat(2,1fr)}
  .mini-grid,.service-grid,.pricing-grid,.apps-grid{grid-template-columns:1fr}
  .dialog-body{grid-template-columns:230px minmax(0,1fr)}
  .right-side{display:none}
}
@media (max-width:980px){
  .hero-clean,.statement-inner,.process-grid,.contact-cta{grid-template-columns:1fr}
  .section-head,.footer-inner{display:grid;grid-template-columns:1fr}
}
@media (max-width:760px){
  .container{width:min(100% - 20px,1360px)}
  .header-inner{height:74px}
  .brand img{width:138px}
  .mobile-only{display:grid}
  .desktop-only{display:none}
  .nav{display:none;position:absolute;left:0;right:0;top:74px;background:var(--bg);padding:16px 20px 22px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .nav.open{display:flex}
  .hero-copy h1,.page-hero h1{font-size:42px}
  .featured-grid{grid-template-columns:1fr}
  .mini-panel{grid-template-columns:110px 1fr}
  .mini-panel img{width:110px;height:150px}
  .service-grid{grid-template-columns:1fr}
  .dialog-header{flex-wrap:wrap}
  .dialog-actions{width:100%;justify-content:space-between}
  .dialog-body{grid-template-columns:1fr}
  .dialog-side{display:none}
  .demo-dialog{height:100dvh}
  .phone-frame{width:min(100%,420px);height:calc(100dvh - 170px)}
  .facts{grid-template-columns:repeat(2,1fr)}
  .mini-meta,.apps-grid,.pricing-grid,.contact-cta{grid-template-columns:1fr}
}
@media (prefers-reduced-motion: reduce){
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}


/* ===== V10 refinements ===== */
.invitation-grid-section{padding:18px 0 84px}
.featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.feature-card{position:relative;display:flex;flex-direction:column;gap:14px;align-items:center;overflow:hidden;min-height:720px;border-radius:34px;padding:22px 22px 20px;border:1px solid rgba(255,255,255,.6);box-shadow:0 18px 36px rgba(23,58,63,.08);isolation:isolate;text-align:left}
.feature-card .feature-sticker{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:22px;background:rgba(255,251,247,.86);border:1px solid rgba(255,255,255,.78);font:16px/1.1 var(--serif);max-width:170px;backdrop-filter:blur(4px)}
.feature-card .feature-sticker.top-left{left:18px;top:18px}
.feature-card .feature-sticker.top-right{right:18px;top:18px;text-align:right}
.feature-card .feature-pattern{position:absolute;inset:auto -40px -40px auto;width:240px;height:240px;border-radius:50%;opacity:.22;background:rgba(255,255,255,.55);z-index:0}
.feature-card .feature-pattern.alt{inset:80px auto auto -56px;width:180px;height:180px;opacity:.18}
.feature-card.theme-toy .feature-pattern{background:#fffbe0}
.feature-card.theme-princess .feature-pattern{background:#fff8fb}
.feature-card.theme-wedding .feature-pattern{background:#fffef7}
.feature-card.theme-corporate .feature-pattern{background:rgba(255,255,255,.15)}
.feature-card.theme-corporate .feature-sticker{background:rgba(255,255,255,.14);color:#f1fbf9;border-color:rgba(255,255,255,.18)}
.feature-card.theme-corporate{color:#edf7f6}
.feature-showcase{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center;padding:36px 0 12px}
.phone-mini{position:relative;width:min(78%,320px);margin:0;padding:12px;background:#121416;border-radius:40px;box-shadow:0 24px 42px rgba(0,0,0,.24)}
.phone-mini::before{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:42%;height:16px;border-radius:0 0 14px 14px;background:#121416}
.phone-mini img{width:100%;aspect-ratio:9/18.7;object-fit:cover;border-radius:28px}
.theme-gallery-strip{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;margin-top:4px}
.theme-gallery-strip img{width:100%;height:106px;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.55);box-shadow:0 8px 18px rgba(0,0,0,.08)}
.theme-gallery-strip.single{grid-template-columns:repeat(2,1fr)}
.card-copy{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px;width:100%;margin-top:auto;padding-top:8px}
.card-copy small{display:block;font-size:11px;letter-spacing:.18em;text-transform:uppercase;opacity:.82;margin-bottom:6px}
.card-copy h3{font-size:44px;line-height:.92;margin-bottom:6px;max-width:280px}
.card-copy p{font-size:16px;line-height:1.35;max-width:310px}
.open-demo{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:999px;background:rgba(255,255,255,.84);border:1px solid rgba(255,255,255,.72);font-size:14px;font-weight:700;white-space:nowrap}
.theme-corporate .open-demo{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22);color:#edf7f6}
.feature-footer-note{position:relative;z-index:2;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:22px;background:rgba(255,255,255,.34);border:1px solid rgba(255,255,255,.4);font-size:13px;color:inherit}
.feature-footer-note strong{font-size:13px;letter-spacing:.14em;text-transform:uppercase}
.theme-corporate .feature-footer-note{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}

.demo-dialog{background:#eef2ed;overflow:hidden}
.dialog-shell{height:100%;overflow:hidden}
.dialog-header{flex-wrap:wrap}
.dialog-body{display:grid;grid-template-columns:220px minmax(380px,460px) 220px;justify-content:center;align-items:start;gap:18px;padding:20px;height:calc(100% - 86px);overflow:hidden}
.dialog-side{align-self:stretch;overflow:auto}
.phone-stage{display:flex;align-items:flex-start;justify-content:center;min-width:0;min-height:0;overflow:hidden;padding:0 4px}
.phone-frame{width:400px;max-width:100%;height:100%;max-height:calc(94vh - 150px);background:#0d0f10;border-radius:46px;padding:14px 12px 12px;position:relative;box-shadow:0 26px 58px rgba(0,0,0,.26)}
.phone-screen{height:100%;border-radius:34px;overflow:auto;background:#fff;scroll-behavior:smooth}
.theme-switcher{grid-template-columns:1fr}
.theme-chip{min-height:88px}
.theme-chip strong{line-height:1.02}

.invitation{min-height:100%;padding-bottom:22px}
.inv-header{padding:14px}
.inv-cover{border-radius:28px;overflow:hidden}
.inv-cover img{width:100%;height:390px;object-fit:cover;object-position:center top}
.inv-cover-copy{padding:18px 18px 22px;text-align:center}
.inv-cover-copy h2{font-size:34px;line-height:1.02}
.inv-cover-copy p{font-size:13px;line-height:1.65}
.inv-cover-copy::before{content:"";position:absolute;inset:auto 18px 12px 18px;height:1px;background:linear-gradient(90deg,transparent,var(--t-soft),transparent)}
.theme-icons{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:10px 0 0}
.theme-icons span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.78);border:1px solid var(--t-soft);font-size:18px;box-shadow:0 8px 16px rgba(0,0,0,.04)}
.inv-section{padding:0 14px;margin-top:12px}
.inv-card{padding:18px;border-radius:24px}
.inv-card h3{font-size:25px;line-height:1.08}
.inv-card p,.inv-card li{font-size:14px;line-height:1.7}
.chip-strip{justify-content:center}
.chip-strip span{padding:8px 11px;font-size:11px}
.countdown{gap:8px}
.countdown .box{padding:11px 6px}
.countdown strong{font-size:28px}
.facts{grid-template-columns:repeat(2,1fr)}
.facts div{padding:10px}
.facts strong{font-size:10px}
.facts span{font-size:12px}
.mini-meta{grid-template-columns:1fr}
.timeline article{grid-template-columns:72px 1fr}
.timeline b{font-size:20px}
.gallery img{height:132px}
.map-frame{height:190px;background:#f1f1f1}
.passes{grid-template-columns:repeat(3,1fr)}
.rsvp-stats{grid-template-columns:repeat(3,1fr)}
.rsvp-stats strong{font-size:24px}

.theme-toy-inv .inv-cover{background:linear-gradient(180deg,#93d0ff 0%,#fff0b2 100%)}
.theme-princess-inv .inv-cover{background:linear-gradient(180deg,#ffdfea 0%,#fff6fa 100%)}
.theme-wedding-inv .inv-cover{background:linear-gradient(180deg,#fff9f1 0%,#f0dfd1 100%)}
.theme-corporate-inv .inv-cover{background:linear-gradient(180deg,#3d8e96 0%,#15454b 100%)}
.theme-toy-inv .section-sparkle,.theme-princess-inv .section-sparkle,.theme-wedding-inv .section-sparkle,.theme-corporate-inv .section-sparkle{position:absolute;right:16px;bottom:16px;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.8);border:1px solid var(--t-soft);font-size:18px}
.theme-corporate-inv .section-sparkle{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.2)}

@media (max-width:1280px){
  .featured-grid{grid-template-columns:1fr}
  .dialog-body{grid-template-columns:minmax(0,430px);padding:12px;height:calc(100% - 96px)}
  .dialog-side{display:none}
}
@media (max-width:760px){
  .feature-card{min-height:670px;padding:18px}
  .feature-showcase{padding-top:44px}
  .card-copy{grid-template-columns:1fr}
  .card-copy h3{font-size:38px;max-width:none}
  .theme-gallery-strip img{height:90px}
  .phone-frame{width:100%;height:calc(100dvh - 120px);max-height:none;padding:12px 10px 10px;border-radius:36px}
  .inv-cover img{height:320px}
  .inv-cover-copy h2{font-size:30px}
  .facts,.passes,.rsvp-stats{grid-template-columns:1fr 1fr}
}
