*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif}.euda-who-we-are{background-color:var(--who-we-are-bg, #F8FAFB);width:100%;padding:0;margin:0}.euda-who-we-are__container{max-width:1400px;margin:0 auto;padding:24px 48px;text-align:center}.euda-who-we-are__text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:1.6;color:var(--who-we-are-text, #203456)}.euda-who-we-are__text p{margin:0;padding:0}@media (max-width: 768px){.euda-who-we-are__container{padding:20px 24px}.euda-who-we-are__text{font-size:14px}}.hero-euda-index{background-color:#e3edfd;width:100%;padding:100px 0 60px;margin-top:-100px}.hero-euda-index__container{max-width:1400px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.hero-euda-index__content{display:flex;flex-direction:column;gap:24px}.hero-euda-index__heading{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:120px;font-weight:700;line-height:1.1;color:#203456;margin:0}.hero-euda-index__subheading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:500;line-height:1.5;color:#203456;margin:0;max-width:600px}.hero-euda-index__button-wrapper{margin-top:16px}.hero-euda-index__button{display:inline-block;padding:16px 40px;background-color:#3ee581;color:#131f34;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:background-color .2s ease,transform .2s ease}.hero-euda-index__button:hover{background-color:#35d073;transform:translateY(-2px);color:#131f34}.hero-euda-index__image-wrapper{display:flex;justify-content:flex-end;align-items:center}.hero-euda-index__image{width:100%;max-width:480px;height:auto;object-fit:contain;border-radius:16px}@media (max-width: 1200px){.hero-euda-index__heading{font-size:96px}.hero-euda-index__subheading{font-size:20px}.hero-euda-index__container{gap:60px}}@media (max-width: 968px){.hero-euda-index__container{grid-template-columns:1fr;gap:48px;padding:0 32px}.hero-euda-index{padding:140px 0 60px;margin-top:-80px}.hero-euda-index__heading{font-size:72px}.hero-euda-index__subheading{font-size:18px}.hero-euda-index__image-wrapper{justify-content:center}.hero-euda-index__image{max-width:500px}}@media (max-width: 640px){.hero-euda-index{padding:120px 0 48px;margin-top:-70px}.hero-euda-index__container{padding:0 24px;gap:32px}.hero-euda-index__heading{font-size:48px}.hero-euda-index__subheading{font-size:16px}.hero-euda-index__image{max-width:100%}}.euda-product-carousel-index{background-color:var(--product-carousel-bg-color, #F6F9FE);padding:80px 24px;width:100%}.euda-product-carousel-index__container{max-width:1400px;margin:0 auto}.euda-product-carousel-index__heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:600;color:var(--product-carousel-heading-color, #203456);text-align:center;margin-bottom:48px;line-height:1.2}.euda-product-carousel-index__grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc(33.333% - 22px);gap:32px;margin-bottom:48px;padding:8px 0;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.euda-product-carousel-index__grid::-webkit-scrollbar{height:8px}.euda-product-carousel-index__grid::-webkit-scrollbar-track{background:transparent}.euda-product-carousel-index__grid::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.euda-product-carousel-index__grid::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.euda-product-card{background:var(--product-card-bg-color, #FFFFFF);border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #0000000f;scroll-snap-align:start;min-width:0}.euda-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.euda-product-card__link{text-decoration:none;color:inherit;display:block}.euda-product-card__image-wrapper{width:100%;aspect-ratio:1;overflow:hidden;background:#f6f9fe;display:flex;align-items:center;justify-content:center}.euda-product-card__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.euda-product-card__image--placeholder{width:80%;height:80%;object-fit:contain}.euda-product-card__info{padding:20px;text-align:center}.euda-product-card__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:var(--product-card-title-color, #131F34);margin-bottom:8px;line-height:1.3}.euda-product-card__price{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;color:var(--product-card-price-color, #131F34)}.euda-product-carousel-index__button-wrapper{display:flex;justify-content:center;margin-top:48px}.euda-product-carousel-index__button{display:inline-block;padding:16px 48px;background-color:#131f34;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:background-color .2s ease,transform .2s ease}.euda-product-carousel-index__button:hover{background-color:#0a1422;transform:translateY(-2px);color:#fff}.euda-product-carousel-index__carousel-wrapper{position:relative;margin-bottom:24px}.euda-product-carousel-index__nav-button{position:absolute;top:50%;transform:translateY(-50%);background:var(--product-nav-button-bg, #FFFFFF);border:2px solid var(--product-nav-button-border, #203456);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px #20345626;transition:all .3s ease;color:var(--product-nav-button-color, #203456)}.euda-product-carousel-index__nav-button:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #20345640;background:var(--product-nav-button-border, #203456);color:var(--product-nav-button-bg, #FFFFFF)}.euda-product-carousel-index__nav-button--prev{left:-20px}.euda-product-carousel-index__nav-button--next{right:-20px}.euda-product-carousel-index__dots{display:none;justify-content:center;gap:12px;margin-top:32px;margin-bottom:24px}.euda-product-carousel-index__dot{width:10px;height:10px;border-radius:50%;border:1px solid var(--product-nav-button-color, #203456);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.euda-product-carousel-index__dot.is-active{background:var(--product-nav-button-color, #203456)}.euda-product-carousel-index__dot:hover{transform:scale(1.2);border-color:var(--product-nav-button-color, #203456);opacity:.7}@media (max-width: 768px){.euda-product-carousel-index{padding:60px 24px}.euda-product-carousel-index__heading{font-size:36px}.euda-product-carousel-index__grid{grid-auto-columns:calc(80% - 16px);gap:24px}.euda-product-carousel-index__dots{display:flex}}.euda-blog-index{background-color:var(--blog-bg-color, #FFFFFF);padding:80px 24px;width:100%}.euda-blog-index__container{max-width:1400px;margin:0 auto}.euda-blog-index__heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:600;color:var(--blog-heading-color, #203456);text-align:center;margin-bottom:16px;line-height:1.2}.euda-blog-index__subheading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:400;color:var(--blog-subheading-color, #203456);text-align:center;margin-bottom:48px;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.6}.euda-blog-index__grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc(33.333% - 22px);gap:32px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent;padding-bottom:16px}.euda-blog-index__grid::-webkit-scrollbar{height:8px}.euda-blog-index__grid::-webkit-scrollbar-track{background:transparent}.euda-blog-index__grid::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.euda-blog-index__grid::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.euda-blog-card{background:var(--blog-card-bg-color, #EDEFF3);border-radius:16px;overflow:hidden;scroll-snap-align:start;min-width:0}.euda-blog-card__image-wrapper{width:100%;aspect-ratio:4/3;overflow:hidden;background:#d0d4db}.euda-blog-card__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.euda-blog-card__image--placeholder{width:100%;height:100%;object-fit:cover}.euda-blog-card__content{padding:24px}.euda-blog-card__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:var(--blog-card-title-color, #203456);margin-bottom:12px;line-height:1.3}.euda-blog-card__excerpt{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;color:var(--blog-card-text-color, #5F6C7B);line-height:1.6}.euda-blog-index__carousel-wrapper{position:relative}.euda-blog-index__nav-button{position:absolute;top:50%;transform:translateY(-50%);background:var(--blog-nav-button-bg, #FFFFFF);border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 12px #00000026;transition:all .3s ease;color:var(--blog-nav-button-color, #203456)}.euda-blog-index__nav-button:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0003}.euda-blog-index__nav-button--prev{left:-24px}.euda-blog-index__nav-button--next{right:-24px}.euda-blog-index__dots{display:none;justify-content:center;gap:12px;margin-top:32px}.euda-blog-index__dot{width:10px;height:10px;border-radius:50%;border:1px solid var(--blog-nav-button-color, #203456);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.euda-blog-index__dot.is-active{background:var(--blog-nav-button-color, #203456)}.euda-blog-index__dot:hover{transform:scale(1.2);border-color:var(--blog-nav-button-color, #203456);opacity:.7}@media (max-width: 768px){.euda-blog-index{padding:60px 24px}.euda-blog-index__heading{font-size:36px}.euda-blog-index__subheading{font-size:16px}.euda-blog-index__grid{grid-auto-columns:calc(85% - 16px);gap:24px}.euda-blog-card__title{font-size:20px}.euda-blog-card__excerpt{font-size:14px}.euda-blog-index__nav-button{display:none;width:40px;height:40px;border:2px solid #E8F3FA;background:#fff;color:#203456}.euda-blog-index__nav-button:hover{background:#203456;color:#fff;border-color:#203456}.euda-blog-index__nav-button--prev{left:-2px}.euda-blog-index__nav-button--next{right:-2px}.euda-blog-index__dots{display:flex}}@media (max-width: 768px){.euda-product-carousel-index__nav-button{display:none}}.skip-to-content-link,a.skip-to-content-link,.shopify-policy__container .skip-to-content-link{display:none!important}.euda-header{position:sticky;top:0;z-index:1100;padding:16px 32px;margin-top:0;padding-top:max(16px,env(safe-area-inset-top))}.euda-header:before{content:none}.euda-header__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:#ffffffe6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:20px;padding:14px 32px;box-shadow:0 4px 12px #00000014;max-width:calc(100% - 64px);margin:0 auto}.euda-header__brand{display:inline-flex;align-items:center;margin-right:32px}.euda-header__logo{height:44px;width:auto;display:block}.euda-header__nav{justify-self:start}.euda-header__menu{display:flex;gap:40px;margin:0;padding:0;list-style:none}.euda-header__link{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;font-weight:600;color:#383838;text-decoration:none}.euda-header__link:hover{text-decoration:underline;text-decoration-thickness:2px}.euda-header__actions{display:inline-flex;align-items:center;gap:20px}.euda-header__action{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.euda-header__cart{position:relative}.euda-header__icon{width:22px;height:22px;display:block}.euda-header__cart-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:2px 5px;background-color:#ff6b35;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:600;line-height:1;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;pointer-events:none;transition:transform .2s ease}.euda-header__cart-badge.bounce{animation:cartBadgeBounce .6s ease}@keyframes cartBadgeBounce{0%,to{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(.9)}75%{transform:scale(1.1)}}@keyframes flyToCart{0%{opacity:1;transform:translate(0) scale(1)}50%{opacity:.8}to{opacity:0;transform:translate(var(--fly-x),var(--fly-y)) scale(.3)}}.flying-item{position:fixed;width:20px;height:20px;background-color:#ff6b35;border-radius:50%;pointer-events:none;z-index:9999;animation:flyToCart .8s cubic-bezier(.25,.46,.45,.94) forwards}.euda-header__hamburger{display:none;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;position:relative;z-index:1200;transition:transform .2s ease}.euda-header__hamburger:hover{transform:scale(1.05)}.euda-header__hamburger:active{transform:scale(.95)}.euda-header__hamburger-line{width:24px;height:2px;background-color:#383838;border-radius:2px;transition:all .3s ease;display:block}.euda-header__hamburger--active .euda-header__hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.euda-header__hamburger--active .euda-header__hamburger-line:nth-child(2){opacity:0;transform:translate(-10px)}.euda-header__hamburger--active .euda-header__hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.euda-mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1150;pointer-events:none}.euda-mobile-menu--active{pointer-events:auto}.euda-mobile-menu__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);transition:all .3s ease;z-index:1}.euda-mobile-menu--active .euda-mobile-menu__backdrop{background-color:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.euda-mobile-menu__drawer{position:absolute;top:0;left:0;bottom:0;width:90%;max-width:400px;background-color:#fff;box-shadow:2px 0 24px #00000026;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:2;display:flex;flex-direction:column;overflow-y:auto}.euda-mobile-menu--active .euda-mobile-menu__drawer{transform:translate(0)}.euda-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #E8E8E8;background-color:#fff;position:sticky;top:0;z-index:10;padding-top:max(20px,env(safe-area-inset-top))}.euda-mobile-menu__logo{height:36px;width:auto}.euda-mobile-menu__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#383838;border-radius:8px;transition:all .2s ease}.euda-mobile-menu__close:hover{background-color:#f5f5f5;transform:scale(1.05)}.euda-mobile-menu__close:active{transform:scale(.95)}.euda-mobile-menu__list{list-style:none;margin:0;padding:24px 0;flex:1}.euda-mobile-menu__item{margin:0}.euda-mobile-menu__link{display:block;padding:16px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:600;color:#203456;text-decoration:none;transition:all .2s ease;border-left:4px solid transparent}.euda-mobile-menu__link:hover,.euda-mobile-menu__link:focus{background-color:#f8f9fa;border-left-color:#3ee581;color:#131f34}.euda-mobile-menu__link:active{background-color:#e8e8e8}.euda-mobile-menu__actions{padding:24px;border-top:1px solid #E8E8E8;display:flex;flex-direction:column;gap:12px;background-color:#fafafa}.euda-mobile-menu__action-button{display:flex;align-items:center;gap:12px;padding:14px 20px;background-color:#fff;border:1px solid #E8E8E8;border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;color:#383838;text-decoration:none;transition:all .2s ease}.euda-mobile-menu__action-button:hover,.euda-mobile-menu__action-button:focus{background-color:#f8f9fa;border-color:#3ee581;transform:translateY(-2px);box-shadow:0 4px 12px #3ee58126}.euda-mobile-menu__action-button:active{transform:translateY(0)}.euda-mobile-menu__action-icon{width:20px;height:20px}@media (max-width: 968px){.euda-header__hamburger{display:flex}.euda-mobile-menu{display:block}.euda-header__nav{display:none}.euda-header{padding:0;padding-top:env(safe-area-inset-top,0)}.euda-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:-1;pointer-events:none}.euda-header__row{grid-template-columns:1fr auto 1fr;padding:12px 16px;max-width:100%;border-radius:0;gap:16px}.euda-header__brand{margin-right:0;justify-self:center;grid-column:2}.euda-header__hamburger{justify-self:start}.euda-header__actions{justify-self:end}.euda-header__logo{height:32px}.euda-header__actions a[href*=search]{display:none}.euda-header__actions{gap:12px}.euda-header__action{width:36px;height:36px}.euda-header__icon{width:20px;height:20px}.euda-header__cart-badge{top:-4px;right:-4px;min-width:16px;height:16px;font-size:10px;padding:2px 4px}}@media (max-width: 480px){.euda-header{padding:0;padding-top:env(safe-area-inset-top,0)}.euda-header__row{padding:10px 12px;border-radius:0;gap:12px}.euda-header__logo{height:28px}.euda-header__actions{gap:8px}.euda-header__action{width:32px;height:32px}.euda-header__icon{width:18px;height:18px}.euda-mobile-menu__drawer{width:90%}.euda-mobile-menu__link{font-size:16px;padding:14px 20px}.euda-mobile-menu__header{padding:16px 20px}.euda-mobile-menu__logo{height:30px}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:auto}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .3s ease}.cart-drawer[aria-hidden=false] .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:480px;background-color:#fff;box-shadow:-4px 0 24px #00000026;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 20px;border-bottom:1px solid #E5E7EB}.cart-drawer__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;color:#1c1c1c;margin:0;display:flex;align-items:center;gap:8px}.cart-drawer__count{min-width:24px;height:24px;padding:2px 8px;background-color:#ff6b35;color:#fff;font-size:12px;font-weight:600;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.cart-drawer__close{width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.cart-drawer__close:hover{background-color:#f3f4f6}.cart-drawer__content{flex:1;overflow-y:auto;padding:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}#cart-drawer-content.cart-drawer__content{justify-content:flex-start!important;align-content:flex-start!important}.cart-drawer__items{display:block;margin-top:0}.cart-drawer__items{padding:0}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:16px;padding:20px 24px;border-bottom:1px solid #E5E7EB;position:relative}.cart-drawer__item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background-color:#f9fafb}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__placeholder{width:100%;height:100%;opacity:.3}.cart-drawer__item-details{display:flex;flex-direction:column;gap:6px}.cart-drawer__item-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#060a11;margin:0;line-height:1.4}.cart-drawer__item-message{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:400;font-style:italic;color:#060a11;margin:0;line-height:1.5;opacity:.8}.cart-drawer__item-gifter{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:500;color:#060a11;margin:0;opacity:.6}.cart-drawer__item-price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#060a11;margin:8px 0 0}.cart-drawer__item-remove{width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;color:#6b7280;align-self:flex-start}.cart-drawer__item-remove:hover{background-color:#fee2e2;color:#dc2626}.cart-drawer__item-remove:active{transform:scale(.95)}.euda-cart-item__remove{align-self:start;justify-self:end;width:48px;height:48px}.euda-cart-item__remove svg{width:24px;height:24px}.euda-cart-item__edit{width:48px;height:48px;padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;color:#6b7280;align-self:flex-start}.euda-cart-item__edit:hover{background-color:#f3f4f6;color:#374151}.euda-cart-item__edit:active{transform:scale(.95)}.euda-cart-item__edit svg{width:20px;height:20px}.euda-cart-item__actions{display:flex;flex-direction:column;gap:8px;align-items:center}.euda-edit-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10000}.euda-edit-modal__card{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(560px,92vw);background:#fff;border-radius:12px;padding:20px;z-index:10001;box-shadow:0 10px 30px #00000026;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400}.euda-edit-modal__title{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#203456;margin:0 0 12px}.euda-edit-modal__label{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#5e5d65;margin-top:12px;display:block}.euda-edit-modal__input,.euda-edit-modal__textarea{width:100%;border:1px solid #D1D5DB;border-radius:8px;padding:10px 12px;font-family:Inter,sans-serif;font-size:14px;color:#203456}.euda-edit-modal__textarea{min-height:120px;resize:vertical}.euda-edit-modal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.euda-edit-modal__cancel{background:#fff;border:1px solid #D1D5DB;border-radius:8px;padding:10px 16px;font-weight:600;cursor:pointer}.euda-edit-modal__save{background:#131f34;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-weight:600;cursor:pointer}.euda-edit-modal__save:hover{background:#1a2332}.cart-drawer__empty{padding:60px 24px;text-align:center}.cart-drawer__empty p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#6b7280;margin:0}.cart-drawer__footer{padding:24px 24px 32px;border-top:1px solid #E5E7EB;background-color:#fff}.cart-drawer__total{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;color:#1c1c1c;margin:0 0 16px;text-align:left}.cart-drawer__total-amount{font-weight:600}.cart-drawer__buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.cart-drawer__buttons form{width:100%;margin:0}.cart-drawer__view-cart-button{display:block;width:100%;padding:16px 24px;background-color:#fff;color:#0a101a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;text-align:center;text-decoration:none;border:2px solid #0A101A;border-radius:8px;cursor:pointer;transition:all .2s ease}.cart-drawer__view-cart-button:hover{background-color:#f5f5f5;transform:translateY(-1px);box-shadow:0 4px 12px #0a101a1a}.cart-drawer__checkout-button{display:block;width:100%;padding:16px 24px;background-color:#0a101a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;text-align:center;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.cart-drawer__checkout-button:hover{background-color:#1a2332;transform:translateY(-1px);box-shadow:0 4px 12px #0a101a33}@media (max-width: 640px){.cart-drawer__panel{max-width:100%}.cart-drawer__buttons{grid-template-columns:1fr}.cart-drawer__view-cart-button,.cart-drawer__checkout-button{padding:14px 20px;font-size:15px}}.cart-page{max-width:1400px;margin:0 auto;padding:60px 48px 80px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cart-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700;color:#203456;margin:0 0 32px}.cart-items{background:#fff;border-radius:0;padding:0;margin-bottom:40px;box-shadow:none;border-bottom:1px solid #E5E7EB}.cart-items table{width:100%;border-collapse:collapse}.cart-items thead th{display:none}.cart-items tbody tr{border-bottom:1px solid #E5E7EB;padding:32px 0}.cart-items tbody tr:last-child{border-bottom:none}.cart-items tbody td{padding:0;vertical-align:top}.cart-items__media-image{width:160px;height:160px;object-fit:contain;border-radius:8px;border:1px solid #E5E7EB;background:#f9fafb}.cart-items__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:24px!important;font-weight:700!important;color:#203456!important;margin:0 0 16px!important;text-decoration:none!important;display:block!important}.cart-items__title:hover{color:#203456!important}.cart-items__properties dt{display:none!important}.cart-items__properties dd,.cart-personalization-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:16px!important;font-weight:400!important;color:#010101!important;line-height:1.5!important;margin:12px 0!important}.cart-items__variant,.cart-items__variants,.cart-items__quantity,.cart-personalized-quantity,.cart-fixed-quantity,.cart-personalized-note,.cart-items__remove{display:none!important}.cart-items__price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:20px!important;font-weight:600!important;color:#010101!important;text-align:left!important;margin-top:16px!important}.cart__summary-inner{background:#fff!important;border:1px solid #E5E7EB!important;border-radius:12px!important;padding:32px!important}.cart__summary-totals{background:transparent!important;border-radius:0!important;padding:0!important;margin-bottom:24px!important}.cart__summary-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:16px!important;color:#010101!important}.cart__total{border-top:2px solid #E5E7EB!important;padding-top:20px!important;margin-top:12px!important;font-size:20px!important;font-weight:700!important}.cart__total-label{font-weight:700!important;color:#010101!important}.cart__total-value{font-size:20px!important;font-weight:700!important;color:#010101!important}.cart-discount{display:none!important}.cart__checkout-button{width:100%!important;padding:16px 32px!important;background-color:#131f34!important;color:#fff!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:16px!important;font-weight:600!important;text-align:center!important;text-decoration:none!important;border:none!important;border-radius:8px!important;cursor:pointer!important;transition:all .2s ease!important;margin-bottom:12px!important}.cart__checkout-button:hover{background-color:#0d1624!important}.additional-checkout-buttons button,.additional-checkout-buttons iframe,shopify-accelerated-checkout-cart button,.shopify-payment-button__button{background-color:#fff!important;color:#383838!important;border:1px solid #989898!important;border-radius:8px!important;padding:14px 32px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:16px!important;font-weight:400!important;margin-bottom:12px!important;width:100%!important;transition:all .2s ease!important}.additional-checkout-buttons button:hover,shopify-accelerated-checkout-cart button:hover,.shopify-payment-button__button:hover{background-color:#f9fafb!important}.cart__trust-badges{display:flex;justify-content:center;align-items:center;gap:48px;margin-top:32px;padding-top:24px;border-top:1px solid #E5E7EB}.cart__trust-badge{display:flex;flex-direction:column;align-items:center;gap:8px}.cart__trust-badge-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.cart__trust-badge-icon svg{width:100%;height:100%;fill:#203456}.cart__trust-badge-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#203456;text-align:center}.tax-note{font-size:13px!important;color:#6b7280!important;margin-top:0!important;padding-top:0!important;border-top:none!important}.cart-page--empty{text-align:center;padding:80px 20px}.cart-page--empty .cart-title{margin-bottom:24px}.cart__empty-text{font-size:18px;color:#6b7280;margin:0 0 32px}.cart__continue-shopping,.cart-items__empty-button{display:inline-block;padding:16px 32px!important;background-color:#131f34!important;color:#fff!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:16px!important;font-weight:600!important;text-decoration:none!important;border-radius:8px!important;border:none!important;transition:all .2s ease!important}.cart__continue-shopping:hover,.cart-items__empty-button:hover{background-color:#0d1624!important}@media (max-width: 968px){.cart-page{padding:40px 24px 60px}.cart-title{font-size:28px;margin-bottom:24px}.cart-items{padding:0}.cart-items__media-image{width:120px;height:120px}.cart__summary-inner{position:static!important;margin-top:32px}.cart__trust-badges{gap:32px}}@media (max-width: 640px){.cart-page{padding:30px 16px 50px}.cart-title{font-size:24px;margin-bottom:20px}.cart-items tbody tr{padding:24px 0}.cart-items__media-image{width:100%;max-width:160px;height:auto;margin-bottom:16px}.cart-items__title{font-size:20px!important}.cart__summary-inner{padding:24px!important}.cart__trust-badges{flex-direction:column;gap:24px}.cart__checkout-button{padding:14px 24px!important;font-size:15px!important}}.euda-cart-page{width:100%;background:#fff;padding:60px 0 80px}.euda-cart-page__container{max-width:1400px;margin:0 auto;padding:0 48px}.euda-cart-page__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700;color:#203456;margin:0 0 40px}.euda-cart-page__layout{display:grid;grid-template-columns:1fr 450px;gap:60px;align-items:start}.euda-cart-items{display:flex;flex-direction:column;gap:32px}.euda-cart-item{display:grid;grid-template-columns:160px 1fr auto;gap:24px;padding-bottom:32px;border-bottom:1px solid #E5E7EB}.euda-cart-item:last-child{border-bottom:none;padding-bottom:0}.euda-cart-item__image-wrapper{width:160px;height:160px;background:#f9fafb;border-radius:8px;border:1px solid #E5E7EB;display:flex;align-items:center;justify-content:center;overflow:hidden}.euda-cart-item__image{width:100%;height:100%;object-fit:contain}.euda-cart-item__details{display:flex;flex-direction:column;gap:12px}.euda-cart-item__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:700;color:#203456;margin:0;line-height:1.3}.euda-cart-item__title a{color:inherit;text-decoration:none}.euda-cart-item__title a:hover{color:#131f34}.euda-cart-item__personalization{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;color:#203456;line-height:1.5;margin:0;white-space:pre-line}.euda-cart-item__price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600;color:#010101;margin-top:4px}.euda-cart-summary{position:sticky;top:120px}.euda-cart-summary__inner{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:32px}.euda-cart-summary__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:700;color:#203456;margin:0 0 24px}.euda-cart-summary__totals{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.euda-cart-summary__line{display:flex;justify-content:space-between;align-items:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;color:#203456}.euda-cart-summary__line--total{border-top:2px solid #E5E7EB;padding-top:16px;margin-top:8px;font-size:20px;font-weight:700}.euda-cart-summary__line--discount{color:#16a34a}.euda-cart-summary__tax-note{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;color:#6b7280;margin:16px 0 0;line-height:1.4}.euda-cart-summary__buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.euda-cart-summary__buttons form{width:100%}.euda-cart-summary__checkout-button{width:100%;padding:16px 32px;background-color:#131f34;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;text-align:center;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.euda-cart-summary__checkout-button:hover{background-color:#0d1624}.euda-cart-summary__accelerated{display:flex;flex-direction:column;gap:12px}.euda-cart-summary__accelerated .shopify-payment-button,.euda-cart-summary__accelerated shopify-accelerated-checkout-cart{width:100%}.euda-cart-summary__accelerated button,.euda-cart-summary__accelerated .shopify-payment-button__button{width:100%!important;background-color:#fff!important;color:#383838!important;border:1px solid #989898!important;border-radius:8px!important;padding:14px 32px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:16px!important;font-weight:400!important;transition:background-color .2s ease!important}.euda-cart-summary__accelerated button:hover,.euda-cart-summary__accelerated .shopify-payment-button__button:hover{background-color:#f9fafb!important}.euda-cart-summary__trust-badges{display:flex;justify-content:center;align-items:center;gap:48px;padding-top:24px;border-top:1px solid #E5E7EB}.euda-cart-trust-badge{display:flex;flex-direction:column;align-items:center;gap:8px}.euda-cart-trust-badge__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.euda-cart-trust-badge__text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#203456;text-align:center}.euda-cart-empty{text-align:center;padding:80px 20px}.euda-cart-empty__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700;color:#203456;margin:0 0 16px}.euda-cart-empty__text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;color:#6b7280;margin:0 0 32px}.euda-cart-empty__button{display:inline-block;padding:16px 32px;background-color:#131f34;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:background-color .2s ease}.euda-cart-empty__button:hover{background-color:#0d1624}@media (max-width: 1200px){.euda-cart-page__layout{grid-template-columns:1fr 400px;gap:40px}}@media (max-width: 968px){.euda-cart-page{padding:40px 0 60px}.euda-cart-page__container{padding:0 24px}.euda-cart-page__title{font-size:28px;margin-bottom:32px}.euda-cart-page__layout{grid-template-columns:1fr;gap:40px}.euda-cart-summary{position:static}.euda-cart-item{grid-template-columns:100px 1fr auto;gap:16px}.euda-cart-item__image-wrapper{width:100px;height:100px}.euda-cart-item__title{font-size:20px}.euda-cart-summary__trust-badges{gap:32px}}@media (max-width: 640px){.euda-cart-page{padding:30px 0 50px}.euda-cart-page__container{padding:0 16px}.euda-cart-page__title{font-size:24px;margin-bottom:24px}.euda-cart-item__title{font-size:18px}.euda-cart-item__personalization{font-size:15px}.euda-cart-item{grid-template-columns:1fr;gap:16px}.euda-cart-item__image-wrapper{width:100%;max-width:260px;height:auto;aspect-ratio:3 / 4;margin:0 auto 4px}.euda-cart-item__details{gap:10px}.euda-cart-item__price{font-size:18px}.euda-cart-item__actions{flex-direction:row;justify-content:flex-end;gap:12px}.euda-cart-summary__inner{padding:24px}.euda-cart-summary__trust-badges{flex-direction:column;gap:24px}}.hero-wrapper{position:relative;width:100%;margin:0;padding:0}.hero{position:relative;width:100%;min-height:600px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.hero__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer}.hero__container{position:relative;width:100%;min-height:inherit;display:flex;align-items:center;justify-content:flex-start;padding:0}.hero__media-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%}.hero__image,.hero__video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero__content-wrapper{position:relative;z-index:2;padding:80px 48px;text-align:left;max-width:1200px;width:100%;margin:0 auto}.hero__content-wrapper h1,.hero__content-wrapper h2,.hero__content-wrapper .text-block h1,.hero__content-wrapper .text-block h2{font-family:Founders Grotesk,system-ui,-apple-system,sans-serif!important;font-weight:700!important;font-size:120px!important;line-height:100px!important;letter-spacing:-.02em!important;margin-bottom:72px!important;color:#fff!important;max-width:682px}.hero__content-wrapper p,.hero__content-wrapper .text-block p{font-family:Inter,system-ui,-apple-system,sans-serif!important;font-weight:500!important;font-size:24px!important;line-height:32px!important;letter-spacing:0!important;color:#fff!important;margin-bottom:24px!important;max-width:638px}.hero__content-wrapper .button,.hero__content-wrapper a[href]:not([class*=link]),.hero__content-wrapper .button-block a{display:inline-block!important;padding:16px 32px!important;background:#3ee581!important;color:#fff!important;font-family:Inter,system-ui,-apple-system,sans-serif!important;font-weight:600!important;font-size:16px!important;text-decoration:none!important;border-radius:8px!important;border:none!important;cursor:pointer;transition:all .2s ease}.hero__content-wrapper .button:hover,.hero__content-wrapper a[href]:not([class*=link]):hover,.hero__content-wrapper .button-block a:hover{background:#35d074!important;transform:translateY(-2px);box-shadow:0 4px 12px #3ee5814d}@media (max-width: 749px){.hero{min-height:500px}.hero__content-wrapper{padding:48px 24px}.hero__content-wrapper h1,.hero__content-wrapper h2,.hero__content-wrapper .text-block h1,.hero__content-wrapper .text-block h2{font-size:60px!important;line-height:56px!important;margin-bottom:40px!important}.hero__content-wrapper p,.hero__content-wrapper .text-block p{font-size:18px!important;line-height:28px!important}}.blog-grid{padding:80px 24px}.blog-grid__container{max-width:1200px;margin:0 auto}.blog-grid__heading{font-family:Founders Grotesk,system-ui,-apple-system,sans-serif;font-weight:700;font-size:clamp(1.75rem,4vw,2.5rem);color:#131f34;margin-bottom:48px;text-align:center}.blog-grid__articles{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.blog-grid__article{background:#fff;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(0,0,0,.08)}.blog-grid__article:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.blog-grid__image{width:100%;height:240px;object-fit:cover}.blog-grid__content{padding:24px}.blog-grid__title{font-family:Founders Grotesk,system-ui,-apple-system,sans-serif;font-weight:700;font-size:1.25rem;color:#131f34;margin-bottom:12px;line-height:1.3}.blog-grid__excerpt{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.9375rem;color:#383838;line-height:1.6;margin-bottom:16px}.blog-grid__link{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:.9375rem;color:#3ee581;text-decoration:none}.blog-grid__link:hover{text-decoration:underline}.product-list{padding:80px 24px;background:#f8f9fa}.product-list__container{max-width:1400px;margin:0 auto}.product-list__heading{font-family:Founders Grotesk,system-ui,-apple-system,sans-serif;font-weight:700;font-size:clamp(1.75rem,4vw,2.5rem);color:#131f34;margin-bottom:48px;text-align:center}.product-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}.product-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-card__image-wrapper{position:relative;padding-top:100%;overflow:hidden;background:#f5f5f5}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__content{padding:20px}.product-card__title{font-family:Founders Grotesk,system-ui,-apple-system,sans-serif;font-weight:700;font-size:1.125rem;color:#131f34;margin-bottom:8px;line-height:1.3}.product-card__price{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:1rem;color:#3ee581}.section--faqs{padding:80px 24px}.faqs__container{max-width:900px;margin:0 auto}.faqs__heading{font-family:Founders Grotesk,system-ui,-apple-system,sans-serif;font-weight:700;font-size:clamp(1.75rem,4vw,2.5rem);color:#131f34;margin-bottom:48px;text-align:center}.faq{border-bottom:1px solid rgba(0,0,0,.1);padding:24px 0}.faq:last-child{border-bottom:none}.faq__question{font-family:Founders Grotesk,system-ui,-apple-system,sans-serif;font-weight:700;font-size:1.125rem;color:#131f34;margin-bottom:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq__answer{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;color:#383838;line-height:1.7}.faq__answer p{margin-bottom:12px}.faq__answer p:last-child{margin-bottom:0}a.group-block__link{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;pointer-events:auto!important}.group-block__link+*{position:relative;z-index:1}.group-block{position:relative!important;max-height:fit-content!important}.euda-testimonials{background-color:#fff;padding:80px 24px}.euda-testimonials__container{max-width:1400px;margin:0 auto}.euda-testimonials__heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:600;color:var(--testimonials-heading-color, #203456);text-align:center;margin:0 0 16px;line-height:1.2}.euda-testimonials__subheading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;color:var(--testimonials-subheading-color, #203456);text-align:center;max-width:1000px;margin:0 auto 48px;line-height:1.6}.euda-testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-top:48px}.euda-testimonial-card{background-color:var(--testimonials-card-bg-color, #FDF7CC);border:2px solid var(--testimonials-card-border-color, #203456);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:20px;transition:transform .2s ease,box-shadow .2s ease}.euda-testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #20345626}.euda-testimonial-card__header{display:flex;align-items:center;gap:16px}.euda-testimonial-card__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid var(--testimonials-card-border-color, #203456);flex-shrink:0}.euda-testimonial-card__author{display:flex;flex-direction:column;gap:4px}.euda-testimonial-card__name{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:var(--testimonials-card-text-color, #203456);margin:0;display:flex;align-items:center;gap:6px}.euda-testimonial-card__verified{width:20px;height:20px;flex-shrink:0}.euda-testimonial-card__occasion{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:var(--testimonials-card-text-color, #203456);margin:0;opacity:.8}.euda-testimonial-card__rating{display:flex;gap:4px;align-items:center}.euda-testimonial-card__star{width:20px;height:19px}.euda-testimonial-card__quote{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;color:var(--testimonials-card-text-color, #203456);line-height:1.7;margin:0;flex:1}.euda-testimonial-card__link{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:var(--testimonials-card-text-color, #203456);text-decoration:underline;transition:opacity .2s ease;align-self:flex-start}.euda-testimonial-card__link:hover{opacity:.7}@media (min-width: 1024px){.euda-testimonials__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 1023px){.euda-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.euda-testimonials{padding:60px 20px}.euda-testimonials__heading{font-size:36px}.euda-testimonials__subheading{font-size:18px}.euda-testimonials__grid{grid-template-columns:1fr;gap:24px}.euda-testimonial-card{padding:24px}}.euda-prize-draw{background-color:transparent;padding:80px 24px}.euda-prize-draw__container{max-width:80%;margin:0 auto;background-color:#0a101a;border-radius:24px;overflow:hidden;box-shadow:0 8px 32px #0000001f}.euda-prize-draw__content{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:500px}.euda-prize-draw__text-content{padding:80px 60px;display:flex;flex-direction:column;gap:24px;align-items:center}.euda-prize-draw__heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:600;color:#fff;margin:0;line-height:1.2;width:100%}.euda-prize-draw__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;color:#bcc2cc;margin:0;line-height:1.5;max-width:500px}.euda-prize-draw .euda-footer__contact-icons{margin-top:24px;justify-content:center}.euda-prize-draw .euda-footer__contact-link{background:#fff;color:#203456;width:44px;height:44px;border-radius:8px;box-shadow:0 2px 6px #00000014}.euda-prize-draw__terms{margin-top:16px;text-align:center}.euda-prize-draw__terms-link{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#bcc2cc;text-decoration:none;transition:color .2s ease}.euda-prize-draw__terms-link:hover{color:#fff;text-decoration:underline}.euda-prize-draw__form-wrapper{margin-top:8px}.euda-prize-draw__form{display:flex;gap:12px;max-width:500px}.euda-prize-draw__input{flex:1;padding:14px 20px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;border:none;border-radius:8px;background-color:#ffffff1a;color:#fff;transition:background-color .2s ease}.euda-prize-draw__input::placeholder{color:#bcc2cc}.euda-prize-draw__input:focus{outline:none;background-color:#ffffff26}.euda-prize-draw__button{padding:14px 32px;background-color:#3ee581;color:#203456;border:none;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none;display:inline-block;margin-top:24px;text-align:center;max-width:600px;width:75%}.euda-prize-draw__button:hover{background-color:#2fd66f;transform:translateY(-1px)}.euda-prize-draw__button:disabled{cursor:not-allowed;opacity:.6}.euda-prize-draw__button:disabled:hover{transform:none}.euda-prize-draw__success-message{margin-top:20px;padding:16px 24px;background-color:#78ffaf;color:#203456;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;text-align:center;animation:fadeIn .3s ease-in}.euda-prize-draw__image-wrapper{height:100%;min-height:500px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:40px}.euda-prize-draw__image{width:100%;height:100%;max-width:500px;max-height:500px;object-fit:contain;object-position:center;display:block;border-radius:24px}.euda-prize-draw__image--placeholder{width:100%;height:100%}@media (max-width: 1200px){.euda-prize-draw__container{max-width:85%}}@media (max-width: 991px){.euda-prize-draw__container{max-width:95%}.euda-prize-draw__content{grid-template-columns:1fr}.euda-prize-draw__text-content{padding:60px 32px;order:2}.euda-prize-draw__image-wrapper{min-height:400px;order:1}.euda-prize-draw__heading{font-size:36px}.euda-prize-draw__description{font-size:18px}.euda-prize-draw__form{flex-direction:column}.euda-prize-draw__button{width:100%}}@media (max-width: 767px){.euda-prize-draw{padding:60px 16px}.euda-prize-draw__container{max-width:100%;border-radius:20px}.euda-prize-draw__text-content{padding:48px 24px}.euda-prize-draw__heading{font-size:36px}.euda-prize-draw__description{font-size:16px}.euda-prize-draw__image-wrapper{min-height:300px}}.euda-index-faqs{background-color:#fff;padding:80px 24px}.euda-index-faqs__container{max-width:900px;margin:0 auto}.euda-index-faqs__heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:600;color:#203456;text-align:center;margin:0 0 16px;line-height:1.2}.euda-index-faqs__subheading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;color:#203456;text-align:center;max-width:800px;margin:0 auto 48px;line-height:1.6}.euda-index-faqs__list{display:flex;flex-direction:column;gap:0}.euda-faq-item{border-bottom:1px solid rgba(32,52,86,.15);padding:24px 0}.euda-faq-item:first-child{border-top:1px solid rgba(32,52,86,.15)}.euda-faq-item__question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;gap:24px}.euda-faq-item__question::-webkit-details-marker{display:none}.euda-faq-item__question-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#203456;line-height:1.5;flex:1}.euda-faq-item__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.euda-faq-item__icon-minus,.euda-faq-item[open] .euda-faq-item__icon-plus{display:none}.euda-faq-item[open] .euda-faq-item__icon-minus{display:block}.euda-faq-item__answer{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;color:#203456;line-height:1.7;margin-top:16px;padding-right:48px;animation:fadeIn .3s ease}.euda-faq-item__answer p{margin:0;color:#203456}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 767px){.euda-index-faqs{padding:60px 20px}.euda-index-faqs__heading{font-size:36px}.euda-index-faqs__subheading{font-size:18px}.euda-faq-item{padding:20px 0}.euda-faq-item__question{gap:16px}.euda-faq-item__answer{padding-right:0}}@media (min-width: 750px){.blog-grid,.product-list,.section--faqs{padding:120px 48px}}.euda-footer{background-color:var(--footer-bg-color, #C8CEDA);color:var(--footer-text-color, #203456);width:100%}.euda-footer__newsletter{border-bottom:1px solid rgba(32,52,86,.2);padding:48px 24px}.euda-footer__newsletter-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:48px}.euda-footer__newsletter-content{flex:1;max-width:600px}.euda-footer__newsletter-heading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600;color:#203456;margin:0 0 8px}.euda-footer__newsletter-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;color:#203456;margin:0;line-height:1.6}.euda-footer__newsletter-form{flex:0 0 auto}.euda-footer__form{display:flex;gap:12px;align-items:center}.euda-footer__input{min-width:280px;padding:14px 20px;border:1px solid rgba(32,52,86,.2);border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;color:#203456;background-color:#fff;transition:border-color .2s ease}.euda-footer__input:focus{outline:none;border-color:#3ee581}.euda-footer__input::placeholder{color:#20345680}.euda-footer__button{padding:14px 32px;background-color:#3ee581;color:#203456;border:none;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.euda-footer__button:hover{background-color:#2fd66f;transform:translateY(-1px)}.euda-footer__button:disabled{cursor:not-allowed;opacity:.6}.euda-footer__success-message{margin-top:16px;padding:12px 20px;background-color:#3ee581;color:#203456;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600;text-align:center;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.euda-footer__contact{border-bottom:1px solid rgba(32,52,86,.2);padding:48px 24px}.euda-footer__contact-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px}.euda-footer__contact-heading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:43.6px;font-weight:600;color:#203456;margin:0;line-height:1.2;text-align:left;max-width:600px}.euda-footer__contact-icons{display:flex;gap:20px;align-items:center;justify-content:flex-start}.euda-footer__contact-link{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;color:#203456;transition:all .2s ease;border-radius:8px}.euda-footer__contact-link:hover{opacity:.7;transform:translateY(-2px)}.euda-footer__contact-link svg{display:block}.euda-footer__main{padding:64px 24px;border-bottom:1px solid rgba(32,52,86,.2)}.euda-footer__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:80px}.euda-footer__brand{display:flex;align-items:flex-start}.euda-footer__tagline{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:43.6px;font-weight:600;color:#203456;line-height:1.2;margin:0;max-width:600px}.euda-footer__nav{display:grid;grid-template-columns:1fr 1fr;gap:48px}.euda-footer__column-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;color:#203456;margin:0 0 20px}.euda-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.euda-footer__link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;color:#203456;text-decoration:none;transition:opacity .2s ease}.euda-footer__link:hover{opacity:.7}.euda-footer__bottom{padding:32px 24px}.euda-footer__bottom-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.euda-footer__logo-image{height:32px;width:auto}.euda-footer__copyright{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#203456;margin:0}.euda-footer__copyright p{margin:0}@media (max-width: 1024px){.euda-footer__newsletter-container{flex-direction:column;align-items:flex-start}.euda-footer__newsletter-form,.euda-footer__form{width:100%}.euda-footer__input{flex:1;min-width:0}.euda-footer__contact{padding:40px 24px}.euda-footer__contact-heading{font-size:36px}.euda-footer__contact-container{flex-direction:column;align-items:flex-start}.euda-footer__container{grid-template-columns:1fr;gap:48px}.euda-footer__tagline{font-size:36px}}@media (max-width: 768px){.euda-footer__newsletter,.euda-footer__contact{padding:32px 24px}.euda-footer__contact-heading{font-size:28px}.euda-footer__main{padding:48px 24px}.euda-footer__tagline{font-size:28px}.euda-footer__nav{grid-template-columns:1fr 1fr;gap:32px}.euda-footer__bottom-container{flex-direction:column;gap:16px;text-align:center}}@media (max-width: 480px){.euda-footer__form{flex-direction:column;width:100%}.euda-footer__input,.euda-footer__button{width:100%}.euda-footer__contact-heading,.euda-footer__tagline{font-size:24px}}.euda-store-hero{background-color:#e3edfd;width:100%;padding:130px 0 80px;margin-top:-130px}.euda-store-hero__container{max-width:1400px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.euda-store-hero__content{display:flex;flex-direction:column;gap:24px}.euda-store-hero__heading{font-family:Founders Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:120px;font-weight:700;color:#203456;line-height:1.1;margin:0}.euda-store-hero__subheading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:500;color:#203456;line-height:1.5;margin:0;max-width:600px}.euda-store-hero__image-wrapper{display:flex;justify-content:flex-end;align-items:center}.euda-store-hero__image{width:100%;max-width:600px;height:auto;object-fit:contain;border-radius:16px}@media (max-width: 1200px){.euda-store-hero__heading{font-size:96px}.euda-store-hero__subheading{font-size:20px}.euda-store-hero__container{gap:60px}}@media (max-width: 968px){.euda-store-hero__container{grid-template-columns:1fr;gap:48px;padding:0 32px}.euda-store-hero{padding:80px 0 60px;margin-top:0}.euda-store-hero__heading{font-size:72px}.euda-store-hero__subheading{font-size:18px}.euda-store-hero__image-wrapper{justify-content:center}.euda-store-hero__image{max-width:500px}}@media (max-width: 640px){.euda-store-hero{padding:75px 0 48px}.euda-store-hero__container{padding:0 24px;gap:32px}.euda-store-hero__heading{font-size:48px}.euda-store-hero__subheading{font-size:16px}.euda-store-hero__image{max-width:100%}}.euda-competition-hero{background-color:#e3edfd;width:100%;padding:130px 0 80px;margin-top:-130px}.euda-competition-hero__container{max-width:1400px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.euda-competition-hero__content{display:flex;flex-direction:column;gap:24px}.euda-competition-hero__heading{font-family:Founders Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:120px;font-weight:700;color:#203456;line-height:1.1;margin:0}.euda-competition-hero__subheading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:500;color:#203456;line-height:1.5;margin:0;max-width:600px}.euda-competition-hero__image-wrapper{display:flex;justify-content:flex-end;align-items:center}.euda-competition-hero__image{width:100%;max-width:600px;height:auto;object-fit:contain;border-radius:16px}@media (max-width: 1200px){.euda-competition-hero__heading{font-size:96px}.euda-competition-hero__subheading{font-size:20px}.euda-competition-hero__container{gap:60px}}@media (max-width: 968px){.euda-competition-hero__container{grid-template-columns:1fr;gap:48px;padding:0 32px}.euda-competition-hero{padding:80px 0 60px;margin-top:0}.euda-competition-hero__heading{font-size:72px}.euda-competition-hero__subheading{font-size:18px}.euda-competition-hero__image-wrapper{justify-content:center}.euda-competition-hero__image{max-width:500px}}@media (max-width: 640px){.euda-competition-hero{padding:75px 0 48px}.euda-competition-hero__container{padding:0 24px;gap:32px}.euda-competition-hero__heading{font-size:48px}.euda-competition-hero__subheading{font-size:16px}.euda-competition-hero__image{max-width:100%}}.euda-store-products{background-color:#fff;width:100%;padding:80px 0}.euda-store-products__container{max-width:1400px;margin:0 auto;padding:0 48px}.euda-store-products__controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px;gap:24px}.euda-store-products__filters{display:flex;gap:12px;flex-wrap:wrap}.euda-store-products__filter-btn{padding:10px 20px;border:1px solid #989898;border-radius:8px;background-color:transparent;color:#383838;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease}.euda-store-products__filter-btn:hover{background-color:#f5f5f5}.euda-store-products__filter-btn--active{background-color:#131f34;color:#fff;border-color:#131f34}.euda-store-products__sort{display:flex;align-items:center;gap:12px}.euda-store-products__sort-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#383838}.euda-store-products__sort-select{padding:10px 48px 10px 20px;border:1px solid #989898;border-radius:8px;background-color:#fff;color:#383838;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;cursor:pointer;min-width:180px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23383838' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center}.euda-store-products__sort-select:focus{outline:none;border-color:#131f34}.euda-store-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;overflow-x:auto;overflow-y:visible;padding:8px 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.euda-store-product-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(0,0,0,.08);scroll-snap-align:start}.euda-store-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.euda-store-product-card__link{display:block;text-decoration:none;color:inherit}.euda-store-product-card__image-wrapper{position:relative;width:100%;padding-bottom:100%;background-color:#f5f5f5;overflow:hidden}.euda-store-product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.euda-store-product-card__image--placeholder{width:100%;height:100%;opacity:.3}.euda-store-product-card__info{padding:20px}.euda-store-product-card__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:700;color:#131f34;margin:0 0 8px;line-height:1.4}.euda-store-product-card__price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;color:#131f34;margin:0}@media (max-width: 968px){.euda-store-products__controls{flex-direction:column;align-items:flex-start}.euda-store-products__sort{width:100%}.euda-store-products__sort-select{flex:1}.euda-store-products__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 640px){.euda-store-products{padding:60px 0}.euda-store-products__container{padding:0 24px}.euda-store-products__controls{margin-bottom:32px}.euda-store-products__filters{gap:8px;flex-wrap:nowrap;width:100%}.euda-store-products__filter-btn{padding:8px 12px;font-size:13px;flex:1;white-space:nowrap}.euda-store-products__grid{grid-template-columns:1fr;gap:20px}}.euda-commitment{background-color:var(--commitment-bg-color, #E3EDFD);width:100%;padding:80px 0;margin-bottom:80px}.euda-commitment__container{max-width:1400px;margin:0 auto;padding:0 48px}.euda-commitment__heading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700;color:var(--commitment-heading-color, #203456);text-align:center;margin:0 0 64px;line-height:1.3}.euda-commitment__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.euda-commitment__item{text-align:center;display:flex;flex-direction:column;align-items:center}.euda-commitment__icon-circle{width:80px;height:80px;background-color:var(--commitment-icon-bg-color, #B2F5CD);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.euda-commitment__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:600;color:var(--commitment-title-color, #203456);margin:0 0 16px;line-height:1.4}.euda-commitment__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;color:var(--commitment-text-color, #203456);line-height:1.6;margin:0;max-width:400px}@media (max-width: 968px){.euda-commitment__grid{grid-template-columns:1fr;gap:40px}.euda-commitment__heading{font-size:32px;margin-bottom:48px}}@media (max-width: 640px){.euda-commitment{padding:60px 0}.euda-commitment__container{padding:0 24px}.euda-commitment__heading{font-size:28px;margin-bottom:40px}.euda-commitment__icon-circle{width:70px;height:70px}.euda-commitment__title{font-size:16px}.euda-commitment__description{font-size:14px}}.euda-nav{background-color:#fff;width:100%;padding:154px 0 16px;margin-top:-130px}.euda-nav__container{max-width:1400px;margin:0 auto;padding:0 48px}.euda-nav__list{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}.euda-nav__item{display:inline-flex}.euda-nav__link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#7b7b7b;text-decoration:none;transition:color .2s ease}.euda-nav__link:hover{color:#203456}.euda-nav__separator{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#7b7b7b;-webkit-user-select:none;user-select:none}.euda-nav__current{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#7b7b7b;text-decoration:underline}@media (max-width: 768px){.euda-nav{padding:146px 0 12px}.euda-nav__container{padding:0 24px}.euda-nav__link,.euda-nav__separator,.euda-nav__current{font-size:13px}}.euda-product{background-color:#fff;width:100%;padding:40px 0 80px;margin-top:0}.euda-product__container{max-width:1400px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"type gallery" "title gallery" "details gallery";gap:0 80px;align-items:start}.euda-product__type{grid-area:type}.euda-product__title{grid-area:title}.euda-product__details{grid-area:details}.euda-product__gallery{grid-area:gallery}.euda-product__gallery{position:sticky;top:150px}.euda-product__gallery-container{position:relative;width:100%}.euda-product__main-image-wrapper{position:relative;width:100%;overflow:hidden;border-radius:12px;background-color:#f5f5f5}.euda-product__main-image-track{display:flex;transition:transform .4s cubic-bezier(.4,0,.2,1)}.euda-product__main-image{min-width:100%;aspect-ratio:1;background-color:#f5f5f5}.euda-product__main-image img{width:100%;height:100%;object-fit:cover;display:block}.euda-product__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#203456;transition:all .3s ease;z-index:10;box-shadow:0 4px 12px #00000026}.euda-product__gallery-arrow:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #0003}.euda-product__gallery-arrow:active{transform:translateY(-50%) scale(.95)}.euda-product__gallery-arrow--prev{left:8px}.euda-product__gallery-arrow--next{right:8px}.euda-product__gallery-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px}.euda-product__gallery-dot{width:10px;height:10px;border-radius:50%;border:1px solid #203456;background:transparent;cursor:pointer;padding:0;transition:all .2s ease}.euda-product__gallery-dot:hover{background:#2034564d}.euda-product__gallery-dot--active{background:#203456;width:12px;height:12px}.euda-product__placeholder{width:100%;height:100%;opacity:.3}.euda-product__details{display:flex;flex-direction:column;gap:24px}.euda-product__type{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;color:#5e5d65;letter-spacing:.5px;margin-bottom:-8px}.euda-product__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:48px;font-weight:600;color:#203456;line-height:1.2;margin:0}.euda-product__price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:400;color:#203456;margin:0}.euda-product__price-breakdown{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#5f6c7b;margin:8px 0 0;line-height:1.5}.euda-product__price-note{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#5f6c7b}.euda-product__info-icon-wrapper{position:relative;display:inline-flex;align-items:center;margin-left:6px;vertical-align:text-bottom;cursor:help;line-height:0;transform:translateY(-1px)}.euda-product__info-icon{display:block;flex-shrink:0;width:16px;height:16px}.euda-product__info-tooltip{visibility:hidden;opacity:0;position:absolute;bottom:125%;left:50%;transform:translate(-50%);background-color:#203456;color:#fff;padding:12px 16px;border-radius:8px;font-size:13px;line-height:1.6;white-space:nowrap;z-index:1000;box-shadow:0 4px 12px #00000026;transition:opacity .2s ease,visibility .2s ease;pointer-events:none}.euda-product__info-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#203456}.euda-product__info-icon-wrapper:hover .euda-product__info-tooltip{visibility:visible;opacity:1}@media (max-width: 768px){.euda-product__info-tooltip{white-space:normal;max-width:calc(100vw - 48px);width:max-content;min-width:300px;left:50%;right:auto;transform:translate(-50%);bottom:calc(100% + 8px);font-size:12px;padding:10px 14px}.euda-product__info-tooltip:after{left:50%;right:auto;transform:translate(-50%)}}.euda-product__about{display:flex;flex-direction:column;gap:12px}.euda-product__about-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#5e5d65;margin:0}.euda-product__tags{display:flex;flex-wrap:wrap;gap:8px}.euda-product__tag{display:inline-block;padding:6px 12px;background-color:#ecf3fe;border:1px solid #D9E7FD;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#175cd3}.euda-product__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;color:#203456;line-height:1.6}.euda-product__description ul,.euda-product__description ol{padding-left:32px;margin:16px 0}.euda-product__description li{margin-bottom:12px}.euda-product__form-wrapper{margin-top:4px}.euda-product__form{display:flex;flex-direction:column;gap:16px}.euda-product__personalization{display:flex;flex-direction:column;gap:8px}.euda-product__label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#5e5d65}.euda-product__input,.euda-product__textarea{width:100%;padding:12px 16px;border:1px solid #989898;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;color:#203456;transition:border-color .2s ease}.euda-product__input:focus,.euda-product__textarea:focus{outline:none;border-color:#203456}.euda-product__input::placeholder,.euda-product__textarea::placeholder{color:#989898}.euda-product__textarea{resize:vertical;min-height:120px}.euda-product__char-count{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:400;color:#5e5d65;text-align:right;margin-top:-4px}.euda-product__error{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:#d32f2f;margin-top:4px;line-height:1.4}.euda-product__preview-gift{width:100%;padding:16px 32px;background-color:#5f6c7b;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:24px;margin-bottom:16px}.euda-product__preview-gift:hover:not(:disabled){background-color:#6b7789;transform:translateY(-2px);box-shadow:0 4px 12px #5f6c7b4d}.euda-product__preview-gift:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none;opacity:.7}.euda-product__preview-gift--loading{opacity:.7;cursor:wait}.euda-product__preview-error{color:#ef4444;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:8px 0;margin-bottom:8px;animation:errorFadeIn .3s ease;line-height:1.5}@keyframes errorFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.euda-product__add-to-cart{width:100%;padding:16px 32px;background-color:#131f34;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:0}.euda-product__add-to-cart:hover:not(:disabled){background-color:#0a1220;transform:translateY(-2px);box-shadow:0 4px 12px #131f344d}.euda-product__add-to-cart--disabled,.euda-product__add-to-cart:disabled{background-color:#d1d5db;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 1024px){.euda-product__container{grid-template-columns:1fr;grid-template-areas:"type" "title" "gallery" "details";gap:32px}.euda-product__title{font-size:36px}.euda-product__gallery{position:static}}@media (max-width: 640px){.euda-product{padding:100px 0 60px;margin-top:-100px}.euda-product__container{padding:0 24px;gap:32px}.euda-product__title{font-size:32px}.euda-product__price{font-size:16px}.euda-product__gallery-arrow{width:40px;height:40px}.euda-product__gallery-arrow--prev{left:4px}.euda-product__gallery-arrow--next{right:4px}.euda-product__gallery-dot{width:8px;height:8px}.euda-product__gallery-dot--active{width:10px;height:10px}}.euda-gift-includes{width:100%;padding:60px 48px}.euda-gift-includes__container{max-width:1200px;margin:0 auto;padding:32px 48px;background-color:#65ea9a;border-radius:16px;display:flex;align-items:center;gap:48px}.euda-gift-includes__heading{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:36px;font-weight:700;color:#203456;margin:0;white-space:nowrap}.euda-gift-includes__items{display:flex;align-items:center;gap:40px;flex-wrap:nowrap}.euda-gift-includes__item{display:flex;align-items:center;gap:8px}.euda-gift-includes__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.euda-gift-includes__icon svg{width:100%;height:100%}.euda-gift-includes__text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#203456;line-height:1.4}@media (max-width: 1400px){.euda-gift-includes__container{padding:28px 40px;gap:32px}.euda-gift-includes__heading{font-size:32px}.euda-gift-includes__items{gap:28px}.euda-gift-includes__text{font-size:13px}}@media (max-width: 1200px){.euda-gift-includes{padding:50px 32px}.euda-gift-includes__container{padding:24px 32px;gap:24px}.euda-gift-includes__heading{font-size:28px}.euda-gift-includes__items{gap:20px}.euda-gift-includes__text{font-size:12px}}@media (max-width: 968px){.euda-gift-includes{padding:40px 24px}.euda-gift-includes__container{flex-direction:column;padding:28px 24px;gap:20px;align-items:center}.euda-gift-includes__heading{font-size:24px;text-align:center}.euda-gift-includes__items{flex-direction:column;gap:16px;width:100%;max-width:420px}.euda-gift-includes__item{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;width:100%}.euda-gift-includes__icon{width:32px;height:32px;justify-self:center}.euda-gift-includes__text{font-size:14px;text-align:left;justify-self:start}}@media (max-width: 768px){.euda-gift-includes{padding:30px 16px}.euda-gift-includes__container{flex-direction:column;padding:32px 20px;border-radius:12px;gap:20px;align-items:center}.euda-gift-includes__heading{font-size:24px;text-align:center}.euda-gift-includes__items{flex-direction:column;gap:16px;width:100%;max-width:400px}.euda-gift-includes__item{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:center;width:100%}.euda-gift-includes__icon{width:36px;height:36px;justify-self:center}.euda-gift-includes__text{font-size:16px;text-align:left;justify-self:start}}.euda-trust-signal{width:100%;padding:60px 48px}.euda-trust-signal__container{max-width:1200px;margin:0 auto;padding:60px 48px;background-color:#edeff3;border-radius:16px}.euda-trust-signal__heading{font-family:var(--font-body);font-weight:700;font-size:36px;line-height:1.3;color:#203456;text-align:center;margin:0 0 60px}.euda-trust-signal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.euda-trust-signal__card{background-color:#fefaff;border-radius:16px;padding:48px 32px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.euda-trust-signal__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2034561a}.euda-trust-signal__icon-circle{width:80px;height:80px;background-color:#b2f5cd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.euda-trust-signal__title{font-family:var(--font-body);font-weight:700;font-size:20px;line-height:1.4;color:#203456;margin:0 0 16px}.euda-trust-signal__description{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.5;color:#203456;margin:0}@media (max-width: 1400px){.euda-trust-signal__container{padding:50px 40px}.euda-trust-signal__heading{font-size:32px;margin-bottom:50px}}@media (max-width: 1200px){.euda-trust-signal{padding:50px 32px}.euda-trust-signal__container{padding:48px 32px}.euda-trust-signal__heading{font-size:30px;margin-bottom:40px}}@media (max-width: 968px){.euda-trust-signal,.euda-trust-signal__container{padding:40px 24px}.euda-trust-signal__heading{font-size:28px;margin-bottom:40px}.euda-trust-signal__grid{grid-template-columns:1fr;gap:24px}.euda-trust-signal__card{padding:40px 24px}}@media (max-width: 768px){.euda-trust-signal{padding:30px 16px}.euda-trust-signal__container{padding:32px 20px;border-radius:12px}.euda-trust-signal__heading{font-size:24px;margin-bottom:32px}.euda-trust-signal__icon-circle{width:70px;height:70px}.euda-trust-signal__title{font-size:18px}.euda-trust-signal__description{font-size:15px}}.euda-why-gift{width:100%;padding:60px 48px}.euda-why-gift__container{max-width:1200px;margin:0 auto;background-color:#203456;border-radius:16px;overflow:hidden}.euda-why-gift__content{display:grid;grid-template-columns:1fr 1fr;min-height:400px}.euda-why-gift__text{padding:60px 48px;display:flex;flex-direction:column;justify-content:center;gap:24px}.euda-why-gift__heading{font-family:var(--font-body);font-weight:600;font-size:36px;line-height:1.3;color:#fff;margin:0}.euda-why-gift__description{font-family:var(--font-body);font-weight:600;font-size:20px;line-height:1.5;color:#fff;margin:0}.euda-why-gift__image-wrapper{background-color:#faf7f1;display:flex;align-items:center;justify-content:center;padding:40px}.euda-why-gift__image{max-width:100%;height:auto;object-fit:contain;max-height:500px}@media (max-width: 1400px){.euda-why-gift__text{padding:50px 40px}.euda-why-gift__heading{font-size:32px}.euda-why-gift__description{font-size:18px}}@media (max-width: 1200px){.euda-why-gift{padding:50px 32px}.euda-why-gift__text{padding:48px 32px}.euda-why-gift__heading{font-size:30px}.euda-why-gift__description{font-size:17px}}@media (max-width: 968px){.euda-why-gift{padding:40px 24px}.euda-why-gift__content{grid-template-columns:1fr;min-height:auto}.euda-why-gift__text{padding:40px 24px}.euda-why-gift__heading{font-size:28px}.euda-why-gift__description{font-size:16px}.euda-why-gift__image-wrapper{padding:32px}}@media (max-width: 768px){.euda-why-gift{padding:30px 16px}.euda-why-gift__container{border-radius:12px}.euda-why-gift__text{padding:32px 20px;gap:20px}.euda-why-gift__heading{font-size:24px}.euda-why-gift__description{font-size:15px}.euda-why-gift__image-wrapper{padding:24px}.euda-why-gift__image{max-height:300px}}.euda-gift-faqs{width:100%;padding:60px 48px}.euda-gift-faqs__container{max-width:1200px;margin:0 auto;padding:60px 48px;background-color:#fff;border-radius:16px}.euda-gift-faqs__heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:36px;font-weight:700;color:#203456;text-align:center;margin:0 0 16px;line-height:1.2}.euda-gift-faqs__subheading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;color:#203456;text-align:center;max-width:800px;margin:0 auto 48px;line-height:1.6}.euda-gift-faqs__list{display:flex;flex-direction:column;gap:0}@media (max-width: 1400px){.euda-gift-faqs__container{padding:50px 40px}}@media (max-width: 1200px){.euda-gift-faqs{padding:50px 32px}.euda-gift-faqs__container{padding:48px 32px}.euda-gift-faqs__heading{font-size:32px}.euda-gift-faqs__subheading{font-size:18px}}@media (max-width: 968px){.euda-gift-faqs,.euda-gift-faqs__container{padding:40px 24px}.euda-gift-faqs__heading{font-size:28px}}@media (max-width: 768px){.euda-gift-faqs{padding:30px 16px}.euda-gift-faqs__container{padding:32px 20px;border-radius:12px}.euda-gift-faqs__heading{font-size:24px}.euda-gift-faqs__subheading{font-size:16px;margin-bottom:32px}}.euda-404{background-color:#e3edfd;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:120px 48px 80px}.euda-404__container{max-width:800px;width:100%;margin:0 auto}.euda-404__content{text-align:center;background-color:#fff;border-radius:16px;padding:80px 60px;box-shadow:0 4px 20px #20345614}.euda-404__heading{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:56px;font-weight:700;color:#203456;margin:0 0 24px;line-height:1.2}.euda-404__message{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;color:#203456;line-height:1.6;margin:0 0 40px;opacity:.8}.euda-404__buttons{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.euda-404__button{display:inline-block;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;text-decoration:none;padding:16px 32px;border-radius:8px;transition:all .3s ease;cursor:pointer}.euda-404__button--primary{background-color:#131f34;color:#fff;border:2px solid #131F34}.euda-404__button--primary:hover{background-color:#203456;border-color:#203456;transform:translateY(-2px);box-shadow:0 4px 12px #131f3433}.euda-404__button--secondary{background-color:transparent;color:#203456;border:2px solid #203456}.euda-404__button--secondary:hover{background-color:#203456;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #20345626}@media (max-width: 1200px){.euda-404{padding:100px 32px 60px}.euda-404__content{padding:60px 48px}.euda-404__heading{font-size:48px}.euda-404__message{font-size:18px}}@media (max-width: 768px){.euda-404{padding:80px 24px 40px;min-height:50vh}.euda-404__content{padding:48px 32px;border-radius:12px}.euda-404__heading{font-size:36px;margin-bottom:20px}.euda-404__message{font-size:16px;margin-bottom:32px}.euda-404__buttons{flex-direction:column;gap:12px}.euda-404__button{width:100%;text-align:center;padding:14px 28px;font-size:15px}}@media (max-width: 480px){.euda-404__content{padding:40px 24px}.euda-404__heading{font-size:28px}.euda-404__message{font-size:15px}}.euda-for-investors{background-color:#fff;width:100%;padding:80px 0;min-height:100vh}.euda-for-investors__container{max-width:900px;margin:0 auto;padding:0 48px}.euda-for-investors__heading{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:700;line-height:1.2;color:#203456;margin:0 0 16px;text-align:center}.euda-for-investors__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:400;line-height:1.6;color:#4a4a4a;text-align:center;margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto}.euda-for-investors__description p{margin:0 0 8px}.euda-for-investors__description p:last-child{margin-bottom:0}.euda-for-investors__form{background-color:#f8fafb;padding:40px;border-radius:16px;border:1px solid #E5E7EB}.euda-for-investors__row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.euda-for-investors__field{display:flex;flex-direction:column}.euda-for-investors__field--full{margin-bottom:24px}.euda-for-investors__label{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#203456;margin-bottom:8px}.euda-for-investors__required{color:#dc2626}.euda-for-investors__input,.euda-for-investors__textarea{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;padding:12px 16px;border:1px solid #D1D5DB;border-radius:8px;background-color:#fff;color:#203456;transition:border-color .2s ease}.euda-for-investors__input:focus,.euda-for-investors__textarea:focus{outline:none;border-color:#4a90e2}.euda-for-investors__textarea{resize:vertical;min-height:150px}.euda-for-investors__error{margin-bottom:16px;padding:12px 16px;background-color:#fee2e2;border:1px solid #FCA5A5;border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:#dc2626;text-align:center}.euda-for-investors__success{margin-bottom:16px;padding:12px 16px;background-color:#d1fae5;border:1px solid #6EE7B7;border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#065f46;text-align:center}.euda-for-investors__button-wrapper{text-align:center}.euda-for-investors__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 40px;background-color:#3ee581;color:#fff;border:none;border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:200px}.euda-for-investors__button:hover:not(:disabled){background-color:#2dd46f;transform:translateY(-2px);box-shadow:0 4px 12px #3ee5814d}.euda-for-investors__button:active:not(:disabled){transform:translateY(0)}.euda-for-investors__button:disabled{cursor:not-allowed;opacity:.6}@media (max-width: 768px){.euda-for-investors{padding:60px 0}.euda-for-investors__container{padding:0 24px}.euda-for-investors__heading{font-size:36px}.euda-for-investors__description{font-size:16px}.euda-for-investors__form{padding:24px}.euda-for-investors__row{grid-template-columns:1fr;gap:16px;margin-bottom:16px}.euda-for-investors__button{width:100%}}.euda-metal-chart{background-color:#fff;padding:80px 48px}.euda-metal-chart__container{max-width:1100px;margin:0 auto}.euda-metal-chart__header{text-align:center;margin-bottom:60px}.euda-metal-chart__main-title{font-family:Founders Grotesk,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:400;color:#203456;margin:0 0 20px;line-height:1.2}.euda-metal-chart__main-subtitle{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;color:#203456;margin:0 auto;line-height:1.6;max-width:900px}.euda-metal-chart__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:400;color:#203456;text-align:center;margin:0 0 48px;line-height:1.6;opacity:.8}.price-chart{margin:0;padding:0;border:1px solid #e5e7eb;box-sizing:border-box;border-radius:16px;overflow:hidden;background:#fff}.chart-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0;padding:16px;background:#e3edfd;border-radius:16px 16px 0 0;border:1px solid #e5e7eb}.chart-title{margin:0;color:#203456;font-size:1.5rem;font-family:Founders Grotesk,Inter,system-ui,sans-serif;font-weight:700}.chart-controls-inputs{display:flex;gap:16px;align-items:center}.chart-control-group{display:flex;align-items:center;gap:8px;font-family:Inter,system-ui,sans-serif;font-weight:600;color:#203456;margin:0}.chart-label-text{font-size:.95rem}.chart-select{padding:8px 12px;border-radius:6px;border:1px solid #ddd;background:#fff;font-size:.95rem;font-family:Inter,system-ui,sans-serif;font-weight:400;color:#000;cursor:pointer;box-shadow:0 1px 3px #0000001a;transition:border-color .2s ease}.chart-select:hover{border-color:#203456}.chart-select:focus{outline:none;border-color:#203456;box-shadow:0 0 0 2px #2034561a}.chart-wrapper{position:relative;height:500px;width:100%;margin:0;border-top:1px solid #e5e7eb;background:#fff;border-radius:0 0 16px 16px;padding:10px;box-sizing:border-box}.chart-wrapper canvas{max-width:100%;max-height:100%;box-sizing:border-box}.chart-loading,.chart-error{text-align:center;padding:32px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;display:none}.chart-loading{color:#203456}.chart-error{color:#d32f2f;background-color:#ffebee;padding:16px;border-radius:8px;border:1px solid #EF9A9A;margin:16px}.chart-updated{text-align:center;margin-top:16px;font-size:13px;color:#203456;opacity:.7;font-family:Inter,system-ui,sans-serif;font-weight:400}.euda-spot-warning{background:var(--warning-bg, #f9ea80);padding:60px 48px;width:100%}.section-euda-store-page-headsup.euda-spot-warning{padding:80px 0 40px!important}section.section-euda-store-page-headsup{padding:80px 0 40px!important}.section-euda-store-page-faqs.euda-index-faqs{padding-top:0!important}section.section-euda-store-page-faqs{padding-top:0!important}.euda-spot-warning__container{max-width:1200px;margin:0 auto;padding:0 48px}.pricing-alert-box{background:transparent;border:none;border-radius:0;padding:0;margin:0;display:flex;align-items:flex-start;gap:16px;text-align:left;box-sizing:border-box}.alert-icon{flex-shrink:0;color:var(--warning-border, #F75434)}.alert-icon svg{width:24px;height:24px}.alert-content{flex:1}.alert-title{font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:18px;line-height:27px;color:var(--warning-text, #81231C);margin:0 0 8px}.alert-text{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:var(--warning-text, #81231C);margin:0}.euda-spot-warning .alert-text{display:block}.euda-spot-warning .alert-text.is-expanded{-webkit-line-clamp:initial;display:block}.alert-read-more{margin-top:12px;background:transparent;border:none;color:var(--warning-text, #81231C);font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:14px;cursor:pointer;padding:0;text-decoration:underline}@media (max-width: 1200px){.euda-metal-chart{padding:60px 32px}.euda-metal-chart__description{font-size:17px}}@media screen and (max-width: 768px){.euda-metal-chart{padding:40px 1.5%}.euda-metal-chart__header{margin-bottom:40px}.euda-metal-chart__main-title{font-size:36px}.euda-metal-chart__main-subtitle{font-size:18px}.euda-metal-chart__description{font-size:16px;margin-bottom:32px}.price-chart{width:100%;margin:0 auto}.chart-controls{flex-direction:column;gap:16px;align-items:center}.chart-title{font-size:1.4rem;text-align:center}.chart-controls-inputs{flex-direction:column;gap:12px;width:100%;max-width:280px}.chart-control-group{flex-direction:column;align-items:center;width:100%}.chart-select{padding:12px 16px;font-size:1rem;width:100%}.chart-wrapper{padding:8px 0;height:400px}}@media (max-width: 480px){.euda-metal-chart__main-title{font-size:32px}.euda-metal-chart__main-subtitle{font-size:16px}.euda-metal-chart__description{font-size:15px}}@media (max-width: 1200px){.euda-spot-warning__container{max-width:1000px;padding:0 48px}}@media (max-width: 991px){.euda-spot-warning__container{max-width:900px;padding:0 48px}}@media screen and (max-width: 768px){.euda-spot-warning{padding:40px 24px}.section-euda-store-page-headsup.euda-spot-warning{padding:60px 0 30px!important}section.section-euda-store-page-headsup{padding:60px 0 30px!important}.section-euda-store-page-faqs.euda-index-faqs{padding-top:0!important}section.section-euda-store-page-faqs{padding-top:0!important}.pricing-alert-box{padding:0;margin:0;gap:12px}.alert-icon svg{width:20px;height:20px}.alert-title{font-size:16px;line-height:24px}.alert-text{font-size:14px;line-height:21px}}@media (max-width: 767px){.euda-spot-warning__container{max-width:100%;padding:0 24px}.euda-spot-warning .alert-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.euda-spot-warning .alert-text.is-expanded{display:block;-webkit-line-clamp:initial}}@media (max-width: 480px){.euda-spot-warning{padding:40px 20px}.section-euda-store-page-headsup.euda-spot-warning{padding:50px 0 30px!important}section.section-euda-store-page-headsup{padding:50px 0 30px!important}.section-euda-store-page-faqs.euda-index-faqs{padding-top:0!important}section.section-euda-store-page-faqs{padding-top:0!important}}.euda-learn-hero{background-color:#eaf9f6;width:100%;padding:130px 0 80px;margin-top:-130px}.euda-learn-hero__container{max-width:1400px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.euda-learn-hero__content{display:flex;flex-direction:column;gap:24px}.euda-learn-hero__heading{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:120px;font-weight:700;line-height:1.1;color:#203456;margin:0}.euda-learn-hero__subheading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:500;line-height:1.5;color:#203456;margin:0;max-width:600px}.euda-learn-hero__image-wrapper{display:flex;justify-content:flex-end;align-items:center}.euda-learn-hero__image{width:100%;max-width:600px;height:auto;object-fit:cover;border-radius:16px}@media (max-width: 1200px){.euda-learn-hero__heading{font-size:96px}.euda-learn-hero__subheading{font-size:20px}}@media (max-width: 992px){.euda-learn-hero__container{grid-template-columns:1fr;gap:48px;padding:0 32px}.euda-learn-hero__heading{font-size:72px}.euda-learn-hero__subheading{font-size:18px}.euda-learn-hero__image-wrapper{justify-content:center}.euda-learn-hero__image{max-width:100%}}@media (max-width: 968px){.euda-learn-hero{padding:80px 0 60px;margin-top:0}}@media (max-width: 768px){.euda-learn-hero__container{padding:0 24px;gap:32px}.euda-learn-hero__heading{font-size:56px}.euda-learn-hero__subheading{font-size:16px}}@media (max-width: 640px){.euda-learn-hero{padding:75px 0 48px}}@media (max-width: 480px){.euda-learn-hero__container{padding:0 16px}.euda-learn-hero__heading{font-size:44px}.euda-learn-hero__subheading{font-size:15px}}.euda-learn-blog-highlight{background-color:#fff;width:100%;padding:80px 0}.euda-learn-blog-highlight__container{max-width:1200px;margin:0 auto;padding:0 48px}.euda-learn-blog-highlight__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:600;line-height:1.4;color:#1c1c1c;margin:0 0 32px}.euda-learn-blog-highlight__card{background:#fff;display:flex;flex-direction:column;gap:24px}.euda-learn-blog-highlight__image-wrapper{position:relative;width:100%;overflow:hidden;border-radius:16px}.euda-learn-blog-highlight__image-link{display:block;width:100%}.euda-learn-blog-highlight__image{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block}.euda-learn-blog-highlight__tag{position:absolute;bottom:16px;left:16px;background-color:#d2d6dd;color:#0d1522;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;padding:6px 12px;border-radius:4px;text-transform:lowercase}.euda-learn-blog-highlight__content{display:flex;flex-direction:column;gap:16px}.euda-learn-blog-highlight__article-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;line-height:1.4;color:#203456;margin:0}.euda-learn-blog-highlight__article-title a{color:#203456;text-decoration:none;transition:color .2s ease}.euda-learn-blog-highlight__article-title a:hover{color:#4a90e2}.euda-learn-blog-highlight__excerpt{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:1.6;color:#4a4a4a;margin:0}.euda-learn-blog-highlight__button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background-color:#fff;color:#383838;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;text-decoration:none;border:1px solid #989898;border-radius:8px;transition:all .2s ease;width:fit-content}.euda-learn-blog-highlight__button:hover{background-color:#f8f9fa;border-color:#383838;transform:translateY(-1px)}.euda-learn-blog-highlight__button svg{width:16px;height:16px}.euda-learn-blog-highlight__empty{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;color:#4a4a4a;text-align:center;padding:40px 0}@media (max-width: 768px){.euda-learn-blog-highlight{padding:60px 0}.euda-learn-blog-highlight__container{padding:0 24px}.euda-learn-blog-highlight__title{font-size:20px;margin-bottom:24px}.euda-learn-blog-highlight__article-title{font-size:16px}.euda-learn-blog-highlight__excerpt{font-size:14px}.euda-learn-blog-highlight__button{font-size:14px;padding:10px 20px}}@media (max-width: 480px){.euda-learn-blog-highlight__container{padding:0 16px}.euda-learn-blog-highlight__tag{font-size:11px;padding:5px 10px}}.euda-learn-blog-grid{background-color:#fff;width:100%;padding:80px 0}.euda-learn-blog-grid__container{max-width:1200px;margin:0 auto;padding:0 48px}.euda-learn-blog-grid__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:24px;flex-wrap:wrap}.euda-learn-blog-grid__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:600;line-height:1.4;color:#1c1c1c;margin:0}.euda-learn-blog-grid__filters{display:flex;gap:8px;background-color:#f8f9fa;padding:4px;border-radius:8px}.euda-learn-blog-grid__filter{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;padding:8px 16px;border:none;background-color:transparent;color:#4a4a4a;cursor:pointer;border-radius:6px;transition:all .2s ease}.euda-learn-blog-grid__filter:hover{color:#203456;background-color:#fff}.euda-learn-blog-grid__filter.active{background-color:#203456;color:#fff}.euda-learn-blog-grid__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#D2D6DD transparent}.euda-learn-blog-grid__wrapper::-webkit-scrollbar{height:8px}.euda-learn-blog-grid__wrapper::-webkit-scrollbar-track{background:transparent}.euda-learn-blog-grid__wrapper::-webkit-scrollbar-thumb{background-color:#d2d6dd;border-radius:4px}.euda-learn-blog-grid__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;min-width:fit-content}.euda-learn-blog-grid__card{background:#fff;display:flex;flex-direction:column;gap:20px;min-width:320px}.euda-learn-blog-grid__image-wrapper{position:relative;width:100%;overflow:hidden;border-radius:16px}.euda-learn-blog-grid__image-link{display:block;width:100%}.euda-learn-blog-grid__image{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block}.euda-learn-blog-grid__tags{position:absolute;bottom:16px;left:16px;display:flex;gap:8px;flex-wrap:wrap}.euda-learn-blog-grid__tag{background-color:#d2d6dd;color:#0d1522;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;padding:6px 12px;border-radius:4px;text-transform:lowercase}.euda-learn-blog-grid__content{display:flex;flex-direction:column;gap:12px;flex:1}.euda-learn-blog-grid__article-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;line-height:1.4;color:#203456;margin:0}.euda-learn-blog-grid__article-title a{color:#203456;text-decoration:none;transition:color .2s ease}.euda-learn-blog-grid__article-title a:hover{color:#4a90e2}.euda-learn-blog-grid__excerpt{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:1.6;color:#4a4a4a;margin:0}.euda-learn-blog-grid__button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background-color:#fff;color:#383838;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;text-decoration:none;border:1px solid #989898;border-radius:8px;transition:all .2s ease;width:fit-content;margin-top:auto}.euda-learn-blog-grid__button:hover{background-color:#f8f9fa;border-color:#383838;transform:translateY(-1px)}.euda-learn-blog-grid__button svg{width:16px;height:16px}.euda-learn-blog-grid__empty{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;color:#4a4a4a;text-align:center;padding:40px 0}@media (max-width: 1024px){.euda-learn-blog-grid__cards{grid-template-columns:repeat(2,1fr);gap:24px}.euda-learn-blog-grid__card{min-width:280px}}@media (max-width: 768px){.euda-learn-blog-grid{padding:60px 0}.euda-learn-blog-grid__container{padding:0 24px}.euda-learn-blog-grid__header{flex-direction:column;align-items:flex-start;margin-bottom:24px}.euda-learn-blog-grid__title{font-size:20px}.euda-learn-blog-grid__filters{width:100%}.euda-learn-blog-grid__filter{flex:1;text-align:center;font-size:13px;padding:8px 12px}.euda-learn-blog-grid__cards{grid-template-columns:1fr;gap:32px}.euda-learn-blog-grid__card{min-width:100%}.euda-learn-blog-grid__wrapper{overflow-x:visible}.euda-learn-blog-grid__article-title{font-size:16px}.euda-learn-blog-grid__excerpt{font-size:14px}.euda-learn-blog-grid__button{font-size:14px;padding:10px 20px}}@media (max-width: 480px){.euda-learn-blog-grid__container{padding:0 16px}.euda-learn-blog-grid__tag{font-size:11px;padding:5px 10px}.euda-learn-blog-grid__cards{gap:24px}}.euda-contact{background-color:#fff;width:100%;padding:80px 0;min-height:100vh}.euda-contact__container{max-width:800px;margin:0 auto;padding:0 48px}.euda-contact__header{text-align:center;margin-bottom:48px}.euda-contact__title{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:700;line-height:1.2;color:#203456;margin:0 0 16px}.euda-contact__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:400;line-height:1.6;color:#4a4a4a}.euda-contact__description p{margin:0}.euda-contact__success{display:flex;align-items:flex-start;gap:16px;padding:20px;background-color:#e8f5e9;border:1px solid #4CAF50;border-radius:8px;margin-bottom:32px}.euda-contact__success svg{flex-shrink:0;color:#4caf50;margin-top:2px}.euda-contact__success p{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5;color:#2e7d32;margin:0}.euda-contact__errors{display:flex;align-items:flex-start;gap:16px;padding:20px;background-color:#ffebee;border:1px solid #F44336;border-radius:8px;margin-bottom:32px}.euda-contact__errors svg{flex-shrink:0;color:#f44336;margin-top:2px}.euda-contact__errors h2{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#c62828;margin:0 0 8px}.euda-contact__errors ul{list-style:none;padding:0;margin:0}.euda-contact__errors li{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;color:#c62828;margin-bottom:4px}.euda-contact__form{margin-bottom:48px}.euda-contact__fields{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.euda-contact__field{display:flex;flex-direction:column;gap:8px}.euda-contact__field--full{grid-column:1 / -1}.euda-contact__label{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#203456}.euda-contact__label .required{color:#f44336}.euda-contact__input,.euda-contact__textarea{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;padding:12px 16px;border:1px solid #D2D6DD;border-radius:8px;transition:border-color .2s ease;width:100%;background-color:#fff;color:#203456}.euda-contact__input:focus,.euda-contact__textarea:focus{outline:none;border-color:#4a90e2}.euda-contact__input::placeholder,.euda-contact__textarea::placeholder{color:#9ca3af}.euda-contact__textarea{min-height:150px;resize:vertical}.euda-contact__submit{display:flex;justify-content:flex-start}.euda-contact__button{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#fff;background-color:#3ee581;padding:14px 32px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.euda-contact__button:hover{background-color:#2dd06a;transform:translateY(-1px)}.euda-contact__button:active{transform:translateY(0)}.euda-contact__info{display:flex;flex-direction:column;gap:16px;padding:32px;background-color:#f8fafb;border-radius:8px}.euda-contact__info-item{display:flex;align-items:center;gap:12px}.euda-contact__info-item svg{flex-shrink:0;color:#203456}.euda-contact__info-item a{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;color:#4a90e2;text-decoration:none;transition:color .2s ease}.euda-contact__info-item a:hover{color:#3a7dc7;text-decoration:underline}@media (max-width: 768px){.euda-contact{padding:60px 0}.euda-contact__container{padding:0 24px}.euda-contact__title{font-size:36px}.euda-contact__description{font-size:16px}.euda-contact__fields{grid-template-columns:1fr;gap:20px}.euda-contact__field--full{grid-column:1}}@media (max-width: 480px){.euda-contact__container{padding:0 16px}.euda-contact__title{font-size:28px}.euda-contact__header{margin-bottom:32px}.euda-contact__button{width:100%;justify-content:center}.euda-contact__submit{justify-content:stretch}}.euda-recommended-for-you{background-color:var(--recommended-bg-color, #EAF9F6);width:100%;padding:80px 0}.euda-recommended-for-you__container{max-width:1440px;margin:0 auto;padding:0 48px}.euda-recommended-for-you__heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:700;line-height:1.2;color:var(--recommended-heading-color, #203456);margin:0 0 48px}.euda-recommended-for-you__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#D2D6DD transparent}.euda-recommended-for-you__wrapper::-webkit-scrollbar{height:8px}.euda-recommended-for-you__wrapper::-webkit-scrollbar-track{background:transparent}.euda-recommended-for-you__wrapper::-webkit-scrollbar-thumb{background-color:#d2d6dd;border-radius:4px}.euda-recommended-for-you__grid{display:flex;gap:32px;min-width:fit-content}.euda-recommended-for-you__card{flex:0 0 auto;width:320px}.euda-recommended-for-you__link{display:block;text-decoration:none;transition:transform .2s ease}.euda-recommended-for-you__link:hover{transform:translateY(-4px)}.euda-recommended-for-you__image-wrapper{width:100%;aspect-ratio:1;overflow:hidden;background-color:var(--recommended-card-image-bg, #203456);border-radius:0;margin-bottom:16px}.euda-recommended-for-you__image{width:100%;height:100%;object-fit:cover;display:block}.euda-recommended-for-you__image--placeholder{width:100%;height:100%;opacity:.3}.euda-recommended-for-you__info{display:flex;flex-direction:column;gap:8px}.euda-recommended-for-you__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:900;line-height:1.3;color:var(--recommended-title-color, #131F34);margin:0}.euda-recommended-for-you__price{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:var(--recommended-price-color, #131F34)}@media (max-width: 768px){.euda-recommended-for-you{padding:60px 0}.euda-recommended-for-you__container{padding:0 24px}.euda-recommended-for-you__heading{font-size:36px;margin-bottom:32px}.euda-recommended-for-you__card{width:280px}.euda-recommended-for-you__title{font-size:15px}}@media (max-width: 480px){.euda-recommended-for-you__container{padding:0 16px}.euda-recommended-for-you__heading{font-size:28px}.euda-recommended-for-you__card{width:240px}.euda-recommended-for-you__grid{gap:24px}.euda-recommended-for-you__title,.euda-recommended-for-you__price{font-size:14px}}.euda-article{background-color:#fff;width:100%;padding:80px 0;min-height:100vh}.euda-article__container{max-width:800px;margin:0 auto;padding:0 48px}.euda-legal .euda-article__container{max-width:1100px}.euda-legal .euda-article__content{line-height:1.8;font-size:18px}.euda-legal .euda-article__content p{margin:0 0 16px}.euda-legal .euda-article__content h2,.euda-legal .euda-article__content h3{color:#203456;margin:32px 0 12px;font-weight:700}.euda-legal .euda-article__content ul,.euda-legal .euda-article__content ol{padding-left:24px;margin:0 0 16px}.euda-article__header{margin-bottom:48px}.euda-article__featured-image{width:100%;margin-bottom:32px;border-radius:16px;overflow:hidden}.euda-article__featured-image img{width:100%;height:auto;display:block;aspect-ratio:16 / 9;object-fit:cover}.euda-article__meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}.euda-article__tag,.euda-article__read-time{background-color:#d2d6dd;color:#0d1522;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;padding:6px 12px;border-radius:4px;text-transform:lowercase}.euda-article__date{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#4a4a4a}.euda-article__title{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:700;line-height:1.2;color:#203456;margin:0 0 24px}.euda-article__excerpt{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;line-height:1.6;color:#4a4a4a;margin:0}.euda-article__content{margin-bottom:48px}.euda-article__content.rte{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:400;line-height:1.8;color:#203456}.euda-article__content.rte h2{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:32px;font-weight:700;line-height:1.3;color:#203456;margin:32px 0 16px}.euda-article__content.rte h3{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;line-height:1.4;color:#203456;margin:24px 0 12px}.euda-article__content.rte p{margin:0 0 16px}.euda-article__content.rte a{color:#4a90e2;text-decoration:underline;transition:color .2s ease}.euda-article__content.rte a:hover{color:#3a7dc7}.euda-article__content.rte ul,.euda-article__content.rte ol{margin:0 0 16px;padding-left:32px}.euda-article__content.rte li{margin-bottom:4px}.euda-article__content.rte img{max-width:100%;height:auto;border-radius:8px;margin:32px 0}.euda-article__content.rte blockquote{border-left:4px solid #4A90E2;padding-left:24px;margin:32px 0;font-style:italic;color:#4a4a4a}.euda-article__footer{padding-top:32px;border-top:1px solid #E5E7EB;margin-bottom:48px}.euda-article__tags{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.euda-article__tags-label{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#203456}.euda-article__tag-link{background-color:#e3edfd;color:#203456;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;padding:6px 12px;border-radius:4px;text-decoration:none;transition:background-color .2s ease}.euda-article__tag-link:hover{background-color:#d2e3fc}.euda-article__back{margin-top:48px}.euda-article__back-link{display:inline-flex;align-items:center;gap:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#203456;text-decoration:none;transition:color .2s ease}.euda-article__back-link:hover{color:#4a90e2}.euda-article__back-link svg{width:20px;height:20px}@media (max-width: 768px){.euda-article{padding:60px 0}.euda-article__container{padding:0 24px}.euda-article__title{font-size:36px}.euda-article__excerpt{font-size:18px}.euda-article__content.rte{font-size:16px}.euda-article__content.rte h2{font-size:28px}.euda-article__content.rte h3{font-size:22px}}@media (max-width: 480px){.euda-article__container{padding:0 16px}.euda-article__title{font-size:28px}.euda-article__meta{gap:8px}.euda-article__tag,.euda-article__read-time{font-size:11px;padding:5px 10px}}.euda-our-story-content{background-color:#fff;width:100%;padding:80px 0}.euda-our-story-content__container{max-width:1100px;margin:0 auto;padding:0 48px}.euda-our-story-content__title{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:700;line-height:1.2;color:#203456;margin:0 0 24px;text-align:center}.euda-our-story-content__subheader{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:400;line-height:1.6;color:#4a4a4a;margin:0 0 48px;text-align:center}.euda-our-story-content__paragraphs{margin:0}.euda-our-story-content__paragraph{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:400;line-height:1.8;color:#203456;margin:0 0 24px}.euda-our-story-content__paragraph:last-child{margin-bottom:0}@media (max-width: 768px){.euda-our-story-content{padding:60px 0}.euda-our-story-content__container{padding:0 24px}.euda-our-story-content__title{font-size:36px}.euda-our-story-content__subheader{font-size:18px}.euda-our-story-content__paragraph{font-size:16px}}@media (max-width: 480px){.euda-our-story-content__container{padding:0 16px}.euda-our-story-content__title{font-size:28px}.euda-our-story-content__subheader{font-size:16px}.euda-our-story-content__paragraph{font-size:15px}}.euda-learn-hub{background-color:#f8fafb;width:100%;padding:80px 0;min-height:100vh}.euda-learn-hub__container{max-width:1200px;margin:0 auto;padding:0 48px}.euda-learn-hub__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;margin-bottom:80px}.euda-learn-hub__card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #20345614;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.euda-learn-hub__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #20345626}.euda-learn-hub__card-image{width:100%;height:240px;overflow:hidden;background:#e3edfd;display:flex;align-items:center;justify-content:center;border-radius:16px}.euda-learn-hub__card-image img{width:100%;height:100%;object-fit:cover}.euda-learn-hub__card-content{padding:32px;flex:1;display:flex;flex-direction:column}.euda-learn-hub__card-title{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:28px;font-weight:700;line-height:1.3;color:#203456;margin:0 0 16px}.euda-learn-hub__card-description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:1.6;color:#203456;opacity:.8;margin:0 0 24px;flex:1}.euda-learn-hub__card-button{display:inline-block;padding:12px 28px;background-color:#4a90e2;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;text-decoration:none;border-radius:8px;transition:background-color .2s ease,transform .2s ease;text-align:center;align-self:flex-start}.euda-learn-hub__card-button:hover{background-color:#3a7dc7;transform:translateY(-1px);color:#fff}.euda-learn-hub__newsletter{background:#fff;border-radius:16px;padding:48px;text-align:center;box-shadow:0 2px 8px #20345614}.euda-learn-hub__newsletter-content{max-width:600px;margin:0 auto}.euda-learn-hub__newsletter-title{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:32px;font-weight:700;line-height:1.3;color:#203456;margin:0 0 16px}.euda-learn-hub__newsletter-description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:1.6;color:#203456;opacity:.8;margin:0 0 32px}.euda-learn-hub__newsletter-form{width:100%}.euda-learn-hub__newsletter-input-wrapper{display:flex;gap:12px;max-width:500px;margin:0 auto}.euda-learn-hub__newsletter-input{flex:1;padding:14px 20px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;border:2px solid #E3EDFD;border-radius:8px;background:#fff;color:#203456;transition:border-color .2s ease}.euda-learn-hub__newsletter-input:focus{outline:none;border-color:#4a90e2}.euda-learn-hub__newsletter-input::placeholder{color:#203456;opacity:.5}.euda-learn-hub__newsletter-button{padding:14px 32px;background-color:#3ee581;color:#131f34;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;white-space:nowrap}.euda-learn-hub__newsletter-button:hover{background-color:#35d073;transform:translateY(-1px)}@media (max-width: 1024px){.euda-learn-hub__cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}}@media (max-width: 768px){.euda-learn-hub{padding:60px 0}.euda-learn-hub__container{padding:0 24px}.euda-learn-hub__cards{grid-template-columns:1fr;gap:24px;margin-bottom:48px}.euda-learn-hub__card-title{font-size:24px}.euda-learn-hub__card-content{padding:24px}.euda-learn-hub__newsletter{padding:32px 24px}.euda-learn-hub__newsletter-title{font-size:28px}.euda-learn-hub__newsletter-input-wrapper{flex-direction:column}.euda-learn-hub__newsletter-button{width:100%}}@media (max-width: 480px){.euda-learn-hub__container{padding:0 16px}.euda-learn-hub__card-image{height:200px}.euda-learn-hub__newsletter{padding:24px 16px}.euda-learn-hub__newsletter-title{font-size:24px}}.euda-future-of-gifting{width:100%;padding:80px 0}.euda-future-of-gifting__container{max-width:1200px;margin:0 auto;padding:0 48px}.euda-future-of-gifting__hero{width:100%}.euda-future-of-gifting__content{display:flex;flex-direction:column;gap:32px}.euda-future-of-gifting__heading{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:64px;font-weight:700;line-height:1.1;color:#203456;margin:0;text-align:center}.euda-future-of-gifting__subheading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:400;line-height:1.5;color:#4a4a4a;text-align:center;max-width:800px;margin:0 auto}.euda-future-of-gifting__text{font-family:Inter,system-ui,-apple-system,sans-serif;max-width:800px;margin-left:auto;margin-right:auto}.euda-future-of-gifting__text p{font-size:18px;line-height:1.8;color:#203456;margin:0 0 24px}.euda-future-of-gifting__text p:last-child{margin-bottom:0}.euda-future-of-gifting__text h2{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:36px;font-weight:700;line-height:1.2;color:#203456;margin:0 0 16px}.euda-future-of-gifting__text h3{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:28px;font-weight:700;line-height:1.3;color:#203456;margin:0 0 12px}.euda-future-of-gifting__text ul,.euda-future-of-gifting__text ol{padding-left:24px;margin:16px 0}.euda-future-of-gifting__text li{font-size:18px;line-height:1.8;color:#203456;margin-bottom:8px}.euda-future-of-gifting__text a{color:#4a90e2;text-decoration:underline;transition:color .2s ease}.euda-future-of-gifting__text a:hover{color:#3a7dc7}.euda-future-of-gifting__image-wrapper{width:100%;max-width:1000px;margin:0 auto;border-radius:16px;overflow:hidden}.euda-future-of-gifting__image{width:100%;height:auto;display:block;border-radius:16px}.euda-future-of-gifting__placeholder{width:100%;height:500px;background-color:#e5e7eb;border-radius:16px}.euda-future-of-gifting__cta{display:flex;justify-content:center;margin-top:16px}.euda-future-of-gifting__button{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#fff;background-color:#3ee581;padding:16px 40px;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:all .2s ease;display:inline-block}.euda-future-of-gifting__button:hover{background-color:#2dd06a;transform:translateY(-2px);box-shadow:0 4px 12px #3ee5814d}.euda-future-of-gifting__button:active{transform:translateY(0)}@media (max-width: 992px){.euda-future-of-gifting{padding:60px 0}.euda-future-of-gifting__heading{font-size:48px}.euda-future-of-gifting__subheading{font-size:20px}.euda-future-of-gifting__text p,.euda-future-of-gifting__text li{font-size:16px}.euda-future-of-gifting__text h2{font-size:32px}.euda-future-of-gifting__text h3{font-size:24px}}@media (max-width: 768px){.euda-future-of-gifting__container{padding:0 24px}.euda-future-of-gifting__heading{font-size:36px}.euda-future-of-gifting__subheading{font-size:18px}.euda-future-of-gifting__content{gap:24px}}@media (max-width: 480px){.euda-future-of-gifting{padding:40px 0}.euda-future-of-gifting__container{padding:0 16px}.euda-future-of-gifting__heading{font-size:28px}.euda-future-of-gifting__subheading{font-size:16px}.euda-future-of-gifting__text h2{font-size:24px}.euda-future-of-gifting__text h3{font-size:20px}.euda-future-of-gifting__button{width:100%;text-align:center}}.euda-split-content{width:100%;padding:60px 48px}.euda-split-content__container{max-width:1200px;margin:0 auto;background-color:#203456;border-radius:16px;overflow:hidden}.euda-split-content__content{display:grid;grid-template-columns:1fr 1fr;min-height:400px}.euda-split-content__text{padding:60px 48px;display:flex;flex-direction:column;justify-content:center;gap:24px}.euda-split-content__heading{font-family:var(--font-body);font-weight:600;font-size:36px;line-height:1.3;color:#fff;margin:0}.euda-split-content__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:20px;line-height:1.5;color:#fff;margin:0}.euda-split-content__image-wrapper{background-color:#faf7f1;display:flex;align-items:center;justify-content:center;padding:40px}.euda-split-content__image{max-width:100%;height:auto;object-fit:contain;max-height:500px}.euda-split-content__placeholder{max-width:100%;height:auto;opacity:.3}@media (max-width: 1400px){.euda-split-content__text{padding:50px 40px}.euda-split-content__heading{font-size:32px}.euda-split-content__description{font-size:18px}}@media (max-width: 1200px){.euda-split-content{padding:50px 32px}.euda-split-content__text{padding:48px 32px}.euda-split-content__heading{font-size:30px}.euda-split-content__description{font-size:17px}}@media (max-width: 968px){.euda-split-content{padding:40px 24px}.euda-split-content__content{grid-template-columns:1fr;min-height:auto}.euda-split-content__text{padding:40px 24px}.euda-split-content__heading{font-size:28px}.euda-split-content__description{font-size:16px}.euda-split-content__image-wrapper{padding:32px}}@media (max-width: 768px){.euda-split-content{padding:30px 16px}.euda-split-content__container{border-radius:12px}.euda-split-content__text{padding:32px 20px;gap:20px}.euda-split-content__heading{font-size:24px}.euda-split-content__description{font-size:15px}.euda-split-content__image-wrapper{padding:24px}.euda-split-content__image{max-height:300px}}.euda-future-votes__error{max-width:600px;margin:0 auto 32px;padding:16px 20px;background-color:#fee2e2;border:1px solid #FCA5A5;border-radius:8px;text-align:center}.euda-future-votes__error p{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:#991b1b;margin:0}.euda-future-votes{width:100%;padding:80px 48px;background-color:var(--section-bg-color, #EDEFF3)}.euda-future-votes__container{max-width:1200px;margin:0 auto;padding:60px 48px}.euda-future-votes__heading{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:36px;font-weight:700;line-height:1.3;color:var(--heading-color, #203456);text-align:center;max-width:900px;margin:0 auto 16px}.euda-future-votes__subheading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:400;line-height:1.6;color:var(--subheading-color, #5F6C7B);text-align:center;max-width:800px;margin:0 auto 48px}.euda-future-votes__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.euda-future-votes__card{background-color:var(--card-bg-color, #FFFFFF);border:1px solid var(--card-border-color, #E5E7EB);border-radius:16px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.euda-future-votes__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.euda-future-votes__icon{width:64px;height:64px;margin-bottom:20px;display:flex;align-items:center;justify-content:center}.euda-future-votes__icon svg{width:100%;height:100%}.euda-future-votes__icon svg path,.euda-future-votes__icon svg rect,.euda-future-votes__icon svg circle,.euda-future-votes__icon svg line{stroke:var(--icon-color, #203456)}.euda-future-votes__card-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;line-height:1.4;color:var(--card-title-color, #203456);margin:0 0 12px;text-align:center}.euda-future-votes__card-description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:400;line-height:1.6;color:var(--card-description-color, #5F6C7B);margin:0 0 24px;flex:1;text-align:center}.euda-future-votes__button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background-color:var(--button-bg-color, #F3F4F6);border:1px solid var(--button-border-color, #D1D5DB);border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:var(--button-text-color, #374151);cursor:pointer;transition:all .2s ease}.euda-future-votes__button:hover:not(:disabled){background-color:var(--button-bg-color, #F3F4F6);filter:brightness(.95);border-color:var(--button-border-color, #D1D5DB);transform:translateY(-1px)}.euda-future-votes__button:active:not(:disabled){transform:translateY(0)}.euda-future-votes__button:disabled{cursor:not-allowed;opacity:.6}.euda-future-votes__button-text{text-align:center}.euda-future-votes__button-emoji{font-size:18px}.euda-future-votes__button-spinner{display:inline-block;line-height:0}.euda-future-votes__button-spinner svg{width:16px;height:16px;color:var(--button-text-color, #374151)}.euda-future-votes__vote-error{margin-top:8px;text-align:center;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;color:#dc2626;padding:8px;background-color:#fee2e2;border-radius:4px}.euda-future-votes__voted-message{width:100%;text-align:center;padding:12px;background-color:#d1fae5;border:1px solid #6EE7B7;border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#065f46}.euda-future-votes__total-votes{margin-top:12px;text-align:center;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:var(--votes-label-color, #5F6C7B)}.euda-future-votes__total-votes-count{color:var(--votes-count-color, #203456);font-weight:700;display:inline-flex;align-items:center;gap:6px}.euda-future-votes__vote-count-spinner{display:inline-block;line-height:0}.euda-future-votes__vote-count-spinner svg{width:14px;height:14px;color:var(--votes-count-color, #203456)}.euda-future-votes__waitlist{width:100%;margin-top:20px;padding-top:20px;border-top:1px solid var(--card-border-color, #E5E7EB)}.euda-future-votes__waitlist-heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:var(--card-title-color, #203456);margin:0 0 12px;text-align:center}.euda-future-votes__waitlist-form{display:flex;gap:8px;align-items:stretch}.euda-future-votes__waitlist-input{flex:1;padding:10px 12px;border:1px solid var(--card-border-color, #E5E7EB);border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:var(--card-title-color, #203456);background-color:#fff;transition:border-color .2s ease}.euda-future-votes__waitlist-input:focus{outline:none;border-color:#3ee581}.euda-future-votes__waitlist-input::placeholder{color:var(--card-description-color, #5F6C7B)}.euda-future-votes__waitlist-button{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#3ee581;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease}.euda-future-votes__waitlist-button:hover:not(:disabled){background-color:#35ce72;transform:translateY(-1px);box-shadow:0 2px 8px #3ee5814d}.euda-future-votes__waitlist-button:active:not(:disabled){transform:translateY(0)}.euda-future-votes__waitlist-button:disabled{opacity:.6;cursor:not-allowed}.euda-future-votes__waitlist-button svg{width:16px;height:16px}[data-waitlist-spinner]{display:inline-block;line-height:0}[data-waitlist-spinner] svg{width:16px;height:16px}.euda-future-votes__waitlist-success{text-align:center;padding:12px;background-color:#d1fae5;border:1px solid #6EE7B7;border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#065f46}.euda-future-votes__waitlist-error{margin-top:8px;text-align:center;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;color:#dc2626}@media (max-width: 1024px){.euda-future-votes{padding:60px 32px}.euda-future-votes__container{padding:48px 32px}.euda-future-votes__cards{grid-template-columns:repeat(2,1fr);gap:24px}.euda-future-votes__heading{font-size:32px}}@media (max-width: 768px){.euda-future-votes{padding:50px 24px}.euda-future-votes__container{padding:40px 24px}.euda-future-votes__cards{grid-template-columns:1fr;gap:20px}.euda-future-votes__heading{font-size:28px;margin-bottom:12px}.euda-future-votes__subheading{font-size:16px;margin-bottom:32px}}@media (max-width: 480px){.euda-future-votes{padding:40px 16px}.euda-future-votes__container{padding:32px 20px}.euda-future-votes__heading{font-size:24px}.euda-future-votes__card{padding:24px 20px}.euda-future-votes__icon{width:56px;height:56px}.euda-future-votes__button{flex-wrap:wrap;justify-content:center}}.euda-ideas-submission{width:100%;padding:80px 48px}.euda-ideas-submission__container{max-width:1200px;margin:0 auto;padding:60px 48px;background-color:#0a101a;border-radius:16px}.euda-ideas-submission__heading{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:36px;font-weight:700;line-height:1.3;color:#fff;text-align:center;max-width:900px;margin:0 auto 16px}.euda-ideas-submission__subheading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:400;line-height:1.6;color:#a0aec0;text-align:center;max-width:800px;margin:0 auto 48px}.euda-ideas-submission__form{max-width:600px;margin:0 auto}.euda-ideas-submission__textarea{width:100%;padding:16px;background-color:#fff;border:1px solid #2D3748;border-radius:12px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:1.6;color:#203456;resize:vertical;min-height:120px;transition:border-color .2s ease}.euda-ideas-submission__textarea::placeholder{color:#718096}.euda-ideas-submission__textarea:focus{outline:none;border-color:#78ffaf}.euda-ideas-submission__footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:16px}.euda-ideas-submission__char-count{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#718096}.euda-ideas-submission__button{padding:12px 32px;background-color:#78ffaf;color:#203456;border:none;border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:8px}.euda-ideas-submission__button:hover:not(:disabled){background-color:#5fe89a;transform:translateY(-1px);box-shadow:0 4px 12px #78ffaf4d}.euda-ideas-submission__button:active:not(:disabled){transform:translateY(0)}.euda-ideas-submission__button:disabled{cursor:not-allowed;opacity:.6}.euda-ideas-submission__success{margin-top:16px;padding:12px;background-color:#78ffaf26;border:1px solid #78FFAF;border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#78ffaf;text-align:center}.euda-ideas-submission__error{margin-top:16px;padding:12px;background-color:#fc818126;border:1px solid #FC8181;border-radius:8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#fc8181;text-align:center}@media (max-width: 768px){.euda-ideas-submission{padding:50px 24px}.euda-ideas-submission__container{padding:40px 24px}.euda-ideas-submission__heading{font-size:28px}.euda-ideas-submission__subheading{font-size:16px;margin-bottom:32px}.euda-ideas-submission__footer{flex-direction:column;align-items:stretch}.euda-ideas-submission__char-count{text-align:center}.euda-ideas-submission__button{width:100%}}.password-section{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:60px 20px}.password-section h1{font-family:var(--font-body);font-size:48px;font-weight:600;color:#131f34;margin:0 0 16px;line-height:1.2}.password-section p{font-family:var(--font-body);font-size:18px;color:#666;margin:0;line-height:1.5}.password-enter{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e5e5;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px}.password-enter__powered-by{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;margin:0}.password-enter__powered-by svg{width:80px;height:auto}.password-enter__button{background:#131f34;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.password-enter__button:hover{background:#1a2a46}.password-enter__admin-link{font-size:14px;color:#666;margin:0}.password-enter__admin-link a{color:#131f34;text-decoration:underline}.password-dialog{border:none;border-radius:12px;padding:0;max-width:400px;width:90%;box-shadow:0 10px 40px #00000026}.password-dialog::backdrop{background:#00000080}.password-dialog__header{padding:16px 20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:flex-end}.password-dialog__close-button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.password-dialog__close-button:hover{background:#f5f5f5}.password-dialog__content{padding:32px 24px}.password-dialog__title{font-family:var(--font-body);font-size:24px;font-weight:600;color:#131f34;margin:0 0 24px;text-align:center}.email-signup__input-group{display:flex;flex-direction:column;gap:12px}.email-signup__input-group input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;font-family:var(--font-body)}.email-signup__input-group input:focus{outline:none;border-color:#131f34}.password-dialog__submit-button{width:100%;background:#131f34;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.password-dialog__submit-button:hover{background:#1a2a46}.email-signup__message{margin-top:12px;padding:12px;border-radius:8px;font-size:14px}.email-signup__message--error{background:#fee;color:#c00;border:1px solid #fcc}@media (max-width: 768px){.password-section h1{font-size:36px}.password-section p{font-size:16px}.password-dialog{max-width:90%}}.shopify-policy__container{max-width:1100px;margin:0 auto;padding:60px 40px;font-family:var(--font-body)}.shopify-policy__title{font-family:var(--font-body);font-size:42px;font-weight:700;color:#203456;margin:0 0 12px;line-height:1.2}.shopify-policy__body{line-height:1.8;font-size:18px;color:#333}.shopify-policy__body p{margin:0 0 16px}.shopify-policy__body h2{font-family:var(--font-body);font-size:28px;font-weight:700;color:#203456;margin:32px 0 12px;line-height:1.3}.shopify-policy__body h3{font-family:var(--font-body);font-size:22px;font-weight:700;color:#203456;margin:24px 0 12px;line-height:1.3}.shopify-policy__body ul,.shopify-policy__body ol{padding-left:24px;margin:0 0 16px}.shopify-policy__body li{margin-bottom:8px}.shopify-policy__body a{color:#203456;text-decoration:underline;transition:color .2s}.shopify-policy__body a:hover{color:#3ee581}.shopify-policy__body strong{font-weight:600;color:#203456}.shopify-policy__body table{width:100%;border-collapse:collapse;margin:20px 0;font-size:16px}.shopify-policy__body table th{background-color:#f5f5f5;padding:12px;text-align:left;border:1px solid #ddd;font-weight:600;color:#203456}.shopify-policy__body table td{padding:12px;border:1px solid #ddd}.shopify-policy__body table tr:nth-child(2n){background-color:#fafafa}@media (max-width: 968px){.shopify-policy__container{padding:40px 24px}.shopify-policy__title{font-size:32px}.shopify-policy__body{font-size:16px}.shopify-policy__body h2{font-size:24px}.shopify-policy__body h3{font-size:20px}}@media (max-width: 768px){.shopify-policy__container{padding:32px 20px}.shopify-policy__title{font-size:28px}.shopify-policy__body{font-size:15px}.shopify-policy__body h2{font-size:22px}.shopify-policy__body h3{font-size:18px}.shopify-policy__body table{font-size:14px}.shopify-policy__body table th,.shopify-policy__body table td{padding:8px}}.euda-gift-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;animation:modalBackdropFadeIn .3s ease}@keyframes modalBackdropFadeIn{0%{opacity:0}to{opacity:1}}.euda-gift-preview-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.euda-gift-preview-modal__content{position:relative;background:#fff;max-width:500px;width:90%;padding:40px 32px;border-radius:12px;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1);text-align:center;max-height:90vh;overflow-y:auto}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.euda-gift-preview-modal__close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:32px;line-height:1;color:#9ca3af;cursor:pointer;padding:4px 8px;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px}.euda-gift-preview-modal__close:hover{background:#f3f4f6;color:#203456}.euda-gift-preview-modal__icon{width:64px;height:64px;margin:0 auto 20px;background:#b2f5cd;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;color:#203456;animation:iconBounce .6s cubic-bezier(.68,-.55,.265,1.55)}@keyframes iconBounce{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.euda-gift-preview-modal__title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:24px;font-weight:700;color:#203456;margin:0 0 12px}.euda-gift-preview-modal__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;color:#5f6c7b;margin:0 0 24px;line-height:1.5}.euda-gift-preview-modal__link{display:inline-block;padding:16px 32px;background:#203456;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .2s ease;margin-bottom:16px}.euda-gift-preview-modal__link:hover{background:#131f34;transform:translateY(-2px);box-shadow:0 4px 12px #2034564d}.euda-gift-preview-modal__expiry{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#9ca3af;margin:0 0 24px}.euda-gift-preview-modal__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.euda-gift-preview-modal__copy,.euda-gift-preview-modal__dismiss{padding:12px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.euda-gift-preview-modal__copy{background:#e8f4f8;color:#203456}.euda-gift-preview-modal__copy:hover{background:#d4e9f0;transform:translateY(-1px)}.euda-gift-preview-modal__copy--copied{background:#b2f5cd;color:#203456}.euda-gift-preview-modal__dismiss{background:transparent;color:#5f6c7b;border:1px solid #E5E7EB}.euda-gift-preview-modal__dismiss:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px)}@media (max-width: 640px){.euda-gift-preview-modal__content{padding:32px 24px;width:95%}.euda-gift-preview-modal__title{font-size:20px}.euda-gift-preview-modal__description{font-size:15px}.euda-gift-preview-modal__link{padding:14px 24px;font-size:15px;width:100%}.euda-gift-preview-modal__actions{flex-direction:column;width:100%}.euda-gift-preview-modal__copy,.euda-gift-preview-modal__dismiss{width:100%}.euda-gift-preview-modal__close{width:36px;height:36px;font-size:28px}}.euda-gifting-simple{background:#fff;padding:80px 20px;margin:0 auto}.euda-gifting-simple__container{max-width:1400px;margin:0 auto}.euda-gifting-simple__heading{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;font-size:48px;line-height:1.2;color:#203456;text-align:center;margin:0 0 16px}.euda-gifting-simple__subheading{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-size:20px;line-height:1.5;color:#5f6c7b;text-align:center;margin:0 0 48px}.euda-gifting-simple__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.euda-gifting-simple__card{position:relative;height:550px;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.euda-gifting-simple__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.euda-gifting-simple__card-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.euda-gifting-simple__card-content{position:absolute;bottom:0;left:0;right:0;padding:32px;background:linear-gradient(to top,#000c,#0009 60%,#0000)}.euda-gifting-simple__card-title{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:700;font-size:28px;line-height:1.3;color:#fff;margin:0 0 12px}.euda-gifting-simple__card-description{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#fff;margin:0;opacity:.95}@media (max-width: 968px){.euda-gifting-simple{padding:60px 20px}.euda-gifting-simple__heading{font-size:36px}.euda-gifting-simple__subheading{font-size:18px}.euda-gifting-simple__grid{grid-template-columns:1fr;gap:20px}.euda-gifting-simple__card{height:450px}}@media (max-width: 640px){.euda-gifting-simple{padding:48px 16px}.euda-gifting-simple__heading{font-size:32px}.euda-gifting-simple__subheading{font-size:16px}.euda-gifting-simple__card{height:400px}.euda-gifting-simple__card-title{font-size:24px}.euda-gifting-simple__card-description{font-size:15px}.euda-gifting-simple__card-content{padding:24px}}.euda-index-each-gift{background:#fff;padding:80px 20px;margin:0 auto}.euda-index-each-gift__container{max-width:1400px;margin:0 auto}.euda-index-each-gift__heading{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;font-size:48px;line-height:1.2;color:#203456;text-align:center;margin:0 0 16px}.euda-index-each-gift__subheading{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-size:20px;line-height:1.5;color:#5f6c7b;text-align:center;margin:0 0 48px}.euda-index-each-gift__carousel-wrapper{position:relative}.euda-index-each-gift__carousel{overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:8px 0}.euda-index-each-gift__carousel::-webkit-scrollbar{display:none}.euda-index-each-gift__grid{display:grid;grid-auto-flow:column;grid-auto-columns:450px;gap:24px}.euda-index-each-gift__card{position:relative;height:550px;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.euda-index-each-gift__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.euda-index-each-gift__card-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.euda-index-each-gift__card-content{position:absolute;bottom:0;left:0;right:0;padding:32px;background:linear-gradient(to top,#000c,#0009 60%,#0000)}.euda-index-each-gift__card-title{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:700;font-size:28px;line-height:1.3;color:#fff;margin:0 0 12px}.euda-index-each-gift__card-description{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#fff;margin:0;opacity:.95}.euda-index-each-gift__nav-button{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid #E5E5E5;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.euda-index-each-gift__nav-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-50%) scale(1.05)}.euda-index-each-gift__nav-button--prev{left:-20px}.euda-index-each-gift__nav-button--next{right:-20px}.euda-index-each-gift__nav-button svg{width:24px;height:24px}@media (max-width: 968px){.euda-index-each-gift{padding:60px 20px}.euda-index-each-gift__heading{font-size:36px}.euda-index-each-gift__subheading{font-size:18px}.euda-index-each-gift__carousel-wrapper,.euda-index-each-gift__carousel{padding:0}.euda-index-each-gift__grid{grid-auto-columns:400px}.euda-index-each-gift__card{height:450px}.euda-index-each-gift__nav-button{width:40px;height:40px}.euda-index-each-gift__nav-button--prev{left:-15px}.euda-index-each-gift__nav-button--next{right:-15px}.euda-index-each-gift__nav-button svg{width:20px;height:20px}}@media (max-width: 640px){.euda-index-each-gift{padding:48px 16px}.euda-index-each-gift__heading{font-size:32px}.euda-index-each-gift__subheading{font-size:16px}.euda-index-each-gift__carousel-wrapper,.euda-index-each-gift__carousel{padding:0}.euda-index-each-gift__nav-button{display:none}.euda-index-each-gift__grid{grid-auto-columns:320px}.euda-index-each-gift__card{height:400px}.euda-index-each-gift__card-title{font-size:24px}.euda-index-each-gift__card-description{font-size:15px}.euda-index-each-gift__card-content{padding:24px}}.euda-download-app{background:var(--download-app-bg-color, #65EA9A);width:95%;max-width:1600px;position:relative;padding:80px 20px;margin:40px auto 0;border-radius:24px}.euda-download-app__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:center}.euda-download-app__content{max-width:100%;text-align:left}.euda-download-app__heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:600;color:var(--download-app-heading-color, #FFFFFF);margin:0 0 16px;line-height:1.2}.euda-download-app__subheading{font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:400;color:var(--download-app-text-color, #FFFFFF);line-height:1.6;margin:0 0 32px;max-width:760px}.euda-download-app__buttons{display:flex;gap:16px;justify-content:flex-start;align-items:center;flex-wrap:wrap}.euda-download-app__button{display:flex;align-items:center;gap:12px;background:var(--download-app-button-bg, #203456);color:var(--download-app-button-text, #FFFFFF);padding:12px 24px;border-radius:8px;text-decoration:none;transition:all .3s ease;min-width:200px}.euda-download-app__button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000026;color:var(--download-app-button-text, #FFFFFF)}.euda-download-app__button svg{width:32px;height:32px;flex-shrink:0}.euda-download-app__button-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.euda-download-app__button-label{font-size:11px;font-weight:400;opacity:.9;line-height:1.2}.euda-download-app__button-title{font-size:18px;font-weight:600;line-height:1.2}.euda-download-app__phone{width:100%}.euda-download-app__phone img{width:100%;height:auto;display:block}@media (max-width: 1024px){.euda-download-app{padding:60px 20px;margin:40px auto 0;width:95%;border-radius:20px}.euda-download-app__container{grid-template-columns:1fr}.euda-download-app__heading{font-size:36px}.euda-download-app__subheading{font-size:18px}.euda-download-app__phone{max-width:520px}}@media (max-width: 768px){.euda-download-app{padding:48px 16px;margin:40px auto 0;width:95%;border-radius:16px}.euda-download-app__container{grid-template-columns:1fr}.euda-download-app__heading{font-size:36px;margin-bottom:16px}.euda-download-app__subheading{font-size:16px;margin-bottom:32px}.euda-download-app__buttons{flex-direction:column;width:100%}.euda-download-app__button{width:100%;justify-content:center;min-width:auto}.euda-download-app__phone{max-width:420px}}@media (max-width: 480px){.euda-download-app__heading{font-size:36px}.euda-download-app__subheading{font-size:14px}.euda-download-app__button{padding:10px 20px}.euda-download-app__button svg{width:28px;height:28px}.euda-download-app__button-label{font-size:10px}.euda-download-app__button-title{font-size:16px}}.euda-comp-info-form{background:var(--comp-form-bg-color, #3ee581);width:95%;max-width:1600px;position:relative;padding:80px 20px;margin:40px auto 0;border-radius:24px}.euda-comp-info-form__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:40px;align-items:center}.euda-comp-info-form__content{max-width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}.euda-comp-info-form__heading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:48px;font-weight:600;color:var(--comp-form-heading-color, #203456);margin:0 0 32px;line-height:1.2;text-align:center;width:100%}.euda-comp-info-form__form{display:flex;flex-direction:column;gap:20px;max-width:600px;align-items:center;width:100%}.euda-comp-info-form__field{width:100%;max-width:500px;display:flex;flex-direction:column;gap:8px}.euda-comp-info-form__label{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;color:var(--comp-form-text-color, #203456);margin:0;text-align:left;width:100%}.euda-comp-info-form__input{width:100%;padding:16px 20px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:400;color:var(--comp-form-input-text, #203456);background:var(--comp-form-input-bg, #FFFFFF);border:2px solid var(--comp-form-input-bg, #FFFFFF);border-radius:8px;transition:all .2s ease;box-sizing:border-box}.euda-comp-info-form__input::placeholder{color:#999;opacity:1}.euda-comp-info-form__input:focus{outline:none;border-color:var(--comp-form-input-border, #203456);box-shadow:0 0 0 3px #2034561a}.euda-comp-info-form__input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.euda-comp-info-form__error{padding:12px 16px;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;width:100%;max-width:500px}.euda-comp-info-form__button-wrapper{display:flex;justify-content:center;width:100%;max-width:500px}.euda-comp-info-form__button{background-color:var(--comp-form-button-bg, #203456);color:var(--comp-form-button-text, #FFFFFF);padding:16px 48px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;width:auto;min-width:200px}.euda-comp-info-form__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #2034564d}.euda-comp-info-form__button:disabled{cursor:not-allowed;opacity:.7}.euda-comp-info-form__image{width:100%}.euda-comp-info-form__image img{width:100%;height:auto;display:block;border-radius:16px}@media (max-width: 1024px){.euda-comp-info-form{padding:60px 20px;margin:40px auto 0;width:95%;border-radius:20px}.euda-comp-info-form__container{grid-template-columns:1fr}.euda-comp-info-form__heading{font-size:36px}.euda-comp-info-form__image{max-width:520px}}@media (max-width: 768px){.euda-comp-info-form{padding:48px 16px;margin:40px auto 0;width:95%;border-radius:16px}.euda-comp-info-form__container{grid-template-columns:1fr}.euda-comp-info-form__heading{font-size:36px;margin-bottom:24px}.euda-comp-info-form__form{gap:16px}.euda-comp-info-form__input{padding:14px 16px;font-size:16px}.euda-comp-info-form__button{padding:14px 24px;font-size:16px;width:100%}.euda-comp-info-form__image{max-width:420px}}@media (max-width: 480px){.euda-comp-info-form__heading{font-size:28px}.euda-comp-info-form__input{font-size:14px}}.euda-comp-steps{width:100%;padding:80px 48px;background-color:var(--comp-steps-bg, #EAF9F6)}.euda-comp-steps__container{max-width:1200px;margin:0 auto}.euda-comp-steps__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;position:relative}.euda-comp-steps__grid:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background-color:#203456;transform:translate(-50%)}.euda-comp-steps__col{display:flex;flex-direction:column}.euda-comp-steps__heading{font-family:Founders Grotesk,Inter,system-ui,-apple-system,sans-serif;font-size:36px;font-weight:700;line-height:1.3;color:var(--comp-steps-heading, #203456);margin:0 0 12px}.euda-comp-steps__subheading{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;line-height:1.6;color:var(--comp-steps-text, #203456);margin:0 0 24px}.euda-comp-steps__form{max-width:520px}.euda-comp-steps__field{margin-bottom:16px}.euda-comp-steps__label{display:block;font-weight:600;color:var(--comp-steps-text, #203456);margin:0 0 8px}.euda-comp-steps__input{width:100%;padding:12px 16px;border-radius:8px;border:2px solid transparent;background:var(--comp-form-input-bg, #fff);color:var(--comp-form-input-text, #203456)}.euda-comp-steps__input:focus{outline:none;border-color:var(--comp-form-input-border, #203456)}.euda-comp-steps__button{width:200px;padding:12px 20px;border-radius:8px;border:none;background:var(--comp-form-button-bg, #203456);color:var(--comp-form-button-text, #fff);font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.euda-comp-steps__button[disabled]{background:var(--comp-form-button-disabled, #999999);cursor:not-allowed}[data-button-spinner]{display:inline-block;line-height:0}[data-button-spinner] svg{width:16px;height:16px}.euda-comp-steps__social{display:flex;gap:16px;align-items:center}@media (max-width: 1024px){.euda-comp-steps{padding:60px 32px}.euda-comp-steps__grid{grid-template-columns:1fr;gap:40px}.euda-comp-steps__grid:before{display:none}}@media (max-width: 768px){.euda-comp-steps{padding:50px 24px}.euda-comp-steps__grid{gap:32px}.euda-comp-steps__heading{font-size:28px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/main.css.map */
