{"id":1214,"date":"2026-06-11T16:15:30","date_gmt":"2026-06-11T16:15:30","guid":{"rendered":"https:\/\/proptrustverified.com\/es\/?p=1214"},"modified":"2026-06-17T20:38:05","modified_gmt":"2026-06-17T20:38:05","slug":"family-office-package","status":"publish","type":"post","link":"https:\/\/proptrustverified.com\/en\/family-office-package\/","title":{"rendered":"Family Office Package"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Family Office Package | Prop Trust Verified &#8211; Elite Wealth Protection<\/title>\n<meta name=\"description\" content=\"Comprehensive asset verification, protection and advisory service for Family Offices and Ultra-High-Net-Worth Individuals. Delaware jurisdiction. 12-month comprehensive service. Absolute discretion guaranteed.\">\n<meta name=\"keywords\" content=\"family office services, asset protection, wealth verification, Delaware LLC, UHNW, private wealth advisory, due diligence, Hague Apostille\">\n\n<!-- Google Fonts -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;600;700&amp;family=Montserrat:wght@300;400;500;600;700&amp;display=swap\" rel=\"stylesheet\">\n\n<!-- Font Awesome -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n:root {\n  --bg-primary: #050505;\n  --bg-secondary: #0f0f0f;\n  --bg-card: #141414;\n  --bg-card-hover: #1a1a1a;\n  --gold-primary: #D4AF37;\n  --gold-light: #F4E4BC;\n  --gold-dark: #AA8C2C;\n  --gold-gradient: linear-gradient(135deg, #AA8C2C 0%, #D4AF37 50%, #F4E4BC 100%);\n  --text-primary: #FFFFFF;\n  --text-secondary: #A0A0A0;\n  --border-gold: rgba(212, 175, 55, 0.3);\n  --border-gold-strong: rgba(212, 175, 55, 0.6);\n}\n\n* { margin: 0; padding: 0; box-sizing: border-box; }\n\nbody {\n  font-family: 'Montserrat', sans-serif;\n  background-color: var(--bg-primary);\n  color: var(--text-primary);\n  line-height: 1.6;\n  overflow-x: hidden;\n}\n\nh1, h2, h3, h4 {\n  font-family: 'Cinzel', serif;\n  font-weight: 600;\n  letter-spacing: 1px;\n}\n\n\/* HEADER *\/\nheader {\n  background-color: rgba(5, 5, 5, 0.95);\n  backdrop-filter: blur(10px);\n  padding: 1.5rem 5%;\n  position: fixed;\n  width: 100%;\n  top: 0;\n  z-index: 1000;\n  border-bottom: 1px solid var(--border-gold);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.logo {\n  font-family: 'Cinzel', serif;\n  font-size: 1.5rem;\n  font-weight: 700;\n  background: var(--gold-gradient);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  text-decoration: none;\n}\n\n.header-badge {\n  background: var(--gold-gradient);\n  color: var(--bg-primary);\n  padding: 0.5rem 1.2rem;\n  border-radius: 4px;\n  font-size: 0.75rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n}\n\n.lang-switch {\n  display: flex;\n  gap: 0.5rem;\n  margin-left: 1rem;\n}\n\n.lang-switch a {\n  color: var(--text-secondary);\n  text-decoration: none;\n  font-size: 0.8rem;\n  padding: 0.3rem 0.6rem;\n  border: 1px solid var(--border-gold);\n  border-radius: 3px;\n  transition: all 0.3s ease;\n}\n\n.lang-switch a.active, .lang-switch a:hover {\n  background: var(--gold-primary);\n  color: var(--bg-primary);\n  border-color: var(--gold-primary);\n}\n\n\/* HERO *\/\n.hero {\n  min-height: 100vh;\n  display: flex;\n  align-items: center;\n  padding: 8rem 5% 4rem;\n  background: \n    linear-gradient(135deg, rgba(5,5,5,0.95) 0%, rgba(15,15,15,0.88) 100%),\n    url('https:\/\/images.unsplash.com\/photo-1560520653-9e0e4c666996?q=80&w=1920&auto=format&fit=crop');\n  background-size: cover;\n  background-position: center;\n  position: relative;\n}\n\n.hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: url('data:image\/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"100\" height=\"100\" fill=\"none\" stroke=\"%23D4AF37\" stroke-width=\"0.5\" opacity=\"0.05\"\/><\/svg>');\n  opacity: 0.3;\n}\n\n.hero-container {\n  max-width: 1400px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1.3fr 1fr;\n  gap: 4rem;\n  align-items: center;\n  position: relative;\n  z-index: 1;\n}\n\n.hero-content .exclusive-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 0.6rem;\n  background: rgba(212, 175, 55, 0.15);\n  border: 1px solid var(--gold-primary);\n  color: var(--gold-light);\n  padding: 0.6rem 1.5rem;\n  border-radius: 4px;\n  font-size: 0.75rem;\n  font-weight: 700;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  margin-bottom: 1.5rem;\n}\n\n.hero h1 {\n  font-size: clamp(2.5rem, 5vw, 4.2rem);\n  margin-bottom: 1.5rem;\n  background: var(--gold-gradient);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  line-height: 1.15;\n}\n\n.hero-subtitle {\n  font-size: 1.25rem;\n  color: var(--text-secondary);\n  margin-bottom: 2rem;\n  font-weight: 300;\n  line-height: 1.7;\n}\n\n.hero-features {\n  display: flex;\n  flex-direction: column;\n  gap: 0.9rem;\n  margin-bottom: 2.5rem;\n}\n\n.hero-feature {\n  display: flex;\n  align-items: center;\n  gap: 0.9rem;\n  color: var(--text-secondary);\n  font-size: 1rem;\n}\n\n.hero-feature i {\n  color: var(--gold-primary);\n  font-size: 1.1rem;\n}\n\n.hero-feature strong {\n  color: var(--gold-light);\n}\n\n\/* TRUST BAR *\/\n.trust-bar {\n  background: var(--bg-secondary);\n  border-top: 1px solid var(--border-gold);\n  border-bottom: 1px solid var(--border-gold);\n  padding: 1.5rem 5%;\n}\n\n.trust-bar-content {\n  max-width: 1400px;\n  margin: 0 auto;\n  display: flex;\n  justify-content: space-around;\n  flex-wrap: wrap;\n  gap: 2rem;\n}\n\n.trust-item {\n  display: flex;\n  align-items: center;\n  gap: 0.8rem;\n  color: var(--text-secondary);\n  font-size: 0.85rem;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.trust-item i {\n  color: var(--gold-primary);\n  font-size: 1.2rem;\n}\n\n\/* PRODUCT CARD PREMIUM *\/\n.product-card {\n  background: linear-gradient(145deg, #0f0f0f 0%, #141414 100%);\n  border: 2px solid var(--gold-primary);\n  border-radius: 12px;\n  padding: 3rem 2.5rem;\n  box-shadow: \n    0 30px 70px rgba(0, 0, 0, 0.6),\n    0 0 0 1px rgba(212, 175, 55, 0.2),\n    0 0 60px rgba(212, 175, 55, 0.1);\n  position: relative;\n  overflow: hidden;\n}\n\n.product-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 5px;\n  background: var(--gold-gradient);\n}\n\n.product-card::after {\n  content: '';\n  position: absolute;\n  top: -50%;\n  right: -50%;\n  width: 200%;\n  height: 200%;\n  background: radial-gradient(circle, rgba(212, 175, 55, 0.03) 0%, transparent 70%);\n  pointer-events: none;\n}\n\n.product-card .premium-tag {\n  display: inline-block;\n  background: var(--gold-gradient);\n  color: var(--bg-primary);\n  padding: 0.4rem 1.2rem;\n  border-radius: 20px;\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  margin-bottom: 1.5rem;\n  position: relative;\n  z-index: 1;\n}\n\n.product-card h3 {\n  font-size: 1.6rem;\n  color: var(--gold-light);\n  margin-bottom: 0.5rem;\n  position: relative;\n  z-index: 1;\n}\n\n.product-type {\n  color: var(--text-secondary);\n  font-size: 0.85rem;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  margin-bottom: 2rem;\n  position: relative;\n  z-index: 1;\n}\n\n.price-box {\n  background: var(--bg-primary);\n  border: 1px solid var(--border-gold-strong);\n  border-radius: 8px;\n  padding: 2.5rem 2rem;\n  text-align: center;\n  margin-bottom: 2rem;\n  position: relative;\n  z-index: 1;\n}\n\n.price-box::before {\n  content: 'ONE-TIME INVESTMENT';\n  position: absolute;\n  top: -10px;\n  left: 50%;\n  transform: translateX(-50%);\n  background: var(--gold-gradient);\n  color: var(--bg-primary);\n  padding: 0.3rem 1rem;\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  border-radius: 20px;\n}\n\n.price-tag {\n  font-size: 4.5rem;\n  color: var(--gold-primary);\n  font-weight: 700;\n  font-family: 'Cinzel', serif;\n  line-height: 1;\n  margin-bottom: 0.5rem;\n}\n\n.price-tag .currency {\n  font-size: 2rem;\n  vertical-align: super;\n  margin-right: 0.3rem;\n}\n\n.price-usd {\n  color: var(--text-secondary);\n  font-size: 1rem;\n  margin-top: 0.5rem;\n  font-style: italic;\n}\n\n.price-note {\n  color: var(--text-secondary);\n  font-size: 0.85rem;\n  margin-top: 1rem;\n}\n\n.btn {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 0.8rem;\n  padding: 1.3rem 2rem;\n  font-family: 'Montserrat', sans-serif;\n  font-size: 0.95rem;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1.8px;\n  text-decoration: none;\n  border-radius: 4px;\n  transition: all 0.3s ease;\n  border: none;\n  cursor: pointer;\n  width: 100%;\n  margin-bottom: 1rem;\n  position: relative;\n  z-index: 1;\n}\n\n.btn-primary {\n  background: var(--gold-gradient);\n  color: var(--bg-primary);\n  box-shadow: 0 4px 25px rgba(212, 175, 55, 0.4);\n}\n\n.btn-primary:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 10px 35px rgba(212, 175, 55, 0.6);\n}\n\n.trust-signals {\n  display: flex;\n  justify-content: center;\n  gap: 1.5rem;\n  margin-top: 1.5rem;\n  padding-top: 1.5rem;\n  border-top: 1px solid var(--border-gold);\n  flex-wrap: wrap;\n  position: relative;\n  z-index: 1;\n}\n\n.trust-signal {\n  display: flex;\n  align-items: center;\n  gap: 0.4rem;\n  font-size: 0.75rem;\n  color: var(--text-secondary);\n}\n\n.trust-signal i {\n  color: var(--gold-primary);\n}\n\n.gold-line {\n  width: 80px;\n  height: 2px;\n  background: var(--gold-gradient);\n  margin: 2rem auto;\n}\n\n\/* SECTIONS *\/\nsection {\n  padding: 6rem 10%;\n}\n\n.section-header {\n  text-align: center;\n  margin-bottom: 4rem;\n}\n\n.section-header h2 {\n  font-size: clamp(1.8rem, 3vw, 2.5rem);\n  color: var(--text-primary);\n  margin-bottom: 1rem;\n}\n\n.section-header p {\n  color: var(--text-secondary);\n  max-width: 750px;\n  margin: 0 auto;\n  font-size: 1.05rem;\n}\n\n\/* WHAT'S INCLUDED *\/\n.included-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n  gap: 2rem;\n  max-width: 1400px;\n  margin: 0 auto;\n}\n\n.included-card {\n  background: var(--bg-card);\n  border: 1px solid var(--border-gold);\n  padding: 2.5rem 2rem;\n  transition: all 0.4s ease;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  gap: 1.5rem;\n}\n\n.included-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 3px;\n  background: var(--gold-gradient);\n  transform: scaleX(0);\n  transform-origin: left;\n  transition: transform 0.4s ease;\n}\n\n.included-card:hover {\n  transform: translateY(-5px);\n  border-color: var(--gold-primary);\n  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.15);\n  background: var(--bg-card-hover);\n}\n\n.included-card:hover::before {\n  transform: scaleX(1);\n}\n\n.included-icon {\n  width: 60px;\n  height: 60px;\n  background: rgba(212, 175, 55, 0.1);\n  border: 1px solid var(--border-gold);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--gold-primary);\n  font-size: 1.5rem;\n  flex-shrink: 0;\n  transition: all 0.3s ease;\n}\n\n.included-card:hover .included-icon {\n  background: var(--gold-gradient);\n  color: var(--bg-primary);\n  border-color: transparent;\n}\n\n.included-content h3 {\n  font-size: 1.1rem;\n  margin-bottom: 0.7rem;\n  color: var(--gold-light);\n}\n\n.included-content p {\n  color: var(--text-secondary);\n  font-size: 0.9rem;\n  line-height: 1.7;\n}\n\n\/* FOR WHO SECTION *\/\n.for-who-section {\n  background: var(--bg-secondary);\n  border-top: 1px solid var(--border-gold);\n  border-bottom: 1px solid var(--border-gold);\n}\n\n.for-who-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 2rem;\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.for-who-card {\n  background: var(--bg-card);\n  border: 1px solid var(--border-gold);\n  padding: 2.5rem 2rem;\n  text-align: center;\n  transition: all 0.3s ease;\n}\n\n.for-who-card:hover {\n  border-color: var(--gold-primary);\n  transform: translateY(-5px);\n}\n\n.for-who-icon {\n  width: 80px;\n  height: 80px;\n  border: 2px solid var(--gold-primary);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--gold-primary);\n  font-size: 2rem;\n  margin: 0 auto 1.5rem;\n  transition: all 0.3s ease;\n}\n\n.for-who-card:hover .for-who-icon {\n  background: var(--gold-gradient);\n  color: var(--bg-primary);\n  border-color: transparent;\n}\n\n.for-who-card h3 {\n  font-size: 1.15rem;\n  color: var(--gold-light);\n  margin-bottom: 0.8rem;\n}\n\n.for-who-card p {\n  color: var(--text-secondary);\n  font-size: 0.9rem;\n  line-height: 1.6;\n}\n\n\/* PROCESS SECTION *\/\n.process-section {\n  background: var(--bg-primary);\n}\n\n.process-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 2rem;\n  max-width: 1400px;\n  margin: 0 auto;\n}\n\n.process-step {\n  background: var(--bg-card);\n  border: 1px solid var(--border-gold);\n  padding: 2.5rem 2rem;\n  position: relative;\n  transition: all 0.3s ease;\n}\n\n.process-step:hover {\n  border-color: var(--gold-primary);\n  transform: translateY(-5px);\n}\n\n.step-number {\n  font-family: 'Cinzel', serif;\n  font-size: 3.5rem;\n  color: var(--gold-primary);\n  opacity: 0.3;\n  line-height: 1;\n  margin-bottom: 1rem;\n}\n\n.process-step h3 {\n  font-size: 1.1rem;\n  color: var(--gold-light);\n  margin-bottom: 0.8rem;\n}\n\n.process-step p {\n  color: var(--text-secondary);\n  font-size: 0.9rem;\n  line-height: 1.7;\n}\n\n.process-step .duration {\n  display: inline-block;\n  margin-top: 1rem;\n  padding: 0.3rem 0.8rem;\n  background: rgba(212, 175, 55, 0.1);\n  border: 1px solid var(--border-gold);\n  color: var(--gold-primary);\n  font-size: 0.75rem;\n  font-weight: 600;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  border-radius: 20px;\n}\n\n\/* VALUE COMPARISON *\/\n.value-section {\n  background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), transparent);\n  border-top: 1px solid var(--border-gold);\n  border-bottom: 1px solid var(--border-gold);\n}\n\n.comparison-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 3rem;\n  max-width: 1100px;\n  margin: 0 auto;\n}\n\n.comparison-card {\n  background: var(--bg-card);\n  border: 1px solid var(--border-gold);\n  padding: 3rem 2.5rem;\n  border-radius: 8px;\n}\n\n.comparison-card.traditional {\n  opacity: 0.7;\n  border-color: rgba(255, 255, 255, 0.1);\n}\n\n.comparison-card.proptrust {\n  border-color: var(--gold-primary);\n  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.15);\n}\n\n.comparison-card h3 {\n  font-size: 1.3rem;\n  margin-bottom: 1.5rem;\n  color: var(--gold-light);\n}\n\n.comparison-card.traditional h3 {\n  color: var(--text-secondary);\n}\n\n.comparison-list {\n  list-style: none;\n}\n\n.comparison-list li {\n  padding: 0.8rem 0;\n  border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-size: 0.9rem;\n  gap: 1rem;\n}\n\n.comparison-list li:last-child {\n  border-bottom: none;\n}\n\n.comparison-list .label {\n  color: var(--text-secondary);\n}\n\n.comparison-list .value {\n  color: var(--gold-primary);\n  font-weight: 600;\n  text-align: right;\n}\n\n.comparison-list .value.negative {\n  color: #EF4444;\n}\n\n.comparison-list .value.positive {\n  color: #10B981;\n}\n\n.total-row {\n  margin-top: 1.5rem;\n  padding-top: 1.5rem;\n  border-top: 2px solid var(--border-gold);\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n\n.total-row .label {\n  font-size: 1rem;\n  color: var(--text-primary);\n  font-weight: 600;\n}\n\n.total-row .value {\n  font-family: 'Cinzel', serif;\n  font-size: 1.8rem;\n  color: var(--gold-primary);\n  font-weight: 700;\n}\n\n.total-row .value.negative {\n  color: #EF4444;\n  font-size: 1.5rem;\n}\n\n.savings-callout {\n  text-align: center;\n  margin-top: 3rem;\n  padding: 1.5rem;\n  background: rgba(16, 185, 129, 0.1);\n  border: 1px solid #10B981;\n  border-radius: 8px;\n  max-width: 700px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.savings-callout p {\n  color: #10B981;\n  font-size: 1.2rem;\n  font-weight: 600;\n}\n\n\/* FOUNDER NOTE *\/\n.founder-section {\n  background: var(--bg-primary);\n}\n\n.founder-box {\n  background: linear-gradient(to right, rgba(212, 175, 55, 0.05), transparent);\n  border-left: 4px solid var(--gold-primary);\n  padding: 3.5rem;\n  margin: 0 auto;\n  max-width: 1100px;\n  display: flex;\n  gap: 2.5rem;\n  align-items: center;\n}\n\n.founder-initials {\n  font-family: 'Cinzel', serif;\n  font-size: 4rem;\n  color: var(--gold-primary);\n  opacity: 0.6;\n  line-height: 1;\n  flex-shrink: 0;\n}\n\n.founder-content h3 {\n  color: var(--gold-light);\n  margin-bottom: 1.2rem;\n  font-size: 1.5rem;\n}\n\n.founder-content p {\n  color: var(--text-secondary);\n  font-size: 1.05rem;\n  line-height: 1.8;\n  margin-bottom: 1rem;\n  font-style: italic;\n}\n\n.founder-name {\n  display: block;\n  color: var(--gold-primary);\n  font-weight: 600;\n  font-family: 'Cinzel', serif;\n  font-size: 1.1rem;\n  margin-top: 1.5rem;\n  font-style: normal;\n}\n\n.founder-title {\n  font-size: 0.85rem;\n  color: var(--text-secondary);\n  font-style: normal;\n}\n\n\/* GUARANTEES *\/\n.guarantee-section {\n  background: var(--bg-secondary);\n  border-top: 1px solid var(--border-gold);\n  text-align: center;\n}\n\n.guarantee-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 2rem;\n  max-width: 1100px;\n  margin: 0 auto;\n}\n\n.guarantee-card {\n  background: var(--bg-card);\n  border: 1px solid var(--border-gold);\n  padding: 2.5rem 2rem;\n  text-align: center;\n  transition: all 0.3s ease;\n}\n\n.guarantee-card:hover {\n  border-color: var(--gold-primary);\n  transform: translateY(-5px);\n}\n\n.guarantee-icon {\n  width: 80px;\n  height: 80px;\n  border: 2px solid var(--gold-primary);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--gold-primary);\n  font-size: 2rem;\n  margin: 0 auto 1.5rem;\n  background: rgba(212, 175, 55, 0.05);\n}\n\n.guarantee-card h3 {\n  color: var(--gold-light);\n  font-size: 1.2rem;\n  margin-bottom: 1rem;\n}\n\n.guarantee-card p {\n  color: var(--text-secondary);\n  font-size: 0.9rem;\n  line-height: 1.7;\n}\n\n\/* FAQ *\/\n.faq-section {\n  background: var(--bg-primary);\n}\n\n.faq-container {\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.faq-item {\n  background: var(--bg-card);\n  border: 1px solid var(--border-gold);\n  margin-bottom: 1rem;\n  border-radius: 4px;\n  overflow: hidden;\n}\n\n.faq-question {\n  width: 100%;\n  padding: 1.5rem;\n  background: none;\n  border: none;\n  text-align: left;\n  color: var(--text-primary);\n  font-size: 1rem;\n  font-weight: 600;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-family: 'Montserrat', sans-serif;\n}\n\n.faq-question i {\n  color: var(--gold-primary);\n  transition: transform 0.3s ease;\n}\n\n.faq-answer {\n  padding: 0 1.5rem 1.5rem;\n  color: var(--text-secondary);\n  font-size: 0.9rem;\n  line-height: 1.7;\n  display: none;\n}\n\n.faq-item.active .faq-answer {\n  display: block;\n}\n\n.faq-item.active .faq-question i {\n  transform: rotate(45deg);\n}\n\n\/* FINAL CTA *\/\n.final-cta {\n  text-align: center;\n  padding: 7rem 10%;\n  background: radial-gradient(circle at center, #1a1a1a 0%, #050505 100%);\n  position: relative;\n}\n\n.final-cta::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: url('data:image\/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><rect width=\"100\" height=\"100\" fill=\"none\" stroke=\"%23D4AF37\" stroke-width=\"0.5\" opacity=\"0.05\"\/><\/svg>');\n  opacity: 0.3;\n}\n\n.final-cta-content {\n  position: relative;\n  z-index: 1;\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.final-cta h2 {\n  font-size: clamp(1.8rem, 3vw, 2.8rem);\n  margin-bottom: 1rem;\n  background: var(--gold-gradient);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n}\n\n.final-cta p {\n  color: var(--text-secondary);\n  font-size: 1.1rem;\n  margin-bottom: 2rem;\n  line-height: 1.7;\n}\n\n.final-price {\n  font-family: 'Cinzel', serif;\n  font-size: 4.5rem;\n  color: var(--gold-primary);\n  font-weight: 700;\n  margin: 1.5rem 0;\n}\n\n.final-price-usd {\n  color: var(--text-secondary);\n  font-size: 1.2rem;\n  font-style: italic;\n  margin-bottom: 2rem;\n}\n\n.final-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 0.8rem;\n  padding: 1.4rem 4rem;\n  background: var(--gold-gradient);\n  color: var(--bg-primary);\n  font-family: 'Montserrat', sans-serif;\n  font-size: 1rem;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  text-decoration: none;\n  border-radius: 4px;\n  box-shadow: 0 4px 30px rgba(212, 175, 55, 0.4);\n  transition: all 0.3s ease;\n}\n\n.final-btn:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 10px 40px rgba(212, 175, 55, 0.6);\n}\n\n.urgency-note {\n  margin-top: 2rem;\n  padding: 1rem 2rem;\n  background: rgba(212, 175, 55, 0.1);\n  border: 1px solid var(--border-gold);\n  border-radius: 4px;\n  display: inline-block;\n  color: var(--gold-light);\n  font-size: 0.85rem;\n  letter-spacing: 1px;\n}\n\n.final-features {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 2rem;\n  margin-top: 3rem;\n  padding-top: 2rem;\n  border-top: 1px solid var(--border-gold);\n}\n\n.final-feature {\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  color: var(--text-secondary);\n  font-size: 0.85rem;\n}\n\n.final-feature i {\n  color: var(--gold-primary);\n}\n\n\/* LANGUAGES CALLOUT *\/\n.languages-callout {\n  background: var(--bg-secondary);\n  padding: 3rem 10%;\n  text-align: center;\n  border-top: 1px solid var(--border-gold);\n  border-bottom: 1px solid var(--border-gold);\n}\n\n.languages-callout h3 {\n  color: var(--gold-light);\n  font-size: 1.3rem;\n  margin-bottom: 1rem;\n}\n\n.languages-callout p {\n  color: var(--text-secondary);\n  font-size: 1rem;\n  margin-bottom: 1.5rem;\n}\n\n.language-flags {\n  display: flex;\n  justify-content: center;\n  gap: 2rem;\n  flex-wrap: wrap;\n}\n\n.language-flag {\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  color: var(--text-primary);\n  font-size: 0.95rem;\n}\n\n.language-flag i {\n  color: var(--gold-primary);\n  font-size: 1.2rem;\n}\n\n\/* FOOTER *\/\nfooter {\n  background-color: #000000;\n  padding: 4rem 10% 2rem;\n  border-top: 1px solid var(--border-gold);\n  text-align: center;\n}\n\n.footer-logo {\n  font-family: 'Cinzel', serif;\n  font-size: 1.8rem;\n  background: var(--gold-gradient);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  margin-bottom: 1.5rem;\n  display: inline-block;\n}\n\n.footer-info {\n  color: var(--text-secondary);\n  font-size: 0.9rem;\n  margin-bottom: 2rem;\n}\n\n.footer-contact {\n  display: flex;\n  justify-content: center;\n  gap: 2rem;\n  flex-wrap: wrap;\n  margin-bottom: 2rem;\n}\n\n.footer-contact a {\n  color: var(--gold-primary);\n  text-decoration: none;\n  font-size: 0.9rem;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n}\n\n.footer-contact a:hover {\n  color: var(--gold-light);\n}\n\n.footer-bottom {\n  border-top: 1px solid rgba(255, 255, 255, 0.1);\n  padding-top: 2rem;\n  color: #555;\n  font-size: 0.8rem;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 968px) {\n  .hero-container {\n    grid-template-columns: 1fr;\n    gap: 3rem;\n  }\n  .comparison-grid {\n    grid-template-columns: 1fr;\n  }\n  .founder-box {\n    flex-direction: column;\n    text-align: center;\n    padding: 2rem;\n  }\n  .header-badge { display: none; }\n}\n\n@media (max-width: 768px) {\n  .hero { padding: 7rem 5% 3rem; }\n  section { padding: 4rem 5%; }\n  .product-card { padding: 2rem 1.5rem; }\n  .price-tag { font-size: 3rem; }\n  .final-price { font-size: 3rem; }\n  .included-card { flex-direction: column; }\n  .lang-switch { margin-left: 0; margin-top: 0.5rem; }\n  header { flex-direction: column; gap: 0.5rem; padding: 1rem 5%; }\n}\n<\/style>\n\n\n\n<!-- HEADER -->\n<header>\n  <a href=\"index.html\" class=\"logo\">Prop Trust Verified<\/a>\n  <div class=\"header-badge\">\n    <i class=\"fa-solid fa-crown\"><\/i> Elite Service\n  <\/div>\n  <div class=\"lang-switch\">\n    <a href=\"family-office-package.html\">ES<\/a>\n    <a href=\"family-office-package-en.html\" class=\"active\">EN<\/a>\n  <\/div>\n<\/header>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-container\">\n    <div class=\"hero-content\">\n      <span class=\"exclusive-badge\">\n        <i class=\"fa-solid fa-gem\"><\/i> Exclusive Service \u00b7 Limited Availability\n      <\/span>\n      <h1>Family Office Package<\/h1>\n      <p class=\"hero-subtitle\">\n        The comprehensive asset verification, protection, and advisory service designed exclusively for Family Offices and Ultra-High-Net-Worth Individuals. A complete solution that replaces multiple specialized consultancies \u2014 delivered under the robust legal framework of Delaware, USA.\n      <\/p>\n\n      <div class=\"hero-features\">\n        <div class=\"hero-feature\">\n          <i class=\"fa-solid fa-circle-check\"><\/i>\n          <span><strong>Complete portfolio audit<\/strong> of all your global assets<\/span>\n        <\/div>\n        <div class=\"hero-feature\">\n          <i class=\"fa-solid fa-circle-check\"><\/i>\n          <span><strong>Elite multidisciplinary team<\/strong> (legal, fiscal, technical, financial)<\/span>\n        <\/div>\n        <div class=\"hero-feature\">\n          <i class=\"fa-solid fa-circle-check\"><\/i>\n          <span><strong>12-month continuous supervision<\/strong> with quarterly reports<\/span>\n        <\/div>\n        <div class=\"hero-feature\">\n          <i class=\"fa-solid fa-circle-check\"><\/i>\n          <span><strong>Absolute confidentiality<\/strong> under international NDA<\/span>\n        <\/div>\n        <div class=\"hero-feature\">\n          <i class=\"fa-solid fa-circle-check\"><\/i>\n          <span><strong>Dedicated Account Director<\/strong> with personalized attention<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"product-card\">\n      <span class=\"premium-tag\">Platinum Tier<\/span>\n      <h3>Family Office Package<\/h3>\n      <div class=\"product-type\">Comprehensive Service \u00b7 12 Months<\/div>\n\n      <div class=\"price-box\">\n        <div class=\"price-tag\">\n          <span class=\"currency\">\u20ac<\/span>5,000\n        <\/div>\n        <div class=\"price-usd\">\u2248 $5,400 USD<\/div>\n        <div class=\"price-note\">One-time investment \u00b7 Full 12-month service<\/div>\n      <\/div>\n\n      <a href=\"https:\/\/buy.stripe.com\/8x200i20KbUN2Xm3ICbQY0d\" class=\"btn btn-primary\">\n        <i class=\"fa-solid fa-lock\"><\/i>\n        Reserve Your Place Now\n      <\/a>\n\n      <div class=\"trust-signals\">\n        <div class=\"trust-signal\">\n          <i class=\"fa-solid fa-user-shield\"><\/i>\n          <span>International NDA<\/span>\n        <\/div>\n        <div class=\"trust-signal\">\n          <i class=\"fa-solid fa-certificate\"><\/i>\n          <span>Global Validity<\/span>\n        <\/div>\n        <div class=\"trust-signal\">\n          <i class=\"fa-solid fa-shield-halved\"><\/i>\n          <span>Full Guarantee<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- TRUST BAR -->\n<div class=\"trust-bar\">\n  <div class=\"trust-bar-content\">\n    <div class=\"trust-item\">\n      <i class=\"fa-solid fa-flag-usa\"><\/i>\n      <span>Delaware Jurisdiction<\/span>\n    <\/div>\n    <div class=\"trust-item\">\n      <i class=\"fa-solid fa-globe\"><\/i>\n      <span>40+ Countries Served<\/span>\n    <\/div>\n    <div class=\"trust-item\">\n      <i class=\"fa-solid fa-stamp\"><\/i>\n      <span>Hague Apostille Ready<\/span>\n    <\/div>\n    <div class=\"trust-item\">\n      <i class=\"fa-solid fa-user-tie\"><\/i>\n      <span>30+ Years Experience<\/span>\n    <\/div>\n    <div class=\"trust-item\">\n      <i class=\"fa-solid fa-lock\"><\/i>\n      <span>Absolute Discretion<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- WHAT'S INCLUDED -->\n<section>\n  <div class=\"section-header\">\n    <h2>What&#8217;s Included in the Family Office Package<\/h2>\n    <div class=\"gold-line\"><\/div>\n    <p>A comprehensive service that combines 12 specialized services into a single package, designed to cover every need for asset verification and wealth protection<\/p>\n  <\/div>\n\n  <div class=\"included-grid\">\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-magnifying-glass-chart\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>Complete Wealth Audit<\/h3>\n        <p>Exhaustive analysis of all your assets: real estate, financial, maritime, business participations, artworks, and digital assets. Identification of hidden risks and optimization opportunities.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-file-shield\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>Legal &amp; Fiscal Due Diligence<\/h3>\n        <p>Complete review of the legal structure of your holdings, SPVs, and investment vehicles. Validation of international fiscal compliance and detection of transparency risks.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-building-columns\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>Real Estate Asset Verification<\/h3>\n        <p>Technical and legal inspection of your entire real estate portfolio. Title validation, hidden encumbrance detection, pathology analysis, and updated market valuation.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-ship\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>Maritime Asset Inspection<\/h3>\n        <p>Complete appraisal of vessels (sailboats, motor yachts, superyachts). Technical analysis, market valuation, documentation review, and international regulatory compliance.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-chart-pie\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>Financial &amp; Investment Analysis<\/h3>\n        <p>Independent evaluation of your investment portfolio, business participations, and investment vehicles. Valuation validation and opportunity detection.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-globe\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>International Structure Review<\/h3>\n        <p>Analysis of your global corporate structure (holdings, SPVs, trusts). Fiscal optimization, asset protection, and multi-jurisdictional regulatory compliance.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-scale-balanced\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>Arbitration &amp; Litigation Support<\/h3>\n        <p>Preparation of expert evidence for international arbitrations (ICC, LCIA). Court-admissible reports with Hague Apostille. Expert testimony if required.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-user-tie\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>Dedicated Account Director<\/h3>\n        <p>A senior expert will be your single point of contact throughout the 12 months. They will coordinate the entire multidisciplinary team and present personalized executive reports.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-calendar-check\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>Quarterly Supervision Reports<\/h3>\n        <p>For 12 months you will receive detailed quarterly reports on the status of your assets, relevant regulatory changes, and strategic recommendations.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-video\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>4 Strategic Sessions (In-Person\/Virtual)<\/h3>\n        <p>Quarterly 2-hour meetings with our executive team to review strategy, resolve questions, and adjust the wealth protection plan.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-shield-halved\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>Digital Asset Protection<\/h3>\n        <p>Analysis of your exposure in crypto-assets, NFTs, and digital assets. Custody validation, wallet security, and MiCA regulatory compliance.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"included-card\">\n      <div class=\"included-icon\"><i class=\"fa-solid fa-stamp\"><\/i><\/div>\n      <div class=\"included-content\">\n        <h3>Internationally Valid Documentation<\/h3>\n        <p>All reports and certifications issued with international court validity, legalizable via Hague Apostille for use in 120+ countries.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- LANGUAGES CALLOUT -->\n<section class=\"languages-callout\">\n  <h3>Multilingual Service for Global Clients<\/h3>\n  <p>We serve Family Offices in their preferred language, ensuring clear and precise communication at all times.<\/p>\n  <div class=\"language-flags\">\n    <div class=\"language-flag\">\n      <i class=\"fa-solid fa-check-circle\"><\/i>\n      <span>English<\/span>\n    <\/div>\n    <div class=\"language-flag\">\n      <i class=\"fa-solid fa-check-circle\"><\/i>\n      <span>Espa\u00f1ol<\/span>\n    <\/div>\n    <div class=\"language-flag\">\n      <i class=\"fa-solid fa-check-circle\"><\/i>\n      <span>Fran\u00e7ais<\/span>\n    <\/div>\n    <div class=\"language-flag\">\n      <i class=\"fa-solid fa-check-circle\"><\/i>\n      <span>\u0627\u0644\u0639\u0631\u0628\u064a\u0629 (Arabic)<\/span>\n    <\/div>\n    <div class=\"language-flag\">\n      <i class=\"fa-solid fa-check-circle\"><\/i>\n      <span>\u4e2d\u6587 (Chinese)<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOR WHO -->\n<section class=\"for-who-section\">\n  <div class=\"section-header\">\n    <h2>Who This Service Is For<\/h2>\n    <div class=\"gold-line\"><\/div>\n    <p>The Family Office Package is designed exclusively for specific profiles with complex wealth needs<\/p>\n  <\/div>\n\n  <div class=\"for-who-grid\">\n    <div class=\"for-who-card\">\n      <div class=\"for-who-icon\">\n        <i class=\"fa-solid fa-landmark\"><\/i>\n      <\/div>\n      <h3>Established Family Offices<\/h3>\n      <p>Family offices with assets exceeding \u20ac10M seeking an independent and specialized second opinion on their global structure and assets.<\/p>\n    <\/div>\n\n    <div class=\"for-who-card\">\n      <div class=\"for-who-icon\">\n        <i class=\"fa-solid fa-user-tie\"><\/i>\n      <\/div>\n      <h3>UHNW Individuals<\/h3>\n      <p>Individuals with complex wealth (multiple properties, businesses, international investments) who need a comprehensive and professional vision.<\/p>\n    <\/div>\n\n    <div class=\"for-who-card\">\n      <div class=\"for-who-icon\">\n        <i class=\"fa-solid fa-people-group\"><\/i>\n      <\/div>\n      <h3>Heirs of Large Fortunes<\/h3>\n      <p>Individuals who have received a complex inheritance and need to audit, organize, and professionally protect their new wealth.<\/p>\n    <\/div>\n\n    <div class=\"for-who-card\">\n      <div class=\"for-who-icon\">\n        <i class=\"fa-solid fa-briefcase\"><\/i>\n      <\/div>\n      <h3>Entrepreneurs in Sale Process<\/h3>\n      <p>Business owners preparing to sell their company or assets who need an independent valuation and prior fiscal optimization.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- PROCESS -->\n<section class=\"process-section\">\n  <div class=\"section-header\">\n    <h2>Our 5-Phase Process<\/h2>\n    <div class=\"gold-line\"><\/div>\n    <p>A proven methodology that guarantees exceptional results at every stage of the service<\/p>\n  <\/div>\n\n  <div class=\"process-steps\">\n    <div class=\"process-step\">\n      <div class=\"step-number\">01<\/div>\n      <h3>Confidential Onboarding<\/h3>\n      <p>NDA signature, initial meeting with your dedicated Account Director, and definition of specific scope according to your particular needs.<\/p>\n      <span class=\"duration\">Week 1-2<\/span>\n    <\/div>\n\n    <div class=\"process-step\">\n      <div class=\"step-number\">02<\/div>\n      <h3>Exhaustive Audit<\/h3>\n      <p>Our multidisciplinary team conducts a complete analysis of all your assets, legal structures, fiscal compliance, and risk exposure.<\/p>\n      <span class=\"duration\">Weeks 3-8<\/span>\n    <\/div>\n\n    <div class=\"process-step\">\n      <div class=\"step-number\">03<\/div>\n      <h3>Executive Report<\/h3>\n      <p>Detailed presentation of findings, identified risks, and optimization opportunities. Includes prioritized action plan with specific recommendations.<\/p>\n      <span class=\"duration\">Week 9-10<\/span>\n    <\/div>\n\n    <div class=\"process-step\">\n      <div class=\"step-number\">04<\/div>\n      <h3>Assisted Implementation<\/h3>\n      <p>We accompany you in implementing critical recommendations. We coordinate with your current advisors (lawyers, tax advisors, bankers) to maximize synergies.<\/p>\n      <span class=\"duration\">Weeks 11-16<\/span>\n    <\/div>\n\n    <div class=\"process-step\">\n      <div class=\"step-number\">05<\/div>\n      <h3>Continuous Supervision<\/h3>\n      <p>For 10 additional months, we monitor your assets, send quarterly reports, and hold 4 strategic follow-up sessions.<\/p>\n      <span class=\"duration\">Months 4-12<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- VALUE COMPARISON -->\n<section class=\"value-section\">\n  <div class=\"section-header\">\n    <h2>Why Choose Prop Trust Verified<\/h2>\n    <div class=\"gold-line\"><\/div>\n    <p>Compare our service with traditional market alternatives<\/p>\n  <\/div>\n\n  <div class=\"comparison-grid\">\n    <div class=\"comparison-card traditional\">\n      <h3>Traditional Consultancies<\/h3>\n      <ul class=\"comparison-list\">\n        <li>\n          <span class=\"label\">Typical annual cost<\/span>\n          <span class=\"value negative\">\u20ac25,000 &#8211; \u20ac150,000<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">Multidisciplinary teams<\/span>\n          <span class=\"value negative\">Separated (pay each)<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">International coverage<\/span>\n          <span class=\"value negative\">Limited to your region<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">Court validity of reports<\/span>\n          <span class=\"value negative\">Local only<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">Confidentiality<\/span>\n          <span class=\"value negative\">Standard<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">Dedicated account director<\/span>\n          <span class=\"value negative\">Junior\/Intermediate<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">Continuous supervision<\/span>\n          <span class=\"value negative\">Billed separately<\/span>\n        <\/li>\n      <\/ul>\n      <div class=\"total-row\">\n        <span class=\"label\">Total Annual Cost:<\/span>\n        <span class=\"value negative\">\u20ac50,000+<\/span>\n      <\/div>\n    <\/div>\n\n    <div class=\"comparison-card proptrust\">\n      <h3>Prop Trust Verified<\/h3>\n      <ul class=\"comparison-list\">\n        <li>\n          <span class=\"label\">Total investment<\/span>\n          <span class=\"value positive\">\u20ac5,000 (one-time)<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">Multidisciplinary teams<\/span>\n          <span class=\"value positive\">Integrated (included)<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">International coverage<\/span>\n          <span class=\"value positive\">40+ countries<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">Court validity of reports<\/span>\n          <span class=\"value positive\">120+ countries (Apostille)<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">Confidentiality<\/span>\n          <span class=\"value positive\">International NDA<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">Dedicated account director<\/span>\n          <span class=\"value positive\">Senior Expert<\/span>\n        <\/li>\n        <li>\n          <span class=\"label\">Continuous supervision<\/span>\n          <span class=\"value positive\">12 months included<\/span>\n        <\/li>\n      <\/ul>\n      <div class=\"total-row\">\n        <span class=\"label\">Total Investment:<\/span>\n        <span class=\"value\">\u20ac5,000<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"savings-callout\">\n    <p>\n      <i class=\"fa-solid fa-arrow-trend-down\" style=\"color: #10B981;\"><\/i>\n      Minimum 90% savings compared to traditional consultancies\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- FOUNDER NOTE -->\n<section class=\"founder-section\">\n  <div class=\"founder-box\">\n    <div class=\"founder-initials\">ATB<\/div>\n    <div class=\"founder-content\">\n      <h3>A Personal Commitment to Excellence<\/h3>\n      <p>\n        &#8220;I created the Family Office Package because, after 30 years of experience in international appraisal, I have seen how large fortunes lose millions due to lack of a comprehensive and independent vision. Traditional consultancies fragment the service and multiply costs. We unify it.\n      <\/p>\n      <p>\n        Every Family Office Package is personally supervised by me. I do not delegate quality. If you trust us with your wealth, I trust my reputation in delivering the most rigorous, discreet, and complete service in the international market.\n      <\/p>\n      <p>\n        This is not a commercial transaction. It is a long-term relationship of trust.&#8221;\n      <\/p>\n      <span class=\"founder-name\">Aurelio Tamarit Blay<\/span>\n      <span class=\"founder-title\">Founder &amp; Global Technical Director \u00b7 Prop Trust Verified<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- GUARANTEES -->\n<section class=\"guarantee-section\">\n  <div class=\"section-header\">\n    <h2>Our Unwavering Guarantees<\/h2>\n    <div class=\"gold-line\"><\/div>\n  <\/div>\n\n  <div class=\"guarantee-grid\">\n    <div class=\"guarantee-card\">\n      <div class=\"guarantee-icon\">\n        <i class=\"fa-solid fa-user-shield\"><\/i>\n      <\/div>\n      <h3>Absolute Confidentiality<\/h3>\n      <p>International NDA signed before any information exchange. Bank-level security protocols. Your wealth and data will never be shared with third parties.<\/p>\n    <\/div>\n\n    <div class=\"guarantee-card\">\n      <div class=\"guarantee-icon\">\n        <i class=\"fa-solid fa-shield-halved\"><\/i>\n      <\/div>\n      <h3>Total Satisfaction Guarantee<\/h3>\n      <p>If after the initial audit (first 8 weeks) you are not completely satisfied with the service, we will refund 100% of your investment. No questions, no complications.<\/p>\n    <\/div>\n\n    <div class=\"guarantee-card\">\n      <div class=\"guarantee-icon\">\n        <i class=\"fa-solid fa-handshake\"><\/i>\n      <\/div>\n      <h3>Total Independence<\/h3>\n      <p>We have no commercial relationships with banks, insurers, brokers, or any other financial provider. Our only loyalty is to you and the protection of your wealth.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FAQ -->\n<section class=\"faq-section\">\n  <div class=\"section-header\">\n    <h2>Frequently Asked Questions<\/h2>\n    <div class=\"gold-line\"><\/div>\n  <\/div>\n\n  <div class=\"faq-container\">\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">\n        <span>What is the minimum wealth to access the Family Office Package?<\/span>\n        <i class=\"fa-solid fa-plus\"><\/i>\n      <\/button>\n      <div class=\"faq-answer\">\n        The service is designed for wealth exceeding 5 million euros, although we evaluate each case individually. What matters is not just the volume, but the complexity and diversity of assets (multiple jurisdictions, different asset classes, corporate structures, etc.).\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">\n        <span>How do you guarantee the confidentiality of my information?<\/span>\n        <i class=\"fa-solid fa-plus\"><\/i>\n      <\/button>\n      <div class=\"faq-answer\">\n        We sign an international NDA before any information exchange. We use encrypted communication channels (PGP email, secure platforms), and the entire team working on your case is subject to individual confidentiality agreements. Our security protocols comply with international private banking standards.\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">\n        <span>What if I already have my own advisors (lawyers, tax advisors, bankers)?<\/span>\n        <i class=\"fa-solid fa-plus\"><\/i>\n      <\/button>\n      <div class=\"faq-answer\">\n        We do not come to replace your current advisors, but to complement them with an independent and comprehensive vision. In fact, one of the key functions of the service is to coordinate with your existing advisors to maximize synergies and detect possible inconsistencies or areas for improvement in your current strategy.\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">\n        <span>Can I hire only part of the service?<\/span>\n        <i class=\"fa-solid fa-plus\"><\/i>\n      <\/button>\n      <div class=\"faq-answer\">\n        The Family Office Package is designed as a comprehensive service because the true value lies in the holistic vision. However, if you have very specific needs, we can design a tailor-made package. In that case, we recommend contacting us directly to evaluate your particular case.\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">\n        <span>What validity do the reports you issue have?<\/span>\n        <i class=\"fa-solid fa-plus\"><\/i>\n      <\/button>\n      <div class=\"faq-answer\">\n        All our reports have international court validity. They can be legalized via Hague Apostille for use in more than 120 countries. Additionally, our experts can testify in international arbitrations (ICC, LCIA) and judicial proceedings as party-appointed experts.\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">\n        <span>Why do you only accept a limited number of Family Offices per year?<\/span>\n        <i class=\"fa-solid fa-plus\"><\/i>\n      <\/button>\n      <div class=\"faq-answer\">\n        The quality of the service requires intensive dedication from our senior team. Each Family Office Package consumes between 200-400 hours of work from top-level experts. To maintain the standards of excellence that characterize us, we limit admission to 12-15 new clients per year. This allows us to dedicate the necessary resources to each case.\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">\n        <span>What happens after the 12 months of service?<\/span>\n        <i class=\"fa-solid fa-plus\"><\/i>\n      <\/button>\n      <div class=\"faq-answer\">\n        At the end of the first year, you can opt to renew the continuous supervision service for a reduced fee (normally \u20ac2,500\/year). Many of our clients choose to renew because they value the continuity and accumulated knowledge of their wealth. You can also hire additional specific services according to your needs.\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">\n        <span>How does the payment process work?<\/span>\n        <i class=\"fa-solid fa-plus\"><\/i>\n      <\/button>\n      <div class=\"faq-answer\">\n        Payment is made in a single payment of \u20ac5,000 through our secure Stripe gateway. We accept international bank transfers for clients who prefer it. We issue an official invoice from Aurema Group LLC (Delaware). For very large wealth, we can structure the payment in 2-3 installments linked to service milestones.\n      <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <button class=\"faq-question\">\n        <span>Is the service available for clients outside Europe?<\/span>\n        <i class=\"fa-solid fa-plus\"><\/i>\n      <\/button>\n      <div class=\"faq-answer\">\n        Absolutely. We serve Family Offices globally, with special experience in the Middle East (UAE, Saudi Arabia, Qatar), Asia (Singapore, Hong Kong), Latin America (Mexico, Colombia, Chile), and North America. Our Delaware jurisdiction is particularly familiar and respected by American and international clients. We offer service in English, Spanish, French, Arabic, and Chinese.\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FINAL CTA -->\n<section class=\"final-cta\">\n  <div class=\"final-cta-content\">\n    <h2>Protect Your Wealth with the Excellence You Deserve<\/h2>\n    <div class=\"gold-line\"><\/div>\n    <p>\n      Every day that passes without a comprehensive and independent vision of your wealth is a day of exposure to unnecessary risks. The Family Office Package gives you the peace of mind of knowing that every asset, every structure, and every investment is being supervised by the best international experts.\n    <\/p>\n\n    <div class=\"final-price\">\u20ac5,000<\/div>\n    <div class=\"final-price-usd\">\u2248 $5,400 USD \u00b7 One-time investment<\/div>\n\n    <a href=\"https:\/\/buy.stripe.com\/8x200i20KbUN2Xm3ICbQY0d\" class=\"final-btn\">\n      <i class=\"fa-solid fa-lock\"><\/i>\n      Reserve Your Place Now\n    <\/a>\n\n    <div class=\"urgency-note\">\n      <i class=\"fa-solid fa-clock\"><\/i>\n      Only 12-15 places available per year \u00b7 Few places remaining for 2026\n    <\/div>\n\n    <div class=\"final-features\">\n      <div class=\"final-feature\">\n        <i class=\"fa-solid fa-check\"><\/i>\n        <span>Full 12-month service<\/span>\n      <\/div>\n      <div class=\"final-feature\">\n        <i class=\"fa-solid fa-check\"><\/i>\n        <span>Elite multidisciplinary team<\/span>\n      <\/div>\n      <div class=\"final-feature\">\n        <i class=\"fa-solid fa-check\"><\/i>\n        <span>International NDA<\/span>\n      <\/div>\n      <div class=\"final-feature\">\n        <i class=\"fa-solid fa-check\"><\/i>\n        <span>Total satisfaction guarantee<\/span>\n      <\/div>\n      <div class=\"final-feature\">\n        <i class=\"fa-solid fa-check\"><\/i>\n        <span>Court validity in 120+ countries<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"footer-logo\">Prop Trust Verified<\/div>\n  <div class=\"footer-info\">\n    <p>Aurema Group LLC | 1007 N Orange St, Suite 2223, Wilmington, DE 19801, USA<\/p>\n  <\/div>\n  <div class=\"footer-contact\">\n    <a href=\"mailto:familyoffice@proptrustverified.com\">\n      <i class=\"fa-solid fa-envelope\"><\/i>\n      familyoffice@proptrustverified.com\n    <\/a>\n    <a href=\"tel:+1302XXXXXXX\">\n      <i class=\"fa-solid fa-phone\"><\/i>\n      +1 (302) XXX-XXXX\n    <\/a>\n  <\/div>\n  <div class=\"footer-bottom\">\n    <p>\u00a9 2026 Prop Trust Verified. An Aurema Group Company. All Rights Reserved.<\/p>\n    <p style=\"margin-top: 5px; font-size: 0.7rem;\">Family Office Services | International Appraisal | Global Verification<\/p>\n  <\/div>\n<\/footer>\n\n<!-- FAQ SCRIPT -->\n<script>\ndocument.querySelectorAll('.faq-question').forEach(button => {\n  button.addEventListener('click', () => {\n    const faqItem = button.parentElement;\n    const isActive = faqItem.classList.contains('active');\n    \n    document.querySelectorAll('.faq-item').forEach(item => {\n      item.classList.remove('active');\n    });\n    \n    if (!isActive) {\n      faqItem.classList.add('active');\n    }\n  });\n});\n<\/script>\n<div style=\"margin: 20px 0;\"><div class=\"qrcswholewtapper\" style=\"text-align:left;\"><div class=\"qrcprowrapper\"  id=\"qrcwraa2leds\"><div class=\"qrc_canvass\" id=\"qrc_cuttenpages_2\" style=\"display:inline-block\" data-text=\"https:\/\/proptrustverified.com\/en\/family-office-package\/\"><\/div><div><a download=\"Family Office Package.png\" class=\"qrcdownloads\" id=\"worign\">\r\n           <button type=\"button\" style=\"min-width:200px;background:#dddddd;color:#000;font-weight: 600;border: 1px solid #dddddd;border-radius:4px;font-size:12px;padding: 6px 0;\" class=\"uqr_code_btn\">Download QR<\/button>\r\n           <\/a><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Family Office Package | Prop Trust Verified &#8211; Elite Wealth Protection Prop Trust Verified Elite Service ES EN Exclusive Service \u00b7 Limited Availability Family Office Package The comprehensive asset verification, protection, and advisory service designed exclusively for Family Offices and Ultra-High-Net-Worth Individuals. A complete solution that replaces multiple specialized consultancies \u2014 delivered under the robust [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[],"class_list":["post-1214","post","type-post","status-publish","format-standard","hentry","category-guias-practicas"],"_links":{"self":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/posts\/1214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/comments?post=1214"}],"version-history":[{"count":4,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/posts\/1214\/revisions"}],"predecessor-version":[{"id":1451,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/posts\/1214\/revisions\/1451"}],"wp:attachment":[{"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/media?parent=1214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/categories?post=1214"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/proptrustverified.com\/en\/wp-json\/wp\/v2\/tags?post=1214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}