
:root{
  --ink:#11162f;--ink2:#273352;--muted:#6f7890;--paper:#fbfbff;--card:#fff;--border:#e7e8f2;
  --violet:#6f4bf2;--purple:#9a5cf5;--sky:#57c8f3;--rose:#f08dbd;--mint:#7fd1b2;--gold:#e0b96d;
  --peach:#f3aa86;--dark:#121a38;--shadow:0 24px 70px rgba(17,22,47,.10);--r:26px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
img,video{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}
.edv-container{width:min(1200px,92%);margin:auto}.edv-section{padding:92px 0}.edv-center{text-align:center}
.edv-kicker{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:var(--violet)}
.edv-title{font-family:Georgia,serif;font-size:clamp(40px,5vw,62px);line-height:1.02;letter-spacing:-.045em;margin:12px 0 18px}.edv-title em{font-weight:400;color:var(--violet)}
.edv-copy{color:var(--muted);font-size:18px;line-height:1.75}.edv-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:13px 20px;border:1px solid transparent;border-radius:16px;background:linear-gradient(135deg,var(--violet),var(--purple));color:white;font-weight:850;box-shadow:0 13px 28px rgba(111,75,242,.18);transition:.2s ease}
.edv-btn:hover{transform:translateY(-2px)}.edv-btn.alt{background:#fff;color:var(--ink);border-color:var(--border);box-shadow:none}
.edv-header{position:sticky;top:0;z-index:100;background:rgba(251,251,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(231,232,242,.9)}
.edv-nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 0}.edv-brand img{height:52px;width:auto}.edv-menu{display:flex;align-items:center;gap:19px;font-size:14px;font-weight:780}.edv-menu>a:not(.edv-btn){position:relative;padding:9px 2px}.edv-menu>a:not(.edv-btn):after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--violet),var(--sky),var(--rose));transition:right .22s}.edv-menu>a:not(.edv-btn):hover:after{right:0}
.edv-menu .edv-btn{background:linear-gradient(110deg,var(--violet),var(--sky),var(--rose));background-size:220% 100%;animation:edvHeaderFlow 8s linear infinite}
@keyframes edvHeaderFlow{0%{background-position:0 0}100%{background-position:220% 0}}
.edv-mobile-toggle{display:none;min-width:44px;min-height:44px;border:1px solid var(--border);border-radius:13px;background:#fff}
.edv-hero{position:relative;overflow:hidden;padding:68px 0 78px;background:#f8f8ff}.edv-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42;mix-blend-mode:multiply;pointer-events:none}.edv-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(251,251,255,.96) 0%,rgba(251,251,255,.84) 46%,rgba(251,251,255,.42) 100%)}
.edv-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.03fr .97fr;gap:58px;align-items:center}.edv-badge{display:inline-flex;gap:8px;align-items:center;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(231,232,242,.9);font-size:12px;font-weight:900;letter-spacing:.08em;color:var(--violet);backdrop-filter:blur(10px)}
.edv-hero h1{font-family:Georgia,serif;font-size:clamp(56px,6vw,86px);line-height:.97;letter-spacing:-.06em;margin:18px 0 23px}.edv-gradient-word{background:linear-gradient(90deg,var(--violet),var(--sky),var(--rose),var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}
.edv-steps{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}.edv-step{display:flex;align-items:center;gap:8px;font-weight:760;color:var(--ink2);font-size:14px}.edv-step span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--border);color:var(--violet)}
.edv-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.edv-trust{display:flex;gap:16px;flex-wrap:wrap;margin-top:22px;color:var(--muted);font-size:14px}
.edv-showcase{position:relative}.edv-showcase:before{content:"";position:absolute;inset:15% 10%;background:radial-gradient(circle,rgba(111,75,242,.20),transparent 65%);filter:blur(20px)}.edv-showcase-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:14px;transform:rotate(1deg)}.edv-showcase-card{overflow:hidden;border-radius:28px;background:white;border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow);transition:.28s}.edv-showcase-card:nth-child(2){transform:translateY(34px)}.edv-showcase-card:hover{transform:translateY(-6px) rotate(-1deg)}.edv-showcase-card:nth-child(2):hover{transform:translateY(28px) rotate(1deg)}
.edv-showcase-card img{aspect-ratio:3/4;object-fit:cover}.edv-showcase-meta{padding:14px 16px}.edv-showcase-meta b{display:block;font-family:Georgia,serif;font-size:19px}.edv-showcase-meta small{color:var(--muted)}
.edv-event-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:38px}.edv-event{position:relative;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px 12px;text-align:center;font-weight:840;box-shadow:0 8px 24px rgba(22,28,60,.04);transition:.24s ease;cursor:pointer}.edv-event:before{content:"";position:absolute;inset:auto -25% -55% -25%;height:90%;border-radius:50%;background:var(--event-color,var(--violet));opacity:.08;transition:.28s}.edv-event:hover{transform:translateY(-8px) rotate(-.5deg);box-shadow:0 18px 40px rgba(26,31,68,.10)}.edv-event:hover:before{inset:auto -15% -40% -15%;opacity:.16}.edv-event .ico{position:relative;z-index:2;width:46px;height:46px;border-radius:15px;margin:0 auto 11px;display:grid;place-items:center;background:color-mix(in srgb,var(--event-color,var(--violet)) 12%,white);color:var(--event-color,var(--violet));font-size:21px;transition:.24s}.edv-event:hover .ico{transform:scale(1.12) rotate(6deg)}.edv-event strong{position:relative;z-index:2}
.edv-preview-wrap{background:linear-gradient(180deg,#fbfdff,#f0f3ff)}.edv-preview-shell{margin-top:38px;display:grid;grid-template-columns:330px 1fr;gap:28px;align-items:start}.edv-preview-controls{background:white;border:1px solid var(--border);border-radius:26px;padding:22px;text-align:left;box-shadow:var(--shadow);position:sticky;top:92px}.edv-control-group{margin-bottom:22px}.edv-control-group label{display:block;font-size:12px;letter-spacing:.13em;text-transform:uppercase;font-weight:900;color:var(--muted);margin-bottom:10px}.edv-control-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.edv-choice{border:1px solid var(--border);background:#fff;border-radius:13px;padding:11px 12px;text-align:left;font-weight:780;cursor:pointer;transition:.2s}.edv-choice:hover{transform:translateY(-2px);border-color:#cfc9ff}.edv-choice.active{background:linear-gradient(135deg,#f1edff,#eefaff);border-color:#b8aafc;color:var(--violet)}
.edv-phone-stage{min-height:760px;display:grid;place-items:center;border-radius:34px;background:radial-gradient(circle at 50% 45%,rgba(111,75,242,.16),transparent 33%),radial-gradient(circle at 65% 25%,rgba(87,200,243,.12),transparent 22%),radial-gradient(circle at 34% 70%,rgba(240,141,189,.12),transparent 24%)}.edv-phone{width:400px;max-width:92%;border:10px solid var(--dark);border-radius:44px;padding:10px;background:white;box-shadow:0 34px 80px rgba(17,24,51,.24)}.edv-phone-frame{height:665px;border-radius:30px;overflow:auto;background:white;scrollbar-width:none}.edv-phone-frame::-webkit-scrollbar{display:none}.edv-invite-preview{min-height:100%;padding:32px 24px 44px;text-align:center;background:#eee;transition:.25s}.edv-invite-preview img{width:100%;border-radius:20px;margin-bottom:18px;box-shadow:0 14px 30px rgba(0,0,0,.08)}.edv-invite-preview h3{font-family:Georgia,serif;font-size:41px;margin:14px 0 6px}.edv-invite-preview p{color:#59627a;line-height:1.6}.edv-preview-modules{display:grid;gap:10px;margin-top:14px}.edv-mini-card{border:1px solid rgba(255,255,255,.6);background:rgba(255,255,255,.78);backdrop-filter:blur(10px);border-radius:18px;padding:16px}.edv-mini-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.edv-mini-btn{border:1px solid #dde0ec;background:white;border-radius:12px;padding:11px;font-weight:780;cursor:pointer}.edv-mini-btn.active{background:#111833;color:white}
.edv-gallery-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px}.edv-gallery-row img{aspect-ratio:1/1;object-fit:cover;border-radius:12px;margin:0}.edv-count{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:10px}.edv-count div{background:#111833;color:white;border-radius:12px;padding:9px 5px}.edv-count strong{display:block;font-size:18px}.edv-count small{font-size:9px;opacity:.7}
.edv-features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.edv-feature{position:relative;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:24px;padding:27px;transition:.24s}.edv-feature:hover{transform:translateY(-6px);box-shadow:0 18px 42px rgba(22,28,60,.08)}.edv-feature .ico{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;color:#fff;margin-bottom:18px;background:var(--feature-color,var(--violet))}.edv-feature h3{font-family:Georgia,serif;font-size:22px;margin:0 0 9px}.edv-feature p{color:var(--muted);line-height:1.65;margin:0}
.edv-demo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}.edv-demo-card{background:#fff;border:1px solid var(--border);border-radius:26px;overflow:hidden;box-shadow:0 13px 32px rgba(20,26,55,.06);transition:.25s}.edv-demo-card:hover{transform:translateY(-7px)}.edv-demo-card img{aspect-ratio:4/5;object-fit:cover}.edv-demo-meta{padding:18px;text-align:left}.edv-demo-meta span{color:var(--muted);font-size:13px}.edv-demo-meta h3{font-family:Georgia,serif;font-size:22px;margin:4px 0 10px}
.edv-pricing{background:#f8f9ff}.edv-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.edv-price{background:#fff;border:1px solid var(--border);border-radius:26px;padding:30px;text-align:left;position:relative}.edv-price.pop{background:linear-gradient(160deg,#111833,#212c59);color:white;transform:translateY(-8px)}.edv-ribbon{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:linear-gradient(90deg,var(--sky),var(--mint));color:#07112f;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.edv-price h3{font-family:Georgia,serif;font-size:26px;margin:10px 0}.edv-amount{font-family:Georgia,serif;font-size:52px;margin:18px 0}.edv-price ul{list-style:none;padding:0;display:grid;gap:13px}.edv-price li:before{content:"✓";margin-right:9px;color:var(--violet);font-weight:900}
.edv-faq{max-width:840px;margin:34px auto 0;display:grid;gap:12px}.edv-faq details{background:#fff;border:1px solid var(--border);border-radius:18px;padding:19px 20px;text-align:left}.edv-faq summary{font-weight:850;cursor:pointer}.edv-faq p{color:var(--muted);line-height:1.7}
.edv-footer{background:var(--dark);color:white;padding:60px 0 26px}.edv-footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:50px}.edv-footer img{height:56px;filter:brightness(0) invert(1)}.edv-footer p,.edv-footer a{color:#b6bfd2;line-height:1.7}.edv-footer h4{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--sky)}.edv-footer-links{display:grid;gap:10px}.edv-foot-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;color:#929bb1;font-size:13px}
.edv-ai-toggle{position:fixed;left:18px;bottom:18px;z-index:110;width:60px;height:60px;border:0;border-radius:20px;background:linear-gradient(135deg,var(--violet),var(--sky),var(--rose));color:white;font-size:24px;box-shadow:0 18px 42px rgba(111,75,242,.30);cursor:pointer}.edv-ai-panel{position:fixed;left:18px;bottom:88px;z-index:109;width:min(410px,calc(100vw - 36px));background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:0 30px 80px rgba(17,24,51,.20);overflow:hidden;display:none}.edv-ai-panel.open{display:block}.edv-ai-head{padding:18px;background:linear-gradient(135deg,#111833,#28365f);color:white}.edv-ai-progress{height:5px;background:#e9ebf3}.edv-ai-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--violet),var(--sky),var(--rose));transition:.3s}.edv-ai-body{padding:17px;display:grid;gap:12px;max-height:520px;overflow:auto}.edv-ai-msg{background:#f3f1ff;border-radius:16px;padding:13px 14px;line-height:1.55}.edv-ai-step-title{font-weight:900}.edv-ai-options{display:grid;gap:8px}.edv-ai-options button{border:1px solid var(--border);background:#fff;border-radius:14px;padding:12px;text-align:left;font-weight:790;cursor:pointer}.edv-ai-options button:hover{border-color:#cfc9ff;background:#fbfaff}.edv-ai-back{border:0;background:transparent;color:var(--violet);font-weight:800;text-align:left;padding:4px 0;cursor:pointer}.edv-ai-cta{padding:12px 14px;border-radius:14px;background:#111833;color:#fff;font-weight:800}.edv-mobilebar{display:none}
.edv-toast{position:fixed;right:18px;top:88px;z-index:120;background:#111833;color:white;border-radius:14px;padding:12px 14px;box-shadow:var(--shadow);opacity:0;transform:translateY(-8px);pointer-events:none;transition:.2s}.edv-toast.show{opacity:1;transform:translateY(0)}
@media(max-width:940px){.edv-menu{display:none}.edv-mobile-toggle{display:block}.edv-menu.open{display:flex;position:absolute;left:4%;right:4%;top:70px;flex-direction:column;align-items:stretch;background:#fff;padding:18px;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}.edv-hero-grid,.edv-preview-shell,.edv-footer-grid{grid-template-columns:1fr}.edv-event-grid{grid-template-columns:repeat(3,1fr)}.edv-features,.edv-demo-strip,.edv-price-grid{grid-template-columns:1fr}.edv-preview-controls{position:static;order:2}.edv-price.pop{transform:none}}
@media(max-width:620px){.edv-section{padding:60px 0}.edv-container{width:min(94%,560px)}.edv-brand img{height:42px}.edv-hero{padding:34px 0 50px}.edv-hero:after{background:rgba(251,251,255,.78)}.edv-hero h1{font-size:50px}.edv-copy{font-size:16px}.edv-showcase-grid{grid-template-columns:1fr 1fr;gap:8px}.edv-showcase-card:nth-child(2){transform:translateY(17px)}.edv-showcase-meta{padding:10px}.edv-showcase-meta b{font-size:15px}.edv-event-grid{grid-template-columns:repeat(2,1fr);gap:10px}.edv-preview-shell{gap:16px}.edv-phone-stage{min-height:auto;padding:14px 0}.edv-phone{width:335px}.edv-phone-frame{height:585px}.edv-control-list{display:flex;overflow:auto;gap:8px}.edv-choice{min-width:max-content}.edv-demo-strip{grid-template-columns:1fr 1fr;gap:12px}.edv-demo-meta{padding:12px}.edv-demo-meta h3{font-size:18px}.edv-footer{padding-bottom:100px}.edv-ai-toggle{left:auto;right:14px;bottom:80px}.edv-ai-panel{left:10px;right:10px;bottom:150px;width:auto}.edv-mobilebar{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:fixed;left:0;right:0;bottom:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--border)}}

/* v0.4.1 — mobile-first alignment & overflow hardening */
html,body{width:100%;max-width:100%;overflow-x:hidden}
body{min-width:0}
.edv-header,.edv-hero,.edv-section,.edv-footer{width:100%;max-width:100%;overflow-x:clip}
.edv-container{width:calc(100% - 40px);max-width:1200px;margin-inline:auto;min-width:0}
.edv-hero-grid,.edv-preview-shell,.edv-footer-grid,.edv-event-grid,.edv-features,.edv-demo-strip,.edv-price-grid{min-width:0}
.edv-hero-grid>*,.edv-preview-shell>*,.edv-footer-grid>*,.edv-event-grid>*,.edv-features>*,.edv-demo-strip>*,.edv-price-grid>*{min-width:0}
.edv-title,.edv-hero h1,.edv-copy,.edv-feature h3,.edv-demo-meta h3{max-width:100%;overflow-wrap:anywhere}

@media(max-width:940px){
 .edv-header{position:sticky;top:0}
 .edv-nav{position:relative;min-height:68px;padding:10px 0}
 .edv-menu.open{left:0;right:0;top:calc(100% + 8px);width:100%;max-height:calc(100dvh - 90px);overflow-y:auto}
 .edv-hero-grid{gap:34px}
 .edv-showcase{width:100%;max-width:680px;margin-inline:auto}
}

@media(max-width:620px){
 .edv-container{width:calc(100% - 32px);max-width:none}
 .edv-section{padding:52px 0}
 .edv-center{padding-inline:0}
 .edv-kicker{font-size:11px;letter-spacing:.14em}
 .edv-title{font-size:clamp(34px,10.5vw,46px);line-height:1.04;letter-spacing:-.035em;margin:10px 0 14px;text-wrap:balance}
 .edv-copy{font-size:15px;line-height:1.65}
 .edv-nav{gap:10px;min-height:64px}
 .edv-brand{min-width:0;max-width:calc(100% - 58px)}
 .edv-brand img{height:auto;width:auto;max-width:190px;max-height:42px}
 .edv-mobile-toggle{flex:0 0 44px}
 .edv-hero{padding:28px 0 44px}
 .edv-hero-grid{gap:28px}
 .edv-hero h1{font-size:clamp(42px,13vw,58px);line-height:.98;letter-spacing:-.045em;text-wrap:balance}
 .edv-badge{max-width:100%;white-space:normal;line-height:1.35}
 .edv-actions{display:grid;grid-template-columns:1fr;gap:10px}
 .edv-actions .edv-btn{width:100%}
 .edv-steps,.edv-trust{gap:11px}
 .edv-showcase{padding:0 2px}
 .edv-showcase-grid{grid-template-columns:1fr 1fr;gap:8px;transform:none}
 .edv-showcase-card,.edv-showcase-card:nth-child(2),.edv-showcase-card:hover,.edv-showcase-card:nth-child(2):hover{transform:none}
 .edv-showcase-card{border-radius:20px}
 .edv-event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px}
 .edv-event{padding:18px 8px;border-radius:18px;font-size:14px}
 .edv-preview-shell{margin-top:28px}
 .edv-preview-controls{padding:16px;border-radius:20px;overflow:hidden}
 .edv-control-list{width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:3px}
 .edv-phone-stage{width:100%;overflow:hidden;border-radius:24px;padding:8px 0}
 .edv-phone{width:min(335px,100%);max-width:100%;border-width:7px;border-radius:34px;padding:7px}
 .edv-phone-frame{height:560px;border-radius:24px}
 .edv-invite-preview{padding:26px 16px 36px}
 .edv-invite-preview h3{font-size:clamp(30px,9vw,39px);overflow-wrap:anywhere}
 .edv-features{gap:12px;margin-top:28px}
 .edv-feature{padding:21px;border-radius:20px}
 .edv-demo-strip{grid-template-columns:1fr;gap:14px;margin-top:28px}
 .edv-demo-card img{aspect-ratio:16/11}
 .edv-price-grid{gap:14px;margin-top:30px}
 .edv-price{padding:23px;border-radius:21px}
 .edv-amount{font-size:44px}
 .edv-faq{margin-top:26px}
 .edv-faq details{padding:17px 16px}
 .edv-footer-grid{gap:28px}
 .edv-foot-bottom{align-items:flex-start;flex-direction:column}
 .edv-ai-panel{max-height:calc(100dvh - 180px)}
 .edv-ai-body{max-height:calc(100dvh - 300px)}
 .edv-toast{left:12px;right:12px;top:78px;text-align:center}
}

@media(max-width:380px){
 .edv-container{width:calc(100% - 24px)}
 .edv-brand img{max-width:165px}
 .edv-hero h1{font-size:clamp(38px,12vw,48px)}
 .edv-title{font-size:clamp(31px,10vw,39px)}
 .edv-event-grid{gap:8px}
 .edv-event{padding-inline:6px;font-size:13px}
 .edv-phone-frame{height:535px}
 .edv-mini-actions{grid-template-columns:1fr}
}

/* =========================================================
   eDavetio v0.5.0 — MOBILE REBUILD
   Breakout layout, unified mobile grid, zero horizontal drift
   ========================================================= */
@media (max-width: 767px){
  :root{--edv-mobile-pad:18px;--edv-mobile-radius:22px}

  html{width:100%;max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%}
  body{width:100%;max-width:100%;min-width:0;overflow-x:hidden;position:relative}
  body.admin-bar{margin:0!important}
  main{display:block;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow:visible!important}

  /* Force top-level sections to the viewport, even if WordPress/plugin CSS adds a narrow parent. */
  main > .edv-hero,
  main > .edv-section,
  body > .edv-header,
  body > .edv-footer{
    width:100vw!important;
    max-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    box-sizing:border-box!important;
  }

  .edv-container{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding-left:max(var(--edv-mobile-pad),env(safe-area-inset-left))!important;
    padding-right:max(var(--edv-mobile-pad),env(safe-area-inset-right))!important;
    box-sizing:border-box!important;
  }

  /* Header */
  .edv-header{overflow:visible!important;background:rgba(251,251,255,.94)}
  .edv-nav{width:100%;min-height:68px;padding-top:9px!important;padding-bottom:9px!important}
  .edv-brand{display:flex;align-items:center;flex:1 1 auto;min-width:0}
  .edv-brand img{display:block;width:auto!important;height:44px!important;max-width:152px!important;object-fit:contain}
  .edv-mobile-toggle{display:grid!important;place-items:center;flex:0 0 46px;width:46px;height:46px;padding:0;font-size:22px;line-height:1}
  .edv-menu.open{left:var(--edv-mobile-pad)!important;right:var(--edv-mobile-pad)!important;top:calc(100% + 6px)!important;width:auto!important;max-width:none!important;border-radius:20px}

  /* Hero */
  .edv-hero{padding:30px 0 44px!important;overflow:hidden!important;min-height:0!important}
  .edv-hero-video{width:100%!important;height:100%!important;inset:0!important}
  .edv-hero:after{inset:0!important;background:linear-gradient(180deg,rgba(251,251,255,.90),rgba(247,248,255,.84))!important}
  .edv-hero-grid{display:flex!important;flex-direction:column!important;gap:34px!important;width:100%!important;max-width:100%!important;align-items:stretch!important}
  .edv-hero-grid > div:first-child{width:100%!important;max-width:100%!important;min-width:0!important}
  .edv-badge{display:inline-flex;max-width:100%;font-size:10px;letter-spacing:.08em;padding:8px 11px}
  .edv-hero h1{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:15px 0 18px!important;
    padding:0!important;
    font-size:clamp(39px,11.2vw,52px)!important;
    line-height:1.01!important;
    letter-spacing:-.045em!important;
    overflow:visible!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    text-wrap:balance;
  }
  .edv-gradient-word{display:inline}
  .edv-hero .edv-copy{width:100%!important;max-width:none!important;margin:0!important;font-size:16px!important;line-height:1.65!important}
  .edv-steps{display:grid!important;grid-template-columns:1fr!important;gap:11px!important;margin-top:22px!important}
  .edv-step{width:100%;font-size:14px}
  .edv-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:10px!important;margin-top:24px!important}
  .edv-actions .edv-btn{width:100%!important;min-width:0!important;white-space:normal;text-align:center}
  .edv-trust{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px 12px!important;width:100%!important;margin-top:20px!important;font-size:13px!important}

  /* Mobile template showcase: large swipe cards, no squeezed 2-column layout. */
  .edv-showcase{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow:visible!important}
  .edv-showcase:before{inset:8% 0!important}
  .edv-showcase-grid{
    display:flex!important;
    width:calc(100% + var(--edv-mobile-pad))!important;
    max-width:none!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding:8px var(--edv-mobile-pad) 18px 0!important;
    transform:none!important;
    overscroll-behavior-inline:contain;
  }
  .edv-showcase-grid::-webkit-scrollbar{display:none}
  .edv-showcase-card,
  .edv-showcase-card:nth-child(2){
    flex:0 0 min(78vw,310px)!important;
    width:min(78vw,310px)!important;
    max-width:min(78vw,310px)!important;
    transform:none!important;
    scroll-snap-align:start;
    border-radius:24px!important;
  }
  .edv-showcase-card img{width:100%;aspect-ratio:4/5!important;object-fit:cover}
  .edv-showcase-meta{padding:14px!important}
  .edv-showcase-meta b{font-size:19px!important}

  /* Shared section rhythm */
  .edv-section{padding:58px 0!important;overflow:hidden!important}
  .edv-center{text-align:left!important;width:100%!important}
  .edv-kicker{text-align:left;font-size:11px!important;letter-spacing:.15em!important}
  .edv-title{
    width:100%!important;max-width:100%!important;
    margin:10px 0 14px!important;
    font-size:clamp(34px,10vw,44px)!important;
    line-height:1.04!important;
    letter-spacing:-.035em!important;
    overflow:visible!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    text-wrap:balance;
  }
  .edv-center > .edv-copy{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;text-align:left!important}

  /* Events */
  .edv-event-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;gap:11px!important;margin-top:26px!important}
  .edv-event{width:100%!important;min-width:0!important;padding:18px 8px!important;border-radius:19px!important;font-size:14px!important}
  .edv-event .ico{width:43px;height:43px;margin-bottom:9px}

  /* Preview */
  .edv-preview-shell{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;gap:18px!important;margin-top:28px!important}
  .edv-preview-controls{order:2!important;width:100%!important;max-width:100%!important;position:static!important;padding:17px!important;border-radius:22px!important}
  .edv-control-list{display:flex!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;gap:8px!important;padding-bottom:4px;scrollbar-width:none}
  .edv-control-list::-webkit-scrollbar{display:none}
  .edv-choice{flex:0 0 auto;min-width:max-content!important}
  .edv-phone-stage{order:1!important;width:100%!important;max-width:100%!important;min-height:0!important;padding:14px 0!important;overflow:hidden!important;border-radius:28px!important}
  .edv-phone{width:min(100%,360px)!important;max-width:100%!important;margin:0 auto!important;border-width:7px!important;border-radius:34px!important;padding:7px!important}
  .edv-phone-frame{height:min(640px,72vh)!important;min-height:520px;border-radius:25px!important}
  .edv-invite-preview{padding:24px 15px 34px!important}

  /* Content grids */
  .edv-features,.edv-demo-strip,.edv-price-grid{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;gap:14px!important;margin-top:28px!important}
  .edv-feature,.edv-demo-card,.edv-price{width:100%!important;max-width:100%!important;min-width:0!important}
  .edv-feature{padding:22px!important;border-radius:21px!important}
  .edv-demo-card img{width:100%!important;aspect-ratio:16/11!important;object-fit:cover}
  .edv-demo-meta{padding:15px!important}
  .edv-price{padding:24px!important;border-radius:22px!important}
  .edv-price.pop{transform:none!important;margin-top:7px}
  .edv-faq{width:100%!important;max-width:100%!important;margin:26px 0 0!important}

  /* Footer */
  .edv-footer{padding:50px 0 calc(108px + env(safe-area-inset-bottom))!important;overflow:hidden!important}
  .edv-footer-grid{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:28px!important}
  .edv-foot-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;width:100%!important}

  /* Floating UI */
  .edv-mobilebar{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;width:100vw!important;max-width:100vw!important;left:0!important;right:0!important;bottom:0!important;padding:10px max(12px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))!important;box-sizing:border-box!important}
  .edv-mobilebar .edv-btn{width:100%!important;min-width:0!important;padding-left:10px!important;padding-right:10px!important}
  .edv-ai-toggle{right:14px!important;left:auto!important;bottom:calc(82px + env(safe-area-inset-bottom))!important;width:56px;height:56px;border-radius:18px}
  .edv-ai-panel{left:12px!important;right:12px!important;width:auto!important;max-width:none!important;bottom:calc(148px + env(safe-area-inset-bottom))!important}
  .edv-toast{left:12px!important;right:12px!important;width:auto!important}

  /* Catch accidental fixed/absolute overflow from content. */
  .edv-hero-grid *, .edv-section *{max-inline-size:100%}
  .edv-showcase-grid .edv-showcase-card,
  .edv-control-list .edv-choice{max-inline-size:none}
}

@media (max-width: 380px){
  :root{--edv-mobile-pad:14px}
  .edv-brand img{height:40px!important;max-width:138px!important}
  .edv-hero h1{font-size:clamp(36px,11.6vw,44px)!important}
  .edv-title{font-size:clamp(31px,9.8vw,38px)!important}
  .edv-trust{grid-template-columns:1fr!important}
  .edv-showcase-card,.edv-showcase-card:nth-child(2){flex-basis:82vw!important;width:82vw!important;max-width:82vw!important}
}
