.elementor-4873 .elementor-element.elementor-element-3e627e2f{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4873 .elementor-element.elementor-element-660089ea{text-align:center;}.elementor-4873 .elementor-element.elementor-element-660089ea .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-4873 .elementor-element.elementor-element-68732340{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4873 .elementor-element.elementor-element-4b3f8a26{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;color:#2E2E2E;}@media(max-width:767px){.elementor-4873 .elementor-element.elementor-element-4b3f8a26{font-size:16px;}}@media(min-width:768px){.elementor-4873 .elementor-element.elementor-element-68732340{--content-width:1400px;}}/* Start custom CSS for text-editor, class: .elementor-element-4b3f8a26 */.gift-arch-page{
  --main:#b88918;
  --main-dark:#74520f;
  --gold-soft:#fff7df;
  --gold-light:#fffaf0;
  --text:#222;
  --muted:#666;
  --border:#ead9a8;
  max-width:1200px;
  margin:0 auto;
  padding:10px 16px 42px;
  background:#fff;
  color:var(--text);
  font-family:inherit;
  line-height:1.75;
}

.gift-arch-page *{
  box-sizing:border-box;
}

.gift-video-lazy{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  margin:0 0 34px;
  border-radius:20px;
  overflow:hidden;
  background:#111;
  cursor:pointer;
  box-shadow:0 18px 45px rgba(0,0,0,.14);
}

.gift-video-lazy img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.gift-video-lazy:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.28));
  pointer-events:none;
}

.gift-play-btn{
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  transform:translate(-50%,-50%);
  width:78px;
  height:78px;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,.94);
  color:var(--main);
  font-size:31px;
  line-height:78px;
  text-align:center;
  cursor:pointer;
  padding-left:5px;
  box-shadow:0 14px 38px rgba(0,0,0,.28);
  transition:all .25s ease;
}

.gift-video-lazy:hover .gift-play-btn{
  transform:translate(-50%,-50%) scale(1.08);
  background:#fff;
}

.gift-video-player{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  background:#111;
}

.gift-arch-hero{
  position:relative;
  overflow:hidden;
  margin-bottom:30px;
  padding:34px 34px 30px;
  border:1px solid var(--border);
  border-radius:24px;
  background:linear-gradient(135deg,#ffffff 0%,#fffaf0 100%);
  box-shadow:0 14px 36px rgba(122,87,15,.07);
}

.gift-arch-hero:before{
  content:"";
  position:absolute;
  right:-85px;
  top:-85px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(184,137,24,.18),rgba(184,137,24,0) 70%);
}

.gift-arch-hero > *{
  position:relative;
  z-index:1;
}

.gift-arch-section{
  margin-bottom:28px;
  padding:30px 34px;
  border:1px solid #eee3c4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 35px rgba(122,87,15,.055);
}

.gift-arch-page h2{
  margin:0 0 18px;
  font-size:32px;
  line-height:1.28;
  font-weight:800;
  letter-spacing:-.3px;
  color:#171717;
}

.gift-arch-page h2:after{
  content:"";
  display:block;
  width:70px;
  height:4px;
  margin-top:12px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--main),#f3d67a);
}

.gift-arch-page p{
  margin:0 0 16px;
  font-size:17px;
  color:#333;
}

.gift-arch-hero p{
  max-width:920px;
}

.gift-arch-highlight{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:25px 0 4px;
}

.gift-arch-card{
  padding:20px;
  border:1px solid #efdfb4;
  border-radius:18px;
  background:#fffdf8;
  transition:all .25s ease;
}

.gift-arch-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(122,87,15,.10);
}

.gift-arch-card strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
  line-height:1.35;
  color:var(--main-dark);
}

.gift-arch-card span{
  display:block;
  font-size:15px;
  line-height:1.65;
  color:#555;
}

.gift-arch-table-wrap{
  margin-top:18px;
  overflow-x:auto;
  border:1px solid var(--border);
  border-radius:18px;
  background:#fff;
}

.gift-arch-table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
  font-size:16px;
}

.gift-arch-table th{
  padding:15px 18px;
  border:1px solid rgba(255,255,255,.28);
  background:linear-gradient(135deg,var(--main),#d5a936);
  color:#fff;
  text-align:left;
  font-weight:700;
}

.gift-arch-table td{
  padding:15px 18px;
  border:1px solid #f0e3bd;
  color:#333;
  vertical-align:middle;
}

.gift-arch-table tbody tr:nth-child(even){
  background:#fffaf0;
}

.gift-arch-table td:first-child{
  width:32%;
  background:#fff7df;
  color:var(--main-dark);
  font-weight:700;
}

.gift-arch-faq{
  margin-top:18px;
}

.gift-arch-faq-item{
  margin-bottom:14px;
  padding:20px 22px;
  border:1px solid #eee1bf;
  border-radius:18px;
  background:#fffdf8;
}

.gift-arch-faq-item:last-child{
  margin-bottom:0;
}

.gift-arch-faq h3{
  margin:0 0 8px;
  font-size:19px;
  line-height:1.4;
  font-weight:750;
  color:#1f1f1f;
}

.gift-arch-faq p{
  margin:0;
  font-size:16px;
  color:#444;
}

@media(max-width:768px){
  .gift-arch-page{
    padding:8px 12px 32px;
  }

  .gift-video-lazy{
    margin-bottom:24px;
    border-radius:16px;
  }

  .gift-play-btn{
    width:62px;
    height:62px;
    font-size:25px;
    line-height:62px;
  }

  .gift-arch-hero,
  .gift-arch-section{
    padding:24px 18px;
    border-radius:18px;
  }

  .gift-arch-page h2{
    font-size:24px;
  }

  .gift-arch-page p{
    font-size:15.5px;
  }

  .gift-arch-highlight{
    grid-template-columns:1fr;
    gap:12px;
  }

  .gift-arch-card{
    padding:17px;
  }

  .gift-arch-table-wrap{
    overflow:visible;
    border:none;
    background:transparent;
  }

  .gift-arch-table,
  .gift-arch-table thead,
  .gift-arch-table tbody,
  .gift-arch-table tr,
  .gift-arch-table th,
  .gift-arch-table td{
    display:block;
    width:100%;
    min-width:0;
  }

  .gift-arch-table thead{
    display:none;
  }

  .gift-arch-table tr{
    margin-bottom:12px;
    overflow:hidden;
    border:1px solid var(--border);
    border-radius:14px;
    background:#fff;
  }

  .gift-arch-table td{
    border:none;
    padding:11px 14px;
  }

  .gift-arch-table td:first-child{
    width:100%;
    background:#fff7df;
    color:var(--main-dark);
    font-size:14px;
  }

  .gift-arch-table td:last-child{
    font-size:15px;
  }

  .gift-arch-faq-item{
    padding:17px 16px;
  }

  .gift-arch-faq h3{
    font-size:17px;
  }
}/* End custom CSS */