/* ==========================================================
   DXP Ventures — Homepage
   Pure CSS. Fonts: Catamaran / Montserrat / Covered By Your Grace
   ========================================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: #FFF5F4; font-family: 'Montserrat', -apple-system, 'Segoe UI', sans-serif; overflow-x: hidden; }
a { color: #101010; text-decoration: none; }
a:hover { color: #000; }
img { display: block; }

/* --- fixed-design canvas, scaled per breakpoint --- */
.viewport { width: 100%; overflow: hidden; height: 5391px; }
.canvas { position: relative; left: 50%; width: 1440px; height: 5391px; transform: scale(1) translateX(-50%); transform-origin: top left; background: #FFF5F4; overflow: hidden; }

@media (max-width: 1439px) { .canvas { transform: scale(0.83) translateX(-50%); } .viewport { height: 4475px; } }
@media (max-width: 1190px) { .canvas { transform: scale(0.70) translateX(-50%); } .viewport { height: 3774px; } }
@media (max-width: 1000px) { .canvas { transform: scale(0.53) translateX(-50%); } .viewport { height: 2858px; } }
@media (max-width: 760px)  { .canvas { transform: scale(0.35) translateX(-50%); } .viewport { height: 1887px; } }
@media (max-width: 500px)  { .canvas { transform: scale(0.26) translateX(-50%); } .viewport { height: 1402px; } }

/* --- animations --- */
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes bob { 0%, 100% { transform: rotate(0) translateY(0); } 50% { transform: rotate(-3deg) translateY(-10px); } }
@keyframes sparkle { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.35; transform: scale(0.7); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.reveal { animation: fadeUp 0.9s ease both; }

/* ============ HERO ============ */
.hero-bg { position: absolute; inset: 0 0 auto 0; width: 1440px; height: 941px; overflow: hidden; }
.hero-bg .base { position: absolute; left: 0; top: 0; width: 1440px; height: 900px; background: #F8E3AE; }
.hero-bg .pattern { position: absolute; left: 3px; top: 77px; width: 1437px; height: 818px; background: rgba(255,255,255,0.5); -webkit-mask: url('../images/Pattern.svg') 0 0 / 100% 100% no-repeat; mask: url('../images/Pattern.svg') 0 0 / 100% 100% no-repeat; }
.hero-bg .arch { position: absolute; left: 0; top: 180px; }
.splash-hero-r { position: absolute; left: 0; top: 0; transform: matrix(-0.939,-0.345,0.345,-0.939,1239.05,940.74); transform-origin: 0 0; width: 131px; height: 141px; background: url('../images/opt-15bd97ae.png') 6.018% 3.053% / 374.532% 347.826% no-repeat; }
.splash-hero-l { position: absolute; left: 0; top: 0; transform: matrix(-0.364,0.931,-0.931,-0.364,202.508,675.724); transform-origin: 0 0; width: 91px; height: 98px; background: url('../images/opt-15bd97ae.png') 6.018% 3.053% / 374.532% 347.826% no-repeat; }
.hero-product { position: absolute; left: 311px; top: 409px; width: 857px; height: 532px; background: url('../images/opt-d2e781e3.png') 49.296% 52.845% / 105.485% 143.047% no-repeat; animation: float 7s ease-in-out infinite; }

/* ============ HEADER ============ */
.site-header { position: fixed; top: 0; left: 50%; margin-left: -598.5px; transform: scale(1); transform-origin: top center; width: 1197px; height: 88px; border-radius: 14px; background: rgba(255,255,255,0.6); box-shadow: 0 4px 4px rgba(0,0,0,0.25); display: flex; justify-content: center; align-items: center; padding: 19px 18px 19px 23px; z-index: 100; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
@media (max-width: 1439px) { .site-header { transform: scale(0.83); } }
@media (max-width: 1190px) { .site-header { transform: scale(0.70); } }
@media (max-width: 1000px) { .site-header { transform: scale(0.53); } }
@media (max-width: 760px)  { .site-header { transform: scale(0.35); } }
@media (max-width: 500px)  { .site-header { transform: scale(0.26); } }
.header-inner { width: 1137px; height: 50px; display: flex; justify-content: space-between; align-items: center; }
.logo { position: relative; width: 147px; height: 50px; overflow: hidden; flex-shrink: 0; }
.logo .wordmark { position: absolute; inset: 0; background: url('../images/84480bc615e33b35.png') 58.172% 37.552% / 109.665% 270.699% no-repeat; }
.logo .mark { position: absolute; left: 0; top: 0; width: 48px; height: 50px; background: url('../images/969080d69bd03fec.png') 51.064% 0% / 164.384% 157.895% no-repeat; }
.main-nav { display: flex; gap: 31px; align-items: center; }
.main-nav a { font-weight: 500; font-size: 15px; line-height: 20px; letter-spacing: -0.45px; white-space: nowrap; transition: color 0.2s ease; }
.main-nav a:hover { color: #FEB133; }
.nav-drop { position: relative; }
.nav-drop > a { display: inline-flex; gap: 6px; align-items: center; }
.nav-drop .chev { width: 8px; height: 4.6px; background: #101010; -webkit-mask: url('../images/Vector-2.svg') center / contain no-repeat; mask: url('../images/Vector-2.svg') center / contain no-repeat; transition: transform 0.2s ease; }
.nav-drop:hover .chev { transform: rotate(180deg); background: #FEB133; }
.drop-menu { position: absolute; left: -18px; top: 100%; padding-top: 12px; display: none; }
.nav-drop:hover .drop-menu { display: block; }
.drop-menu ul { list-style: none; width: 172px; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,0.18); padding: 10px 0; }
.drop-menu a { display: block; padding: 9px 20px; font-weight: 500; font-size: 14px; letter-spacing: -0.42px; }
.drop-menu a:hover { background: #FFEFCD; }
.header-icons { display: flex; gap: 14px; align-items: center; }
.icon-btn { width: 28px; height: 28px; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: transform 0.2s ease; }
.icon-btn:hover { transform: scale(1.12); }
.account-btn { width: 43px; height: 43px; border-radius: 50%; background: #FEB133; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease; }
.account-btn:hover { transform: scale(1.08); background: #F8A51E; }

/* ============ HERO TEXT ============ */
.hero-text { position: absolute; left: 332px; top: 171px; width: 777px; display: flex; flex-direction: column; gap: 16px; align-items: center; z-index: 2; }
.hero-text h1 { display: flex; flex-direction: column; align-items: center; }
.hero-hand { font-family: 'Covered By Your Grace', cursive; font-weight: 400; font-size: 66px; line-height: 60px; color: #000; text-align: center; }
.hero-bold { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 70px; line-height: 72px; color: #000; text-align: center; }
.hero-text p { font-size: 19px; line-height: 24px; text-align: center; color: #000; }

/* ============ BUTTONS ============ */
.pill-btn { display: flex; justify-content: center; align-items: center; height: 47px; border-radius: 100px; background: #fff; box-shadow: 1px 2px 2px 1px #000; font-weight: 500; font-size: 16px; line-height: 24px; color: #000; white-space: nowrap; cursor: pointer; border: none; font-family: inherit; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.pill-btn:hover { transform: translateY(-3px); box-shadow: 2px 5px 6px 1px rgba(0,0,0,0.7); }
.hero-cta { position: absolute; left: 620px; top: 421px; width: 201px; z-index: 5; }

/* ============ PRODUCTS ============ */
.section-head { position: absolute; display: flex; flex-direction: column; align-items: center; }
.section-head h2 { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 40px; line-height: 46px; text-align: center; color: #000; white-space: pre-line; }
.section-head p { font-size: 18px; line-height: 24px; text-align: center; color: #000; }
.head-products { left: 331px; top: 1009px; width: 777px; gap: 7px; }
.product-row { position: absolute; left: 123px; top: 1130px; width: 1194px; display: flex; justify-content: space-between; align-items: center; }
.product-card { width: 222px; height: 327px; border-radius: 20px; display: flex; justify-content: center; align-items: flex-start; padding: 0 36px 19px; transition: transform 0.25s ease, box-shadow 0.25s ease; cursor: pointer; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 14px 28px rgba(0,0,0,0.18); }
.product-card .inner { width: 150px; display: flex; flex-direction: column; gap: 6px; align-items: center; }
.product-card .img-box { width: 150px; height: 212px; display: flex; justify-content: center; align-items: center; padding: 16px 11px 6px 10px; }
.product-card .img { width: 130px; height: 190px; background-position: center; background-size: contain; background-repeat: no-repeat; }
.product-card .name { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; text-align: center; color: #222; white-space: nowrap; }
.shop-btn { width: 101px; height: 32px; border-radius: 16px; border: none; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 13px; color: #fff; cursor: pointer; transition: filter 0.2s ease; display: flex; justify-content: center; align-items: center; text-decoration: none; box-sizing: border-box; }
.shop-btn:hover { filter: brightness(1.2); color: #fff; }
a.pill-btn { text-decoration: none; }
a.pill-btn:hover { color: #000; }
.card-star { background: linear-gradient(89.777deg, #C1E7CA 0.34%, #EBFFEF 48.27%, #C5E9CD 97.13%); }
.card-star .shop-btn { background: #045524; }
.card-wingo { background: linear-gradient(89.777deg, #FFE6B6 0.34%, #FFF6E4 48.27%, #FFE6B6 97.13%); }
.card-wingo .shop-btn { background: #3A260A; }
.card-prebiotic { background: linear-gradient(89.777deg, #E2BEF4 0.34%, #F6E6FD 48.27%, #E2BEF4 97.13%); }
.card-prebiotic .shop-btn { background: #481A5C; }
.card-britvic { background: linear-gradient(89.777deg, #FFEC9E 0.34%, #FFF9D8 48.27%, #FFEC9E 97.13%); }
.card-britvic .shop-btn { background: #FEB133; }
.card-ghee { background: linear-gradient(89.777deg, #FFCF82 0.34%, #FFECCD 48.27%, #FFCF82 97.13%); }
.card-ghee .shop-btn { background: #965220; }

/* ============ TRUST CARDS ============ */
.trust-row { position: absolute; left: 123px; top: 1528px; width: 1198px; height: 497px; display: flex; gap: 334px; align-items: center; }
.trust-col { width: 432px; height: 497px; display: flex; flex-direction: column; gap: 19px; flex-shrink: 0; }
.trust-label { height: 151px; border-radius: 29px; background: #FAE29D; display: flex; justify-content: center; align-items: center; font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 27px; line-height: 38px; color: #222; }
.trust-img { height: 327px; border-radius: 29px; background-position: center; background-size: cover; transition: transform 0.25s ease; }
.trust-img:hover { transform: scale(1.02); }
.trust-img.img1 { background-image: url('../images/opt-e1848b37.jpg'); }
.trust-img.img2 { background-image: url('../images/opt-0064e57d.jpg'); transform: scaleX(-1); }
.trust-img.img2:hover { transform: scaleX(-1) scale(1.02); }
.discover { height: 151px; border-radius: 29px; background: #C5EBFE; display: flex; align-items: center; padding: 0 50px; cursor: pointer; }
.discover .row { display: flex; gap: 18px; align-items: center; }
.discover .label { font-family: 'Catamaran', sans-serif; font-weight: 500; font-size: 27px; line-height: 38px; color: #222; white-space: nowrap; }
.discover .arrow { width: 37px; height: 37px; border-radius: 50%; background: #EDE33E; box-shadow: inset 0 0 0 2px #7F770D; display: flex; justify-content: center; align-items: center; transform: rotate(45deg); transition: transform 0.25s ease; }
.discover:hover .arrow { transform: rotate(45deg) scale(1.12); }
.discover .arrow span { width: 12px; height: 14px; background: #7F770D; -webkit-mask: url('../images/Vector.svg') center / contain no-repeat; mask: url('../images/Vector.svg') center / contain no-repeat; transform: rotate(-90deg); }
.stat-card { position: absolute; left: 573px; top: 1528px; width: 298px; height: 497px; border-radius: 29px; background: #FC887B; display: flex; justify-content: center; align-items: center; }
.stat-card .inner { width: 230px; display: flex; flex-direction: column; gap: 17px; align-items: center; }
.stat-card .big { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 41px; line-height: 50px; color: #fff; text-align: center; }
.stat-card .small { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 24px; line-height: 32px; color: #fff; text-align: center; white-space: pre-line; }

/* ============ FEATURES ============ */
.splash-right { position: absolute; left: 0; top: 0; transform: matrix(0.857,-0.516,0.516,0.857,1181,2167.665); transform-origin: 0 0; width: 358px; height: 599px; background: url('../images/opt-15bd97ae.png') 100% 0% / 208.117% 124.378% no-repeat; }
.splash-left { position: absolute; left: 0; top: 0; transform: matrix(0.966,0.260,-0.260,0.966,-128.779,2525); transform-origin: 0 0; width: 308px; height: 516px; background: url('../images/opt-15bd97ae.png') 100% 0% / 208.117% 124.378% no-repeat; }
.features { position: absolute; left: 186px; top: 2127px; width: 1075px; display: flex; flex-direction: column; gap: 38px; align-items: center; }
.features .head { width: 777px; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.features .head h2 { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 40px; line-height: 46px; text-align: center; color: #000; white-space: pre-line; }
.features .head p { font-size: 18px; line-height: 24px; text-align: center; color: #000; white-space: nowrap; }
.features .stage { position: relative; height: 533px; align-self: stretch; }
.can-wrap { position: absolute; left: 369px; top: 0; width: 328px; height: 533px; animation: bob 8s ease-in-out infinite; }
.can-wrap svg { position: absolute; left: 91px; top: 53px; }
.can-img { position: absolute; left: 0; top: 0; transform: matrix(0.990,0.139,-0.139,0.990,70.337,0); transform-origin: 0 0; width: 235px; height: 505px; background: url('../images/opt-3cd992c3.png') 9.943% 9.065% / 332.226% 154.559% no-repeat; }
.feature { position: absolute; width: 278px; display: flex; flex-direction: column; gap: 15px; }
.feature h3 { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 20px; line-height: 1.2; color: #222; }
.feature p { font-size: 16px; line-height: 1.35; color: #666; }
.feature.f1 { left: 0; top: 70px; text-align: right; }
.feature.f2 { left: 0; top: 330px; text-align: right; }
.feature.f3 { left: 797px; top: 70px; text-align: left; }
.feature.f4 { left: 797px; top: 330px; text-align: left; }

/* ============ YELLOW BAND ============ */
.band { position: absolute; left: -98px; top: 3009px; width: 1634px; height: 483px; }
.band .shape { position: absolute; inset: 0; background: linear-gradient(89.466deg, #F2EC8C -2.24%, #EDE33E 94.76%); -webkit-mask: url('../images/Union.svg') 0 0 / 100% 100% no-repeat; mask: url('../images/Union.svg') 0 0 / 100% 100% no-repeat; transform: scaleX(-1); }
.band .clip { position: absolute; inset: 0; overflow: hidden; }
.band .dots { position: absolute; left: 56px; top: -16px; width: 1522px; height: 565px; background: #F2EC8C; -webkit-mask: url('../images/Pattern-2.svg') 0 0 / 100% 100% no-repeat; mask: url('../images/Pattern-2.svg') 0 0 / 100% 100% no-repeat; opacity: 0.7; }
.band .bottle-r { position: absolute; left: 1181px; top: 63px; width: 357px; height: 439px; background: url('../images/opt-bd7df2cb.png') 65.443% 100% / 148.044% 101.335% no-repeat; animation: float 6s ease-in-out infinite; }
.band .bottle-l { position: absolute; left: 97px; top: 67px; width: 340px; height: 453px; background: url('../images/opt-92655747.png') 68.315% 100% / 177.628% 112.151% no-repeat; animation: float 7.5s ease-in-out infinite; }
.band .glow { position: absolute; left: 274px; top: 26px; animation: sparkle 2.6s ease-in-out infinite; }
.band .spark { position: absolute; left: 1264px; top: 33px; animation: sparkle 3.1s ease-in-out infinite 0.8s; }
.band-text { position: absolute; left: 412px; top: 3146px; width: 617px; display: flex; flex-direction: column; gap: 23px; align-items: center; }
.band-text .txt { display: flex; flex-direction: column; gap: 16px; align-items: center; align-self: stretch; }
.band-text h2 { width: 535px; font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 40px; line-height: 44px; text-align: center; color: #000; white-space: pre-line; }
.band-text p { font-size: 18px; line-height: 24px; text-align: center; color: #000; white-space: nowrap; }
.band-text .pill-btn { width: 201px; }

/* ============ FAQ ============ */
.faq-title { position: absolute; left: 123px; top: 3656px; font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 40px; line-height: 46px; color: #000; white-space: nowrap; }
.faq-list { position: absolute; left: 123px; top: 3736px; width: 550px; display: flex; flex-direction: column; gap: 14px; }
.faq-item { border-radius: 25px; background: #FFFBBB; box-shadow: inset 0 0 0 2px #ADADAD; }
.faq-item summary { list-style: none; height: 50px; display: flex; justify-content: space-between; align-items: center; padding: 6px 5px 6px 33px; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .q { font-weight: 500; font-size: 15px; line-height: 24px; color: #000; }
.faq-item .toggle { position: relative; width: 38px; height: 38px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 1px #666; flex-shrink: 0; transition: transform 0.25s ease; }
.faq-item summary:hover .toggle { transform: scale(1.1); }
.faq-item .toggle::before, .faq-item .toggle::after { content: ""; position: absolute; left: 50%; top: 50%; background: #666; border-radius: 2px; }
.faq-item .toggle::before { width: 14px; height: 2px; transform: translate(-50%, -50%); }
.faq-item .toggle::after { width: 2px; height: 14px; transform: translate(-50%, -50%); transition: opacity 0.2s ease; }
.faq-item[open] .toggle::after { opacity: 0; }
.faq-item .a { padding: 2px 33px 16px; font-size: 14px; line-height: 22px; color: #464646; }
.faq-visual { position: absolute; left: 770px; top: 3678px; width: 554px; height: 489px; }
.faq-visual .shadow1 { position: absolute; left: 82px; top: 306px; width: 256px; height: 81px; background: url('../images/opt-f43712dd.png') 50% 71.15% / 100% 225.42% no-repeat; opacity: 0.5; mix-blend-mode: multiply; }
.faq-visual .shadow2 { position: absolute; left: 250px; top: 408px; width: 256px; height: 81px; background: url('../images/opt-f43712dd.png') 50% 71.15% / 100% 225.42% no-repeat; opacity: 0.5; mix-blend-mode: multiply; }
.faq-visual .can1 { position: absolute; left: 56px; top: 41px; width: 203px; height: 327px; transform: rotate(-11.5564deg); transform-origin: 0 0; background: url('../images/star-can-2.png') center / contain no-repeat; animation: float 7s ease-in-out infinite; }
.faq-visual .can2 { position: absolute; left: 355px; top: 120px; width: 207px; height: 300px; transform: rotate(16.1682deg); transform-origin: 0 0; background: url('../images/star-can-3.png') center / contain no-repeat; animation: float 8s ease-in-out infinite 0.5s; }
.faq-visual .splash { position: absolute; left: 296px; top: 71px; width: 104px; height: 112px; background: url('../images/opt-15bd97ae.png') 6.018% 3.053% / 374.532% 347.826% no-repeat; }
.faq-visual .splash-blur { position: absolute; left: 87px; top: 222px; width: 88px; height: 94px; transform: rotate(-159.813deg); transform-origin: 0 0; background: url('../images/opt-15bd97ae.png') 6.018% 3.053% / 374.532% 347.826% no-repeat; filter: blur(2.5px); }

/* ============ INSTAGRAM ============ */
.insta-head { position: absolute; left: 123px; top: 4303px; width: 379px; display: flex; flex-direction: column; gap: 17px; }
.insta-head h2 { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 40px; line-height: 46px; color: #000; white-space: nowrap; }
.insta-head h2 em { font-style: normal; color: #ED3C32; }
.insta-head .pill-btn { width: 159px; }
.insta-collage { position: absolute; left: 0; top: 4349px; width: 1440px; height: 566px; z-index: 5; pointer-events: none; }
.tile { position: absolute; border-radius: 15px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.12); pointer-events: auto; }
.tile span { display: block; width: 100%; height: 100%; background-position: center; background-size: cover; transition: transform 0.35s ease; cursor: pointer; }
.tile:hover span { transform: scale(1.08); }
.tile.t1 { left: 337px; top: 206px; width: 241px; height: 241px; } .tile.t1 span { background-image: url('../images/opt-c2cf2105.jpg'); }
.tile.t2 { left: 594px; top: 65px; width: 202px; height: 205px; } .tile.t2 span { background-image: url('../images/opt-21d2cef1.jpg'); }
.tile.t3 { left: 812px; top: 0; width: 277px; height: 274px; } .tile.t3 span { background-image: url('../images/opt-d79e585f.jpg'); }
.tile.t4 { left: 1105px; top: 119px; width: 242px; height: 237px; } .tile.t4 span { background-image: url('../images/opt-49a78017.jpg'); }
.tile.t5 { left: 595px; top: 286px; width: 276px; height: 280px; } .tile.t5 span { background-image: url('../images/opt-3c1e290a.jpg'); }
.tile.t6 { left: 886px; top: 286px; width: 202px; height: 206px; } .tile.t6 span { background-image: url('../images/opt-6ef36b7c.jpg'); }

/* ============ FOOTER ============ */
.site-footer { position: absolute; left: 0; top: 4796px; width: 1440px; height: 595px; background: #FFEFCD; display: flex; flex-direction: column; padding: 163px 117px 11px 123px; }
.footer-cols { display: flex; gap: 142px; align-items: flex-start; }
.footer-brand { width: 380px; display: flex; flex-direction: column; gap: 40px; flex-shrink: 0; }
.footer-logo { position: relative; width: 223px; height: 76px; }
.footer-logo .wordmark { position: absolute; inset: 0; background: url('../images/84480bc615e33b35.png') 58.172% 37.552% / 109.665% 270.699% no-repeat; }
.footer-logo .mark { position: absolute; left: 0; top: 0; width: 73px; height: 76px; background: url('../images/969080d69bd03fec.png') 51.064% 0% / 164.384% 157.895% no-repeat; }
.footer-brand .tagline { font-family: 'Catamaran', sans-serif; font-weight: 700; font-size: 20px; line-height: 28px; letter-spacing: -0.5px; color: #2D2D2D; }
.footer-brand .about { width: 313px; font-size: 16px; line-height: 24px; color: #101010; margin-top: 3px; }
.socials { display: flex; gap: 5px; }
.socials a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.17); border: 1px solid #F8AF45; display: flex; justify-content: center; align-items: center; transition: background 0.2s ease, transform 0.2s ease; }
.socials a:hover { background: #FDAC3E; transform: translateY(-3px); }
.socials svg { fill: #FDAC3E; }
.footer-links { display: flex; gap: 78px; align-items: flex-start; }
.footer-links h4 { font-family: 'Catamaran', sans-serif; font-weight: 800; font-size: 18px; line-height: 24px; color: #151515; margin-bottom: 12px; }
.col-explore { width: 77px; flex-shrink: 0; }
.col-explore a { display: block; font-weight: 600; font-size: 14px; line-height: 29px; letter-spacing: -0.313px; color: #151515; white-space: nowrap; }
.col-explore a:hover { color: #FDAC3E; }
.col-branch { width: 137px; flex-shrink: 0; display: flex; flex-direction: column; }
.col-branch h4 { margin-bottom: 15px; }
.branch { margin-bottom: 15px; }
.branch b { display: block; font-family: 'Catamaran', sans-serif; font-weight: 800; font-size: 16px; line-height: 24px; color: #151515; white-space: nowrap; }
.branch span { font-weight: 500; font-size: 14px; line-height: 19px; letter-spacing: -0.313px; color: #151515; white-space: pre-line; }
.col-office { width: 305px; flex-shrink: 0; display: flex; flex-direction: column; gap: 15px; }
.office b { display: block; font-family: 'Catamaran', sans-serif; font-weight: 800; font-size: 18px; line-height: 24px; color: #262626; }
.office span { display: block; width: 250px; font-weight: 500; font-size: 14px; line-height: 24px; color: #262626; white-space: pre-line; }
.copyright { margin-top: 28px; padding: 20px 0; }
.copyright .box { border: 1px solid #FDAC3E; display: flex; justify-content: center; padding: 15px 10px 10px; }
.copyright p { font-size: 13px; line-height: 24px; text-align: center; color: #343434; white-space: nowrap; }
