:root{--ta-red:#9C0F00;--ta-red-dark:#7d0c00;--ta-charcoal:#1c1c1c;--ta-grey:#555555;--ta-petrol:#073142;--ta-aqua:#E6F7F5;--ta-light:#F4F4F4;--font-stack:"Futura PT",Futura,"Jost","Century Gothic",sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-stack);font-size:18px;line-height:27px;color:#000;background:#fff;-webkit-font-smoothing:antialiased}a{color:inherit}.utility-bar{background:var(--ta-light);padding:8px 40px;display:flex;justify-content:flex-end;font-size:15px}.utility-bar a{text-decoration:none;color:var(--ta-charcoal);font-weight:500}.utility-bar a:hover{color:var(--ta-red)}.utility-bar .ext{font-size:12px;vertical-align:1px}header{background:#fff;border-bottom:1px solid #e5e5e5;padding:0 40px;gap:28px;height:88px;position:sticky;top:0;z-index:40}.brand,header{display:flex;align-items:center}.brand{gap:20px;flex-shrink:0}.brand img{width:133px;height:auto;display:block}.brand .divider{width:1px;height:44px;background:#d9d9d9}.brand .section-label{color:var(--ta-grey);font-size:18px;line-height:1.25;font-weight:500;max-width:90px}nav.main-nav{display:flex;gap:36px;margin:0 auto;font-size:18px}nav.main-nav a{text-decoration:none;font-weight:500}.contact-btn,nav.main-nav a:hover{color:var(--ta-red)}.contact-btn{border:1px solid var(--ta-red);font-weight:600;font-size:18px;padding:10px 26px;text-decoration:none;flex-shrink:0;background:#fff;transition:background .15s,color .15s}.contact-btn:hover{background:var(--ta-red);color:#fff}.hero{min-height:640px;background-image:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.78) 34%,rgba(255,255,255,.25) 60%,rgba(255,255,255,.05)),url(https://cdn.sanity.io/images/0zma84th/production/933165d18c70029efbacc2b4a92b407cfb3cd2d5-2400x1601.jpg?w=1920&q=77&fit=max&auto=format);background-size:cover;background-position:50%;display:flex;padding:72px 40px 96px}.hero,.hero-inner{position:relative;align-items:center}.hero-inner{width:100%;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,460px);gap:64px;z-index:2}.hero h1{font-size:68px;line-height:1.02;font-weight:700;color:#000;margin-bottom:26px}.hero .lede{font-weight:600;max-width:480px;margin-bottom:26px}.hero .scroll-link{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:#000}.hero .scroll-link .arrow{color:var(--ta-red);font-size:24px;line-height:1}.hero .scroll-link:hover{color:var(--ta-red)}.hero .curve{position:absolute;left:0;bottom:24px;width:100%;height:120px;z-index:1;pointer-events:none}.assistant-card{background:linear-gradient(180deg,rgba(222,238,246,.94),rgba(206,231,242,.88));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:16px;box-shadow:0 18px 44px rgba(7,49,66,.18);padding:36px 34px 30px}.assistant-card h2{font-size:27px;line-height:1.2;font-weight:700;margin-bottom:8px}.assistant-card .sub{font-size:16px;line-height:23px;margin-bottom:22px;color:#17323f}.search-wrap{position:relative;margin-bottom:14px}.search-wrap .mag{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;pointer-events:none;color:var(--ta-grey)}#invest-search{width:100%;height:52px;border:1px solid #000;border-radius:8px;font-family:var(--font-stack);font-size:17px;padding:0 16px 0 46px;background:#fff;outline-offset:2px;transition:padding-right .2s ease}#invest-search:focus{outline:2px solid var(--ta-red);border-color:var(--ta-red)}.assistant-card .hint{font-size:14px;line-height:20px;color:#17323f}.assistant-card .hint strong{font-weight:600}.assistant-card .ai-note{display:flex;align-items:center;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(7,49,66,.18);font-size:13px;line-height:18px;color:#17323f}.assistant-card .ai-note .spark{color:var(--ta-red);flex-shrink:0}.section{max-width:1280px;margin:0 auto;padding:84px 40px 60px}.section-heading{font-size:36px;font-weight:700;padding-bottom:14px;border-bottom:1px solid #000;margin-bottom:36px}.chips{display:flex;flex-wrap:wrap;gap:14px}.chip{font-family:var(--font-stack);font-size:16px;font-weight:500;line-height:22px;padding:11px 22px;border:1px solid var(--ta-grey);border-radius:50px;background:#fff;cursor:pointer;transition:border-color .15s,color .15s,background .15s;text-align:left}.chip:focus-visible,.chip:hover{border-color:var(--ta-red);color:var(--ta-red);background:#fff7f6}.stats{background:var(--ta-aqua);padding:72px 40px}.stats-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:48px;text-align:center}.stat .number{font-size:56px;line-height:1.05;font-weight:700;color:var(--ta-petrol);margin-bottom:10px}.stat .label{font-weight:500;color:#17323f}.stats .source{text-align:center;font-size:13px;color:#4a6470;margin-top:34px}.explore{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.explore-card{background:var(--ta-light);padding:34px 30px 30px;display:flex;flex-direction:column;gap:12px;text-decoration:none;transition:transform .15s,box-shadow .15s}.explore-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.12)}.explore-card h3{font-size:24px;font-weight:700}.explore-card p{font-size:16px;line-height:24px;color:#333;flex:1 1}.explore-card .go{color:var(--ta-red);font-weight:600;font-size:16px}footer{background:var(--ta-petrol);color:#fff;padding:56px 40px 40px;margin-top:88px}.footer-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;gap:48px;flex-wrap:wrap}footer .brandline{display:flex;align-items:center;gap:18px}footer .brandline img{width:128px;height:auto}footer .brandline .divider{width:1px;height:34px;background:rgba(255,255,255,.35)}footer .brandline span{font-weight:500}footer .fineprint{max-width:560px;font-size:13px;line-height:19px;color:rgba(255,255,255,.78)}footer .fineprint strong{color:#fff}@media (max-width:1080px){.hero-inner{grid-template-columns:1fr;gap:44px}.hero h1{font-size:48px}nav.main-nav{display:none}.explore,.stats-inner{grid-template-columns:1fr}}body .semantify-search-scope{--smtfy-search-accent:#9C0F00!important;--smtfy-search-backdrop:rgba(7,49,66,0.55)!important;--smtfy-search-border:#e2ebee!important;--smtfy-search-hover:#f2f9f8!important;--smtfy-search-muted:#5c7480!important}body .semantify-search-overlay{backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);padding:7vh 20px 40px!important}@keyframes smtfyOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes smtfyPanelIn{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}body .semantify-search-overlay[data-open="1"]{animation:smtfyOverlayIn .22s ease-out}body .semantify-search-overlay[data-open="1"] .semantify-search-panel{animation:smtfyPanelIn .3s cubic-bezier(.2,.7,.3,1)}body .semantify-search-panel{max-width:860px!important;border:none!important;border-radius:20px!important;padding:30px 34px 28px!important;background:linear-gradient(180deg,#edf4f6,#e4eef2)!important;box-shadow:0 34px 90px rgba(7,49,66,.38)!important}body .semantify-search-close{top:20px!important;right:22px!important;width:38px!important;height:38px!important;border-radius:50%!important;font-size:22px!important;transition:background .15s,color .15s}body .semantify-search-close:focus,body .semantify-search-close:hover{background:#fdf1ef!important;color:var(--ta-red)!important}body .semantify-search-status{font-size:12px!important;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#7d929c!important;margin:4px 40px 16px 2px!important}body .semantify-search-answer{background:#ffffff!important;border:1px solid rgba(7,49,66,.09)!important;border-radius:16px!important;padding:22px 26px 18px!important;margin:0 0 20px!important;box-shadow:0 8px 26px rgba(7,49,66,.08)}body .semantify-search-answer-label{display:flex!important;align-items:center;gap:8px;font-size:0!important;margin:0 0 10px!important}body .semantify-search-answer-label:before{content:"";width:17px;height:17px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%239C0F00' d='M8 0l1.8 4.6L14.4 6 9.8 7.8 8 12.4 6.2 7.8 1.6 6l4.6-1.4L8 0z'/%3E%3Cpath fill='%239C0F00' opacity='.65' d='M13 10l.9 2.3 2.1.7-2.1.9-.9 2.1-.9-2.1-2.1-.9 2.1-.7L13 10z'/%3E%3C/svg%3E") 50% /contain no-repeat}body .semantify-search-answer-label:after{content:"AI Overview";font-size:13px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--ta-petrol)}body .semantify-search-answer-text{font-size:17px!important;line-height:1.65!important;color:#17323f!important}body .semantify-search-answer-feedback{margin-top:14px!important;padding-top:12px;border-top:1px solid rgba(7,49,66,.1)}body .semantify-search-answer-feedback-label{font-size:13px!important;color:#5c7480!important}body .semantify-search-answer-feedback-down,body .semantify-search-answer-feedback-up{width:34px;height:34px;border-radius:50%!important;border:1px solid rgba(7,49,66,.18)!important;background:#fff!important;padding:0!important;font-size:15px!important;display:inline-flex;align-items:center;justify-content:center;transition:border-color .15s,transform .1s}body .semantify-search-answer-feedback-down:hover,body .semantify-search-answer-feedback-up:hover{border-color:var(--ta-red)!important;background:#fff!important;transform:scale(1.06)}body .semantify-search-answer-feedback-down,body .semantify-search-answer-feedback-up{font-size:0!important}body .semantify-search-answer-feedback-down:before,body .semantify-search-answer-feedback-up:before{content:"";width:16px;height:16px;background:var(--ta-petrol);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 10h4v11H2zM8 21h9.2c1 0 1.9-.7 2.1-1.7l1.6-7A2 2 0 0 0 19 10h-5.3l.9-4.3a1.8 1.8 0 0 0-1.8-2.2c-.5 0-1 .3-1.3.7L8 9.5z'/%3E%3C/svg%3E") center /contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 10h4v11H2zM8 21h9.2c1 0 1.9-.7 2.1-1.7l1.6-7A2 2 0 0 0 19 10h-5.3l.9-4.3a1.8 1.8 0 0 0-1.8-2.2c-.5 0-1 .3-1.3.7L8 9.5z'/%3E%3C/svg%3E") center /contain no-repeat}body .semantify-search-answer-feedback-down:before{transform:scale(-1)}body .semantify-search-answer-feedback-down:hover:before,body .semantify-search-answer-feedback-up:hover:before{background:var(--ta-red)}@keyframes smtfyShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}body .smtfy-score{display:inline-flex;align-items:center;gap:7px;margin-left:auto;font-size:12px;font-weight:700;color:var(--ta-petrol);letter-spacing:.02em;cursor:default}body .smtfy-bars{display:inline-flex;align-items:flex-end;gap:2.5px;height:15px}@keyframes smtfyBarIn{0%{transform:scaleY(.2);opacity:0}}body .smtfy-bar{width:3.5px;border-radius:2px;background-color:#dfe9ed;background-image:linear-gradient(to top,var(--ta-petrol),#0F8595);background-repeat:no-repeat;background-position:bottom;background-size:100% 0;transform-origin:bottom;animation:smtfyBarIn .5s cubic-bezier(.2,.7,.3,1) backwards}body .smtfy-bar:first-child{height:6px}body .smtfy-bar:nth-child(2){height:9px;animation-delay:.06s}body .smtfy-bar:nth-child(3){height:12px;animation-delay:.12s}body .smtfy-bar:nth-child(4){height:15px;animation-delay:.18s}body .semantify-search-option .smtfy-score{margin-left:auto;margin-right:4px}body .semantify-search-option .smtfy-bars{height:11px;gap:2px}body .semantify-search-option .smtfy-bar{width:3px}body .semantify-search-option .smtfy-bar:first-child{height:5px}body .semantify-search-option .smtfy-bar:nth-child(2){height:7px}body .semantify-search-option .smtfy-bar:nth-child(3){height:9px}body .semantify-search-option .smtfy-bar:nth-child(4){height:11px}body .semantify-search-result{border-top:none!important;margin:10px 0!important;background:#fff;border-radius:14px;box-shadow:0 1px 3px rgba(7,49,66,.08);transition:box-shadow .18s,transform .18s}body .semantify-search-result:first-child{margin-top:0!important;border-top:none!important}body .semantify-search-result:hover{box-shadow:0 12px 30px rgba(7,49,66,.16);transform:translateY(-1px)}body .semantify-search-result-link{display:flex!important;flex-direction:column;padding:18px 22px!important;border-radius:14px!important}body .semantify-search-result-link:focus,body .semantify-search-result-link:hover{background:transparent!important}body .semantify-search-result-meta{order:-1;margin:0 0 5px!important}body .semantify-search-panel .smtfy-pill,body .semantify-search-panel .smtfy-pill--lock{background:none!important;border:none!important;padding:0!important;color:#8a9ba3!important;font-size:11.5px!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important}body .semantify-search-result-title{font-size:21px!important;font-weight:700!important;line-height:1.25;color:var(--ta-petrol)!important;transition:color .15s}body .semantify-search-result-link:hover .semantify-search-result-title{color:var(--ta-red)!important;text-decoration:underline;text-underline-offset:3px}body .semantify-search-result-snippet{font-size:15px!important;line-height:1.55!important;color:#4a6470!important;margin:6px 0 0!important}body .semantify-search-result-date{font-size:12.5px!important}body .semantify-search-related{border-top:1px solid #e5edf0!important;margin-top:22px!important;padding-top:14px!important}body .semantify-search-related-label{font-size:12px!important;letter-spacing:.1em!important;color:#7d929c!important}body .semantify-search-empty{padding:26px 16px!important;font-size:17px}.smtfy-search-status-row{display:none;align-items:center;gap:9px;min-height:40px}.assistant-card.smtfy-loading .smtfy-search-status-row{display:flex}.assistant-card.smtfy-loading .hint{display:none}.smtfy-loading-label{font-size:14px;line-height:20px;color:#17323f}.smtfy-typing-dots{display:inline-flex;align-items:center;gap:5px}@keyframes smtfyDotBounce{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-5px);opacity:1}}.smtfy-typing-dots i{width:6px;height:6px;border-radius:50%;background:linear-gradient(180deg,#0F8595,var(--ta-petrol));animation:smtfyDotBounce 1.05s ease-in-out infinite}.smtfy-typing-dots i:nth-child(2){animation-delay:.15s}.smtfy-typing-dots i:nth-child(3){animation-delay:.3s}body .semantify-search-result.smtfy-skel{pointer-events:none}body .semantify-search-result.smtfy-skel .smtfy-skel-line{display:block;border-radius:7px;background:linear-gradient(90deg,#e3edf1 25%,#f3f9fa 45%,#e3edf1 65%);background-size:200% 100%;animation:smtfyShimmer 1.2s linear infinite}body .semantify-search-result.smtfy-skel{padding:18px 22px}body .smtfy-skel-line.overline{width:64px;height:10px;margin-bottom:10px}body .smtfy-skel-line.title{width:72%;height:17px;margin-bottom:8px}body .smtfy-skel-line.title2{width:44%;height:17px}@keyframes smtfyCardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}body .semantify-search-result{animation:smtfyCardIn .42s cubic-bezier(.2,.7,.3,1) backwards}body .semantify-search-result:first-child{animation-delay:.02s}body .semantify-search-result:nth-child(2){animation-delay:.07s}body .semantify-search-result:nth-child(3){animation-delay:.12s}body .semantify-search-result:nth-child(4){animation-delay:.17s}body .semantify-search-result:nth-child(5){animation-delay:.22s}body .semantify-search-result:nth-child(6){animation-delay:.27s}body .semantify-search-result:nth-child(7){animation-delay:.32s}body .semantify-search-result:nth-child(8){animation-delay:.37s}body .semantify-search-result:nth-child(9){animation-delay:.42s}body .semantify-search-result:nth-child(10){animation-delay:.47s}body .semantify-search-answer{animation:smtfyCardIn .38s cubic-bezier(.2,.7,.3,1) backwards}@keyframes smtfyDropIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}body .semantify-search-list{margin-top:8px!important;border:none!important;border-radius:14px!important;padding:6px!important;box-shadow:0 18px 48px rgba(7,49,66,.22)!important}body .semantify-search-list[data-open="1"]{animation:smtfyDropIn .22s cubic-bezier(.2,.7,.3,1)}body .semantify-search-option{padding:11px 14px!important;border-radius:9px!important;font-size:16px}body .semantify-search-option[aria-selected=true]{outline-color:var(--ta-red)!important}body .semantify-search-option-type{font-size:10.5px!important;font-weight:600;letter-spacing:.09em;text-transform:uppercase;opacity:1!important;color:#5c7480;background:#eef4f6;border:1px solid #dbe7ea;border-radius:20px;padding:3px 10px}body .semantify-search-viewall{color:var(--ta-red)!important;border-top:1px solid #e5edf0!important;margin-top:4px}