.hero-v2{--hero-gold-color: #c9a876;position:relative;background-color:#fff}.hero-v2-photo{position:relative;overflow:hidden;min-height:max(560px,calc(100vh - var(--hero-offset, 0px)));display:flex;align-items:flex-start;padding:12vh 0 4vh}.hero-v2-media-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-v2-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a141180,#0a141114 38%,#0a141100 55%);z-index:1}.hero-v2-scrim-bottom{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0a14118c,#0a141100 250%);z-index:1}.hero-v2-inner{position:relative;z-index:2;width:100%}.hero-v2-align{max-width:clamp(22rem,58vw,74rem);margin:0 auto}.hero-v2-heading-row{display:contents}.hero-v2-heading{margin:0 0 clamp(1.25rem,1.4vw + .9rem,2.5rem);font-size:clamp(1.6rem,1rem + 2.4vw,3.3rem);font-weight:500;line-height:1.22;letter-spacing:-.01em;text-align:center;color:#fff}.hero-cards{display:grid;grid-template-columns:1fr 1fr;gap:clamp(.9rem,1.4vw,1.75rem);margin-bottom:clamp(2rem,3.2vw,4.5rem)}.hero-card{--hero-card-gap: .2rem;display:flex;flex-direction:row;align-items:center;text-align:left;gap:.75rem;padding:1.25rem 1rem;border-radius:16px;background-color:#ffffff80;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 6px 18px #0a14111a;text-decoration:none;color:inherit}.hero-card-text{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;gap:var(--hero-card-gap)}.hero-card--secondary{background-color:#ffffff80}.hero-card-icon{display:flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border-radius:10px;background:none;color:var(--erra-logo-color)}.hero-card--secondary .hero-card-icon{color:var(--hero-gold-color)}.hero-card-icon svg{width:2.4rem;height:2.4rem}.hero-card-heading{font-size:1rem;font-weight:700;color:var(--erra-primary-color)}.hero-card-description{font-size:.85rem;line-height:1.35;color:var(--erra-primary-color);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-card-button,.hero-card--secondary .hero-card-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:auto;margin:0 0 0 auto;padding:0;background:none;color:var(--erra-primary-color);font-weight:600;text-decoration:none;transition:opacity .2s ease}.hero-card-button-label{display:none}.hero-card:hover .hero-card-button{opacity:.9}.hero-card-button-arrow{position:relative;display:inline-flex;width:18px;height:18px;overflow:hidden}.hero-card-button-arrow-icon{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transition:transform .3s ease,opacity .3s ease}.hero-card-button-arrow-icon--out{transform:rotate(45deg)}.hero-card-button-arrow-icon--in{transform:rotate(45deg) translate(-100%,100%);opacity:0}.hero-card:hover .hero-card-button-arrow-icon--out{transform:rotate(45deg) translate(100%,-100%);opacity:0}.hero-card:hover .hero-card-button-arrow-icon--in{transform:rotate(45deg) translate(0);opacity:1}.hero-feature-row{display:grid;grid-template-columns:repeat(4,minmax(min-content,1fr));gap:clamp(1rem,1.4vw,1.6rem)}.hero-feature-item{display:flex;align-items:center;gap:clamp(.7rem,.9vw,1rem)}.hero-feature-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:clamp(2.5rem,2.6vw + 1.2rem,3.4rem);height:clamp(2.5rem,2.6vw + 1.2rem,3.4rem);border-radius:50%;border:1.5px solid rgba(255,255,255,.85);color:#fff}.hero-feature-icon svg{width:clamp(1.2rem,1.2vw + .55rem,1.6rem);height:clamp(1.2rem,1.2vw + .55rem,1.6rem)}.hero-feature-text{display:flex;flex-direction:column;gap:.15rem}.hero-feature-heading{font-size:clamp(.92rem,.4vw + .8rem,1.15rem);font-weight:700;white-space:nowrap;color:#fff}.hero-feature-description{font-size:clamp(.78rem,.35vw + .68rem,.95rem);line-height:1.4;color:#ffffffd1}.hero-teklif-slot{display:none}.hero-teklif-slot.is-active{display:block;max-width:40rem;margin:0 auto}.hero-teklif-panel{max-height:72vh;overflow-y:auto;padding:2rem 2rem 2.25rem;border-radius:18px;background-color:#fff;box-shadow:0 18px 40px #0a141138}.hero-teklif-slot-bar{display:flex;margin-bottom:1.25rem}.hero-teklif-back{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border:1px solid var(--erra-light-gray-color);border-radius:999px;background-color:#fff;color:var(--erra-primary-color);font-size:.85rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.hero-teklif-back:hover{border-color:var(--erra-logo-color);background-color:var(--erra-bg-color)}.hero-teklif-back-arrow{display:inline-flex;width:16px;height:16px}.hero-teklif-back-arrow svg{width:100%;height:100%}@media screen and (max-width:991px){.hero-v2-photo{min-height:0;padding:6rem 0 3rem}.hero-v2-heading{max-width:32rem;margin-left:auto;margin-right:auto}.hero-cards{grid-template-columns:1fr;max-width:26rem;margin-left:auto;margin-right:auto;margin-bottom:3rem}.hero-feature-row{grid-template-columns:repeat(2,1fr);row-gap:1.5rem;column-gap:1rem;background:#09110ead;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.5rem;box-shadow:0 14px 32px #00000040}.hero-teklif-panel{max-height:78vh}}@media screen and (max-width:749px){.hero-v2-photo{padding:4rem 0 2.5rem}.hero-v2-align{max-width:none}.hero-v2-heading{font-size:clamp(1.15rem,.85rem + 3vw,1.55rem);line-height:1.25;margin:0 0 1.5rem;text-align:left}.hero-feature-row{display:none}.hero-cards{gap:.75rem;max-width:none;margin-left:0;margin-right:0;margin-bottom:0}.hero-teklif-panel{padding:1.5rem 1.25rem 1.75rem;border-radius:14px}}@media(prefers-reduced-motion:reduce){.hero-card-button,.hero-card-button-arrow-icon{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/51/compiled_assets/styles.css.map */
